1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-06-09 19:20:43 +00:00

Remove version numbers on build dependencies met by oldstable

This commit is contained in:
John Zaitseff 2024-02-28 08:13:21 +11:00
parent de06e235fc
commit 13405366c5
2 changed files with 5 additions and 4 deletions

7
debian/changelog vendored
View File

@ -1,4 +1,4 @@
trader (7.20-1) unstable; urgency=low
trader (7.20-2) unstable; urgency=low
* New upstream release: changed documentation (history of the game),
updated Swedish, Norwegian Bokmål, French, German, Serbian, Esperanto,
@ -6,10 +6,11 @@ trader (7.20-1) unstable; urgency=low
* Incorporates changes made to previous upstream release (not uploaded
to Debian): new Polish, Romanian and Ukrainian translations, renamed
AppStream metainfo and desktop files.
* Require at least Gettext 0.21 and Automake 1.16 for building.
* Removed version numbers on build dependencies for Automake and
Gettext: oldstable already has at least the required versions.
* Updated to Debian Policy 4.6.2 (no changes).
-- John Zaitseff <J.Zaitseff@zap.org.au> Wed, 31 Jan 2024 10:16:35 +1100
-- John Zaitseff <J.Zaitseff@zap.org.au> Wed, 28 Feb 2024 07:58:02 +1100
trader (7.18-1) unstable; urgency=low

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.16), autopoint, pkgconf, libncurses-dev, gettext (>= 0.21), gperf
Build-Depends: debhelper-compat (= 13), autoconf (>= 2.71), automake, autopoint, pkgconf, libncurses-dev, gettext, 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