[med-svn] [jellyfish] 03/06: Autoreconf not needed with debhelper 10

Andreas Tille tille at debian.org
Mon Aug 28 13:23:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository jellyfish.

commit 47dbc0bfc5c133ab9c6a184fc1c91f5b9c46834e
Author: Andreas Tille <tille at debian.org>
Date:   Mon Aug 28 14:34:39 2017 +0200

    Autoreconf not needed with debhelper 10
---
 debian/changelog | 9 +++++++++
 debian/control   | 1 -
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0736834..d05c19e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+jellyfish (2.2.6-4) UNRELEASED; urgency=medium
+
+  * Make sure reproducible patch will not break test suite (Thanks to
+    Chris Lamb <lamby at debian.org> for the fix)
+    Closes: #863015
+  * Autoreconf not needed with debhelper 10
+
+ -- Andreas Tille <tille at debian.org>  Mon, 28 Aug 2017 14:10:27 +0200
+
 jellyfish (2.2.6-3) unstable; urgency=medium
 
   * Explicitly disable parallel building
diff --git a/debian/control b/debian/control
index a1572e0..ba61ab6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Shaun Jackman <sjackman at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               dh-autoreconf,
                d-shlibs,
                yaggo,
                pkg-config,
diff --git a/debian/rules b/debian/rules
index b067394..86cb34e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export PERL_MM_OPT=INSTALLDIRS=vendor
 export PYBUILD_BUILD_ARGS=build_ext --rpath "${CURDIR}/debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}"
 
 %:
-	dh $@ --with autoreconf,python3
+	dh $@ --with python3
 
 override_dh_auto_install:
 	dh_auto_install -- install-data

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish.git



More information about the debian-med-commit mailing list