From: Sebastian Harl Date: Thu, 8 Nov 2018 21:30:13 +0000 (+0100) Subject: control: Build depend on readline >= 6.3. X-Git-Tag: tig-2.5.5-1~10 X-Git-Url: https://git.tokkee.org/?p=pkg-tig.git;a=commitdiff_plain;h=5f1ae5b7cbb03076b9a0487cc205dc4d53d17ddd control: Build depend on readline >= 6.3. That's the min version specified by upstream. --- diff --git a/debian/changelog b/debian/changelog index 8889478..d1925b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ tig (2.4.1-1) UNRELEASED; urgency=medium * New upstream version. + * debian/control: + - Build depend on readline >= 6.3; that's the min version specified by + upstream. -- Sebastian Harl Thu, 08 Nov 2018 22:03:18 +0100 diff --git a/debian/control b/debian/control index 38ab5b0..f919446 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: tig Section: vcs Priority: optional Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.14.6), libncursesw5-dev, libreadline-dev, - asciidoc (>= 8.4), xmlto, docbook-utils +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.14.6), libncursesw5-dev, + libreadline-dev (>= 6.3), asciidoc (>= 8.4), xmlto, docbook-utils Standards-Version: 4.1.1 Homepage: http://jonas.nitro.dk/tig/ Vcs-Git: git://git.tokkee.org/pkg-tig.git