[SCM] collections15 packaging branch, master, updated. upstream/4.01+ds1-7-g1b43980

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Mon Nov 28 09:03:36 UTC 2011


The following commit has been merged in the master branch:
commit ae5e8872c07b38dd318f6b3282a45d6661976ef7
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
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 <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>
-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



More information about the pkg-java-commits mailing list