[Pkg-osm-commits] [SCM] josm-plugins branch, master, updated. debian/0.0.svn29348+ds1-1-8-gf5986b3
Mònica Ramírez Arceda
monica at debian.org
Fri Sep 6 17:39:00 UTC 2013
The following commit has been merged in the master branch:
commit e9d08e7a390772ac42c80a4110f0ff55fb879ba8
Author: Mònica Ramírez Arceda <monica at debian.org>
Date: Tue Sep 3 20:47:00 2013 +0200
Remove cadastre-fr: it uses geotools library, not in Debian
diff --git a/debian/changelog b/debian/changelog
index d168623..ef596b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+josm-plugins (0.0.svn29866+ds1-1) UNRELEASED; urgency=low
+
+ * Remove cadastre-fr: it uses geotools library, not in Debian.
+
+ -- Mònica Ramírez Arceda <monica at debian.org> Tue, 03 Sep 2013 20:44:38 +0200
+
josm-plugins (0.0.svn29348+ds1-1) experimental; urgency=low
* New upstream snapshot.
diff --git a/debian/master.xml b/debian/master.xml
index f99d2a5..b90ffab 100644
--- a/debian/master.xml
+++ b/debian/master.xml
@@ -27,10 +27,6 @@
<target name="build" depends="init">
<antcall target="do_plugin">
- <param name="plugin.name" value="cadastre-fr"/>
- </antcall>
-
- <antcall target="do_plugin">
<param name="plugin.name" value="colorscheme"/>
</antcall>
@@ -61,7 +57,6 @@
</target>
<target name="clean">
- <ant dir="../cadastre-fr" antfile="build.xml" target="clean"/>
<ant dir="../colorscheme" antfile="build.xml" target="clean"/>
<ant dir="../DirectUpload" antfile="build.xml" target="clean"/>
<ant dir="../editgpx" antfile="build.xml" target="clean"/>
diff --git a/debian/rules b/debian/rules
index 4939dae..7e2d541 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH=/usr/share/josm/josm.jar:/usr/share/java/metadata-extractor.jar
SVNREPO := http://svn.openstreetmap.org/applications/editors/josm/plugins/
-PLUGINS := cadastre-fr colorscheme DirectUpload editgpx lakewalker measurement openvisible routing
+PLUGINS := colorscheme DirectUpload editgpx lakewalker measurement openvisible routing
DATE := $(shell date +%Y%m%d)
ifdef SVNREV
--
Plugins for JOSM
More information about the Pkg-osm-commits
mailing list