This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ngs-sdk.
commit 06066cb1db44fa1f18f7096bf441625fefbd0bee Author: Andreas Tille <[email protected]> Date: Mon Aug 28 23:08:17 2017 +0200 debhelper 10 --- debian/changelog | 11 +++++++++++ debian/compat | 2 +- debian/control | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 88c305b..e24aec8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +ngs-sdk (1.3.0-3) UNRELEASED; urgency=medium + + [ Scott Kitterman ] + * Reduce unneeded build-dep on python3-all-dev to python3-all + Closes: #866514 + + [ Andreas Tille ] + * debhelper 10 + + -- Andreas Tille <[email protected]> Mon, 28 Aug 2017 23:08:07 +0200 + ngs-sdk (1.3.0-2) unstable; urgency=medium * Fix install dir by using DEB_HOST_MULTIARCH instead of DEB_BUILD_GNU_TYPE 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 dcd6408..faac4d1 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,11 @@ Uploaders: Andreas Tille <[email protected]>, Vincent Danjean <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), d-shlibs, python-markdown, python-all-dev, - python3-all-dev, + python3-all, dh-python, javahelper, maven-repo-helper, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ngs-sdk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
