r2294 - trunk/libxml-commons-resolver1.1-java/debian

Arnaud Vandyck avdyk at costa.debian.org
Mon Jul 31 14:33:05 UTC 2006


Author: avdyk
Date: 2006-07-31 14:33:04 +0000 (Mon, 31 Jul 2006)
New Revision: 2294

Modified:
   trunk/libxml-commons-resolver1.1-java/debian/changelog
   trunk/libxml-commons-resolver1.1-java/debian/control
   trunk/libxml-commons-resolver1.1-java/debian/rules
Log:
libxml-commons-resolver1.1-java (1.1-7) unstable; urgency=low

  * updated Standards-Version to 3.7.2, split build-dep and
    build-dep-indep
  * build with java-gcj-compat-dev (closes: #377068)
  * updated to jaxp1.3

 -- Arnaud Vandyck <avdyk at debian.org>  Mon, 31 Jul 2006 16:30:17 +0200

Modified: trunk/libxml-commons-resolver1.1-java/debian/changelog
===================================================================
--- trunk/libxml-commons-resolver1.1-java/debian/changelog	2006-07-31 14:15:00 UTC (rev 2293)
+++ trunk/libxml-commons-resolver1.1-java/debian/changelog	2006-07-31 14:33:04 UTC (rev 2294)
@@ -1,3 +1,12 @@
+libxml-commons-resolver1.1-java (1.1-7) unstable; urgency=low
+
+  * updated Standards-Version to 3.7.2, split build-dep and
+    build-dep-indep
+  * build with java-gcj-compat-dev (closes: #377068)
+  * updated to jaxp1.3
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon, 31 Jul 2006 16:30:17 +0200
+
 libxml-commons-resolver1.1-java (1.1-6) unstable; urgency=low
 
   * Removed explicit usage of jikes build compiler property

Modified: trunk/libxml-commons-resolver1.1-java/debian/control
===================================================================
--- trunk/libxml-commons-resolver1.1-java/debian/control	2006-07-31 14:15:00 UTC (rev 2293)
+++ trunk/libxml-commons-resolver1.1-java/debian/control	2006-07-31 14:33:04 UTC (rev 2294)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: cdbs (>= 0.4.8), debhelper (>= 4.2.0), kaffe, ant, libxerces-java, libjaxp1.2-java
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4.8)
+Build-Depends-Indep: java-gcj-compat-dev, ant, libxerces-java, libjaxp1.3-java
+Standards-Version: 3.7.2
 
 Package: libxml-commons-resolver1.1-java
 Architecture: all

Modified: trunk/libxml-commons-resolver1.1-java/debian/rules
===================================================================
--- trunk/libxml-commons-resolver1.1-java/debian/rules	2006-07-31 14:15:00 UTC (rev 2293)
+++ trunk/libxml-commons-resolver1.1-java/debian/rules	2006-07-31 14:33:04 UTC (rev 2294)
@@ -7,12 +7,11 @@
 API_VERSION := 1.1
 
 # These two must be specified
-JAVACMD  := /usr/bin/kaffe
-ANT_HOME := /usr/share/ant
+JAVA_HOME  := /usr/lib/jvm/java-gcj
 
 # Additional JARs to add to the class path, either full path or just the
 # basename for JARs in /usr/share/java. The ".jar" suffix may also be ommitted
-DEB_JARS := xerces $(ANT_HOME)/lib/ant-launcher.jar jaxp-1.2
+DEB_JARS := xerces jaxp-1.3
 
 # Defaults to debian/ant.properties
 #DEB_ANT_PROPERTYFILE := build.properties




More information about the pkg-java-commits mailing list