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 ae857c90e985ebc568c16e26a38e6db37387640a Author: Andreas Tille <[email protected]> Date: Fri Sep 1 21:55:51 2017 +0200 debhelper 10 --- debian/changelog | 13 +++++++++++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 39ab232..a84bde5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +trinityrnaseq (2.2.0+dfsg-3) UNRELEASED; urgency=medium + + * Team upload + + [ Gert Wollny ] + * Fix build gcc 7 + Closes: #853687 + + [ Andreas Tille ] + * debhelper 10 + + -- Andreas Tille <[email protected]> Fri, 01 Sep 2017 21:50:47 +0200 + trinityrnaseq (2.2.0+dfsg-2) unstable; urgency=medium * Team upload. diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index fb6bd45..ffb6778 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Michael R. Crusoe <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), autotools-dev, dh-autoreconf, automake1.11, diff --git a/debian/rules b/debian/rules index 19b9b42..f7ca4c0 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 $@ --parallel --with javahelper,autoreconf + dh $@ --with javahelper,autoreconf 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
