diff --git a/debian/changelog b/debian/changelog index 53ac260..f6335af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ * Fix Vcs-Browser URL (thanks to Axel Beckert) * Add an upstream email, fix copyright notice * Fix override_dh_compress to exclude only sample.md + * Add .PHONY to rules file -- Lev Lamberov Sat, 23 Jan 2016 16:18:52 +0500 diff --git a/debian/rules b/debian/rules index dbb3db8..3edb5e5 100755 --- a/debian/rules +++ b/debian/rules @@ -14,3 +14,5 @@ override_dh_compress: dh_compress -Xsample.md + +.PHONY: override_dh_compress