diff --git a/debian/rules b/debian/rules index fb88cc4..ad38b67 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,11 @@ %: dh $@ --with=config-package + + +# Prevent dh_installdeb of treating files in /etc as configuration files +# you need this if need configuration files been always rewritten +# even if changed +override_dh_installdeb: + dh_installdeb + rm debian/*/DEBIAN/conffiles