This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wss4j.
commit b0a268d9ca92689f76ff52757e1de7fc915865be Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 23 07:22:23 2013 +0000 Removed the dependency on the JRE for the binary package --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 87dc412..d5aef5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ wss4j (1.5.8+svntag-2.1) UNRELEASED; urgency=low * Team upload. * Updated Standards-Version to 3.9.4 (no changes) * Removed the deprecated DM-Upload-Allowed flag + * Removed the dependency on the JRE for the binary package (not needed) -- Emmanuel Bourg <[email protected]> Mon, 23 Sep 2013 09:18:49 +0200 diff --git a/debian/control b/debian/control index 9943d73..5f10a33 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Homepage: http://ws.apache.org/wss4j/ Package: libwss4j-java Architecture: all -Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends} +Depends: ${misc:Depends} Description: Apache WSS4J WS-Security implementation Apache WSS4J is an implementation of the OASIS Web Services Security framework (WS-Security). It can be used to sign and verify SOAP Messages -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

