From d385de41c99a08cdfec297cc23ba3ee1bcd814b4 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Sun, 21 Feb 2021 16:15:21 +0000 Subject: [PATCH] Update debhelper-compat, add misc:Depends (lintian) debhelper-compat has changed since Helmut sent his patch, and packages that are built with debhelper should have a ${misc:Depends} dependency. --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 15a1e1c..de5fbd7 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: bible-kjv Section: doc Priority: optional Maintainer: Matthew Vernon -Build-Depends: libreadline-dev, debhelper-compat (= 9) +Build-Depends: libreadline-dev, debhelper-compat (= 12) Standards-Version: 4.5.1 Package: bible-kjv Architecture: any -Depends: ${shlibs:Depends}, bible-kjv-text +Depends: ${shlibs:Depends}, ${misc:Depends}, bible-kjv-text Conflicts: verse (<= 0.20) Suggests: verse Description: King James Version of the Bible: user interface program. @@ -21,6 +21,7 @@ Description: King James Version of the Bible: user interface program. Package: bible-kjv-text Architecture: all +Depends: ${misc:Depends} Recommends: bible-kjv Conflicts: bible-kjv (<< 4.00-5) Description: King James Version of the Bible - text and concordance -- 2.30.2