debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since 2d18ec2 was
2d18ec2,
checked in by Daniel Kahn Gillmor <dkg@…>, 7 years ago
|
updates to packaging for new version
|
-
Property mode set to
100755
|
File size:
435 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 --enable-msva |
---|
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 |
---|
21 | |
---|
22 | override_dh_installchangelogs: |
---|
23 | dh_installchangelogs NEWS |
---|
Note: See
TracBrowser
for help on using the repository browser.