[DebianGIS-dev] [SCM] josm-plugins branch, master, updated. debian/0.0.svn22363-1-15-g3fb2444

David Paleino dapal at debian.org
Tue Sep 7 09:38:10 UTC 2010


The following commit has been merged in the master branch:
commit 92dc263a9e49dd62977f0903035cdfe8986fa65c
Author: David Paleino <dapal at debian.org>
Date:   Tue Sep 7 11:28:00 2010 +0200

    debian/patches/160_remotecontrol.diff added, disable upstream SVN access

diff --git a/debian/changelog b/debian/changelog
index 90e88c7..2d1ddf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ josm-plugins (0.0.svn23040-1) UNRELEASED; urgency=low
     - 150_routing.diff, 60_wmsplugin.diff refreshed to cleanly apply
     - 60_wmsplugin.diff: fix classpath issues with the new
       remotecontrol.jar
+    - 160_remotecontrol.diff added, disable upstream SVN access
   * debian/control:
     - Standards-Version bumped to 3.9.1, no changes needed
     - update dependencies on JOSM
@@ -13,7 +14,7 @@ josm-plugins (0.0.svn23040-1) UNRELEASED; urgency=low
     - add remotecontrol to the list of downloded plugins
   * debian/master.xml: build remotecontrol before wmsplugin
 
- -- David Paleino <dapal at debian.org>  Tue, 07 Sep 2010 11:26:58 +0200
+ -- David Paleino <dapal at debian.org>  Tue, 07 Sep 2010 11:27:38 +0200
 
 josm-plugins (0.0.svn22363-1) unstable; urgency=low
 
diff --git a/debian/patches/160_remotecontrol.diff b/debian/patches/160_remotecontrol.diff
new file mode 100644
index 0000000..25117da
--- /dev/null
+++ b/debian/patches/160_remotecontrol.diff
@@ -0,0 +1,19 @@
+From: David Paleino <dapal at debian.org>
+Subject: disable build-time SVN access
+Forwarded: not-needed
+
+---
+ remotecontrol/build.xml |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- josm-plugins.orig/remotecontrol/build.xml
++++ josm-plugins/remotecontrol/build.xml
+@@ -45,7 +45,7 @@
+             <compilerarg value="-Xlint:unchecked"/>
+         </javac>
+     </target>
+-    <target name="dist" depends="compile,revision">
++    <target name="dist" depends="compile">
+         <copy todir="${plugin.build.dir}/images">
+             <fileset dir="images"/>
+         </copy>
diff --git a/debian/patches/series b/debian/patches/series
index 18bf2fc..85ca6f2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+160_remotecontrol.diff
 150_routing.diff
 140_lakewalker.diff
 130_editgpx.diff

-- 
Plugins for josm



More information about the Pkg-grass-devel mailing list