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

doko at alioth.debian.org doko at alioth.debian.org
Wed Jul 30 15:09:30 UTC 2008


Author: doko
Date: 2008-07-30 15:09:29 +0000 (Wed, 30 Jul 2008)
New Revision: 6775

Modified:
   trunk/cup/debian/Makefile
   trunk/cup/debian/changelog
   trunk/cup/debian/control
Log:
* (Build-)depend on default-jre/-jdk.


Modified: trunk/cup/debian/Makefile
===================================================================
--- trunk/cup/debian/Makefile	2008-07-30 14:58:30 UTC (rev 6774)
+++ trunk/cup/debian/Makefile	2008-07-30 15:09:29 UTC (rev 6775)
@@ -1,6 +1,7 @@
-export JAVA_HOME=/usr/lib/jvm/java-gcj
+export JAVA_HOME=/usr/lib/jvm/default-java
 
 cup.jar:
+	mkdir -p classes
 	${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
 

Modified: trunk/cup/debian/changelog
===================================================================
--- trunk/cup/debian/changelog	2008-07-30 14:58:30 UTC (rev 6774)
+++ trunk/cup/debian/changelog	2008-07-30 15:09:29 UTC (rev 6775)
@@ -1,3 +1,9 @@
+cup (0.10k-8) UNRELEASED; urgency=low
+
+  * (Build-)depend on default-jre/-jdk.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 30 Jul 2008 16:58:53 +0200
+
 cup (0.10k-7) unstable; urgency=low
 
   * Fixed program name. Closes: #415139.

Modified: trunk/cup/debian/control
===================================================================
--- trunk/cup/debian/control	2008-07-30 14:58:30 UTC (rev 6774)
+++ trunk/cup/debian/control	2008-07-30 15:09:29 UTC (rev 6775)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 4.2.30), java-gcj-compat-dev
+Build-Depends: debhelper (>= 4.2.30), default-jdk
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/cup
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cup
@@ -12,7 +12,7 @@
 Package: cup
 Architecture: all
 Section: devel
-Depends: java-gcj-compat | java1-runtime | java2-runtime
+Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless
 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