source:
mod_gnutls/debian/rules
@
2d18ec2
Last change on this file since 2d18ec2 was 2d18ec2, checked in by , 7 years ago | |
---|---|
|
|
File size: 435 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: | |
[2d18ec2] | 10 | dh_auto_configure -- --with-apxs=/usr/bin/apxs2 --enable-msva |
[819445c] | 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 | |
[5ec2a4b] | 21 | |
22 | override_dh_installchangelogs: | |
23 | dh_installchangelogs NEWS |
Note: See TracBrowser
for help on using the repository browser.