[pkg-java] r4326 - in trunk/commons-io/debian: . patches
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Mon Oct 8 13:00:44 UTC 2007
Author: varun-guest
Date: 2007-10-08 13:00:44 +0000 (Mon, 08 Oct 2007)
New Revision: 4326
Added:
trunk/commons-io/debian/patches/02_no_mkdir_in_homedir.dpatch
Modified:
trunk/commons-io/debian/changelog
trunk/commons-io/debian/patches/00list
Log:
* debian/patches: Add 02_no_mkdir_in_homedir.dpatch to stop creating
.maven directory in user homedir (Closes: #445804)
Modified: trunk/commons-io/debian/changelog
===================================================================
--- trunk/commons-io/debian/changelog 2007-10-08 12:50:14 UTC (rev 4325)
+++ trunk/commons-io/debian/changelog 2007-10-08 13:00:44 UTC (rev 4326)
@@ -1,3 +1,10 @@
+commons-io (1.3.2-2) unstable; urgency=low
+
+ * debian/patches: Add 02_no_mkdir_in_homedir.dpatch to stop creating
+ .maven directory in user homedir (Closes: #445804)
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Mon, 08 Oct 2007 18:40:07 +0530
+
commons-io (1.3.2-1) unstable; urgency=low
[ Kumar Appaiah ]
Modified: trunk/commons-io/debian/patches/00list
===================================================================
--- trunk/commons-io/debian/patches/00list 2007-10-08 12:50:14 UTC (rev 4325)
+++ trunk/commons-io/debian/patches/00list 2007-10-08 13:00:44 UTC (rev 4326)
@@ -1 +1,2 @@
01_no_ext_links
+02_no_mkdir_in_homedir
Added: trunk/commons-io/debian/patches/02_no_mkdir_in_homedir.dpatch
===================================================================
--- trunk/commons-io/debian/patches/02_no_mkdir_in_homedir.dpatch (rev 0)
+++ trunk/commons-io/debian/patches/02_no_mkdir_in_homedir.dpatch 2007-10-08 13:00:44 UTC (rev 4326)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_no_mkdir_in_homedir.dpatch by <varunhiremath at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad commons-io-1.3.2~/build.xml commons-io-1.3.2/build.xml
+--- commons-io-1.3.2~/build.xml 2007-09-21 06:23:27.000000000 +0530
++++ commons-io-1.3.2/build.xml 2007-10-08 18:36:21.000000000 +0530
+@@ -66,8 +66,6 @@
+ <path id="build.classpath">
+ </path>
+ <target name="init" description="o Initializes some properties">
+- <mkdir dir="${libdir}">
+- </mkdir>
+ <condition property="noget">
+ <equals arg2="only" arg1="${build.sysclasspath}">
+ </equals>
Property changes on: trunk/commons-io/debian/patches/02_no_mkdir_in_homedir.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-java-commits
mailing list