debian/masterdebian/stretch-backports
Last change
on this file since 342c437 was
1307a81,
checked in by Thomas Klute <thomas2.klute@…>, 4 years ago
|
Increase test timeouts to avoid false failures
|
-
Property mode set to
100755
|
File size:
656 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 -- TEST_LOCK_WAIT=600 \ |
---|
11 | TEST_QUERY_TIMEOUT=300 \ |
---|
12 | --with-apxs=/usr/bin/apxs2 --enable-msva; \ |
---|
13 | else \ |
---|
14 | dh_auto_configure -- --with-apxs=/usr/bin/apxs2; \ |
---|
15 | fi |
---|
16 | |
---|
17 | override_dh_auto_test: |
---|
18 | if ! VERBOSE=1 dh_auto_test; then \ |
---|
19 | for i in test/logs/*.error.log; do \ |
---|
20 | echo $$i; cat $$i; echo ======= ; \ |
---|
21 | done; false; \ |
---|
22 | fi |
---|
23 | |
---|
24 | override_dh_auto_install: |
---|
25 | |
---|
26 | override_dh_installchangelogs: |
---|
27 | dh_installchangelogs CHANGELOG |
---|
Note: See
TracBrowser
for help on using the repository browser.