This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit 80b453aeb8cf4a627ff5dc806e1e39dc3cc20be6 Author: Peter Pentchev <[email protected]> Date: Fri Dec 18 19:24:02 2015 +0200 Switch to dh-autoreconf. --- debian/changelog | 1 + debian/control | 1 + debian/rules | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ca9561f..8ebd2bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium the original program source. * Use the dpkg-dev defaults for compressing the Debian tarball. * Depend on libmikmod-dev instead of libmikmod2-dev. Closes: #744986. + * Use dh-autoreconf to rebuild the autoconf framework. -- Peter Pentchev <[email protected]> Thu, 17 Dec 2015 16:11:53 +0200 diff --git a/debian/control b/debian/control index a24e7ad..67f9381 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Uploaders: Build-Depends: autotools-dev, debhelper (>= 9), + dh-autoreconf, libgif-dev, libmikmod-dev, libpng-dev, diff --git a/debian/rules b/debian/rules index 59d0049..a128352 100755 --- a/debian/rules +++ b/debian/rules @@ -59,4 +59,4 @@ get-orig-source: rm -rf Fenix fenix092a-src-release.tgz %: - dh $@ --with autotools_dev + dh $@ --with autotools_dev --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

