1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-10-13 18:03:39 -04:00

Add a dependency on the pkg-config package

This commit is contained in:
John Zaitseff 2017-06-02 11:47:18 +10:00
parent c2ef691293
commit ec30701f5a
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -7,8 +7,9 @@ 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.
* Added a dependency on pkg-config for rebuilding Automake/Autoconf files.
-- John Zaitseff <J.Zaitseff@zap.org.au> Fri, 02 Jun 2017 11:37:49 +1000
-- John Zaitseff <J.Zaitseff@zap.org.au> Fri, 02 Jun 2017 11:46:16 +1000
trader (7.9-2) 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, automake, autopoint, libncursesw5-dev, gettext (>= 0.19.3), gperf
Build-Depends: debhelper (>= 9), dh-autoreconf, automake, autopoint, pkg-config, libncursesw5-dev, gettext (>= 0.19.3), gperf
Standards-Version: 3.9.8
Homepage: http://www.zap.org.au/software/trader/
Vcs-Git: git://git.zap.org.au/data/git/trader.git -b with-debian