[med-svn] [fastx-toolkit] 05/05: drop autotools Build-Depends and in d/rules since that's redundant for debhelper 10
Andreas Tille
tille at debian.org
Fri Aug 25 11:37:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/0.0.14-5
in repository fastx-toolkit.
commit 0a685c79fba7628f676749fe0e113cd79a82773f
Author: Andreas Tille <tille at debian.org>
Date: Fri Aug 25 13:34:59 2017 +0200
drop autotools Build-Depends and in d/rules since that's redundant for debhelper 10
---
debian/changelog | 6 ++++--
debian/control | 2 --
debian/rules | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 118de04..60ba10c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fastx-toolkit (0.0.14-5) UNRELEASED; urgency=low
+fastx-toolkit (0.0.14-5) unstable; urgency=low
[ Steffen Moeller ]
* [debian/upstream/metadata] Added references to
@@ -10,8 +10,10 @@ fastx-toolkit (0.0.14-5) UNRELEASED; urgency=low
through case statement.
Closes: #853396
* d/rules: do not parse d/changelog
+ * drop autotools Build-Depends and in d/rules since that's redundant
+ for debhelper 10
- -- Andreas Tille <tille at debian.org> Fri, 25 Aug 2017 10:13:28 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 25 Aug 2017 10:22:12 +0200
fastx-toolkit (0.0.14-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index abbdae0..6e89c29 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,6 @@ Uploaders: Charles Plessy <plessy at debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
- automake,
- autotools-dev,
libtool,
pkg-config,
libgtextutils-dev,
diff --git a/debian/rules b/debian/rules
index 06f6daf..4eb5129 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ mandir := $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1
bindir := $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin
%:
- dh $@ --with autotools_dev
+ dh $@
override_dh_auto_configure:
./reconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fastx-toolkit.git
More information about the debian-med-commit
mailing list