From 3acd0aeba123ce1cbe9f91a3bde476ac46ccdc2d Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Fri, 2 Jun 2017 07:30:33 +1000 Subject: [PATCH] Remove the inhibition on updating the GNU Gettext files --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fd380a4..d94ab20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ trader (7.10-1) unstable; urgency=low updated translations, migrated the repository from Subversion to Git. * Updated to Debian Policy 3.9.8 (no changes). * Require GNU Gettext 0.19.3 (as shipped with Debian Jessie) or newer. + * Removed the inhibition on updating the GNU Gettext files as required. -- diff --git a/debian/rules b/debian/rules index 10fd763..d5a5baa 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ # Copyright (C) 2011-17, John Zaitseff %: - env AUTOPOINT=true dh $@ --with autoreconf + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --bindir=/usr/games