This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjibx1.2-java.
commit 106bf78a7c9477bfedf6b4b831b20a6a187dc9ec Author: Emmanuel Bourg <[email protected]> Date: Tue Feb 2 10:47:23 2016 +0100 Removed the suggested java-virtual-machine dependency from libjibx1.2-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2c71c42..50134ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libjibx1.2-java (1.2.6-1) UNRELEASED; urgency=medium * Moved the package to Git * Use XZ compression for the upstream tarball * Standards-Version updated to 3.9.7 (no changes) + * Removed the suggested java-virtual-machine dependency from libjibx1.2-java -- Emmanuel Bourg <[email protected]> Tue, 02 Feb 2016 10:08:26 +0100 diff --git a/debian/control b/debian/control index 26fd11b..bf1e9b2 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Homepage: http://jibx.sf.net Package: libjibx1.2-java Architecture: all Depends: libbcel-java, libxpp3-java, ${misc:Depends} -Suggests: java-virtual-machine, libjibx-java-doc +Suggests: libjibx-java-doc Conflicts: libjibx-java (<= 1.0.2-1) Description: Framework for binding XML data to Java objects JiBX lets you work with data from XML documents using your own class -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjibx1.2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

