mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05:00
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.
This commit is contained in:
parent
434e37a7d4
commit
c2ef691293
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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 <J.Zaitseff@zap.org.au> Fri, 02 Jun 2017 10:29:10 +1000
|
||||
-- John Zaitseff <J.Zaitseff@zap.org.au> Fri, 02 Jun 2017 11:37:49 +1000
|
||||
|
||||
trader (7.9-2) unstable; urgency=low
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user