debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since 0b71831 was
7149ce5,
checked in by Daniel Kahn Gillmor <dkg@…>, 7 years ago
|
packaging for libapache2-mod-gnutls 0.5.10-4
|
-
Property mode set to
100755
|
File size:
362 bytes
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | |
---|
3 | # Uncomment this to turn on verbose mode |
---|
4 | #export DH_VERBOSE=1 |
---|
5 | |
---|
6 | %: |
---|
7 | dh $@ --with apache2,autoreconf |
---|
8 | |
---|
9 | override_dh_auto_configure: |
---|
10 | dh_auto_configure -- --with-apxs=/usr/bin/apxs2 |
---|
11 | |
---|
12 | override_dh_auto_install: |
---|
13 | |
---|
14 | override_dh_install: |
---|
15 | mv src/.libs/libmod_gnutls.so src/.libs/mod_gnutls.so |
---|
16 | dh_install |
---|
17 | |
---|
18 | override_dh_clean: |
---|
19 | rm -f config.nice |
---|
20 | dh_clean |
---|
Note: See
TracBrowser
for help on using the repository browser.