X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/5bc73d7facbea81ae533777affaffbe3d7476c0f..8e05c93b4c1e39026ecbd9671d9c6e21332663a7:/debian/rules diff --git a/debian/rules b/debian/rules index 9dedd3c45..af33131d9 100755 --- a/debian/rules +++ b/debian/rules @@ -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 @@ -26,7 +26,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