[med-svn] [tophat] 09/10: Autoreconf is default with debhelper 10

Andreas Tille tille at debian.org
Mon Sep 4 12:04:00 UTC 2017


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

tille pushed a commit to tag debian/2.1.1+dfsg-4
in repository tophat.

commit 6e47633ebc5ef0bb70f5a5fe838ac030dac83118
Author: Andreas Tille <tille at debian.org>
Date:   Mon Sep 4 13:36:14 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index aa0f70f..c58ef3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ tophat (2.1.1+dfsg-4) UNRELEASED; urgency=medium
   * Build-Depends: bowtie + Architecture: any
     Closes: #873866
   * Standards-Version: 4.1.0 (no changes needed)
+  * Autoreconf is default with debhelper 10
 
  -- Andreas Tille <tille at debian.org>  Mon, 04 Sep 2017 13:31:43 +0200
 
diff --git a/debian/control b/debian/control
index b390efb..efc5201 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,8 @@ Uploaders: Carlos Borroto <carlos.borroto at gmail.com>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               autotools-dev,
                libbam-dev,
                zlib1g-dev,
-               dh-autoreconf,
                python,
                seqan-dev (>= 1.4),
                libboost-system-dev,
diff --git a/debian/rules b/debian/rules
index 70b6602..e09fdba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ bindir=$(CURDIR)/debian/$(DEB_SOURCE)/usr/bin
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --with autoreconf --no-parallel
+	dh $@ --no-parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

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



More information about the debian-med-commit mailing list