debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since fc97917 was
fc97917,
checked in by Daniel Kahn Gillmor <dkg@…>, 9 years ago
|
tune build-deps and documentation
no need to build mod_gnutls_manual.pdf; it introduces too many heavy
build-deps for no significant gain (since the .html is generated)
|
-
Property mode set to
100755
|
File size:
428 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_clean: |
---|
15 | rm -f config.nice |
---|
16 | make -C docs clean |
---|
17 | make -C t clean |
---|
18 | dh_clean |
---|
19 | |
---|
20 | override_dh_installdocs: |
---|
21 | make -C docs mod_gnutls_manual.html |
---|
22 | dh_installdocs |
---|
Note: See
TracBrowser
for help on using the repository browser.