[commons-io] 16/47: * debian/patches: Add 02_no_mkdir_in_homedir.dpatch to stop creating .maven directory in user homedir (Closes: #445804)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Apr 26 10:54:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository commons-io.

commit 609325678f4d89be14b883724a411cdd5185fbb5
Author: Varun Hiremath <varun at debian.org>
Date:   Mon Oct 8 13:00:44 2007 +0000

    * debian/patches: Add 02_no_mkdir_in_homedir.dpatch to stop creating
      .maven directory in user homedir (Closes: #445804)
---
 debian/changelog                             |  7 +++++++
 debian/patches/00list                        |  1 +
 debian/patches/02_no_mkdir_in_homedir.dpatch | 19 +++++++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4b652b2..2deced9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/patches/00list b/debian/patches/00list
index 74c9eca..61a14a9 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1 +1,2 @@
 01_no_ext_links
+02_no_mkdir_in_homedir
diff --git a/debian/patches/02_no_mkdir_in_homedir.dpatch b/debian/patches/02_no_mkdir_in_homedir.dpatch
new file mode 100755
index 0000000..458a433
--- /dev/null
+++ b/debian/patches/02_no_mkdir_in_homedir.dpatch
@@ -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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-io.git



More information about the pkg-java-commits mailing list