[pkg-java] r16919 - trunk/commons-math3/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Tue Jun 25 03:05:14 UTC 2013
Author: ebourg-guest
Date: 2013-06-25 13:55:01 +0000 (Tue, 25 Jun 2013)
New Revision: 16919
Modified:
trunk/commons-math3/debian/changelog
trunk/commons-math3/debian/control
trunk/commons-math3/debian/rules
Log:
Added ant-junit4 to the classpath to fix the test failures (Closes: #713763)
Use canonical URLs for the Vcs-* fields
Modified: trunk/commons-math3/debian/changelog
===================================================================
--- trunk/commons-math3/debian/changelog 2013-06-25 13:23:51 UTC (rev 16918)
+++ trunk/commons-math3/debian/changelog 2013-06-25 13:55:01 UTC (rev 16919)
@@ -1,3 +1,10 @@
+commons-math3 (3.2-3) unstable; urgency=low
+
+ * Added ant-junit4 to the classpath to fix the test failures (Closes: #713763)
+ * Use canonical URLs for the Vcs-* fields
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 25 Jun 2013 15:36:48 +0200
+
commons-math3 (3.2-2) unstable; urgency=low
* Team upload.
Modified: trunk/commons-math3/debian/control
===================================================================
--- trunk/commons-math3/debian/control 2013-06-25 13:23:51 UTC (rev 16918)
+++ trunk/commons-math3/debian/control 2013-06-25 13:55:01 UTC (rev 16919)
@@ -7,8 +7,8 @@
Build-Depends: default-jdk, ant, debhelper (>= 7), cdbs
Build-Depends-Indep: junit4, ant-optional, maven-repo-helper
Homepage: http://commons.apache.org/math/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-math3
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-math3
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/commons-math3
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/commons-math3
Package: libcommons-math3-java
Architecture: all
Modified: trunk/commons-math3/debian/rules
===================================================================
--- trunk/commons-math3/debian/rules 2013-06-25 13:23:51 UTC (rev 16918)
+++ trunk/commons-math3/debian/rules 2013-06-25 13:55:01 UTC (rev 16919)
@@ -4,7 +4,7 @@
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := ant-junit
+DEB_JARS := ant-junit ant-junit4
ANT_ARGS := -Dskip.download=true
PACKAGE := $(DEB_SOURCE_PACKAGE)
More information about the pkg-java-commits
mailing list