1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-01 17:14:15 -04:00

Correct invocation of dh-autoreconf; add dependency on autopoint

The autopoint package is required for Debian Wheezy.
This commit is contained in:
John Zaitseff 2014-09-03 13:31:37 +10:00
parent aa05f59f75
commit 56b3cf4b52
3 changed files with 6 additions and 5 deletions

7
debian/changelog vendored
View File

@ -1,9 +1,10 @@
trader (7.6-2) unstable; urgency=low
* Updated to use dh-autoreconf per Debian best practice. Also removed
unneeded dependency on quilt(1).
* Updated to use dh-autoreconf per Debian best practice.
* Added a Build-Depends on autopoint, only needed for Debian Wheezy.
* Removed unneeded dependency on quilt.
-- John Zaitseff <J.Zaitseff@zap.org.au> Wed, 27 Aug 2014 12:01:10 +1000
-- John Zaitseff <J.Zaitseff@zap.org.au> Wed, 03 Sep 2014 13:15:10 +1000
trader (7.6-1) unstable; urgency=low

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: trader
Section: games
Priority: optional
Maintainer: John Zaitseff <J.Zaitseff@zap.org.au>
Build-Depends: debhelper (>= 9), dh-autoreconf, libncursesw5-dev, gettext (>= 0.18.1), gperf
Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, libncursesw5-dev, gettext (>= 0.18.1), gperf
Standards-Version: 3.9.5
Homepage: http://www.zap.org.au/software/trader/
Vcs-Svn: http://svn.zap.org.au/svn/trader/unix/branches/with-debian/

2
debian/rules vendored
View File

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