[pkg-java] r3701 - trunk/libgnujaf-java/debian
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Sun Jun 17 17:44:10 UTC 2007
Author: mkoch
Date: 2007-06-17 17:44:10 +0000 (Sun, 17 Jun 2007)
New Revision: 3701
Modified:
trunk/libgnujaf-java/debian/
trunk/libgnujaf-java/debian/changelog
trunk/libgnujaf-java/debian/control
trunk/libgnujaf-java/debian/rules
Log:
libgnujaf-java (1.1.1-4) unstable; urgency=low
* Use java-gcj-compat instead of kaffe.
-- Michael Koch <konqueror at gmx.de> Sun, 17 Jun 2007 19:39:13 +0200
libgnujaf-java (1.1.1-3) unstable; urgency=low
* Really added binary-arch build target
-- Kalle Kivimaa <killer at debian.org> Sun, 29 Oct 2006 13:00:00 +0200
Property changes on: trunk/libgnujaf-java/debian
___________________________________________________________________
Name: svn:ignore
+ files
libgnujaf-java
Modified: trunk/libgnujaf-java/debian/changelog
===================================================================
--- trunk/libgnujaf-java/debian/changelog 2007-06-17 17:34:55 UTC (rev 3700)
+++ trunk/libgnujaf-java/debian/changelog 2007-06-17 17:44:10 UTC (rev 3701)
@@ -1,3 +1,15 @@
+libgnujaf-java (1.1.1-4) unstable; urgency=low
+
+ * Use java-gcj-compat instead of kaffe.
+
+ -- Michael Koch <konqueror at gmx.de> Sun, 17 Jun 2007 19:39:13 +0200
+
+libgnujaf-java (1.1.1-3) unstable; urgency=low
+
+ * Really added binary-arch build target
+
+ -- Kalle Kivimaa <killer at debian.org> Sun, 29 Oct 2006 13:00:00 +0200
+
libgnujaf-java (1.1.1-2) unstable; urgency=low
* Added binary-arch build target (noop) (closes: #395610)
Modified: trunk/libgnujaf-java/debian/control
===================================================================
--- trunk/libgnujaf-java/debian/control 2007-06-17 17:34:55 UTC (rev 3700)
+++ trunk/libgnujaf-java/debian/control 2007-06-17 17:44:10 UTC (rev 3701)
@@ -2,13 +2,13 @@
Section: 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), jikes-classpath, fastjar, gjdoc
-Standards-Version: 3.6.1
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 4.0.0), java-gcj-compat-dev
+Standards-Version: 3.7.2
Package: libgnujaf-java
Architecture: all
-Depends: kaffe (>= 1.1.1) | sablevm | gij | java1-runtime | java2-runtime
+Depends: java-gcj-compat | java1-runtime | java2-runtime
Suggests: java-virtual-machine
Description: free implementation of the javabeans activation framework
With the javabeans activation framework developper can take advantage
@@ -18,4 +18,4 @@
.
This is the classpathx free implementation of the library
.
- Homepage: http://savannah.gnu.org/projects/classpathx
+ Homepage: http://savannah.gnu.org/projects/classpathx
Modified: trunk/libgnujaf-java/debian/rules
===================================================================
--- trunk/libgnujaf-java/debian/rules 2007-06-17 17:34:55 UTC (rev 3700)
+++ trunk/libgnujaf-java/debian/rules 2007-06-17 17:44:10 UTC (rev 3701)
@@ -15,6 +15,8 @@
LIBRARY=activation
VERSION=1.1.1
+JAVA_HOME=/usr/lib/jvm/java-gcj
+
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -36,9 +38,9 @@
build-stamp: config.status
dh_testdir
- jikes-classpath -sourcepath source -d classes @list.sources
- fastjar -cf ${LIBRARY}-${VERSION}.jar -C classes javax -C classes gnu
- gjdoc -d apidoc -sourcepath source javax.activation
+ $(JAVA_HOME)/bin/javac -sourcepath source -d classes @list.sources
+ $(JAVA_HOME)/bin/jar -cf ${LIBRARY}-${VERSION}.jar -C classes javax -C classes gnu
+ $(JAVA_HOME)/bin/javadoc -d apidoc -sourcepath source javax.activation
touch build-stamp
More information about the pkg-java-commits
mailing list