Harmonizing rules file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2b6f588f22
commit
9d3383e08b
1 changed files with 8 additions and 7 deletions
15
debian/rules
vendored
15
debian/rules
vendored
|
@ -3,7 +3,14 @@
|
||||||
export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow
|
export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with apache2,autoreconf
|
dh ${@} --with apache2,autoreconf
|
||||||
|
|
||||||
|
override_dh_auto_clean:
|
||||||
|
dh_auto_clean --sourcedirectory=tools
|
||||||
|
|
||||||
|
execute_after_dh_auto_clean:
|
||||||
|
rm -f apache2/mod_qos.*l* apache2/mod_qos.o
|
||||||
|
rm -rf apache2/.libs/
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure --sourcedirectory=tools -- \
|
dh_auto_configure --sourcedirectory=tools -- \
|
||||||
|
@ -19,9 +26,3 @@ override_dh_auto_build:
|
||||||
-D_LARGEFILE64_SOURCE $(CPPFLAGS)" \
|
-D_LARGEFILE64_SOURCE $(CPPFLAGS)" \
|
||||||
-lcrypto -DHAVE_OPENSSL -c apache2/mod_qos.c
|
-lcrypto -DHAVE_OPENSSL -c apache2/mod_qos.c
|
||||||
dh_auto_build --sourcedirectory=tools
|
dh_auto_build --sourcedirectory=tools
|
||||||
|
|
||||||
override_dh_auto_clean:
|
|
||||||
dh_auto_clean --sourcedirectory=tools
|
|
||||||
dh_clean apache2/.libs/* apache2/mod_qos.*l* apache2/mod_qos.o
|
|
||||||
rm -rf apache2/.libs/
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue