This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wss4j.
commit 1dd14f8b90e1e92295b930f4ee30b0987cec46b8 Author: Charles Plessy <[email protected]> Date: Thu May 24 04:09:52 2012 +0000 Imported 1.5.8+svntag-1ubuntu1, which closes #642747. Thanks to James for the notification. --- debian/changelog | 15 +++++++++++++++ debian/rules | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a3357ae..069d500 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +wss4j (1.5.8+svntag-2) UNRELEASED; urgency=low + + * Imported 1.5.8+svntag-1ubuntu1. + Closes: #642747, thanks to James for the notification. + + -- Charles Plessy <[email protected]> Thu, 24 May 2012 13:06:45 +0900 + +wss4j (1.5.8+svntag-1ubuntu1) precise; urgency=low + + * Fix FTBFS (LP: #935490): + - d/rules: Switched xml-security -> xmlsec to pickup jar name change + in libxml-security-java. + + -- James Page <[email protected]> Tue, 27 Mar 2012 13:13:21 +0100 + wss4j (1.5.8+svntag-1) unstable; urgency=low * Exclude more directories from the repacked upstream sources. diff --git a/debian/rules b/debian/rules index d4e3556..b8bc1e0 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/\+svntag// JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_CLEAN_TARGET := debian-clean DEB_ANT_BUILDFILE := debian/build.xml -DEB_JARS := axis commons-logging xalan2 bcprov jaxrpc xml-security +DEB_JARS := axis commons-logging xalan2 bcprov jaxrpc xmlsec DEB_INSTALL_CHANGELOGS_ALL = ChangeLog.txt -- 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

