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:
parent
cebcd1e506
commit
f267435066
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user