From 0705c732125834c9ef0dd4a6b744c138b846fd39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronald=20Tschal=C3=A4r?= Date: Tue, 20 Mar 2018 01:56:46 -0700 Subject: [PATCH] Miscellaneous package build fixes. * Don't try to build html doc when building package. The retrieval of some of the remote entities just hangs, and there are errors on top of it. * Depend only on virtual apache packages. This should shut lint up, but it doesn't. Sigh. * Make lint errors non-fatal. We use our own copyright, and the dependencies should be ok, but still it complains. --- debian/control | 2 +- debian/docs | 1 - debian/lintian-overrides | 2 ++ debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 debian/lintian-overrides diff --git a/debian/control b/debian/control index a0cdc0a..596d88b 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: https://github.com/roadrunner2/mod-proxy-protocol Package: libapache2-mod-proxy-protocol Architecture: amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-api-20120211, apache2 (>= 2.4.0) +Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-api-20120211 Description: Apache module for proxy protocol The proxy protocol is a way for upstream proxies and load-balancers to for the ip-address of the client to the server. This package contains diff --git a/debian/docs b/debian/docs index 931c46d..e980146 100644 --- a/debian/docs +++ b/debian/docs @@ -1,5 +1,4 @@ README.md mod_proxy_protocol.xml mod_proxy_protocol.xml.meta -mod_proxy_protocol.html debian/README.Debian diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..48369ea --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,2 @@ +libapache2-mod-proxy-protocol: apache2-module-depends-on-real-apache2-package +libapache2-mod-proxy-protocol: copyright-should-refer-to-common-license-file-for-apache-2 diff --git a/debian/rules b/debian/rules index db2bc2a..f311f7d 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ build: dh_testdir - make all docs + make all # docs clean: dh_testdir