[junit] 04/37: Update to kaffe transition upload.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 22:17:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository junit.

commit 042121197f3bff19e5983b736f4c080d75ca9c36
Author: Wolfgang Bär <wbaer at gmx.de>
Date:   Mon Jan 23 13:28:55 2006 +0000

    Update to kaffe transition upload.
---
 debian/changelog |  8 ++++++++
 debian/control   |  2 +-
 debian/rules     | 11 ++++++-----
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 522077d..8b46a3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+junit (3.8.1.1-6) unstable; urgency=low
+
+  * Removed explicit usage of jikes build compiler property
+    for kaffe jikes -> ecj transition
+  * Use kaffe's jar instead of fastjar - remove fastjar from build-deps
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 19:38:06 +0100
+
 junit (3.8.1.1-5) unstable; urgency=low
 
   * Converted to cdbs (closes: #311045)
diff --git a/debian/control b/debian/control
index d3722fb..99b064f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Koch <konqueror at gmx.de>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, kaffe (>= 2:1.1.5-3), fastjar
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, kaffe (>= 2:1.1.5-3)
 Standards-Version: 3.6.2
 
 Package: junit
diff --git a/debian/rules b/debian/rules
index 01efe13..3834f2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,15 +6,16 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 JAVA_HOME	:= /usr/lib/kaffe
 
-JAVAC 		= jikes
-CLASSPATH 	= .:/usr/share/kaffe-common/lib/rt.jar
-JAVADOC		= /usr/bin/gjdoc
+JAVAC 		= $(JAVA_HOME)/bin/javac
+JAR		= $(JAVA_HOME)/bin/jar
+CLASSPATH 	= .
+JAVADOC		= $(JAVA_HOME)/bin/javadoc
 JARNAME		= junit.jar
 
 UPSTREAM_VERSION=$(shell echo $(DEB_VERSION) | cut -d- -f1)
 
 build:
-	(mkdir src; cd src; fastjar xvf ../src.jar)
+	(mkdir src; cd src; ${JAR} xvf ../src.jar)
 	(rm  src/junit/swingui/*.java; cp debian/TestRunner.java src/junit/swingui)
 	patch -p0 < debian/AboutDialog.java.diff
 
@@ -22,7 +23,7 @@ build:
 	cp -r src/junit/swingui/icons classes/junit/swingui
 	cp src/junit/runner/*.gif classes/junit/runner
 	cp src/junit/runner/excluded.properties classes/junit/runner
-	(fastjar cvf ${JARNAME} -C classes junit)
+	(${JAR} cvf ${JARNAME} -C classes junit)
 	# build the api with gjdoc
 	mkdir -p doc/api
 	(cd src;${JAVADOC} -d ../doc/api junit.framework junit.awtui junit.swingui junit.runner junit.textui junit.extensions)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/junit.git



More information about the pkg-java-commits mailing list