From c2ef691293858c9dd9d0347d10c055eeb9a55170 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Fri, 2 Jun 2017 11:40:16 +1000 Subject: [PATCH] Reinstate inhibiting the updating of GNU Gettext files The upstream package requires GNU Gettext 0.19.8 or newer, but older releases of Debian and Ubuntu still have Gettext 0.19.3 or 0.19.7. --- debian/changelog | 3 +-- debian/rules | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d1fd212..501dbfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,9 +7,8 @@ trader (7.10-1) unstable; urgency=low * Updated to Debian Policy 3.9.8 (no changes). * Removed superfluous debian/trader.dirs file. * Require GNU Gettext 0.19.3 (as shipped with Debian Jessie) or newer. - * Removed the inhibition on updating the GNU Gettext files as required. - -- John Zaitseff Fri, 02 Jun 2017 10:29:10 +1000 + -- John Zaitseff Fri, 02 Jun 2017 11:37:49 +1000 trader (7.9-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index d5a5baa..10fd763 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ # Copyright (C) 2011-17, John Zaitseff %: - dh $@ --with autoreconf + env AUTOPOINT=true dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --bindir=/usr/games