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

sebastic-guest pushed a commit to branch master
in repository josm-plugins.

commit 703bb43d1f12c3c0e6f3d92fbe4c3e72ea91141e
Author: Andreas Putzo <andr...@putzo.net>
Date:   Sat Apr 12 23:38:42 2008 +0000

    Add patch to correct mistakes in clean targets.
---
 debian/patches/00list          |  1 +
 debian/patches/30_build.dpatch | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/debian/patches/00list b/debian/patches/00list
index 80eaec1..53f8d89 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,2 +1,3 @@
 10_validator
 20_disable_svn
+30_build
diff --git a/debian/patches/30_build.dpatch b/debian/patches/30_build.dpatch
new file mode 100755
index 0000000..c2f34ac
--- /dev/null
+++ b/debian/patches/30_build.dpatch
@@ -0,0 +1,30 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30_build.dpatch by Andreas Putzo <andr...@putzo.net>
+##
+## DP: Fix mistage in clean targets of the colorscheme and livegps plugin.
+
+@DPATCH@
+diff -urNad josm-plugins-0.0.0.20080412~/colorscheme/build.xml 
josm-plugins-0.0.0.20080412/colorscheme/build.xml
+--- josm-plugins-0.0.0.20080412~/colorscheme/build.xml 2008-04-06 
19:10:11.000000000 +0000
++++ josm-plugins-0.0.0.20080412/colorscheme/build.xml  2008-04-12 
23:35:00.000000000 +0000
+@@ -69,7 +69,7 @@
+   </target>
+ 
+   <target name="clean">
+-    <delete dir="${plugin.site.file}" />
++    <delete file="${plugin.site.file}" />
+     <delete dir="${plugin.build.dir}" />
+     <delete file="${plugin.jar}" />
+   </target>
+diff -urNad josm-plugins-0.0.0.20080412~/livegps/build.xml 
josm-plugins-0.0.0.20080412/livegps/build.xml
+--- josm-plugins-0.0.0.20080412~/livegps/build.xml     2008-04-06 
19:10:11.000000000 +0000
++++ josm-plugins-0.0.0.20080412/livegps/build.xml      2008-04-12 
23:35:19.000000000 +0000
+@@ -79,7 +79,7 @@
+ 
+   <target name="clean">
+     <delete dir="${plugin.build.dir}" />
+-    <delete dir="${plugin.site.file}" />
++    <delete file="${plugin.site.file}" />
+     <delete file="${plugin.jar}" />
+   </target>
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/josm-plugins.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to