debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since 0253d12 was
0253d12,
checked in by Daniel Kahn Gillmor <dkg@…>, 5 years ago
|
Disable Monkeysphere support on non-Linux arches
The monkeysphere-validation-agent does not work properly on non-Linux
architectures, which causes the MSVA test to fail. Disable MSVA on
non-Linux to work around this until Monkeysphere is fixed.
Closes: #769493
|
-
Property mode set to
100755
|
File size:
428 bytes
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | %: |
---|
3 | dh $@ --with apache2,autoreconf |
---|
4 | |
---|
5 | override_dh_auto_configure: |
---|
6 | if [ "$(DEB_HOST_ARCH_OS)" = "linux" ]; then \ |
---|
7 | dh_auto_configure -- --with-apxs=/usr/bin/apxs2 --enable-msva; \ |
---|
8 | else \ |
---|
9 | dh_auto_configure -- --with-apxs=/usr/bin/apxs2; \ |
---|
10 | fi |
---|
11 | |
---|
12 | override_dh_auto_test: |
---|
13 | VERBOSE=1 dh_auto_test |
---|
14 | |
---|
15 | override_dh_auto_install: |
---|
16 | |
---|
17 | override_dh_install: |
---|
18 | mv src/.libs/libmod_gnutls.so src/.libs/mod_gnutls.so |
---|
19 | dh_install |
---|
Note: See
TracBrowser
for help on using the repository browser.