CVS libjazzy-java/debian

Arnaud Vandyck avdyk at haydn.debian.org
Wed Aug 17 16:27:18 UTC 2005


Update of /cvsroot/pkg-java/libjazzy-java/debian
In directory haydn:/tmp/cvs-serv6395

Modified Files:
	changelog control copyright docs rules 
Log Message:
libjazzy-java (0.5.1-1) unstable; urgency=low

  * New upstream release
  * Changed libant1.6-java build-dep to ant
  * Support the JAVA_HOME directories used by java-package (closes: #306767)
  * Changed Depends to kaffe | java1-runtime | java2-runtim
    as the core stuff is runnable by all vm's in debian
  * Standards-Version 3.6.2 - no changes
  * Removed README.Debian
  * Only build one jar for everything (small enough)
  * Moved install/link files to rules
  * Added myself to uploaders

  * Upload sponsored by Arnaud Vandyck


--- /cvsroot/pkg-java/libjazzy-java/debian/changelog	2005/03/22 12:08:28	1.2
+++ /cvsroot/pkg-java/libjazzy-java/debian/changelog	2005/08/17 16:27:17	1.3
@@ -1,3 +1,20 @@
+libjazzy-java (0.5.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Changed libant1.6-java build-dep to ant
+  * Support the JAVA_HOME directories used by java-package (closes: #306767)
+  * Changed Depends to kaffe | java1-runtime | java2-runtim
+    as the core stuff is runnable by all vm's in debian
+  * Standards-Version 3.6.2 - no changes
+  * Removed README.Debian
+  * Only build one jar for everything (small enough)
+  * Moved install/link files to rules
+  * Added myself to uploaders
+
+  * Upload sponsored by Arnaud Vandyck
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Tue, 16 Aug 2005 20:37:19 +0200
+
 libjazzy-java (0.5-3) unstable; urgency=low
 
   * build with ant1.6
--- /cvsroot/pkg-java/libjazzy-java/debian/control	2005/03/22 12:08:28	1.2
+++ /cvsroot/pkg-java/libjazzy-java/debian/control	2005/08/17 16:27:18	1.3
@@ -2,14 +2,14 @@
 Section: contrib/libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), cdbs (>= 0.4.8), j2sdk1.3 | j2sdk1.4 | java2-compiler, libant1.6-java, jikes
-Standards-Version: 3.6.1
+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
 
 Package: libjazzy-java
 Architecture: all
-Depends: j2re1.3 | j2re1.4 | java2-runtime
-Suggests: j2re1.3 | j2re1.4 | java-virtual-machine
+Depends: kaffe | java1-runtime | java2-runtime
+Suggests: java-virtual-machine
 Description: spell checker java library
  Jazzy is a 100% pure Java library implementing a spell checking
  algorithm similar to aspell. It may be used to spell check a variety
--- /cvsroot/pkg-java/libjazzy-java/debian/copyright	2004/05/10 21:57:46	1.1.1.1
+++ /cvsroot/pkg-java/libjazzy-java/debian/copyright	2005/08/17 16:27:18	1.2
@@ -8,6 +8,6 @@
 
 Copyright:
 
-GNU Library or Lesser General Public License (LGPL)
+GNU Lesser General Public License (LGPL)
 
 Complete license here: /usr/share/common-licenses/LGPL
--- /cvsroot/pkg-java/libjazzy-java/debian/docs	2004/05/10 21:57:46	1.1.1.1
+++ /cvsroot/pkg-java/libjazzy-java/debian/docs	2005/08/17 16:27:18	1.2
@@ -1,4 +1,4 @@
-example2.txt
-README
-www/*
+README.txt
+www/index.html
+www/jazzy_logo.png
 javadoc
--- /cvsroot/pkg-java/libjazzy-java/debian/rules	2005/03/22 12:08:28	1.2
+++ /cvsroot/pkg-java/libjazzy-java/debian/rules	2005/08/17 16:27:18	1.3
@@ -1,21 +1,23 @@
 #!/usr/bin/make -f
-# debian/rules for Commons Beanutils (uses CDBS)
+# debian/rules for libjazzy-java (uses CDBS)
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export JITC_PROCESSOR_TYPE=6
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME_DIRS       := /usr/lib/j2se/1.4 /usr/lib/j2sdk1.4-blackdown
-ANT_HOME             := /usr/share/ant1.6
-DEB_JARS             := /usr/share/ant1.6/lib/ant-launcher.jar
+export JITC_PROCESSOR_TYPE=6
+
+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 := compile library-core library-all library-swing examples javadoc
-DEB_BUILDDIR         := .
+DEB_ANT_BUILD_TARGET := library-all javadoc
 
 LIBRARY=jazzy
-VERSION=0.5
+VERSION=0.5.1
 
+install/libjazzy-java::
+	install -m 644 dist/lib/jazzy.jar debian/libjazzy-java/usr/share/java/jazzy-$(VERSION).jar
+	ln -s jazzy-$(VERSION).jar debian/libjazzy-java/usr/share/java/jazzy.jar



More information about the pkg-java-commits mailing list