[pkg-java] r3776 - trunk/junit/debian
paulcager-guest at alioth.debian.org
paulcager-guest at alioth.debian.org
Mon Jul 2 22:27:27 UTC 2007
Author: paulcager-guest
Date: 2007-07-02 22:27:26 +0000 (Mon, 02 Jul 2007)
New Revision: 3776
Modified:
trunk/junit/debian/changelog
trunk/junit/debian/control
trunk/junit/debian/rules
Log:
Version 3.8.1.1-7 missing from svn
Modified: trunk/junit/debian/changelog
===================================================================
--- trunk/junit/debian/changelog 2007-07-02 22:22:34 UTC (rev 3775)
+++ trunk/junit/debian/changelog 2007-07-02 22:27:26 UTC (rev 3776)
@@ -1,3 +1,11 @@
+junit (3.8.1.1-7) unstable; urgency=low
+
+ * Build-Depends-Indep on java-gcj-compat-dev instead of kaffe.
+ * Moved cdbs and debhelper to Build-Depends.
+ * Updated Standards-Version to 3.7.2.
+
+ -- Michael Koch <konqueror at gmx.de> Sat, 1 Jul 2006 15:01:02 +0000
+
junit (3.8.1.1-6) unstable; urgency=low
* Removed explicit usage of jikes build compiler property
Modified: trunk/junit/debian/control
===================================================================
--- trunk/junit/debian/control 2007-07-02 22:22:34 UTC (rev 3775)
+++ trunk/junit/debian/control 2007-07-02 22:27:26 UTC (rev 3776)
@@ -3,12 +3,13 @@
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)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.2.30), cdbs
+Build-Depends-Indep: java-gcj-compat-dev
+Standards-Version: 3.7.2
Package: junit
Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
+Depends: java-gcj-compat | java1-runtime | java2-runtime
Suggests: junit-doc
Enhances: ant-optional
Description: Automated testing framework for Java
Modified: trunk/junit/debian/rules
===================================================================
--- trunk/junit/debian/rules 2007-07-02 22:22:34 UTC (rev 3775)
+++ trunk/junit/debian/rules 2007-07-02 22:27:26 UTC (rev 3776)
@@ -4,7 +4,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
-JAVA_HOME := /usr/lib/kaffe
+JAVA_HOME := /usr/lib/jvm/java-gcj
JAVAC = $(JAVA_HOME)/bin/javac
JAR = $(JAVA_HOME)/bin/jar
More information about the pkg-java-commits
mailing list