mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -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:
parent
b002bc00a7
commit
f8d528c8be
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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
|
trader (7.6-2) unstable; urgency=low
|
||||||
|
|
||||||
* Updated to use dh-autoreconf per Debian best practice.
|
* Updated to use dh-autoreconf per Debian best practice.
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -2,8 +2,8 @@ Source: trader
|
|||||||
Section: games
|
Section: games
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: John Zaitseff <J.Zaitseff@zap.org.au>
|
Maintainer: John Zaitseff <J.Zaitseff@zap.org.au>
|
||||||
Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, libncursesw5-dev, gettext (>= 0.18.1), gperf
|
Build-Depends: debhelper (>= 9), dh-autoreconf, automake, autopoint, libncursesw5-dev, gettext (>= 0.18.1), gperf
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.6
|
||||||
Homepage: http://www.zap.org.au/software/trader/
|
Homepage: http://www.zap.org.au/software/trader/
|
||||||
Vcs-Svn: http://svn.zap.org.au/svn/trader/unix/branches/with-debian/
|
Vcs-Svn: http://svn.zap.org.au/svn/trader/unix/branches/with-debian/
|
||||||
Vcs-Browser: http://www.zap.org.au/viewvc/trader/unix/
|
Vcs-Browser: http://www.zap.org.au/viewvc/trader/unix/
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -4,11 +4,11 @@ Upstream-Contact: John Zaitseff <J.Zaitseff@zap.org.au>
|
|||||||
Source: http://www.zap.org.au/software/trader/
|
Source: http://www.zap.org.au/software/trader/
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 1990-2014, John Zaitseff <J.Zaitseff@zap.org.au>
|
Copyright: 1990-2015, John Zaitseff <J.Zaitseff@zap.org.au>
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
|
|
||||||
Files: debian/*
|
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+
|
||||||
|
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -1,9 +1,10 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
# debian/rules: Create the Debian package for Star Traders
|
# 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
|
dh $@ --with autoreconf
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
|
Loading…
Reference in New Issue
Block a user