X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/5bc73d7facbea81ae533777affaffbe3d7476c0f..28aba38ed97fc779ce1c4139549e05b8336beaef:/debian/rules diff --git a/debian/rules b/debian/rules index 9dedd3c45..2af69a5f7 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ build: build-stamp build-stamp: dh_testdir perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor + $(MAKE) -C po $(MAKE) $(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 @@ -26,7 +27,7 @@ binary-indep: build dh_install wikilist etc/ikiwiki dh_installdocs html dh_installexamples doc/examples/* - dh_link usr/share/common-licenses/GPL usr/share/doc/ikiwiki/html/GPL + dh_link usr/share/common-licenses/GPL-2 usr/share/doc/ikiwiki/html/GPL dh_installchangelogs dh_compress -X html dh_fixperms