Author: nthykier-guest Date: 2009-11-30 21:20:28 +0000 (Mon, 30 Nov 2009) New Revision: 11181
Modified: trunk/libxml-security-java/debian/changelog trunk/libxml-security-java/debian/control Log: Removed and added distro. Modified: trunk/libxml-security-java/debian/changelog =================================================================== --- trunk/libxml-security-java/debian/changelog 2009-11-30 18:48:14 UTC (rev 11180) +++ trunk/libxml-security-java/debian/changelog 2009-11-30 21:20:28 UTC (rev 11181) @@ -1,11 +1,15 @@ -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 * New upstream release. Modified: trunk/libxml-security-java/debian/control =================================================================== --- trunk/libxml-security-java/debian/control 2009-11-30 18:48:14 UTC (rev 11180) +++ trunk/libxml-security-java/debian/control 2009-11-30 21:20:28 UTC (rev 11181) @@ -2,7 +2,8 @@ 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 @@ 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

