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

Update for Star Traders v7.7; avoid running autopoint

Do not run autopoint(1) to update GNU Gettext files, as the upstream
version uses version 0.19.5 macros but specifies 0.18.1.
This commit is contained in:
John Zaitseff 2015-08-18 12:37:06 +10:00
parent b002bc00a7
commit f8d528c8be
4 changed files with 16 additions and 5 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
trader (7.7-1) unstable; urgency=low
* New upstream release: new translation for Hungarian.
* Updated to Debian Policy 3.9.6 (no changes).
* Added automake to Build-Depends.
* Do not run autopoint(1) to update GNU Gettext files, as the upstream
version uses version 0.19.5 macros but specifies 0.18.1.
-- John Zaitseff <J.Zaitseff@zap.org.au> Tue, 18 Aug 2015 12:34:00 +1000
trader (7.6-2) unstable; urgency=low
* Updated to use dh-autoreconf per Debian best practice.

4
debian/control vendored
View File

@ -2,8 +2,8 @@ Source: trader
Section: games
Priority: optional
Maintainer: John Zaitseff <J.Zaitseff@zap.org.au>
Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, libncursesw5-dev, gettext (>= 0.18.1), gperf
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), dh-autoreconf, automake, autopoint, libncursesw5-dev, gettext (>= 0.18.1), gperf
Standards-Version: 3.9.6
Homepage: http://www.zap.org.au/software/trader/
Vcs-Svn: http://svn.zap.org.au/svn/trader/unix/branches/with-debian/
Vcs-Browser: http://www.zap.org.au/viewvc/trader/unix/

4
debian/copyright vendored
View File

@ -4,11 +4,11 @@ Upstream-Contact: John Zaitseff <J.Zaitseff@zap.org.au>
Source: http://www.zap.org.au/software/trader/
Files: *
Copyright: 1990-2014, John Zaitseff <J.Zaitseff@zap.org.au>
Copyright: 1990-2015, John Zaitseff <J.Zaitseff@zap.org.au>
License: GPL-3+
Files: debian/*
Copyright: 2011-2014, John Zaitseff <J.Zaitseff@zap.org.au>
Copyright: 2011-2015, John Zaitseff <J.Zaitseff@zap.org.au>
License: GPL-3+
License: GPL-3+

3
debian/rules vendored
View File

@ -1,9 +1,10 @@
#!/usr/bin/make -f
# debian/rules: Create the Debian package for Star Traders
# Copyright (C) 2011-14, John Zaitseff
# Copyright (C) 2011-15, John Zaitseff
%:
export AUTOPOINT=true # Do not update GNU Gettext files
dh $@ --with autoreconf
override_dh_auto_configure: