The following commit has been merged in the master branch:
commit ae5e8872c07b38dd318f6b3282a45d6661976ef7
Author: Giovanni Mascellani <[email protected]>
Date:   Sun Nov 27 18:36:37 2011 +0100

    Add junit4 dependency.

diff --git a/debian/control b/debian/control
index ca02baa..b037520 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: extra
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Giovanni Mascellani <[email protected]>
-Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper
+Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper, junit4
 Standards-Version: 3.9.2
 Homepage: http://larvalabs.com/collections/
 Vcs-Git: git://git.debian.org/pkg-java/collections15.git
diff --git a/debian/rules b/debian/rules
index f989aff..60bb93b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export CLASSPATH=/usr/share/java/junit4.jar
+
 %:
        dh $@ --with javahelper
 

-- 
collections15 packaging

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

Reply via email to