]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - debian/rules
Merge branch 'master' into 'debian/master'
[git.ikiwiki.info.git] / debian / rules
1 #!/usr/bin/make -f
3 export IKIWIKI_TEST_ASSUME_MODERN_DISCOUNT=1
4 export LC_ALL=C.UTF-8
5 export TZ=UTC
7 %:
8         dh $@
10 override_dh_auto_configure:
11         # keeps it out of /usr/local
12         dh_auto_configure -- PREFIX=/usr
14 override_dh_compress:
15         # avoid compressing files in the doc wiki
16         dh_compress -Xhtml
18 override_dh_auto_clean:
19         # distclean moans about MANIFEST, this is quieter
20         if [ -e Makefile ]; then $(MAKE) realclean; fi