This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-databind.
commit e41c75a85b5df2a504389da1017f00d47fedd4dc Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 19 22:39:13 2016 +0100 Merged the Build-Depends-Indep field into Build-Depends --- debian/changelog | 7 +++++++ debian/control | 17 ++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc691c2..a75ac50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jackson-databind (2.8.5-2) UNRELEASED; urgency=medium + + * Team upload. + * Merged the Build-Depends-Indep field into Build-Depends + + -- Emmanuel Bourg <[email protected]> Mon, 19 Dec 2016 22:38:55 +0100 + jackson-databind (2.8.5-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 4d6612c..a15116b 100644 --- a/debian/control +++ b/debian/control @@ -8,19 +8,18 @@ Uploaders: Build-Depends: debhelper (>= 10), default-jdk, - javahelper (>= 0.32), - maven-debian-helper (>= 1.6.5), - libjackson2-core-java (>= 2.8.5), - libjackson2-annotations-java (>= 2.8.5), - libmaven-bundle-plugin-java, - xmlstarlet -Build-Depends-Indep: default-jdk-doc, groovy, + javahelper (>= 0.32), junit4, - libjackson2-core-java-doc, + libjackson2-annotations-java (>= 2.8.5), libjackson2-annotations-java-doc, - libmaven-javadoc-plugin-java + libjackson2-core-java (>= 2.8.5), + libjackson2-core-java-doc, + libmaven-bundle-plugin-java, + libmaven-javadoc-plugin-java, + maven-debian-helper (>= 1.6.5), + xmlstarlet Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jackson-databind.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jackson-databind.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-databind.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

