X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/f0d7a5ee1a9fe6ea28b63544904e5126faad12ec..bb8b8787ef9477c027b9e5d8b7b5e1addfd1ca32:/debian/rules diff --git a/debian/rules b/debian/rules index b1ae6dd1f..0a6571521 100755 --- a/debian/rules +++ b/debian/rules @@ -1,40 +1,19 @@ #!/usr/bin/make -f +%: + dh $@ -build: build-stamp -build-stamp: - dh_testdir - perl Makefile.PL - $(MAKE) - touch build-stamp +# keeps it out if /usr/local +override_dh_auto_configure: + dh_auto_configure -- PREFIX=/usr -clean: - dh_testdir - dh_testroot - rm -f build-stamp - perl Makefile.PL - -$(MAKE) realclean - dh_clean +# avoid compressing files in the doc wiki +override_dh_compress: + dh_compress -Xhtml -binary-arch: build +# distclean moans about MANIFEST, this is quieter +override_dh_auto_clean: + $(MAKE) realclean -binary-indep: build - dh_testdir - dh_testroot - dh_clean -k - $(MAKE) pure_install INSTALLDIRS=vendor \ - PREFIX=$(shell pwd)/debian/ikiwiki/$(shell perl -MConfig -e 'print $$Config{prefix}') - dh_installdocs html - dh_link usr/share/ikiwiki/basewiki \ - usr/share/doc/ikiwiki/examples/basewiki - dh_installman ikiwiki.man - dh_installchangelogs - dh_compress - dh_fixperms - dh_perl - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/ikiwiki/doc/news