debian/masterdebian/stretch-backports
Last change
on this file since 34fd496 was
5600ad8,
checked in by Daniel Kahn Gillmor <dkg@…>, 4 years ago
|
add build hardening flags
|
-
Property mode set to
100755
|
File size:
453 bytes
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | |
---|
3 | export DEB_BUILD_MAINT_OPTIONS = hardening=+all |
---|
4 | |
---|
5 | %: |
---|
6 | dh $@ --with apache2,autoreconf |
---|
7 | |
---|
8 | override_dh_auto_configure: |
---|
9 | if [ "$(DEB_HOST_ARCH_OS)" = "linux" ]; then \ |
---|
10 | dh_auto_configure -- --with-apxs=/usr/bin/apxs2 --enable-msva; \ |
---|
11 | else \ |
---|
12 | dh_auto_configure -- --with-apxs=/usr/bin/apxs2; \ |
---|
13 | fi |
---|
14 | |
---|
15 | override_dh_auto_test: |
---|
16 | VERBOSE=1 dh_auto_test |
---|
17 | |
---|
18 | override_dh_auto_install: |
---|
19 | |
---|
20 | override_dh_installchangelogs: |
---|
21 | dh_installchangelogs CHANGELOG |
---|
Note: See
TracBrowser
for help on using the repository browser.