[DebianGIS-dev] r2130 - packages/josm-plugins/trunk/debian

gmascellani-guest at alioth.debian.org gmascellani-guest at alioth.debian.org
Sat Apr 4 23:13:59 UTC 2009


Author: gmascellani-guest
Date: 2009-04-04 23:13:59 +0000 (Sat, 04 Apr 2009)
New Revision: 2130

Modified:
   packages/josm-plugins/trunk/debian/control
   packages/josm-plugins/trunk/debian/copyright
   packages/josm-plugins/trunk/debian/rules
Log:
 * Removed plugin usertools because of unspecified license (author not responding)
 * Forcing josm-plugins to be installed with the correct josm version


Modified: packages/josm-plugins/trunk/debian/control
===================================================================
--- packages/josm-plugins/trunk/debian/control	2009-04-04 23:12:49 UTC (rev 2129)
+++ packages/josm-plugins/trunk/debian/control	2009-04-04 23:13:59 UTC (rev 2130)
@@ -4,7 +4,7 @@
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <g.mascellani at gmail.com>, Andreas Putzo <andreas at putzo.net>
 Build-Depends: ant, cdbs, dpatch, debhelper (>= 5), openjdk-6-jdk,
- josm (>= 0.0.svn1387), libmetadata-extractor-java
+ josm (>= 0.0.svn1515), libmetadata-extractor-java
 Standards-Version: 3.8.0
 Homepage: http://josm.openstreetmap.de
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/josm-plugins/
@@ -12,8 +12,9 @@
 
 Package: josm-plugins
 Architecture: all
-Depends: josm (>= 0.0.svn1387), libmetadata-extractor-java, ${misc:Depends}
-Suggests: gpsd, iceweasel
+Depends: josm (>= 0.0.svn1515), libmetadata-extractor-java, ${misc:Depends}
+Conflicts: josm (>> 0.0.svn1515)
+Suggests: gpsd
 Description: Plugins for JOSM
  JOSM (Java OpenStreetMap) plugin collection.
  .
@@ -27,7 +28,6 @@
                          the currently visible screen area.
   * slippymap          - Displays a slippy map grid in JOSM.
   * surveyor           - Allows adding markers/nodes on current gps positions.
-  * usertools          - Tools to help work with other authors/users.
   * utilsplugin        - Several helper utilities.
   * validator          - Data validator.
   * wmsplugin          - Displays background images from any WMS source.

Modified: packages/josm-plugins/trunk/debian/copyright
===================================================================
--- packages/josm-plugins/trunk/debian/copyright	2009-04-04 23:12:49 UTC (rev 2129)
+++ packages/josm-plugins/trunk/debian/copyright	2009-04-04 23:13:59 UTC (rev 2130)
@@ -36,8 +36,8 @@
 License: GPL-3+
 
 Files: openvisible/*
-Copyright: © Dallermassl (???)
-License: ???
+Copyright: © Christof Dallermassl
+License: GPL-2+
 
 Files: slippymap/*
 Copyright: © 2007 Hakan Tandogan <hakan at gurkensalat.com>
@@ -50,10 +50,6 @@
 Copyright: © Christof Dallermassl
 License: GPL-2+
 
-Files: usertools/*
-Copyright: ???
-License: ???
-
 Files: utilsplugin/*
 Copyright: © 2007 Frederik Ramm <frederik at remote.org>
            © 2007 Gabriel Ebner <ge at gabrielebner.at>

Modified: packages/josm-plugins/trunk/debian/rules
===================================================================
--- packages/josm-plugins/trunk/debian/rules	2009-04-04 23:12:49 UTC (rev 2129)
+++ packages/josm-plugins/trunk/debian/rules	2009-04-04 23:13:59 UTC (rev 2130)
@@ -14,7 +14,7 @@
 DEB_ANT_CLEAN_TARGET := clean
 
 SVNREPO := http://svn.openstreetmap.org/applications/editors/josm/plugins/
-PLUGINS := agpifoj colorscheme livegps measurement openvisible slippymap surveyor usertools utilsplugin validator wmsplugin
+PLUGINS := agpifoj colorscheme livegps measurement openvisible slippymap surveyor utilsplugin validator wmsplugin
 
 DATE := $(shell date +%Y%m%d)
 ifdef SVNREV




More information about the Pkg-grass-devel mailing list