[josm-plugins] 163/369: debian/master.xml: build remotecontrol before wmsplugin

Bas Couwenberg sebastic at xs4all.nl
Sat Oct 18 12:03:38 UTC 2014


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

    debian/master.xml: build remotecontrol before wmsplugin
---
 debian/changelog  | 3 ++-
 debian/master.xml | 8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

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}"/>

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



More information about the Pkg-grass-devel mailing list