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 <[EMAIL PROTECTED]>  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 <[EMAIL PROTECTED]>
 Uploaders: Michael Koch <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]>
-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


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to