1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-12-04 14:46:45 -05:00

Update to Debhelper v13

This commit is contained in:
John Zaitseff 2021-02-06 06:36:30 +11:00
parent 78150f1400
commit 33d69d9893
3 changed files with 8 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
trader (7.16-3) unstable; urgency=low
* Updated to use Debhelper v13, with the compatibility level specified
in the control file as a dependency on debhelper-compat.
-- John Zaitseff <J.Zaitseff@zap.org.au> Sat, 06 Feb 2021 06:22:14 +1100
trader (7.16-2) unstable; urgency=low
* Changed the build dependency from libncursesw6-dev | libncursesw5-dev

1
debian/compat vendored
View File

@ -1 +0,0 @@
10

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: trader
Section: games
Priority: optional
Maintainer: John Zaitseff <J.Zaitseff@zap.org.au>
Build-Depends: debhelper (>= 10), automake (>= 1.15), autopoint, pkgconf, libncurses-dev, gettext (>= 0.20), gperf
Build-Depends: debhelper-compat (= 13), automake (>= 1.15), autopoint, pkgconf, libncurses-dev, gettext (>= 0.20), gperf
Standards-Version: 4.5.1
Homepage: https://www.zap.org.au/projects/trader/
Vcs-Git: git://git.zap.org.au/data/git/trader.git -b with-debian