This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/2.2.0+dfsg-3 in repository trinityrnaseq.
commit a0760a9daf07cabba7cbf62b1ef22becbfa30e40 Author: Andreas Tille <[email protected]> Date: Fri Sep 1 23:21:54 2017 +0200 Do not explicitly use autoconf --- debian/changelog | 4 ++-- debian/control | 3 --- debian/rules | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 406587c..65a4446 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -trinityrnaseq (2.2.0+dfsg-3) UNRELEASED; urgency=medium +trinityrnaseq (2.2.0+dfsg-3) unstable; urgency=medium * Team upload @@ -10,7 +10,7 @@ trinityrnaseq (2.2.0+dfsg-3) UNRELEASED; urgency=medium * debhelper 10 * Standards-Version: 4.1.0 (no changes needed) - -- Andreas Tille <[email protected]> Fri, 01 Sep 2017 21:50:47 +0200 + -- Andreas Tille <[email protected]> Fri, 01 Sep 2017 21:57:01 +0200 trinityrnaseq (2.2.0+dfsg-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index f1ef48d..1743337 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,6 @@ Uploaders: Michael R. Crusoe <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 10), - autotools-dev, - dh-autoreconf, - automake1.11, jellyfish (>= 2.1.4), libjung-free-java, javahelper, diff --git a/debian/rules b/debian/rules index f7ca4c0..1adf39a 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow include /usr/share/dpkg/buildflags.mk %: - dh $@ --with javahelper,autoreconf + dh $@ --with javahelper override_dh_auto_configure: for target in ${SOURCE_DIRECTORIES}; do dh_auto_configure \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trinityrnaseq.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
