mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04:00
Update debian/changelog, debian/copyright and debian/rules
Update the copyright dates to 2016, remove the inhibition on updating the GNU Gettext files as required, and add a changelog entry for the new version.
This commit is contained in:
parent
8dfcbae89a
commit
cebcd1e506
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
trader (7.9-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release: updated Danish translation.
|
||||||
|
* Removed the inhibition on updating the GNU Gettext files as required.
|
||||||
|
|
||||||
|
-- John Zaitseff <J.Zaitseff@zap.org.au> Tue, 05 Jan 2016 11:42:34 +1100
|
||||||
|
|
||||||
trader (7.8-1) unstable; urgency=low
|
trader (7.8-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release: new translation for Swedish, updated
|
* New upstream release: new translation for Swedish, updated
|
||||||
|
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-2015, John Zaitseff <J.Zaitseff@zap.org.au>
|
Copyright: 1990-2016, John Zaitseff <J.Zaitseff@zap.org.au>
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2011-2015, John Zaitseff <J.Zaitseff@zap.org.au>
|
Copyright: 2011-2016, John Zaitseff <J.Zaitseff@zap.org.au>
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
|
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -1,10 +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-15, John Zaitseff
|
# Copyright (C) 2011-16, John Zaitseff
|
||||||
|
|
||||||
%:
|
%:
|
||||||
env AUTOPOINT=true dh $@ --with autoreconf
|
dh $@ --with autoreconf
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- --prefix=/usr --bindir=/usr/games
|
dh_auto_configure -- --prefix=/usr --bindir=/usr/games
|
||||||
|
Loading…
Reference in New Issue
Block a user