This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository abyss.
commit 4afb9228d5a955e903cb54492b9da110471c6907 Author: Andreas Tille <[email protected]> Date: Mon Sep 15 16:04:37 2014 +0200 Use dh-autoreconf --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0196ac4..6608155 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ abyss (1.5.2-1) UNRELEASED; urgency=medium * New upstream version (remove applied patches) * d/watch: Moved to github + * d/control+d/rules: use dh-autoreconf -- Andreas Tille <[email protected]> Mon, 15 Sep 2014 14:53:24 +0200 diff --git a/debian/control b/debian/control index 45902a9..a3c0bc2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Section: non-free/science XS-Autobuild: yes Priority: optional Build-Depends: debhelper (>= 9), - autotools-dev, + dh-autoreconf, libboost-graph-dev, libopenmpi-dev, libsparsehash-dev diff --git a/debian/rules b/debian/rules index b3d95fe..15d98a1 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DH_OPTIONS %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --with-mpi=/usr/lib/openmpi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/abyss.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
