[pkg-java] r10759 - trunk/libxml-security-java/debian

Michael Koch mkoch at alioth.debian.org
Mon Oct 5 06:11:22 UTC 2009


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 <konqueror at gmx.de>  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 <konqueror at gmx.de>  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 <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
-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 <varun at debian.org>, Torsten Werner <twerner at debian.org>, Michael Koch <konqueror at gmx.de>
+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




More information about the pkg-java-commits mailing list