From 7506826ac75a3dff5136258b1aedae5b2fdbf1cc Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sat, 27 Apr 2019 15:44:30 +0200 Subject: [PATCH] debian: libeditline1 does not have any shlib deps. Signed-off-by: Joachim Nilsson --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b6d1984..9687937 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Description: development files for libeditline Package: libeditline1 Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends} Description: line editing library similar to readline This is a line-editing library. It can be linked into almost any program to provide command-line editing and recall. It is call-compatible with a