debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since 609e1ac was
609e1ac,
checked in by Daniel Kahn Gillmor <dkg@…>, 7 years ago
|
upstream does not need overridden clean just yet
|
-
Property mode set to
100755
|
File size:
342 bytes
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | %: |
---|
3 | dh $@ --with apache2,autoreconf |
---|
4 | |
---|
5 | override_dh_auto_configure: |
---|
6 | dh_auto_configure -- --with-apxs=/usr/bin/apxs2 --enable-msva |
---|
7 | |
---|
8 | override_dh_auto_install: |
---|
9 | |
---|
10 | override_dh_install: |
---|
11 | mv src/.libs/libmod_gnutls.so src/.libs/mod_gnutls.so |
---|
12 | dh_install |
---|
13 | |
---|
14 | override_dh_installdocs: |
---|
15 | make -C docs mod_gnutls_manual.html |
---|
16 | dh_installdocs |
---|
Note: See
TracBrowser
for help on using the repository browser.