debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since 7149ce5 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
|
Rev | Line | |
---|
[819445c] | 1 | #!/usr/bin/make -f |
---|
| 2 | |
---|
| 3 | # Uncomment this to turn on verbose mode |
---|
| 4 | #export DH_VERBOSE=1 |
---|
| 5 | |
---|
| 6 | %: |
---|
[7149ce5] | 7 | dh $@ --with apache2,autoreconf |
---|
[819445c] | 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: |
---|
[8c9eb05] | 15 | mv src/.libs/libmod_gnutls.so src/.libs/mod_gnutls.so |
---|
| 16 | dh_install |
---|
[819445c] | 17 | |
---|
[8c9eb05] | 18 | override_dh_clean: |
---|
| 19 | rm -f config.nice |
---|
| 20 | dh_clean |
---|
Note: See
TracBrowser
for help on using the repository browser.