1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-07 15:54:14 -04:00

Update to Gettext 0.21 and Automake 1.16

This commit is contained in:
John Zaitseff 2024-01-07 11:34:48 +11:00
parent defdace0e2
commit 92a112ff37
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ trader (7.19-1) unstable; urgency=medium
* New upstream release: new Polish, Romanian and Ukrainian translations,
renamed AppStream metainfo and desktop files.
* Require at least Gettext 0.21 and Automake 1.16 for building.
* Updated to Debian Policy 4.6.2 (no changes).
-- John Zaitseff <J.Zaitseff@zap.org.au> Sun, 07 Jan 2024 11:30:24 +1100

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-compat (= 13), autoconf (>= 2.71), automake (>= 1.15), autopoint, pkgconf, libncurses-dev, gettext (>= 0.20), gperf
Build-Depends: debhelper-compat (= 13), autoconf (>= 2.71), automake (>= 1.16), autopoint, pkgconf, libncurses-dev, gettext (>= 0.21), gperf
Standards-Version: 4.6.2
Homepage: https://www.zap.org.au/projects/trader/
Vcs-Git: git://git.zap.org.au/data/git/trader.git -b with-debian