[Pkg-osm-commits] [SCM] jmapviewer branch, master, updated. upstream/1.0+dfsg1-42-g41d21f0

2013-10-12 Thread Felix Natter
The following commit has been merged in the master branch:
commit 613fff0333fc9fd4605397f8def0451d65c436d7
Author: Felix Natter fnat...@gmx.net
Date:   Sat Oct 12 09:51:03 2013 +0200

update debian/copyright

diff --git a/debian/copyright b/debian/copyright
index 9754e9d..eb0e86a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,14 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: JMapViewer
-Source: http://svn.openstreetmap.org/applications/viewer/jmapviewer
+Source: http://svn.openstreetmap.org/applications/viewer/jmapviewer
 
 Files: *
 Copyright: 2008 Jan Peter Stotz and others
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2011 Andrew Harvey andrew.harv...@gmail.com
+Copyright: 2011-2013 Andrew Harvey andrew.harv...@gmail.com
+   2013 Felix Natter fnat...@gmx.net
 License: BSD-2-clause or GPL-2+
 
 License: BSD-2-clause

-- 
Java OpenStreetMap Tile Viewer

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] jmapviewer branch, master, updated. upstream/1.0+dfsg1-42-g41d21f0

2013-10-12 Thread Felix Natter
The following commit has been merged in the master branch:
commit 7e7497287cad90556ed668837d017b5ed44b980b
Author: Felix Natter fnat...@gmx.net
Date:   Sat Oct 12 09:54:35 2013 +0200

put 'unstable' in changelog

diff --git a/debian/changelog b/debian/changelog
index 69e7e0f..b753ec9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-jmapviewer (1.02+dfsg1-1) UNRELEASED; urgency=low
+jmapviewer (1.02+dfsg1-1) unstable; urgency=low
 
   * Initial release. (Closes: #649226)
 

-- 
Java OpenStreetMap Tile Viewer

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] jmapviewer branch, master, updated. upstream/1.0+dfsg1-42-g41d21f0

2013-10-12 Thread Felix Natter
The following commit has been merged in the master branch:
commit 64ae0c60ed2818a71f28f63c0b16d07985634a53
Author: Felix Natter fnat...@gmx.net
Date:   Sat Oct 12 09:46:54 2013 +0200

import 1.02, remove patches that have been applied upstream

diff --git a/debian/changelog b/debian/changelog
index 8137b5c..69e7e0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-jmapviewer (1.0+dfsg1-1) UNRELEASED; urgency=low
+jmapviewer (1.02+dfsg1-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #649226)
 
- -- Andrew Harvey andrew.harv...@gmail.com  Fri, 15 Mar 2013 19:17:49 +1100
+ -- Felix Natter fnat...@gmx.net  Sat, 12 Oct 2013 09:37:49 +0200
diff --git a/debian/control b/debian/control
index fdd6b07..25681a7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: extra
 Maintainer: Debian OpenStreetMap Team pkg-osm-ma...@lists.alioth.debian.org
 Uploaders:
- Andrew Harvey andrew.harv...@gmail.com
+ Felix Natter fnat...@gmx.net
 Build-Depends:
  ant,
  debhelper (= 9~),
diff --git a/debian/patches/02-remove-svn-prop-from-create_run_jar.patch 
b/debian/patches/02-remove-svn-prop-from-create_run_jar.patch
deleted file mode 100644
index dd5a518..000
--- a/debian/patches/02-remove-svn-prop-from-create_run_jar.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-fix error in upstream build.xml: _${svnReleaseVersion} in Class-Path value
 a/build.xml
-+++ b/build.xml
-@@ -50,7 +50,7 @@
-   jar destfile=JMapViewer_Demo.jar 
filesetmanifest=mergewithoutmain
-   manifest
-   attribute name=Main-Class 
value=org.openstreetmap.gui.jmapviewer.Demo /
--  attribute name=Class-Path 
value=JMapViewer_${svnReleaseVersion}.jar /
-+  attribute name=Class-Path 
value=JMapViewer.jar /
-   /manifest
-   /jar
-   /target
diff --git a/debian/patches/04-javac-encoding.patch 
b/debian/patches/04-javac-encoding.patch
deleted file mode 100644
index 57fc46c..000
--- a/debian/patches/04-javac-encoding.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-set the encoding for the source files in order to allow building with LANG=C
 a/build.xml
-+++ b/build.xml
-@@ -14,7 +14,7 @@
-   /target
- 
-   target name=build
--  javac srcdir=src destdir=bin source=1.6 target=1.6 
debug=true includeantruntime=false
-+  javac srcdir=src destdir=bin source=1.6 target=1.6 
debug=true includeantruntime=false encoding=UTF-8
-   include name=org/openstreetmap/gui/jmapviewer/** /
-   /javac
- 
diff --git a/debian/patches/series b/debian/patches/series
index f5ebedd..32e8c24 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
 01-build_less.patch
-02-remove-svn-prop-from-create_run_jar.patch
 03-use-installed-library-in-demo.patch
-04-javac-encoding.patch
diff --git a/debian/rules b/debian/rules
index 0e2e4d5..aa6747a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 # DESTDIR := ../tarballs/jmapviewer-${VER}
 # DESTTGZ := ../tarballs/jmapviewer_${VER}.orig.tar.gz
 
-VER=1.0
+VER=1.02
 
 %:
dh $@

-- 
Java OpenStreetMap Tile Viewer

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits