This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository igraph.
commit d56bcbb6ccb105f84cd8039e7d1079d368c08f7b Author: Andreas Tille <[email protected]> Date: Tue Dec 31 07:50:39 2013 +0000 use dh-autoreconf instead of autotools-dev --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea73101..e17405a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +igraph (0.6.5-5) unstable; urgency=medium + + * use dh-autoreconf instead of autotools-dev (thanks to Logan Rosen + <[email protected]> for the patch) + Closes: #733712 + + -- Andreas Tille <[email protected]> Tue, 31 Dec 2013 08:37:18 +0100 + igraph (0.6.5-4) unstable; urgency=medium * cme fix dpkg-control diff --git a/debian/control b/debian/control index 189177f..33bc6ec 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), libblas-dev, liblapack-dev, automake, - autotools-dev, + dh-autoreconf, libglpk-dev, libf2c2-dev Standards-Version: 3.9.5 diff --git a/debian/rules b/debian/rules index 0ec4367..6c18edd 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ #export DH_VERBOSE=1 %: - dh $@ --parallel --with autotools_dev + dh $@ --parallel --with autoreconf # --enable-debug -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/igraph.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
