[pkg-java] r10152 - trunk/commons-math/debian

Damien Raude-Morvan drazzib-guest at alioth.debian.org
Fri Aug 21 23:14:50 UTC 2009


Author: drazzib-guest
Date: 2009-08-21 23:14:50 +0000 (Fri, 21 Aug 2009)
New Revision: 10152

Modified:
   trunk/commons-math/debian/changelog
   trunk/commons-math/debian/control
   trunk/commons-math/debian/rules
Log:
[commons-math]

* B-D on JUnit 4 instead of JUnit 3.8
* Remove home_dir patch



Modified: trunk/commons-math/debian/changelog
===================================================================
--- trunk/commons-math/debian/changelog	2009-08-21 14:24:56 UTC (rev 10151)
+++ trunk/commons-math/debian/changelog	2009-08-21 23:14:50 UTC (rev 10152)
@@ -7,10 +7,8 @@
     - Refresh all patchs
     - Remove B-D on dpatch, Add B-D on quilt
     - Include patchsys-quilt.mk in debian/rules
-  * Bump Standards-Version to 3.8.2:
+  * Bump Standards-Version to 3.8.3:
     - Add a README.source to describe patch system
-  * New patch 02_no_home_dir.diff: don't try to create/copy files
-    in $HOME as many autobuilder won't have one
   * Maven POMs:
     - Add a Build-Depends-Indep dependency on maven-repo-helper
     - Use mh_installpom and mh_installjar to install the POM and the jar to the
@@ -20,8 +18,9 @@
     - Build-Depends on default-jdk
     - Use /usr/lib/jvm/default-java as JAVA_HOME
   * Move api documentation to /usr/share/doc/libcommons-math-java/api
+  * Build-Depends on JUnit4 instead of JUnit
 
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Fri, 14 Aug 2009 01:59:02 +0200
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sat, 22 Aug 2009 01:13:25 +0200
 
 commons-math (1.2-1) unstable; urgency=low
 

Modified: trunk/commons-math/debian/control
===================================================================
--- trunk/commons-math/debian/control	2009-08-21 14:24:56 UTC (rev 10151)
+++ trunk/commons-math/debian/control	2009-08-21 23:14:50 UTC (rev 10152)
@@ -1,11 +1,11 @@
 Source: commons-math
 Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Damien Raude-Morvan <drazzib at drazzib.com>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Section: java
 Priority: optional
 Build-Depends: default-jdk, ant, debhelper (>= 5), cdbs, quilt
-Build-Depends-Indep: libcommons-discovery-java, junit, ant-optional, maven-repo-helper
+Build-Depends-Indep: libcommons-discovery-java, junit4, ant-optional, maven-repo-helper
 Homepage: http://commons.apache.org/math/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-math
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-math
@@ -13,7 +13,7 @@
 Package: libcommons-math-java
 Architecture: all
 Depends: ${misc:Depends}, libcommons-discovery-java
-Suggests: openjdk-6-jre-headless | java5-runtime-headless
+Suggests: default-jre-headless | java5-runtime-headless
 Description: Java lightweight mathematics and statistics components
  Commons Math is a Java library of lightweight, self-contained mathematics
  and statistics components.

Modified: trunk/commons-math/debian/rules
===================================================================
--- trunk/commons-math/debian/rules	2009-08-21 14:24:56 UTC (rev 10151)
+++ trunk/commons-math/debian/rules	2009-08-21 23:14:50 UTC (rev 10152)
@@ -5,7 +5,8 @@
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := commons-discovery junit ant-junit
+DEB_JARS             := commons-discovery junit4 ant-junit
+ANT_ARGS             := -Dskip.download=true
 
 PACKAGE := $(DEB_SOURCE_PACKAGE)
 




More information about the pkg-java-commits mailing list