mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 21:47:02 +01:00
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:
parent
1a9c92b345
commit
b5939dffbe
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user