From f8d528c8be0def4cb7f31d8574e913dafd0d6792 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Tue, 18 Aug 2015 12:37:06 +1000 Subject: [PATCH] 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. --- debian/changelog | 10 ++++++++++ debian/control | 4 ++-- debian/copyright | 4 ++-- debian/rules | 3 ++- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 94007cd..e983981 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 18 Aug 2015 12:34:00 +1000 + trader (7.6-2) unstable; urgency=low * Updated to use dh-autoreconf per Debian best practice. diff --git a/debian/control b/debian/control index dd2d42d..b929d10 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: trader Section: games Priority: optional Maintainer: John Zaitseff -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/ diff --git a/debian/copyright b/debian/copyright index 37521a8..429af49 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,11 +4,11 @@ Upstream-Contact: John Zaitseff Source: http://www.zap.org.au/software/trader/ Files: * -Copyright: 1990-2014, John Zaitseff +Copyright: 1990-2015, John Zaitseff License: GPL-3+ Files: debian/* -Copyright: 2011-2014, John Zaitseff +Copyright: 2011-2015, John Zaitseff License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules index a4e42c3..5dcb800 100755 --- a/debian/rules +++ b/debian/rules @@ -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: