This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snakeyaml.
commit d57ca4c93cb6c0d1a8236125208859d28517444c Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 9 00:54:35 2016 +0200 Removed the unused build dependency on javahelper --- debian/changelog | 1 + debian/control | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 81832f6..7e3432e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ snakeyaml (1.17-1) UNRELEASED; urgency=medium - Updated the Homepage field - Priority changed to optional - Removed the Pre-Depends on dpkg + - Removed the unused build dependency on javahelper * Standards-Version updated to 3.9.8 (no changes) * Updated debian/watch to track the release tags on Bitbucket * Fixed the short name of the BSD license in debian/copyright diff --git a/debian/control b/debian/control index d83b4f5..ea2a8f4 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,6 @@ Uploaders: Stefan Denker <[email protected]>, Hilko Bengen <[email protected] Build-Depends: debhelper (>= 9), default-jdk, - javahelper, maven-debian-helper (>= 1.6.5), Build-Depends-Indep: libmaven-bundle-plugin-java, @@ -18,8 +17,8 @@ Homepage: https://bitbucket.org/asomov/snakeyaml Package: libyaml-snake-java Architecture: all -Depends: ${misc:Depends}, ${java:Depends} -Recommends: ${java:Recommends} +Depends: ${misc:Depends}, ${maven:Depends} +Suggests: ${maven:OptionalDepends} Description: YAML parser and emitter for the Java programming language SnakeYAML is a YAML parser and emitter for the Java programming language. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snakeyaml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

