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