From 423e454b62cf9f88b9b401cbd565b9daae03405e Mon Sep 17 00:00:00 2001 From: Julien Delayen Date: Thu, 14 Dec 2017 14:24:21 +0100 Subject: [PATCH] debian: Remove useless {shlibs:Depends} This fixes the following issue: Depends field of package cis-hardening: unknown substitution variable ${shlibs:Depends} Signed-off-by: Julien Delayen --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7d387c7..93a2e49 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}, bc, patch +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