1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-12-04 14:46:45 -05:00

Bug fix for Debian Jessie and Ubuntu Trusty: do not run autopoint

This commit is contained in:
John Zaitseff 2016-01-05 12:32:17 +11:00
parent cebcd1e506
commit f267435066
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
trader (7.9-2) unstable; urgency=low
* Reinstated the "do not run autopoint" code in debian/rules as it is
required for Debian Jessie and Ubuntu Trusty.
-- John Zaitseff <J.Zaitseff@zap.org.au> Tue, 05 Jan 2016 12:30:43 +1100
trader (7.9-1) unstable; urgency=low
* New upstream release: updated Danish translation.

2
debian/rules vendored
View File

@ -4,7 +4,7 @@
# Copyright (C) 2011-16, John Zaitseff
%:
dh $@ --with autoreconf
env AUTOPOINT=true dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr --bindir=/usr/games