mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04:00
Correct invocation of dh-autoreconf; add dependency on autopoint
The autopoint package is required for Debian Wheezy.
This commit is contained in:
parent
aa05f59f75
commit
56b3cf4b52
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user