X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ca7a4ae840d84f75bd2bb95d7150bb1974bd0c3a..de26e4ade127bc356aa92c3488eb155ed183151b:/debian/rules diff --git a/debian/rules b/debian/rules index 28ac84d25..cf3087d1d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + LC_ALL=C.UTF-8 TZ=UTC dh $@ override_dh_auto_configure: # keeps it out of /usr/local @@ -12,8 +12,4 @@ override_dh_compress: override_dh_auto_clean: # distclean moans about MANIFEST, this is quieter - $(MAKE) realclean - -# Not intended for use by anyone except the author. -announcedir: - @echo ${HOME}/src/ikiwiki/doc/news + if [ -e Makefile ]; then $(MAKE) realclean; fi