[pkg-java] r2959 - trunk/libjazzy-java/debian
Arnaud Vandyck
avdyk at alioth.debian.org
Thu Feb 1 11:43:26 CET 2007
Author: avdyk
Date: 2007-02-01 11:43:25 +0100 (Thu, 01 Feb 2007)
New Revision: 2959
Added:
trunk/libjazzy-java/debian/ant.properties
Modified:
trunk/libjazzy-java/debian/changelog
trunk/libjazzy-java/debian/control
trunk/libjazzy-java/debian/rules
Log:
libjazzy-java (0.5.1-2) unstable; urgency=low
* move to main (thanks to Andreas Jochens for the patch and tests)
* debian/control:
+ removed Wolfgang Baer from uploaders
+ build with java-gcj-compat-dev, runtime dependency java-gcj-compat
+ standards-version to 3.7.2, nothing to do.
* debian/rules: removed unecessary stuff, changed JAVA_HOME_DIRS to
match java-gcj-compat-dev
* debian/ant.properties: added to set java version target (1.4)
Added: trunk/libjazzy-java/debian/ant.properties
===================================================================
--- trunk/libjazzy-java/debian/ant.properties 2007-01-31 23:15:31 UTC (rev 2958)
+++ trunk/libjazzy-java/debian/ant.properties 2007-02-01 10:43:25 UTC (rev 2959)
@@ -0,0 +1 @@
+target = 1.4
Modified: trunk/libjazzy-java/debian/changelog
===================================================================
--- trunk/libjazzy-java/debian/changelog 2007-01-31 23:15:31 UTC (rev 2958)
+++ trunk/libjazzy-java/debian/changelog 2007-02-01 10:43:25 UTC (rev 2959)
@@ -1,3 +1,16 @@
+libjazzy-java (0.5.1-2) unstable; urgency=low
+
+ * move to main (thanks to Andreas Jochens for the patch and tests)
+ * debian/control:
+ + removed Wolfgang Baër from uploaders
+ + build with java-gcj-compat-dev, runtime dependency java-gcj-compat
+ + standards-version to 3.7.2, nothing to do.
+ * debian/rules: removed unecessary stuff, changed JAVA_HOME_DIRS to
+ match java-gcj-compat-dev
+ * debian/ant.properties: added to set java version target (1.4)
+
+ -- Arnaud Vandyck <avdyk at debian.org> Thu, 1 Feb 2007 11:33:43 +0100
+
libjazzy-java (0.5.1-1) unstable; urgency=low
* New upstream release
Modified: trunk/libjazzy-java/debian/control
===================================================================
--- trunk/libjazzy-java/debian/control 2007-01-31 23:15:31 UTC (rev 2958)
+++ trunk/libjazzy-java/debian/control 2007-02-01 10:43:25 UTC (rev 2959)
@@ -1,14 +1,14 @@
Source: libjazzy-java
-Section: contrib/libs
+Section: main
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.8), jikes, ant, j2sdk1.4
-Standards-Version: 3.6.2
+Uploaders: Arnaud Vandyck <avdyk at debian.org>
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.8), ant, java-gcj-compat-dev
+Standards-Version: 3.7.2
Package: libjazzy-java
Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
+Depends: java-gcj-compat | java1-runtime | java2-runtime
Suggests: java-virtual-machine
Description: spell checker java library
Jazzy is a 100% pure Java library implementing a spell checking
Modified: trunk/libjazzy-java/debian/rules
===================================================================
--- trunk/libjazzy-java/debian/rules 2007-01-31 23:15:31 UTC (rev 2958)
+++ trunk/libjazzy-java/debian/rules 2007-02-01 10:43:25 UTC (rev 2959)
@@ -7,14 +7,9 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-export JITC_PROCESSOR_TYPE=6
+JAVA_HOME_DIRS := /usr/lib/jvm/java-gcj
+DEB_ANT_BUILD_TARGET := library-all library-core library-swing examples javadoc
-JAVA_HOME_DIRS := /usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-ibm /usr/lib/j2sdk1.4-blackdown /usr/lib/j2sdk1.5-sun /usr/local/IBMJava2-ppc-142
-ANT_HOME := /usr/share/ant
-DEB_JARS := /usr/share/ant/lib/ant-launcher.jar
-DEB_ANT_COMPILER := jikes
-DEB_ANT_BUILD_TARGET := library-all javadoc
-
LIBRARY=jazzy
VERSION=0.5.1
More information about the pkg-java-commits
mailing list