This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository cup.
commit aa786657cf730b8c8ea810c738771c1f8f9c3deb Author: Michael Koch <[email protected]> Date: Sun Jun 17 18:46:21 2007 +0000 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 <[email protected]> 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 <[email protected]> Thu, 9 Mar 2006 21:30:14 +0000 --- debian/Makefile | 5 ++--- debian/changelog | 16 ++++++++++++++++ debian/control | 8 ++++---- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/debian/Makefile b/debian/Makefile index 619c5c3..d1e5649 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -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: diff --git a/debian/changelog b/debian/changelog index 9ddfb52..9cbf877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> 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 <[email protected]> Thu, 9 Mar 2006 21:30:14 +0000 + cup (0.10k-4) unstable; urgency=low * Transfer maintainership to pkg-java maintainers diff --git a/debian/control b/debian/control index 5f8db00..1675626 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: cup Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Takashi Okamoto <[email protected]>, Wolfgang Baer <[email protected]> -Build-Depends-Indep: debhelper (>= 4.2.30), kaffe (>= 2:1.1.5-3) -Standards-Version: 3.6.2 +Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]> +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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cup.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

