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 91d85aa0ab1e9fe3d45f7b7565a0f210a00cf8ac
Author: Andreas Putzo <andr...@putzo.net>
Date:   Sun Mar 30 13:37:33 2008 +0000

    Enable plugin ywms.
    Add iceweasel to Suggests. Used by ywms and osmarender plugin.
---
 debian/control                 |  2 +-
 debian/patches/100_ywms.dpatch | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 74690b5..753d85a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: http://josm.openstreetmap.de
 Package: josm-plugins
 Architecture: all
 Depends: josm
-Suggests: gpsd
+Suggests: gpsd, iceweasel
 Description: JOSM plugins
  JOSM (Java OpenStreetMap) plugin collection.
  .
diff --git a/debian/patches/100_ywms.dpatch b/debian/patches/100_ywms.dpatch
new file mode 100755
index 0000000..f7ee372
--- /dev/null
+++ b/debian/patches/100_ywms.dpatch
@@ -0,0 +1,41 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 100_ywms.dpatch by Andreas Putzo <andr...@putzo.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad josm-plugins-0.0.0.20080326~/ywms/build.xml 
josm-plugins-0.0.0.20080326/ywms/build.xml
+--- josm-plugins-0.0.0.20080326~/ywms/build.xml        2007-12-19 
18:09:31.000000000 +0000
++++ josm-plugins-0.0.0.20080326/ywms/build.xml 2008-03-29 18:48:50.000000000 
+0000
+@@ -1,13 +1,10 @@
+ <project name="ywms" default="dist" basedir=".">
+ 
+   <!-- compilation properties -->
+-  <property name="josm.build.dir"     value="../../core"/>
+-  <property name="josm.home.dir"      value="${user.home}/.josm"/>
+-  <property name="josm"                       
location="../../core/dist/josm-custom.jar" />
+   <property name="plugin.build.dir"   value="build"/>
+-  <property name="plugin.dist.dir"    value="../../dist"/>
++  <property name="plugin.dist.dir"    value="../dist"/>
+   <property name="plugin.name"                value="${ant.project.name}"/>
+-  <property name="plugin.jar"         value="../../dist/${plugin.name}.jar"/>
++  <property name="plugin.jar"         value="../dist/${plugin.name}.jar"/>
+ 
+   <property name="ant.build.javac.target" value="1.5"/>
+   
+@@ -28,14 +25,6 @@
+     <copy todir="${plugin.build.dir}/images">
+       <fileset dir="images"/>
+     </copy>
+-    <exec append="false" output="REVISION" executable="svn" 
failifexecutionfails="false">
+-      <env key="LANG" value="C"/>
+-      <arg value="info"/>
+-      <arg value="--xml"/>
+-      <arg value="."/>
+-    </exec>
+-    <xmlproperty file="REVISION" prefix="version" keepRoot="false" 
collapseAttributes="true"/>
+-    <delete file="REVISION"/>
+     <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+       <manifest>
+       <attribute name="Plugin-Class" 
value="org.openstreetmap.josm.plugins.ywms.YWMSPlugin"/>

-- 
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