[josm-plugins] 50/369: update long description use openjdk instead of gcj

Bas Couwenberg sebastic at xs4all.nl
Sat Oct 18 12:03:24 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 ada5e59ca6f3fb506756097944a65ca1f7e48b14
Author: Andreas Putzo <andreas at putzo.net>
Date:   Wed Feb 25 21:47:03 2009 +0000

    update long description
    use openjdk instead of gcj
---
 debian/changelog | 8 +++++++-
 debian/control   | 7 +++++++
 debian/copyright | 2 +-
 debian/rules     | 2 +-
 4 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 13e9181..50c8c2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 josm-plugins (0.0.svn13741-1) UNRELEASED; urgency=low
 
+  [ Giovanni Mascellani ]
   * New upstream revision
 
- -- Giovanni Mascellani <g.mascellani at gmail.com>  Sun, 15 Feb 2009 19:34:54 +0100
+  [ Andreas Putzo ]
+  * Update packaging copyright year.
+  * Mention added plugins in long description.
+  * Use openjdk in debian/rules to be consistent with build dependency. 
+
+ -- Andreas Putzo <andreas at putzo.net>  Wed, 25 Feb 2009 21:43:30 +0000
 
 josm-plugins (0.0.0.20080518-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 62b5592..b96c6e2 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,16 @@ Description: Plugins for JOSM
  JOSM (Java OpenStreetMap) plugin collection.
  .
  This package contains the following plugins:
+  * agpifoj            - Creates a new layer with geotagged pictures.
   * colorscheme        - Allows to create different color schemes.
   * livegps            - Supports live GPS input together with gpsd.
+  * measurement        - Adds a dialog and a layer to measure length and angle of
+                         segments and create measurement paths..
+  * openvisible        - Allows opening gpx and osm files that intersect 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.
diff --git a/debian/copyright b/debian/copyright
index 04eba27..5695960 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
 
 Files: debian/*
 Copyright: © 2008-2009 Giovanni Mascellani <g.mascellani at gmail.com>
-           © 2008 Andreas Putzo <andreas at putzo.net>
+           © 2008-2009 Andreas Putzo <andreas at putzo.net>
 License: GPL-2+
  The Debian packaging information is under the GPL, version 2 or later.
 
diff --git a/debian/rules b/debian/rules
index f3aba71..d4188eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
-JAVA_HOME := /usr/lib/jvm/java-gcj/
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk
 ANT_HOME  := /usr/share/ant
 DEB_JARS := /usr/share/josm/josm.jar
 DEB_ANT_BUILDFILE := $(CURDIR)/debian/master.xml

-- 
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