debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since e22e762 was
e22e762,
checked in by Daniel Kahn Gillmor <dkg@…>, 5 years ago
|
Install upstream changelog
|
-
Property mode set to
100755
|
File size:
492 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 |
---|
20 | |
---|
21 | override_dh_installchangelogs: |
---|
22 | dh_installchangelogs CHANGELOG |
---|
Note: See
TracBrowser
for help on using the repository browser.