Debian package revision bump 1.0-6

This commit is contained in:
kevin.tanguy
2016-04-22 14:29:33 +02:00
committed by Kevin Tanguy
parent ca37438ff9
commit f3e582c957
5 changed files with 14 additions and 6 deletions

4
debian/rules vendored
View File

@ -22,12 +22,12 @@ override_dh_install:
cp README.md $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
cp -R bin $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
# /!\ tag /opt/$(PACKAGE)/etc/conf.d/* as configuration files in conffiles
# (ls | sort -V | xargs -i echo opt/cis-hardening/etc/conf.d/{} -- without README)
# (ls | sort -V | xargs -i echo /opt/cis-hardening/etc/conf.d/{} -- without README -- with ../hardening.cfg)
cp -R etc $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
cp -R lib $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
# cleanup git stuff if any
find $(CURDIR)/debian/$(PACKAGE) -type f -name .gitignore -delete
override_dh_installdocs:
dh_installdocs