This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository sacjava.
commit b2a550305d088caf7fc54789e2c7123573cfd9b2 Author: Jakub Adam <[email protected]> Date: Mon Aug 3 10:41:12 2015 +0200 Fix needless-dependency-on-jre Lintian warning --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1c9d66c..6fa0632 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ sacjava (1.3+dfsg-1) UNRELEASED; urgency=medium * Use xz for upstream tarball compression * Add OSGi metadata to JAR manifest * Bump Standards-Version to 3.9.6 + * Fix needless-dependency-on-jre Lintian warning -- Jakub Adam <[email protected]> Mon, 03 Aug 2015 09:59:06 +0200 diff --git a/debian/control b/debian/control index 7df17b9..7af8c6d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Homepage: http://www.w3.org/Style/CSS/SAC/ Package: libsac-java Architecture: all -Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends} +Depends: ${misc:Depends} Suggests: libsac-java-doc Recommends: libsac-java-gcj Description: Simple API for CSS Java library -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sacjava.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

