Debian package revision bump 1.0-3

This commit is contained in:
Kevin Tanguy 2016-04-20 12:39:58 +02:00 committed by thibault.dewailly
parent 5048099df8
commit 8b846d77bb
2 changed files with 9 additions and 3 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
cis-hardening (1.0-3) wheezy; urgency=low
* add --audit-all option
* add --audit-all-enable-passed, add info in README and help
* Added exit code to CIS_ROOT_DIR test def, optimized sed and sort
* Fixed 8.2.4 check file exists before testing rights
-- Kevin Tanguy <kevin.tanguy@ovh.net> Wed, 20 Apr 2016 12:37:58 +0200
cis-hardening (1.0-2) wheezy; urgency=low
* add LICENSE

3
debian/rules vendored
View File

@ -21,9 +21,6 @@ override_dh_install:
mkdir -p $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
cp README $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
cp -R bin $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
# standard default global config file
mkdir -p $(CURDIR)/debian/$(PACKAGE)/etc/default/
cp etc/hardening.cfg $(CURDIR)/debian/$(PACKAGE)/etc/default/
# /!\ 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)
cp -R etc $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/