Author: mkoch Date: 2009-10-05 06:11:22 +0000 (Mon, 05 Oct 2009) New Revision: 10759
Modified: trunk/libxml-security-java/debian/changelog trunk/libxml-security-java/debian/compat trunk/libxml-security-java/debian/control trunk/libxml-security-java/debian/rules Log: libxml-security-java (1.4.3-1) unstable; urgency=low * New upstream release. * (Build-)Depends on default-jdk. * Build-Depends on debhelper >= 7. * Moved package to section 'java'. * Addded myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch <[email protected]> Mon, 05 Oct 2009 08:05:07 +0200 Modified: trunk/libxml-security-java/debian/changelog =================================================================== --- trunk/libxml-security-java/debian/changelog 2009-10-04 14:54:41 UTC (rev 10758) +++ trunk/libxml-security-java/debian/changelog 2009-10-05 06:11:22 UTC (rev 10759) @@ -1,3 +1,14 @@ +libxml-security-java (1.4.3-1) unstable; urgency=low + + * New upstream release. + * (Build-)Depends on default-jdk. + * Build-Depends on debhelper >= 7. + * Moved package to section 'java'. + * Addded myself to Uploaders. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch <[email protected]> Mon, 05 Oct 2009 08:05:07 +0200 + libxml-security-java (1.4.2-1) unstable; urgency=low * New upstream release Modified: trunk/libxml-security-java/debian/compat =================================================================== --- trunk/libxml-security-java/debian/compat 2009-10-04 14:54:41 UTC (rev 10758) +++ trunk/libxml-security-java/debian/compat 2009-10-05 06:11:22 UTC (rev 10759) @@ -1 +1 @@ -6 +7 Modified: trunk/libxml-security-java/debian/control =================================================================== --- trunk/libxml-security-java/debian/control 2009-10-04 14:54:41 UTC (rev 10758) +++ trunk/libxml-security-java/debian/control 2009-10-05 06:11:22 UTC (rev 10759) @@ -1,19 +1,18 @@ Source: libxml-security-java -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: cdbs, debhelper (>= 6) -Build-Depends-Indep: ant, java-gcj-compat-dev, libcommons-logging-java, libxalan2-java -Standards-Version: 3.8.0 +Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Michael Koch <[email protected]> +Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk +Build-Depends-Indep: libcommons-logging-java, libxalan2-java +Standards-Version: 3.8.3 Homepage: http://xml.apache.org/security/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxml-scurity-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxml-security-java Package: libxml-security-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, - java-gcj-compat | java1-runtime | java2-runtime +Depends: default-jre-headless | java2-runtime-headless | ${shlibs:Depends}, ${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 Modified: trunk/libxml-security-java/debian/rules =================================================================== --- trunk/libxml-security-java/debian/rules 2009-10-04 14:54:41 UTC (rev 10758) +++ trunk/libxml-security-java/debian/rules 2009-10-05 06:11:22 UTC (rev 10759) @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk -JAVA_HOME := /usr/lib/jvm/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := commons-logging xalan2 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

