[pkg-java] r9367 - in trunk/commons-math/debian: . patches

Damien Raude-Morvan drazzib-guest at alioth.debian.org
Thu Jul 16 19:09:27 UTC 2009


Author: drazzib-guest
Date: 2009-07-16 19:09:26 +0000 (Thu, 16 Jul 2009)
New Revision: 9367

Added:
   trunk/commons-math/debian/patches/04_no_home_dir.diff
Modified:
   trunk/commons-math/debian/changelog
   trunk/commons-math/debian/patches/series
Log:
[commons-math]

  * New patch 02_no_home_dir.diff: don't try to create/copy files
    in $HOME as many autobuilder won't have one



Modified: trunk/commons-math/debian/changelog
===================================================================
--- trunk/commons-math/debian/changelog	2009-07-16 16:13:55 UTC (rev 9366)
+++ trunk/commons-math/debian/changelog	2009-07-16 19:09:26 UTC (rev 9367)
@@ -8,8 +8,10 @@
     - Include patchsys-quilt.mk in debian/rules
   * Bump Standards-Version to 3.8.2:
     - 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
 
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Thu, 16 Jul 2009 17:21:48 +0200
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Thu, 16 Jul 2009 21:07:58 +0200
 
 commons-math (1.2-1) unstable; urgency=low
 

Added: trunk/commons-math/debian/patches/04_no_home_dir.diff
===================================================================
--- trunk/commons-math/debian/patches/04_no_home_dir.diff	                        (rev 0)
+++ trunk/commons-math/debian/patches/04_no_home_dir.diff	2009-07-16 19:09:26 UTC (rev 9367)
@@ -0,0 +1,32 @@
+Description: (build.xml) Don't use user.home as many buildd
+ don't have a $HOME directory
+Author: Damien Raude-Morvan <drazzib at drazzib.com>
+Forwarded: not-needed
+Origin: vendor
+Last-Update: 2009-07-16
+--- a/build.xml
++++ b/build.xml
+@@ -8,14 +8,10 @@
+ 
+   <property file="build.properties">
+   </property>
+-  <property file="${user.home}/build.properties">
+-  </property>
+   <!--Build properties-->
+ 
+   <property name="defaulttargetdir" value="${basedir}/target">
+   </property>
+-  <property name="libdir" value="${user.home}/.maven/repository">
+-  </property>
+   <property name="classesdir" value="${basedir}/target/classes">
+   </property>
+   <property name="testclassesdir" value="${basedir}/target/test-classes">
+@@ -37,8 +33,6 @@
+   <property name="proxy.password" value="">
+   </property>
+   <target name="init" description="o Initializes some properties">
+-    <mkdir dir="${libdir}">
+-    </mkdir>
+     <condition property="noget">
+       <equals arg2="only" arg1="${build.sysclasspath}">
+       </equals>

Modified: trunk/commons-math/debian/patches/series
===================================================================
--- trunk/commons-math/debian/patches/series	2009-07-16 16:13:55 UTC (rev 9366)
+++ trunk/commons-math/debian/patches/series	2009-07-16 19:09:26 UTC (rev 9367)
@@ -1,3 +1,4 @@
 01_no_download_during_build.diff
 02_no_tests_on_build.diff
 03_define_source_target_class_version.diff
+04_no_home_dir.diff




More information about the pkg-java-commits mailing list