[pkg-java] r3707 - trunk/cup/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sun Jun 17 18:46:21 UTC 2007


Author: mkoch
Date: 2007-06-17 18:46:21 +0000 (Sun, 17 Jun 2007)
New Revision: 3707

Modified:
   trunk/cup/debian/
   trunk/cup/debian/Makefile
   trunk/cup/debian/changelog
   trunk/cup/debian/control
Log:
cup (0.10k-6) unstable; urgency=low

  * Use java-gcj-compat instead of kaffe.
  * Moved Build-Depends-Indep to Build-Depends.
  * Removed Wolfgang and added myself to Uploaders.
  * Updated Standards-Version.

 -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 20:42:23 +0200

cup (0.10k-5) unstable; urgency=low

  * added myself as an uploader.
  * removed Takashi Okamoto from the uploaders (closes: #352978).

 -- Arnaud Vandyck <avdyk at debian.org>  Thu,  9 Mar 2006 21:30:14 +0000




Property changes on: trunk/cup/debian
___________________________________________________________________
Name: svn:ignore
   + cup
files
*.debhelper


Modified: trunk/cup/debian/Makefile
===================================================================
--- trunk/cup/debian/Makefile	2007-06-17 18:08:48 UTC (rev 3706)
+++ trunk/cup/debian/Makefile	2007-06-17 18:46:21 UTC (rev 3707)
@@ -1,8 +1,7 @@
-export CLASSPATH=/usr/share/kaffe:/usr/share/kaffe/Klasses.jar:.
-export JAVA_HOME=/usr/lib/kaffe
+export JAVA_HOME=/usr/lib/jvm/java-gcj
 
 cup.jar:
-	${JAVA_HOME}/bin/javac -nowarn -d classes java_cup/*.java java_cup/*/*.java
+	${JAVA_HOME}/bin/javac -d classes java_cup/*.java java_cup/*/*.java
 	${JAVA_HOME}/bin/jar mcvf debian/manifest cup.jar -C classes java_cup
 
 clean:

Modified: trunk/cup/debian/changelog
===================================================================
--- trunk/cup/debian/changelog	2007-06-17 18:08:48 UTC (rev 3706)
+++ trunk/cup/debian/changelog	2007-06-17 18:46:21 UTC (rev 3707)
@@ -1,3 +1,19 @@
+cup (0.10k-6) unstable; urgency=low
+
+  * Use java-gcj-compat instead of kaffe.
+  * Moved Build-Depends-Indep to Build-Depends.
+  * Removed Wolfgang and added myself to Uploaders.
+  * Updated Standards-Version.
+
+ -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 20:42:23 +0200
+
+cup (0.10k-5) unstable; urgency=low
+
+  * added myself as an uploader.
+  * removed Takashi Okamoto from the uploaders (closes: #352978).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Thu,  9 Mar 2006 21:30:14 +0000
+
 cup (0.10k-4) unstable; urgency=low
 
   * Transfer maintainership to pkg-java maintainers

Modified: trunk/cup/debian/control
===================================================================
--- trunk/cup/debian/control	2007-06-17 18:08:48 UTC (rev 3706)
+++ trunk/cup/debian/control	2007-06-17 18:46:21 UTC (rev 3707)
@@ -2,14 +2,14 @@
 Section: devel
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Takashi Okamoto <tora at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), kaffe (>= 2:1.1.5-3)
-Standards-Version: 3.6.2
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 4.2.30), java-gcj-compat-dev
+Standards-Version: 3.7.2
 
 Package: cup
 Architecture: all
 Section: devel
-Depends: kaffe | java-virtual-machine, kaffe | java1-runtime | java2-runtime
+Depends: java-gcj-compat | java1-runtime | java2-runtime
 Suggests: java-compiler
 Description: LALR parser generator for Java(tm)
  CUP is the "Constructor of Useful Parsers", a system for generating




More information about the pkg-java-commits mailing list