Skip to content

Commit

Permalink
Miscellaneous package build fixes.
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
roadrunner2 committed Mar 29, 2018
1 parent 64cda87 commit 0705c73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion debian/docs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
README.md
mod_proxy_protocol.xml
mod_proxy_protocol.xml.meta
mod_proxy_protocol.html
debian/README.Debian
2 changes: 2 additions & 0 deletions debian/lintian-overrides
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

build:
dh_testdir
make all docs
make all # docs

clean:
dh_testdir
Expand Down

0 comments on commit 0705c73

Please sign in to comment.