X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/blobdiff_plain/5bc73d7facbea81ae533777affaffbe3d7476c0f..c5d9c0d6b641115072137703c61d54229077778a:/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