From e6092a03f6d304bd77390fe75aeda2005ad1c4ec Mon Sep 17 00:00:00 2001 From: Damien Cavagnini Date: Tue, 1 Jul 2025 13:04:24 +0200 Subject: [PATCH] fix: debian package does not include "versions" Related to #259: https://github.com/ovh/debian-cis/issues/259 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 2ed6031..ae29dc0 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ override_dh_install: # (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)/ + cp -R versions $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/ # cleanup git stuff if any find $(CURDIR)/debian/$(PACKAGE) -type f -name .gitignore -delete