This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-security-java.
commit ae4ddc135af4a8d8a9ae6524c7180d2d37847bbc Author: Niels Thykier <[email protected]> Date: Mon Nov 30 21:20:28 2009 +0000 Removed and added distro. --- debian/changelog | 10 +++++++--- debian/control | 5 +++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index debd42b..e07f23b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ -libxml-security-java (1.4.3-2) UNRELEASED; urgency=low +libxml-security-java (1.4.3-2) unstable; urgency=low + [ Thierry Carrez ] * debian/build.xml: Build Java2 code to match runtime dependency * debian/build.xml: Fix the jar packaging to include resources - * debian/control: Depend on JRE /and/ shlibs:Depends, rather than /or/ + (Closes: #557306) - -- Thierry Carrez <[email protected]> Fri, 13 Nov 2009 13:31:48 +0100 + [ Niels Thykier ] + * Removed ${shlibs:Depends} from Depends; does not make sense for java. + + -- Niels Thykier <[email protected]> Mon, 30 Nov 2009 22:20:10 +0100 libxml-security-java (1.4.3-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ec8d913..b028708 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: libxml-security-java Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Michael Koch <[email protected]> +Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Michael Koch <[email protected]>, + Niels Thykier <[email protected]> Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk Build-Depends-Indep: libcommons-logging-java, libxalan2-java Standards-Version: 3.8.3 @@ -12,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxml-security-java Package: libxml-security-java Architecture: all -Depends: default-jre-headless | java2-runtime-headless, ${shlibs:Depends}, ${misc:Depends} +Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends} Description: implementation of security standards for XML The XML Security project is aimed at providing implementation of security standards for XML. Currently the focus is on the W3C -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-security-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

