forked from roadrunner2/mod-proxy-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
64cda87
commit 0705c73
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
build: | ||
dh_testdir | ||
make all docs | ||
make all # docs | ||
|
||
clean: | ||
dh_testdir | ||
|