another attempt at the rules file
This commit is contained in:
parent
cfeef0de5b
commit
268dd01421
|
@ -2,3 +2,11 @@
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with=config-package
|
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
|
||||||
|
|
Loading…
Reference in New Issue