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

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Sun Apr 13 10:13:20 UTC 2008


Author: nd-guest
Date: 2008-04-13 10:13:19 +0000 (Sun, 13 Apr 2008)
New Revision: 1524

Modified:
   packages/josm-plugins/trunk/debian/control
   packages/josm-plugins/trunk/debian/rules
Log:
Add plugin description to the long description.
Removing build-dep on gettext again, because the lang* plugin is currently
not included.


Modified: packages/josm-plugins/trunk/debian/control
===================================================================
--- packages/josm-plugins/trunk/debian/control	2008-04-12 23:38:42 UTC (rev 1523)
+++ packages/josm-plugins/trunk/debian/control	2008-04-13 10:13:19 UTC (rev 1524)
@@ -3,7 +3,7 @@
 Priority: extra
 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), gettext, java-gcj-compat-dev, josm, libgettext-commons-java
+Build-Depends: ant, cdbs, dpatch, debhelper (>= 5), java-gcj-compat-dev, josm
 Standards-Version: 3.7.3
 Homepage: http://josm.openstreetmap.de
 
@@ -14,6 +14,16 @@
 Description: JOSM plugins
  JOSM (Java OpenStreetMap) plugin collection.
  .
+ This package contains the following plugins:
+  * colorscheme - Allows to create different color schemes.
+  * livegps     - Supports live GPS input together with gpsd.
+  * namefinder  - Allows input of place names in JOSM download dialog.
+  * slippymap   - Displays a slippy map grid in JOSM.
+  * utilsplugin - Several helper utilities.
+  * validator   - Data validator.
+  * wmsplugin   - Displays backround images from any WMS source.
+  * ywms        - WMS server for Yahoo imagery.
+ .
  JOSM is an editor for OpenStreetMap (OSM) written in Java.
  The current version supports stand alone GPX tracks, GPX track data
  from OSM database and existing nodes, line segments and metadata tags

Modified: packages/josm-plugins/trunk/debian/rules
===================================================================
--- packages/josm-plugins/trunk/debian/rules	2008-04-12 23:38:42 UTC (rev 1523)
+++ packages/josm-plugins/trunk/debian/rules	2008-04-13 10:13:19 UTC (rev 1524)
@@ -14,7 +14,7 @@
 DEB_ANT_CLEAN_TARGET := clean
 
 SVNREPO := http://svn.openstreetmap.org/applications/editors/josm/plugins/
-PLUGINS = validator colorscheme livegps namefinder slippymap utilsplugin wmsplugin ywms 
+PLUGINS := colorscheme livegps namefinder slippymap utilsplugin validator wmsplugin ywms
 
 DATE := $(shell date +%Y%m%d)
 




More information about the Pkg-grass-devel mailing list