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 <julien.delayen@corp.ovh.com>
This commit is contained in:
Julien Delayen 2017-12-14 14:17:27 +01:00
parent 1a9c92b345
commit b5939dffbe

2
debian/control vendored
View File

@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/ovh/debian-cis/
Package: cis-hardening Package: cis-hardening
Architecture: all 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. 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 Modular Debian 7/8 security hardening scripts based on cisecurity.org
⟨cisecurity.org⟩ recommendations. We use it at OVH ⟨https://www.ovh.com⟩ to ⟨cisecurity.org⟩ recommendations. We use it at OVH ⟨https://www.ovh.com⟩ to