mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05: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
|
||||
|
||||
* 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
|
||||
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
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/
|
||||
|
||||
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
3
debian/rules
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user