X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/dd7a38147179a59bff9dffd824b265862aa1a59e..dfbdb843ecbfc017a3e9e6a4f7464cad6f01bb06:/debian/rules diff --git a/debian/rules b/debian/rules index 6b5a0377e..af33131d9 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ build: build-stamp build-stamp: dh_testdir - perl Makefile.PL + perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor $(MAKE) $(MAKE) test touch build-stamp @@ -13,7 +13,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 +22,11 @@ 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_install wikilist etc + $(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