From 7be21c31fa688f693c7fbdeb41825a00f668608c Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 14 Sep 2017 14:18:54 +0100 Subject: [PATCH] debian/control: Drop dependency on bash bash is Essential: yes, so Policy says we should not depend on it. Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4eaeaf45e..2d45f239f 100644 --- a/debian/control +++ b/debian/control @@ -47,7 +47,7 @@ Architecture: i386 amd64 Multi-Arch: foreign Section: libdevel Priority: optional -Depends: libcapsule-dev (= ${binary:Version}), bash +Depends: libcapsule-dev (= ${binary:Version}) Description: libcapsule is a helper library used to implement segregated run-time dynamic linking proxy libraries - used (for example) to load a library -- GitLab