[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 134a9f5671bd206cac7d894ef533946e74a8394b
Author: David Paleino <dapal at debian.org>
Date:   Tue Sep 7 11:26:40 2010 +0200

    debian/master.xml: build remotecontrol before wmsplugin

diff --git a/debian/changelog b/debian/changelog
index eb2f7ac..46b35cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ josm-plugins (0.0.svn23040-1) UNRELEASED; urgency=low
     - update dependencies on JOSM
   * debian/rules:
     - 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:07:57 +0200
+ -- David Paleino <dapal at debian.org>  Tue, 07 Sep 2010 11:26:20 +0200
 
 josm-plugins (0.0.svn22363-1) unstable; urgency=low
 
diff --git a/debian/master.xml b/debian/master.xml
index b0e0821..f324bbe 100644
--- a/debian/master.xml
+++ b/debian/master.xml
@@ -59,7 +59,12 @@
         <ant dir="../surveyor"   antfile="build.xml" target="dist">
             <property name="plugin.jar"     value="${plugin.dist.dir}/surveyor.jar"/>
         </ant>
-        
+
+        <ant dir="../remotecontrol"   antfile="build.xml" target="dist">
+            <property name="plugin.jar"     value="${plugin.dist.dir}/remotecontrol.jar"/>
+        </ant>
+
+        <!-- wmsplugin must be compiled _after_ remotecontrol -->
         <ant dir="../wmsplugin"   antfile="build.xml" target="dist">
             <property name="plugin.jar"     value="${plugin.dist.dir}/wmsplugin.jar"/>
         </ant>
@@ -78,6 +83,7 @@
         <ant dir="../routing"            antfile="build.xml" target="clean"/>
         <ant dir="../slippymap"          antfile="build.xml" target="clean"/>
         <ant dir="../surveyor"           antfile="build.xml" target="clean"/>
+        <ant dir="../remotecontrol"      antfile="build.xml" target="clean"/>
         <ant dir="../wmsplugin"          antfile="build.xml" target="clean"/>
         <delete dir="../tmp"/>
         <delete dir="${plugin.dist.dir}"/>

-- 
Plugins for josm



More information about the Pkg-grass-devel mailing list