From 45c9b94e11e28be82c8a916b2b5334bf515f1843 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 23 Feb 2020 16:04:47 +0100 Subject: [PATCH] debian: Update to Standards-Version 4.3.0 and fix shlib deps Signed-off-by: Joachim Nilsson --- debian/compat | 2 +- debian/control | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 9687937..29a8578 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: editline Section: devel Priority: optional -Build-Depends: debhelper (>= 5.0), libtool +Build-Depends: debhelper (>= 10), libtool Maintainer: Joachim Nilsson -Standards-Version: 3.8.3 +Standards-Version: 4.3.0 Package: libeditline-dev Architecture: any @@ -21,7 +21,7 @@ Description: development files for libeditline Package: libeditline1 Architecture: any Section: libs -Depends: ${misc:Depends} +Depends: ${shlibs: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