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 beb1e3d4175890c4b681689de7eb7c980336c901 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 21 00:10:39 2016 +0100 Added the missing build dependency on build-helper-maven-plugin (Closes: #848734) --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index a75ac50..e989cd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ jackson-databind (2.8.5-2) UNRELEASED; urgency=medium * Team upload. + * Added the missing build dependency on build-helper-maven-plugin + (Closes: #848734) * Merged the Build-Depends-Indep field into Build-Depends -- Emmanuel Bourg <[email protected]> Mon, 19 Dec 2016 22:38:55 +0100 diff --git a/debian/control b/debian/control index a15116b..c47ecba 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: groovy, javahelper (>= 0.32), junit4, + libbuild-helper-maven-plugin-java, libjackson2-annotations-java (>= 2.8.5), libjackson2-annotations-java-doc, libjackson2-core-java (>= 2.8.5), -- 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

