X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/f4d99ac1ca03121255e545df89e7d841a02cc0bf..4e72736fe07254b65ff0a2a02e072853abefa49d:/debian/rules diff --git a/debian/rules b/debian/rules index 3358db5d9..ef0e7f827 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,9 @@ build: build-stamp build-stamp: dh_testdir - perl Makefile.PL - $(MAKE) + perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor + # taint checking disabled due to perl bug #411786 + $(MAKE) NOTAINT=1 $(MAKE) test touch build-stamp @@ -13,7 +14,7 @@ clean: dh_testroot rm -f build-stamp perl Makefile.PL - -$(MAKE) realclean + if [ -e Makefile ]; then $(MAKE) realclean; fi dh_clean binary-arch: build @@ -22,11 +23,11 @@ binary-indep: build dh_testdir dh_testroot dh_clean -k - $(MAKE) pure_install INSTALLDIRS=vendor \ - DESTDIR=$(shell pwd)/debian/ikiwiki + $(MAKE) pure_install DESTDIR=$(shell pwd)/debian/ikiwiki dh_install wikilist etc/ikiwiki dh_installdocs html - dh_link usr/share/common-licenses/GPL usr/share/doc/ikiwiki/html/GPL + dh_installexamples doc/examples/* + dh_link usr/share/common-licenses/GPL-2 usr/share/doc/ikiwiki/html/GPL dh_installchangelogs dh_compress -X html dh_fixperms