From b5939dffbe43267660aab4bc71fab09d9e41f3ab Mon Sep 17 00:00:00 2001 From: Julien Delayen Date: Thu, 14 Dec 2017 14:17:27 +0100 Subject: [PATCH] debian: Fix lintian warning The following error is highlighted by lintian: depends-on-essential-package-without-using-version: bash bash is always present and does not need to be specified in debian/control. See: https://lintian.debian.org/tags/depends-on-essential-package-without-using-version.html Signed-off-by: Julien Delayen --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 892686c..7d387c7 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/ovh/debian-cis/ Package: cis-hardening Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, bash, bc, patch +Depends: ${shlibs:Depends}, ${misc:Depends}, bc, patch Description: Suite of configurable scripts to audit or harden a Debian Wheezy or Jessie. Modular Debian 7/8 security hardening scripts based on cisecurity.org ⟨cisecurity.org⟩ recommendations. We use it at OVH ⟨https://www.ovh.com⟩ to