debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since 23a6f82 was
ffe86e7,
checked in by Daniel Kahn Gillmor <dkg@…>, 6 years ago
|
remove override_dh_installdocs for cleanliness
|
-
Property mode set to
100755
|
File size:
263 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 |
---|
Note: See
TracBrowser
for help on using the repository browser.