2018-07-26 03:57:41 -05:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
%:
|
|
|
|
dh $@ --with=config-package
|
2019-03-09 01:21:18 -06:00
|
|
|
|
|
|
|
|
|
|
|
# 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
|