diff --git a/debian/changelog b/debian/changelog index 0524a2e..94007cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 27 Aug 2014 12:01:10 +1000 + -- John Zaitseff Wed, 03 Sep 2014 13:15:10 +1000 trader (7.6-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 767b516..dd2d42d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: trader Section: games Priority: optional Maintainer: John Zaitseff -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/ diff --git a/debian/rules b/debian/rules index ebed33c..a4e42c3 100755 --- a/debian/rules +++ b/debian/rules @@ -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