Bug#742082: RFS: spatialite-gui/1.7.1-3

2014-03-18 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the SpatiaLite transition am I looking for a sponsor for
my package "spatialite-gui".

https://release.debian.org/transitions/html/libspatialite5.html
https://release.debian.org/transitions/html/librasterlite2.html

Please refer to the thread on debian-gis@ for more information on this
transition: http://thread.gmane.org/gmane.linux.debian.gis/535

 Package name: spatialite-gui
 Version : 1.7.1-3
 Upstream Author : Alessandro Furieri 
 URL : https://www.gaia-gis.it/fossil/spatialite_gui/
 License : GPL-3.0+
 Section : utils

It builds those binary packages:

 spatialite-gui - user-friendly graphical user interface for SpatiaLite
 spatialite-gui-dbg - user-friendly graphical user interface for spatialite - 
debugging

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/spatialite-gui


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/s/spatialite-gui/spatialite-gui_1.7.1-3.dsc

More information about spatialite-gui can be obtained from 
https://www.gaia-gis.it/fossil/spatialite_gui/.

Changes since the last upload:

 * Add gbp.conf to use pristine-tar by default.
 * Move from experimental to unstable.


Regards,
 Sebastiaan Couwenberg

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


Bug#733585: marked as done (geos: use dh-autoreconf instead of autotools-dev for new ports)

2014-03-18 Thread Debian Bug Tracking System
Your message dated Wed, 19 Mar 2014 00:00:07 +
with message-id 
and subject line Bug#733585: fixed in geos 3.4.2-2
has caused the Debian Bug report #733585,
regarding geos: use dh-autoreconf instead of autotools-dev for new ports
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
733585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733585
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: geos
Version: 3.4.2-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Some upcoming ports (eg. ppc64el) require a new version of libtool.m4,
not just config.{sub,guess}. By using autoreconf instead of
autotools-dev, geos can get these libtool changes for free.

A couple of packaging tweaks were necessary to get geos to build with
dh-autoreconf.

  * Build with dh-autoreconf for new libtool.
* debian/{control,rules}: Use dh-autoreconf.
* debian/rules: Update debian/control in clean rather than build*,
  otherwise it triggers a re-configure mid-build.
* debian/patches/libruby: Patch Makefile.am too, not just Makefile.in.
diff -Nru geos-3.4.2/debian/changelog geos-3.4.2/debian/changelog
diff -Nru geos-3.4.2/debian/control geos-3.4.2/debian/control
--- geos-3.4.2/debian/control	2013-12-07 01:25:12.0 +1100
+++ geos-3.4.2/debian/control	2013-12-30 16:56:00.0 +1100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project 
 Uploaders: Francesco Paolo Lovergine 
-Build-Depends: debhelper (>= 9), doxygen, swig, ruby1.8, ruby1.8-dev, autotools-dev
+Build-Depends: debhelper (>= 9), doxygen, swig, ruby1.8, ruby1.8-dev, dh-autoreconf
 Build-Conflicts: ruby1.9.1, ruby1.9.1-dev
 Standards-Version: 3.9.3
 Homepage: http://trac.osgeo.org/geos/
diff -Nru geos-3.4.2/debian/control.in geos-3.4.2/debian/control.in
--- geos-3.4.2/debian/control.in	2013-12-07 01:25:12.0 +1100
+++ geos-3.4.2/debian/control.in	2013-12-30 16:56:00.0 +1100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project 
 Uploaders: Francesco Paolo Lovergine 
-Build-Depends: debhelper (>= 9), doxygen, swig, ruby1.8, ruby1.8-dev, autotools-dev
+Build-Depends: debhelper (>= 9), doxygen, swig, ruby1.8, ruby1.8-dev, dh-autoreconf
 Build-Conflicts: ruby1.9.1, ruby1.9.1-dev
 Standards-Version: 3.9.3
 Homepage: http://trac.osgeo.org/geos/
diff -Nru geos-3.4.2/debian/patches/libruby geos-3.4.2/debian/patches/libruby
--- geos-3.4.2/debian/patches/libruby	2013-12-07 01:25:12.0 +1100
+++ geos-3.4.2/debian/patches/libruby	2013-12-30 16:04:00.0 +1100
@@ -1,7 +1,7 @@
-Index: geos/swig/ruby/Makefile.in
+Index: geos-3.4.2/swig/ruby/Makefile.in
 ===
 geos.orig/swig/ruby/Makefile.in	2013-12-06 09:09:30.741373190 +0100
-+++ geos/swig/ruby/Makefile.in	2013-12-06 15:23:44.520742796 +0100
+--- geos-3.4.2.orig/swig/ruby/Makefile.in	2013-08-26 01:10:45.0 +1000
 geos-3.4.2/swig/ruby/Makefile.in	2013-12-30 15:48:46.0 +1100
 @@ -334,7 +334,7 @@
  # Build Ruby module as shared library
  @ENABLE_RUBY_TRUE@rubyextensiondir_LTLIBRARIES = geos.la
@@ -11,3 +11,16 @@
  
  # Only need to grab the capi header files
  @ENABLE_RUBY_TRUE@geos_la_CPPFLAGS = -I$(top_builddir)/capi
+Index: geos-3.4.2/swig/ruby/Makefile.am
+===
+--- geos-3.4.2.orig/swig/ruby/Makefile.am	2013-08-26 01:10:32.0 +1000
 geos-3.4.2/swig/ruby/Makefile.am	2013-12-30 16:02:28.593115812 +1100
+@@ -22,7 +22,7 @@
+ # Build Ruby module as shared library
+ rubyextensiondir_LTLIBRARIES = geos.la
+ geos_la_SOURCES = geos_wrap.cxx
+-geos_la_LIBADD =  $(top_builddir)/capi/libgeos_c.la -l$(RUBY_SO_NAME)
++geos_la_LIBADD =  $(top_builddir)/capi/libgeos_c.la /usr/lib/$(RUBY_SO_NAME)
+ 
+ # Only need to grab the capi header files
+ geos_la_CPPFLAGS = -I$(top_builddir)/capi
diff -Nru geos-3.4.2/debian/rules geos-3.4.2/debian/rules
--- geos-3.4.2/debian/rules	2013-12-07 01:25:12.0 +1100
+++ geos-3.4.2/debian/rules	2013-12-30 16:36:58.0 +1100
@@ -44,17 +44,10 @@
 debian/control: 
 		@sed -e 's/@VERSION@/$(VER)/' debian/control.in >$@
 
-config.status: debian/control configure
+config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	mv config.sub config.sub.bak
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	mv config.guess config.guess.bak
-	cp -f /usr/share/misc/

geos_3.4.2-2_amd64.changes ACCEPTED into unstable, unstable

2014-03-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 07 Mar 2014 21:08:52 +0100
Source: geos
Binary: libgeos-dev libgeos++-dev libgeos-c1 libgeos-3.4.2 libgeos-doc 
libgeos-ruby1.8 ruby-geos libgeos-dbg
Architecture: source amd64 all
Version: 3.4.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description: 
 libgeos++-dev - Geometry engine for GIS - C++ development files
 libgeos-3.4.2 - Geometry engine for Geographic Information Systems - C++ 
Library
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dbg - Debugging symbols for the GEOS library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos-ruby1.8 - Transitional package from libgeos-ruby1.8 to ruby-geos
 ruby-geos  - GEOS bindings for Ruby
Closes: 733585
Changes: 
 geos (3.4.2-2) unstable; urgency=medium
 .
   * Add myself to Uploaders.
   * Restructure control file with cme, changes: Vcs-* fields.
   * Rename libgeos-ruby1.8 to ruby-geos, according to Ruby packaging policy.
   * Use minimal dh rules with autoreconf for retooling.
 (closes: #733585)
   * Also patch Makefile.am and macros/ruby.m4 for Ruby extension.
   * Enable parallel builds.
   * Link to LGPL-2.1 common license instead of symlink in copyright file.
   * Update copyright file using copyright-format 1.0.
   * Add DEP3 patch headers.
   * Add doc-base registration for libgeos-doc.
   * Add patches to modernize the build system to prevent autoreconf warnings.
   * Add gbp.conf to use pristine-tar by default.
   * Add lintian overrides for no symbols file,
 symbols are problematic for C++ libraries.
   * Bump Standards-Version to 3.9.5, changes: Vcs-* fields, minimal dh rules,
 copyright-format.
Checksums-Sha1: 
 ef5e35571c1d4cf96e63448aef0dc58c30e62677 2287 geos_3.4.2-2.dsc
 80a96aff7785d1c7baf55d5c0fb6c5a2029dd413 18304 geos_3.4.2-2.debian.tar.xz
 d026a84dadb2673fadc575e6f3bf82c991732be7 185198 libgeos-dev_3.4.2-2_amd64.deb
 dba0c4d1900d4d431a40f8a5d312889e08a47677 906158 libgeos++-dev_3.4.2-2_amd64.deb
 98b959faa01911d01329df5611b9c2635f5ee8a9 170068 libgeos-c1_3.4.2-2_amd64.deb
 68f6cb6e6e02bee5302cd56a9a151daf9f24a09f 544230 libgeos-3.4.2_3.4.2-2_amd64.deb
 562d5fbc653f587e4bbf024b16e5aabf18617c6b 1005866 libgeos-doc_3.4.2-2_all.deb
 44400a531a39f995bc9dd98085ce10681821d72c 129176 
libgeos-ruby1.8_3.4.2-2_amd64.deb
 1713e7ec6bcacae1043a87cc07e88e44fee474b1 160534 ruby-geos_3.4.2-2_amd64.deb
 9e9aafe072d0d8ff28f3039549a96b60da41de0f 4616878 libgeos-dbg_3.4.2-2_amd64.deb
Checksums-Sha256: 
 d159c7233ecc2949e3a9946bfa979e25b526e67be41c2bfcb66d84a881389dc9 2287 
geos_3.4.2-2.dsc
 2570bb9389871d082190021b4527b4a9c67015b8b6e047b4edcdf2dfd5e63ae1 18304 
geos_3.4.2-2.debian.tar.xz
 be6cdbab74dec58a4105795801a45c21a6fb4e3e7558bfb1a1170470a4e8ce8e 185198 
libgeos-dev_3.4.2-2_amd64.deb
 88fc37c44de49f23a75824c78e5e87293b671edd544dfdfb6038d5ca766d3c40 906158 
libgeos++-dev_3.4.2-2_amd64.deb
 840d15990125e0ca1f356a3d1bbf4afecb355925b354bb19f6ef6a57f5cd65b2 170068 
libgeos-c1_3.4.2-2_amd64.deb
 aeb648f761e514a658df7f1bd0b4b1cd77177490e4d2b64de60f58e02991ff02 544230 
libgeos-3.4.2_3.4.2-2_amd64.deb
 b8b87f2afe6d63a9ff1e904f32c0a44125a5d9c1d0c41a5314a5e002346dc9ea 1005866 
libgeos-doc_3.4.2-2_all.deb
 13e4363f25336bcdbf5757b37ca3141807ba1c2c61f322b9b835db08522cbd3c 129176 
libgeos-ruby1.8_3.4.2-2_amd64.deb
 aa3098e1934b65f7f42024e587a858072fde750e1e88c064c13d6821de230738 160534 
ruby-geos_3.4.2-2_amd64.deb
 30d20a730da8b483d56cc9e4b54d3df4202147df9683fc2e47e8426373d85eda 4616878 
libgeos-dbg_3.4.2-2_amd64.deb
Files: 
 79043b742f00c4b120415404006e212e 2287 science optional geos_3.4.2-2.dsc
 5ddd6946278ada9598d4b85c022ec3be 18304 science optional 
geos_3.4.2-2.debian.tar.xz
 5592d97b4f02ee9d964e3197ba27c0fa 185198 libdevel optional 
libgeos-dev_3.4.2-2_amd64.deb
 1646448528e1e535d23d192f05a33ec3 906158 libdevel optional 
libgeos++-dev_3.4.2-2_amd64.deb
 f084e4a63ee0e5053ca1631e5ae53920 170068 libs optional 
libgeos-c1_3.4.2-2_amd64.deb
 a8cbc8c5ad4eb85ff69d720282216b2c 544230 libs optional 
libgeos-3.4.2_3.4.2-2_amd64.deb
 eb4be05bba801d5ae573607ba721d414 1005866 doc optional 
libgeos-doc_3.4.2-2_all.deb
 ed2974693b73fd9036e04341a79b7b77 129176 oldlibs optional 
libgeos-ruby1.8_3.4.2-2_amd64.deb
 8488c80923aefce0cb13b04f044d225a 160534 ruby optional 
ruby-geos_3.4.2-2_amd64.deb
 018329d1876dddf222844860a786adb2 4616878 debug extra 
libgeos-dbg_3.4.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTGkGCAAoJEFeKBJTRxkbRALcP/0NdBKJfOselG4Jq+T5Ba3cK
H2xh8TdE7vGE3SMGwSOxt+D/NZS8lpmqn8tVGa36NslosVyWIPvYByHzwGVzZoaq
zn4dVHPWnH3SuvN3Nj56OFoyrcBr2zCZU3DH3AMUfdI2S7Hhl9rslLNt7T3Q7A4x
gqlmqEmLqVqnjREoOeIimOzRxtLCgrtebzYf57KeaxaMUau1Ty61rKKp7vDZnOLX
mk3sbZo/XS56BW75oSNiHo4dSyFhzBz2FgL0DDiQdI5Dad2Dt80ieQc1uQbJuFpV
axJJKKGXv+JYkvJo8NIVIu6IRcVpTBr8p9CbVZOB5njc9i+SLMMbM

Bug#735828: marked as done (spatialite: FTBFS: Tests failures)

2014-03-18 Thread Debian Bug Tracking System
Your message dated Wed, 19 Mar 2014 00:28:44 +0100
with message-id <5328d6ac.9000...@xs4all.nl>
and subject line spatialite 4.1.1-6 in unstable
has caused the Debian Bug report #735828,
regarding spatialite: FTBFS: Tests failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
735828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735828
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spatialite
Version: 3.1.0~rc2-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140114 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully): 
> Inserted 61 rows into 'Councils' from SHAPEFILE
> 
> RecoverGeometryColumn() error: argument 1 [table_name] is not of the String 
> type
> RecoverGeometryColumn() error: argument 2 [column_name] is not of the String 
> type
> RecoverGeometryColumn() error: argument 3 [SRID] is not of the Integer type
> RecoverGeometryColumn() error: argument 4 [geometry_type] is not of the 
> String type
> RecoverGeometryColumn() error: argument 5 [dimension] is not of the Integer 
> or Text type
> RecoverGeometryColumn() error: argument 4 [geometry_type] has an illegal value
> RecoverGeometryColumn() error: argument 5 [dimension] ILLEGAL VALUE
> updateTableTriggers: "table "idx_Councils_geom" already exists"
> DiscardGeometryColumn() error: argument 1 [table_name] is not of the String 
> type
> DiscardGeometryColumn() error: argument 2 [column_name] is not of the String 
> type
> CheckSpatialIndex() error: argument 1 [table_name] is not of the String type
> CheckSpatialIndex() error: argument 2 [column_name] is not of the String type
> RecoverSpatialIndex() error: argument 1 [table_name] is not of the String type
> RecoverSpatialIndex() error: argument 2 [column_name] is not of the String 
> type
> RecoverSpatialIndex() error: argument 1 [no_check] is not of the Integer type
> RecoverSpatialIndex() error: argument 2 [no_check] is not of the Integer type
> CreateSpatialIndex() error: argument 1 [table_name] is not of the String type
> CreateSpatialIndex() error: argument 2 [column_name] is not of the String type
> DisableSpatialIndex() error: argument 1 [table_name] is not of the String type
> DisableSpatialIndex() error: argument 2 [column_name] is not of the String 
> type
> RebuildGeometryTriggers() error: argument 1 [table_name] is not of the String 
> type
> RebuildGeometryTriggers() error: argument 2 [column_name] is not of the 
> String type
> UpdateLayerStatistics() error: argument 2 [column_name] is not of the String 
> type
> UpdateLayerStatistics() error: argument 1 [table_name] is not of the String 
> type
> PASS: check_spatialindex
> PASS: check_exif
> PASS: check_relations_fncts
> PASS: check_extra_relations_fncts
> PASS: check_geoscvt_fncts
> =
> make[3]: *** [check-TESTS] Error 1
> make[2]: *** [check-am] Error 2
> make[1]: *** [check-recursive] Error 1
> dh_auto_test: make -j1 check returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/01/14/spatialite_3.1.0~rc2-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
The SpatiaLite transition is in progress and spatialite 4.1.1-6 is now
in unstable and built successfully on all architectures.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#740613: libhdf5-7: Please include support for compression with libaec

2014-03-18 Thread Thomas Jahns

Hello,

On Mar 18, 2014, at 23:54 , Francesco P. Lovergine wrote:
But for packaging of libaec, it seems to me that it does not provide  
the same
API of szip, so a specific support is required in HDF5 at upstream  
level.



it does also have its own native API, but compatibility library and  
header should also get built.


Regards, Thomas
--
Thomas Jahns
DKRZ GmbH, Department: Application software

Deutsches Klimarechenzentrum
Bundesstraße 45a
D-20146 Hamburg

Phone: +49-40-460094-151
Fax: +49-40-460094-270
Email: Thomas Jahns 





smime.p7s
Description: S/MIME cryptographic signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#727630: marked as done (spatialite: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4)

2014-03-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Mar 2014 23:59:06 +0100
with message-id <5328cfba.3000...@xs4all.nl>
and subject line spatialite 4.1.1 uses dh-autoreconf
has caused the Debian Bug report #727630,
regarding spatialite: run dh-autoreconf to update config.{sub,guess} and 
{libtool,aclocal}.m4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
727630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727630
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: spatialite
Version: 3.1.0~rc2-2
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: arm64

Use dh_autotools-dev to update config.{sub,guess} for new ports
patch at
http://launchpadlibrarian.net/154910434/spatialite_3.1.0~rc2-2_3.1.0~rc2-2ubuntu1.diff.gz
--- End Message ---
--- Begin Message ---
Version: 4.1.1-1

The SpatiaLite transition is in progress, and spatialite 4.1.1-6 just
entered unstable. And 4.1.1-5 was synced from experimental into Ubuntu
not too long ago.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#740613: libhdf5-7: Please include support for compression with libaec

2014-03-18 Thread Francesco P. Lovergine
On Mon, Mar 03, 2014 at 05:00:17PM +0100, Thomas Jahns wrote:
> Package: libhdf5-7
> Severity: wishlist
> 
> Dear Maintainer(s),
> 
> since SZIP is essentially non-free, although the corresponding patents are no
> longer, and our share-holders wanted to use it in other libraries (libcdi) for
> another file format (GRIB), DKRZ provides a free implementation of the same
> algorithms at [1]. We'd like to see the library get used more widely.
> 
> Regards, Thomas Jahns
> 
> [1] https://www.dkrz.de/redmine/projects/aec/wiki/Downloads
> 

But for packaging of libaec, it seems to me that it does not provide the same
API of szip, so a specific support is required in HDF5 at upstream level. 

-- 
Francesco P. Lovergine

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


pyspatialite_3.0.1-5_amd64.changes ACCEPTED into unstable

2014-03-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Mar 2014 00:07:10 +0100
Source: pyspatialite
Binary: python-pyspatialite
Architecture: source amd64
Version: 3.0.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description: 
 python-pyspatialite - Python interface to Spatialite
Changes: 
 pyspatialite (3.0.1-5) unstable; urgency=low
 .
   * Add gbp.conf to use pristine-tar by default.
   * Move from experimental to unstable.
Checksums-Sha1: 
 469fc29288ce2eaee0c082d7f51c7b554a34 2069 pyspatialite_3.0.1-5.dsc
 1b10fb701753f0fbcfcd88367b947d6c83e02984 3388 
pyspatialite_3.0.1-5.debian.tar.xz
 6ee1e83369d0113ded05aa514030a11265a076d3 29600 
python-pyspatialite_3.0.1-5_amd64.deb
Checksums-Sha256: 
 1cfdb04da8936c9ac39b62305193e8b3f00da431a30b637322e4060247fcd1bd 2069 
pyspatialite_3.0.1-5.dsc
 a77aae9a643ce017bc74a3a1247e0282a4863224e1625802a913b150f2354eaf 3388 
pyspatialite_3.0.1-5.debian.tar.xz
 30494c3b23bc0b1cd350fe7f844ac1d55cf318f8e875fa4c4e64ecdefe0a4a6a 29600 
python-pyspatialite_3.0.1-5_amd64.deb
Files: 
 9a7a153582112ab5bc478f405d31a5d6 2069 python optional pyspatialite_3.0.1-5.dsc
 9a6c6a139c8de222ac5e2a1e6cd2d003 3388 python optional 
pyspatialite_3.0.1-5.debian.tar.xz
 7ccddf9b05a2248b47e1b87784b7a27d 29600 python optional 
python-pyspatialite_3.0.1-5_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTKMYSAAoJEFeKBJTRxkbRYcMP/1fE7rVl1J258jVhol7vfUl3
VdeuNLM39f88paBgxJAixzGJjWfFEPlO0pBtrYY/d1lfgYKVsskjUufPY6e5pUX5
iWuG9hGLpaPXwwew2TcCtOdl9eaUh5TQpwwCax/iSrgVwjaSWIESViHk4MkLXdG9
dJzx/OfTbdEi16rSVRnRodinGPnJeRm76/3lKgb5y5qQrq6z2+w2MNya6saRfgZz
n+zMODdl6JtYL72QQNRC2FHC2CK+bbw3ljSWqwOtK2wEmYIUiEGiJJJMZuYMl5dw
IZ/pV5ZKse3hF2zbxQUa0oZGT0pHEAK/8rwjMBu1F4YFOUjh9LSsLCA/vQExtxIR
b7nVQFs5kRsRCEku6EgSSb+VYJspEVUSZC6N248nn7A3N40DMqAAAbSOxFDYo8Dx
+/wGjGNjYOmgUc8sF1pqmc9FE4VdAjdHLzoOOiTLT1rIrYcsDP3HYZtoq+lQG458
gXjEdG5rblsOHPNwN9ZcJGuUTJoW2d7e81ZKVAftTYEILcLshW3xsoPJzzcxMdJ9
ZhSSieeidCUwjXKzbj2gL47rYXAOs8/SibBjYKhLFmFzPdHP2dykx4rH0eAJrFkH
ibZjH4per/wFTyWVLYNjIuzDRZbeqZUJkjEgDGCpPCNDsmKrabbpzAjvgy0xsYZ3
6QierbhbfUTRrUeiGqlG
=Hqij
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Bug#742039: marked as done (missing license in debian/copyright)

2014-03-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Mar 2014 22:21:58 +
with message-id 
and subject line Bug#742039: fixed in shapelib 1.3.0-2
has caused the Debian Bug report #742039,
regarding missing license in debian/copyright
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
742039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742039
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: shapelib
Version: 1.3.0-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the missing licenses of:
 shapelib-1.3.0\contrib\*  (Expat+LGPL, Expat, GPL2+, PD)
 shapelib-1.3.0\* (dual license Expat+LGPL)
to debian/copyright.

Thanks!
  Thorsten
--- End Message ---
--- Begin Message ---
Source: shapelib
Source-Version: 1.3.0-2

We believe that the bug you reported is fixed in the latest version of
shapelib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 742...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine  (supplier of updated shapelib 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Mar 2014 21:41:10 +0100
Source: shapelib
Binary: shapelib libshp-dev libshp2
Architecture: source amd64
Version: 1.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libshp-dev - Library for reading and writing ESRI Shapefiles - development fil
 libshp2- Library for reading and writing ESRI Shapefiles
 shapelib   - Library for reading and writing ESRI Shapefiles - tools
Closes: 742039
Changes: 
 shapelib (1.3.0-2) unstable; urgency=medium
 .
   * Moved to DEP5 copyright format and annotated double licensing,
 previously missing. (Closes: #742039)
   * Revised long description in debian/control.
Checksums-Sha1: 
 00fb44e0bbb421d7a2cc75f0de59d11cb65bcbe9 1367 shapelib_1.3.0-2.dsc
 771c0741f1e37c5ab3f1d011919bd2e5d2fde5b9 11564 shapelib_1.3.0-2.debian.tar.xz
 85be56557dee355ff10408e18f7e31ac017e7d93 97700 shapelib_1.3.0-2_amd64.deb
 20950762831d4389ed6377eb9cb98f7b1b2ece27 36782 libshp-dev_1.3.0-2_amd64.deb
 eb0b5b37043544efd2eb1bdac25fb3a4d35a7b0e 32494 libshp2_1.3.0-2_amd64.deb
Checksums-Sha256: 
 24f4c739c0e0c4757b1065e96c6d61a45afa3e1d0fb8db4e836765fa74c9e274 1367 
shapelib_1.3.0-2.dsc
 d748669451e4352a87c88cbb4c37030b20ab5c5b6a42181cd09b4c6bddcc5d4b 11564 
shapelib_1.3.0-2.debian.tar.xz
 668acecfc7789ea3a8e0ff0efa19d6a2b41198b66424d6cc5ccffb20cadd5c66 97700 
shapelib_1.3.0-2_amd64.deb
 b12b581c25f6ddc729c939df365d5121c12e46952cacbe6b5336f8e59c91cc2a 36782 
libshp-dev_1.3.0-2_amd64.deb
 2118bc4ff591ce2e65b8a70b68d7457fa6e9f90a7985275fec6ee7ddb9ea123e 32494 
libshp2_1.3.0-2_amd64.deb
Files: 
 8d64def8250dd0b34bde6c5e51899cc3 1367 libs optional shapelib_1.3.0-2.dsc
 ae57a6ca837d2bc0096cc72e2b3f79e9 11564 libs optional 
shapelib_1.3.0-2.debian.tar.xz
 f5bd9e1a435674c259b4ab23873a147c 97700 graphics optional 
shapelib_1.3.0-2_amd64.deb
 82c5ec7d5f7c31ddd5163cd65fe35bec 36782 libdevel optional 
libshp-dev_1.3.0-2_amd64.deb
 1644732dd192d92bc6f88bb4ae0865a3 32494 libs optional libshp2_1.3.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMowZ0ACgkQpFNRmenyx0eSfACg4FlgVoZzjznt5q1BHt+rmylo
TzkAoPHHkM0wLX4Yo7iNvxHC1Ba2/cbV
=6dac
-END PGP SIGNATURE End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[pyspatialite] tag debian/3.0.1-5 created (now 54ac883)

2014-03-18 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/3.0.1-5
in repository pyspatialite.

at  54ac883   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyspatialite.git

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


[spatialite-tools] tag debian/4.1.1-3 created (now b8b0b69)

2014-03-18 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/4.1.1-3
in repository spatialite-tools.

at  b8b0b69   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/spatialite-tools.git

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


Processing of pyspatialite_3.0.1-5_amd64.changes

2014-03-18 Thread Debian FTP Masters
pyspatialite_3.0.1-5_amd64.changes uploaded successfully to localhost
along with the files:
  pyspatialite_3.0.1-5.dsc
  pyspatialite_3.0.1-5.debian.tar.xz
  python-pyspatialite_3.0.1-5_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


spatialite-tools_4.1.1-3_amd64.changes ACCEPTED into unstable

2014-03-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 17 Mar 2014 23:12:08 +0100
Source: spatialite-tools
Binary: spatialite-bin
Architecture: source amd64
Version: 4.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description: 
 spatialite-bin - Geospatial extension for SQLite - tools
Changes: 
 spatialite-tools (4.1.1-3) unstable; urgency=low
 .
   * Add gbp.conf to use pristine-tar by default.
   * Move from experimental to unstable.
Checksums-Sha1: 
 a0a4592570fc9341f3e905a3fbd80a5f25867e4e 2324 spatialite-tools_4.1.1-3.dsc
 9ad6793c49f12b79f2345b6fcba6d948b501f4af 12500 
spatialite-tools_4.1.1-3.debian.tar.xz
 bd2a36afaff74f705f309e286a66ddab40ccd952 143176 
spatialite-bin_4.1.1-3_amd64.deb
Checksums-Sha256: 
 e019b3240bdf61f3bc251ac4c387b0f440e6b3bb38c9593efb3f4c00a174dc19 2324 
spatialite-tools_4.1.1-3.dsc
 84373510e6fd87980422bc728ae55f3327ecdcfc16e63f538bc5e4f9685e7afd 12500 
spatialite-tools_4.1.1-3.debian.tar.xz
 46e2cf7215ac956eb9beb3ce31447936554c9bfab505a93fcf912a77874c1e80 143176 
spatialite-bin_4.1.1-3_amd64.deb
Files: 
 1b469d133ada3198199bda0826f8924f 2324 science optional 
spatialite-tools_4.1.1-3.dsc
 869285cc4b2eed9e595702722c268c5e 12500 science optional 
spatialite-tools_4.1.1-3.debian.tar.xz
 c8893665251c2696a2ba696d81653ce6 143176 science optional 
spatialite-bin_4.1.1-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTKMTZAAoJEFeKBJTRxkbRvxUQAJEYy6gVV3tsd4EIA+tHmqeP
tLVHnfZOJU9QBFpFQWz2BkmkH7zb0r/c+1jI4kSzpL3nkW6FIfxM5tUDP9B+0N+z
PzizEIrmqwOtNCbAgM83APamLEIEFrqLaK0QEMvdxTl93oOwrp0y7P2BzKHNzG3r
YnVla5Oj+uc9bGZsyvVtm2PwMw5mfKq1Om5a8xYK/kCL7jUdQOhGEoJv3UEtCdns
UMqVinEnVVOl538KtXqz/9RtWDOYSrKRJxcnp41tQ564lBG/1UoNhdIbWZoIvH/f
4rnnx3F7kKZG9rPY+tLnV5zBWM5cqZ8uuIKqZM/B2nr34HeTZktSxHzFmGsvhOqb
3iDMtXnwNkbuWqiIl0sUkEf7ilIerCtnVhJQTy/lJTbSn+E5nvWyr0LLBmOIX0fX
/2nI3Qy+w0zw1ADdnvmGEBT+5dNY8uQb3h7TLIQiD3W9CZxglp0xGmvTzJU5mZ1F
HTAML00gZ3s37V/ailnfipCqzxjBlUQdq9Gw3Hsh9Ma2uTcNzWUZ27+8JWX1A4zU
XewCIOHzPa+qJwJi2EDOcuY5mcvr4HeP7HhKOmEwsDG8OweU9nx4pAERYqfibfUF
9F4NTEsKPj/rCBe/9yTPznQJ1qjdI8tOIWOijiSKyGlqzcFB1zz+0PybNQokHCs7
TOkH1U8Rmw6sochKvFNp
=s1eU
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


shapelib_1.3.0-2_amd64.changes ACCEPTED into unstable

2014-03-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Mar 2014 21:41:10 +0100
Source: shapelib
Binary: shapelib libshp-dev libshp2
Architecture: source amd64
Version: 1.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libshp-dev - Library for reading and writing ESRI Shapefiles - development fil
 libshp2- Library for reading and writing ESRI Shapefiles
 shapelib   - Library for reading and writing ESRI Shapefiles - tools
Closes: 742039
Changes: 
 shapelib (1.3.0-2) unstable; urgency=medium
 .
   * Moved to DEP5 copyright format and annotated double licensing,
 previously missing. (Closes: #742039)
   * Revised long description in debian/control.
Checksums-Sha1: 
 00fb44e0bbb421d7a2cc75f0de59d11cb65bcbe9 1367 shapelib_1.3.0-2.dsc
 771c0741f1e37c5ab3f1d011919bd2e5d2fde5b9 11564 shapelib_1.3.0-2.debian.tar.xz
 85be56557dee355ff10408e18f7e31ac017e7d93 97700 shapelib_1.3.0-2_amd64.deb
 20950762831d4389ed6377eb9cb98f7b1b2ece27 36782 libshp-dev_1.3.0-2_amd64.deb
 eb0b5b37043544efd2eb1bdac25fb3a4d35a7b0e 32494 libshp2_1.3.0-2_amd64.deb
Checksums-Sha256: 
 24f4c739c0e0c4757b1065e96c6d61a45afa3e1d0fb8db4e836765fa74c9e274 1367 
shapelib_1.3.0-2.dsc
 d748669451e4352a87c88cbb4c37030b20ab5c5b6a42181cd09b4c6bddcc5d4b 11564 
shapelib_1.3.0-2.debian.tar.xz
 668acecfc7789ea3a8e0ff0efa19d6a2b41198b66424d6cc5ccffb20cadd5c66 97700 
shapelib_1.3.0-2_amd64.deb
 b12b581c25f6ddc729c939df365d5121c12e46952cacbe6b5336f8e59c91cc2a 36782 
libshp-dev_1.3.0-2_amd64.deb
 2118bc4ff591ce2e65b8a70b68d7457fa6e9f90a7985275fec6ee7ddb9ea123e 32494 
libshp2_1.3.0-2_amd64.deb
Files: 
 8d64def8250dd0b34bde6c5e51899cc3 1367 libs optional shapelib_1.3.0-2.dsc
 ae57a6ca837d2bc0096cc72e2b3f79e9 11564 libs optional 
shapelib_1.3.0-2.debian.tar.xz
 f5bd9e1a435674c259b4ab23873a147c 97700 graphics optional 
shapelib_1.3.0-2_amd64.deb
 82c5ec7d5f7c31ddd5163cd65fe35bec 36782 libdevel optional 
libshp-dev_1.3.0-2_amd64.deb
 1644732dd192d92bc6f88bb4ae0865a3 32494 libs optional libshp2_1.3.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMowZ0ACgkQpFNRmenyx0eSfACg4FlgVoZzjznt5q1BHt+rmylo
TzkAoPHHkM0wLX4Yo7iNvxHC1Ba2/cbV
=6dac
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of spatialite-tools_4.1.1-3_amd64.changes

2014-03-18 Thread Debian FTP Masters
spatialite-tools_4.1.1-3_amd64.changes uploaded successfully to localhost
along with the files:
  spatialite-tools_4.1.1-3.dsc
  spatialite-tools_4.1.1-3.debian.tar.xz
  spatialite-bin_4.1.1-3_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


Processing of shapelib_1.3.0-2_amd64.changes

2014-03-18 Thread Debian FTP Masters
shapelib_1.3.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  shapelib_1.3.0-2.dsc
  shapelib_1.3.0-2.debian.tar.xz
  shapelib_1.3.0-2_amd64.deb
  libshp-dev_1.3.0-2_amd64.deb
  libshp2_1.3.0-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


[shapelib] tag debian/debian-1.3.0-2 created (now 7c8b667)

2014-03-18 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to tag debian/debian-1.3.0-2
in repository shapelib.

at  7c8b667   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/shapelib.git

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


[shapelib] branch master updated (5fbbba2 -> 7c8b667)

2014-03-18 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to branch master
in repository shapelib.

  from  5fbbba2   Revised debian/copyright and package description.
   new  7c8b667   More annotation about contrib/ copyrights,

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/copyright | 27 ++-
 1 file changed, 26 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/shapelib.git

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


[shapelib] 01/01: More annotation about contrib/ copyrights,

2014-03-18 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository shapelib.

commit 7c8b6675e6b824b354e6970d3f6a0b1bcd119d1f
Author: Francesco Paolo Lovergine 
Date:   Tue Mar 18 22:47:55 2014 +0100

More annotation about contrib/ copyrights,
---
 debian/copyright | 27 ++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 702a99e..5b840ca 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -33,7 +33,7 @@ License: Expat or LGPL
  DEALINGS IN THE SOFTWARE.
  .
  On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in "/usr/share/common-licenses/LGPL".
+ Public License can be found in "/usr/share/common-licenses/LGPL"
 
 Files: debian/*
 Copyright: 2012, Francesco Paolo Lovergine 
@@ -41,3 +41,28 @@ Copyright: 2012, Francesco Paolo Lovergine 

 License: GPL-3
  On Debian systems, the complete text of the GNU General
  Public License can be found in "/usr/share/common-licenses/GPL-3".
+
+Files contrib/*
+License: Expat or LGPL, LGPL2+, public-domain
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/shapelib.git

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


Bug#740613: libhdf5-7: Please include support for compression with libaec

2014-03-18 Thread Gilles Filippini
Hi,

Thomas Jahns a écrit , Le 18/03/2014 17:28:
> On Mar 18, 2014, at 16:22 , Sylvestre Ledru wrote:
>> If you are really interested in this change, you should propose a patch.
>> I am not sure it is going to be fixed otherwise...
> 
> as far as i can see no patch to the original packages should be needed,
> but someone would have to provide a package for libaec, we do

Indeed. A Debian package for libaec is a pre-requisite for this to happen.

> unfortunately not have anyone available who knows enough about Debian
> (or any other) packages. Otherwise the library is API/ABI compatible to
> libszip.

Debian is a project run by volunteers. The most effective way to satisfy
your request would be to do the libaec packaging yourself :)
It's not that difficult [1] but time consuming.

[1] http://mentors.debian.net/intro-maintainers

Thanks,

_g.



signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[shapelib] branch master updated (ac39187 -> 5fbbba2)

2014-03-18 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to branch master
in repository shapelib.

  from  ac39187   New b-d added: libproj-dev
   new  5fbbba2   Revised debian/copyright and package description.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog |  8 
 debian/control   | 12 ++--
 debian/copyright | 52 +---
 3 files changed, 55 insertions(+), 17 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/shapelib.git

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


[shapelib] 01/01: Revised debian/copyright and package description.

2014-03-18 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository shapelib.

commit 5fbbba2184297b63246d14bebeac9d51b043e864
Author: Francesco Paolo Lovergine 
Date:   Tue Mar 18 21:43:03 2014 +0100

Revised debian/copyright and package description.
---
 debian/changelog |  8 
 debian/control   | 12 ++--
 debian/copyright | 52 +---
 3 files changed, 55 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 547cafb..1adb13e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+shapelib (1.3.0-2) unstable; urgency=medium
+
+  * Moved to DEP5 copyright format and annotated double licensing,
+previously missing. (Closes: #742039)
+  * Revised long description in debian/control.
+
+ -- Francesco Paolo Lovergine   Tue, 18 Mar 2014 21:41:10 
+0100
+
 shapelib (1.3.0-1) unstable; urgency=medium
 
   [ Arto Jantunen ]
diff --git a/debian/control b/debian/control
index 090ddb2..63cce91 100644
--- a/debian/control
+++ b/debian/control
@@ -14,11 +14,11 @@ Section: graphics
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: foreign
-Description: Library for reading and writing ArcView Shapefiles - tools
+Description: Library for reading and writing ESRI Shapefiles - tools
  The Shapefile format is a working and interchange format promoted by
  ESRI for simple vector data with attributes. It is apparently the only
  file format that can be edited in ARCView 2/3, and can also be exported
- and imported in Arc/Info.
+ and imported in ArcGis.
  .
  This package contains a useful set of tools to manage shapefiles.
 
@@ -27,11 +27,11 @@ Section: libdevel
 Architecture: any
 Depends: libshp2 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
-Description: Library for reading and writing ArcView Shapefiles - development 
files
+Description: Library for reading and writing ESRI Shapefiles - development 
files
  The Shapefile format is a working and interchange format promoted by
  ESRI for simple vector data with attributes. It is apparently the only
  file format that can be edited in ARCView 2/3, and can also be exported
- and imported in Arc/Info.
+ and imported in ArcGis.
  .
  This package includes the development files.
 
@@ -40,10 +40,10 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
-Description: Library for reading and writing ArcView Shapefiles
+Description: Library for reading and writing ESRI Shapefiles
  The Shapefile format is a working and interchange format promoted by
  ESRI for simple vector data with attributes. It is apparently the only
  file format that can be edited in ARCView 2/3, and can also be exported
- and imported in Arc/Info.
+ and imported in ArcGis.
  .
  This package includes the shared library.
diff --git a/debian/copyright b/debian/copyright
index b58c6f2..702a99e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,13 +1,43 @@
-This package was debianized 
-by Noèl Köthe  on Thu,  9 May 2002 13:34:01 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Shapefile C Library
+Upstream-Contact: Frank Warmerdam  
+Source: http://shapelib.maptools.org/
 
-It was downloaded from http://shapelib.maptools.org/
+Files: *
+Copyright: 1999-2013, Frank Warmerdam  
+  1999, Carl Anderson 
+  1992, 1996 Free Software Foundation
+  2004, Eric Miller
+  2002, Kevin Meyer
+  2005, Springs Rescue Mission
+  2004, Marco Podgorsek
+License: Expat or LGPL
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL".
 
-Upstream Author: Frank Warmerdam 
-
-Copyright: 
-   C

[spatialite] tag debian/4.1.1-6 created (now 66e57e3)

2014-03-18 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/4.1.1-6
in repository spatialite.

at  66e57e3   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/spatialite.git

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


Bug#742067: RFS: pyspatialite/3.0.1-5

2014-03-18 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the SpatiaLite transition am I looking for a sponsor for
my package "pyspatialite".

https://release.debian.org/transitions/html/libspatialite5.html
https://release.debian.org/transitions/html/librasterlite2.html

Please refer to the thread on debian-gis@ for more information on this
transition: http://thread.gmane.org/gmane.linux.debian.gis/535

 Package name: pyspatialite
 Version : 3.0.1-5
 Upstream Author : Lokkju Brennr 
 URL : http://pyspatialite.googlecode.com/
 License : zlib
 Section : python

It builds those binary packages:

  python-pyspatialite - Python interface to Spatialite

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/pyspatialite


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/p/pyspatialite/pyspatialite_3.0.1-5.dsc

More information about pyspatialite can be obtained from 
http://pyspatialite.googlecode.com/.

Changes since the last upload:

 * Add gbp.conf to use pristine-tar by default.
 * Move from experimental to unstable.

Regards,
 Sebastiaan Couwenberg

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


Bug#742066: RFS: spatialite-tools/4.1.1-3

2014-03-18 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the SpatiaLite transition am I looking for a sponsor for
my package "spatialite-tools".

https://release.debian.org/transitions/html/libspatialite5.html
https://release.debian.org/transitions/html/librasterlite2.html

Please refer to the thread on debian-gis@ for more information on this
transition: http://thread.gmane.org/gmane.linux.debian.gis/535

 Package name: spatialite-tools
 Version : 4.1.1-3
 Upstream Author : Alessandro Furieri 
 URL : https://www.gaia-gis.it/fossil/spatialite-tools/
 License : GPL-3.0+
 Section : science

It builds those binary packages:

  spatialite-bin - Geospatial extension for SQLite - tools

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/spatialite-tools


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/s/spatialite-tools/spatialite-tools_4.1.1-3.dsc

More information about spatialite-tools can be obtained from 
https://www.gaia-gis.it/fossil/spatialite-tools/.

Changes since the last upload:

 * Add gbp.conf to use pristine-tar by default.
 * Move from experimental to unstable.


Regards,
 Sebastiaan Couwenberg

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


[jmapviewer] annotated tag debian/1.02+svn30322+dfsg1-1 created (now 19703aa)

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a change to annotated tag debian/1.02+svn30322+dfsg1-1
in repository jmapviewer.

at  19703aa   (tag)
   tagging  b19e1e26b15888e770577cb11c33a2e9c06a3ac4 (commit)
  replaces  debian/1.02+dfsg1-1
 tagged by  David Paleino
on  Wed Mar 12 12:08:08 2014 +0100

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlMgQBgACgkQ5qqQFxOSsXQ9EwCgoASBRfX5ShySPPklEjL3yG+k
+VUAoJFKzOpZfwgL+YzGsX9QpMMwqUhw
=fpWf
-END PGP SIGNATURE-

David Paleino (5):
  Imported Upstream version 1.02+svn30322+dfsg1
  Merge tag 'upstream/1.02+svn30322+dfsg1'
  New SVN snapshot
  Mark it as a team upload
  Releasing to sid

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] annotated tag upstream/1.02+svn30322.notreally.1.02+dfsg1 created (now 9e90eb1)

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a change to annotated tag 
upstream/1.02+svn30322.notreally.1.02+dfsg1
in repository jmapviewer.

at  9e90eb1   (tag)
   tagging  c0e0c94823f92490affa155140ce31eaccd6f55c (commit)
  replaces  upstream/1.02+svn30322+dfsg1
 tagged by  David Paleino
on  Wed Mar 12 12:23:30 2014 +0100

- Log -
Upstream version 1.02+svn30322.notreally.1.02+dfsg1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlMgQ7IACgkQ5qqQFxOSsXTvsACfWnDWyGbFCb3xXockKQGDu7N1
P50AoK+/1odOYI/ccRbXeICGgqd8UDG0
=jcB/
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 1.02+svn30322.notreally.1.02+dfsg1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] annotated tag upstream/1.02+svn30322.really+dfsg1 created (now f059c36)

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a change to annotated tag upstream/1.02+svn30322.really+dfsg1
in repository jmapviewer.

at  f059c36   (tag)
   tagging  50af1241bf50fea293813b373984338630509526 (commit)
  replaces  upstream/1.02+svn30322.notreally.1.02+dfsg1
 tagged by  David Paleino
on  Wed Mar 12 12:55:16 2014 +0100

- Log -
Upstream version 1.02+svn30322.really+dfsg1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlMgSyQACgkQ5qqQFxOSsXSoAgCfZ0z0eGuhqDaRJ+aTN9CmmeSj
CJ0An1r18t1BfnVYcWc821KIYahQqOXs
=a6y3
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 1.02+svn30322.really+dfsg1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] annotated tag upstream/1.02+svn30322+dfsg1 created (now b516f45)

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a change to annotated tag upstream/1.02+svn30322+dfsg1
in repository jmapviewer.

at  b516f45   (tag)
   tagging  c22eedf254e315b205d54fe4ad3d614763294c51 (commit)
  replaces  upstream/1.02+dfsg1
 tagged by  David Paleino
on  Wed Mar 12 11:02:36 2014 +0100

- Log -
Upstream version 1.02+svn30322+dfsg1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlMgMLwACgkQ5qqQFxOSsXSM5wCghOxWbHXt+pyxNKAZRv35J8R8
9nkAniRXu19PDHDgEVAOoS2PFGH4x3gx
=BGLh
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 1.02+svn30322+dfsg1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 01/03: pristine-tar data for jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch pristine-tar
in repository jmapviewer.

commit 260a2cd7784109182b936f2f0952d250ff6a7f10
Author: David Paleino 
Date:   Wed Mar 12 11:02:36 2014 +0100

pristine-tar data for jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz
---
 jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.delta | Bin 0 -> 3976 bytes
 jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.delta 
b/jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.delta
new file mode 100644
index 000..f6b9d28
Binary files /dev/null and b/jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.delta 
differ
diff --git a/jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.id 
b/jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.id
new file mode 100644
index 000..3a3a41f
--- /dev/null
+++ b/jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.id
@@ -0,0 +1 @@
+c31da32b92612482f0d5acadffbc772eb51fc9de

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] branch pristine-tar updated (91826df -> 271feda)

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a change to branch pristine-tar
in repository jmapviewer.

  from  91826df   pristine-tar data for jmapviewer_1.02+dfsg1.orig.tar.gz
   new  260a2cd   pristine-tar data for 
jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz
   new  20b6444   pristine-tar data for 
jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz
   new  271feda   pristine-tar data for 
jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.delta | Bin 0 -> 3976 bytes
 jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.id|   1 +
 ..._1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.delta | Bin 0 -> 3387 bytes
 ...wer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.id |   0
 jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.delta  | Bin 0 -> 3988 bytes
 jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.id |   1 +
 6 files changed, 2 insertions(+)
 create mode 100644 jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.delta
 create mode 100644 jmapviewer_1.02+svn30322+dfsg1.orig.tar.xz.id
 create mode 100644 
jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.delta
 copy jmapviewer_1.02+dfsg1.orig.tar.gz.id => 
jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.id (100%)
 create mode 100644 jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.delta
 create mode 100644 jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 11/14: Releasing to sid

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit f32997a218f8f12240e7e8ca8d77fdebd3e02088
Author: David Paleino 
Date:   Wed Mar 12 12:25:12 2014 +0100

Releasing to sid
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac3a5cd..4c72151 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-jmapviewer (1.02+svn30322.notreally.1.02+dfsg1-1) UNRELEASED; urgency=medium
+jmapviewer (1.02+svn30322.notreally.1.02+dfsg1-1) unstable; urgency=medium
 
   * Re-uploading 1.02+dfsg1-1 to unstable with mangled version name,
 because 1.02+svn30322+dfsg1-1 was meant for experimental. Duh :(
   * Added myself to Uploaders
   * Standards-Version bump to 3.9.5, no changes needed
 
- -- David Paleino   Wed, 12 Mar 2014 12:24:35 +0100
+ -- David Paleino   Wed, 12 Mar 2014 12:25:01 +0100
 
 jmapviewer (1.02+svn30322+dfsg1-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 14/14: Uploading SVN snapshot to experimental

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit a9dbc07d643c97468bd028073c1648dc19fc13e0
Author: David Paleino 
Date:   Wed Mar 12 12:55:56 2014 +0100

Uploading SVN snapshot to experimental
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4c72151..1e5d1dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jmapviewer (1.02+svn30322.really+dfsg1-1) experimental; urgency=medium
+
+  * Uploading SVN snapshot to experimental
+
+ -- David Paleino   Wed, 12 Mar 2014 12:55:43 +0100
+
 jmapviewer (1.02+svn30322.notreally.1.02+dfsg1-1) unstable; urgency=medium
 
   * Re-uploading 1.02+dfsg1-1 to unstable with mangled version name,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 02/03: pristine-tar data for jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch pristine-tar
in repository jmapviewer.

commit 20b64447e5aee2d2d2459a4f04cbb098f57d5159
Author: David Paleino 
Date:   Wed Mar 12 12:23:30 2014 +0100

pristine-tar data for 
jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz
---
 ..._1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.delta | Bin 0 -> 3387 bytes
 ...wer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git a/jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.delta 
b/jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.delta
new file mode 100644
index 000..b42215f
Binary files /dev/null and 
b/jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.delta differ
diff --git a/jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.id 
b/jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.id
new file mode 100644
index 000..5f7e069
--- /dev/null
+++ b/jmapviewer_1.02+svn30322.notreally.1.02+dfsg1.orig.tar.gz.id
@@ -0,0 +1 @@
+7b8d29cfda2a43756d0a3c19515e308d35c4

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] annotated tag debian/1.02+svn30322.really+dfsg1-1 created (now a151374)

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a change to annotated tag debian/1.02+svn30322.really+dfsg1-1
in repository jmapviewer.

at  a151374   (tag)
   tagging  a9dbc07d643c97468bd028073c1648dc19fc13e0 (commit)
  replaces  debian/1.02+svn30322.notreally.1.02+dfsg1-1
 tagged by  David Paleino
on  Tue Mar 18 19:00:32 2014 +0100

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlMoicAACgkQ5qqQFxOSsXRcXACeOSqRFGEvZz0qCPbXK2O699HN
v18AoI6z9YcAQXFTI7VzljS7GKZhST6T
=7QjC
-END PGP SIGNATURE-

David Paleino (3):
  Imported Upstream version 1.02+svn30322.really+dfsg1
  Merge tag 'upstream/1.02+svn30322.really+dfsg1'
  Uploading SVN snapshot to experimental

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 04/14: Mark it as a team upload

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit cbf041d1d93a9206247492bfbebd691d93634637
Author: David Paleino 
Date:   Wed Mar 12 11:12:11 2014 +0100

Mark it as a team upload
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 4dc7409..52a5fab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 jmapviewer (1.02+svn30322+dfsg1-1) UNRELEASED; urgency=medium
 
+  * Team upload
   * New SVN snapshot:
 - some new features are needed for latest versions of JOSM, but
   there isn't a new release of jmapviewer.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] annotated tag debian/1.02+svn30322.notreally.1.02+dfsg1-1 created (now 6eb434e)

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a change to annotated tag 
debian/1.02+svn30322.notreally.1.02+dfsg1-1
in repository jmapviewer.

at  6eb434e   (tag)
   tagging  f32997a218f8f12240e7e8ca8d77fdebd3e02088 (commit)
  replaces  debian/1.02+svn30322+dfsg1-1
 tagged by  David Paleino
on  Wed Mar 12 12:55:01 2014 +0100

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlMgSxUACgkQ5qqQFxOSsXSjlgCgkwwy7rGOfIN+M+sOrXyUMKAe
+vQAoMHS57bCnoyI1T0pXnSoyTQbCQlA
=qluG
-END PGP SIGNATURE-

David Paleino (6):
  Added myself to Uploaders
  Imported Upstream version 1.02+svn30322.notreally.1.02+dfsg1
  Merge tag 'upstream/1.02+svn30322.notreally.1.02+dfsg1'
  Re-uploading 1.02+dfsg1-1 to unstable with mangled version name, because 
1.02+svn30322+dfsg1-1 was meant for experimental. Duh :(
  Standards-Version bump to 3.9.5, no changes needed
  Releasing to sid

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] branch upstream updated (3bff289 -> 50af124)

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a change to branch upstream
in repository jmapviewer.

  from  3bff289   Imported Upstream version 1.02+dfsg1
   new  c22eedf   Imported Upstream version 1.02+svn30322+dfsg1
   new  c0e0c94   Imported Upstream version 
1.02+svn30322.notreally.1.02+dfsg1
   new  50af124   Imported Upstream version 1.02+svn30322.really+dfsg1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .classpath |   6 +
 .project   |  17 ++
 .settings/org.eclipse.core.resources.prefs |   3 +
 .settings/org.eclipse.jdt.core.prefs   | 280 ++
 .settings/org.eclipse.jdt.ui.prefs |   8 +
 Readme.txt |  23 +-
 releases/1.0/JMapViewer-1.0-Source.zip | Bin 0 -> 99256 bytes
 releases/1.0/JMapViewer-1.0.zip| Bin 0 -> 222809 bytes
 releases/1.01/JMapViewer-1.01-Source.zip   | Bin 0 -> 99402 bytes
 releases/1.01/JMapViewer-1.01.zip  | Bin 0 -> 222797 bytes
 releases/1.02/JMapViewer-1.02-Source.zip   | Bin 0 -> 99405 bytes
 releases/1.02/JMapViewer-1.02.zip  | Bin 0 -> 222769 bytes
 .../gui/jmapviewer/AbstractLayer.java  | 175 +--
 .../gui/jmapviewer/AttributionSupport.java | 327 ++---
 .../openstreetmap/gui/jmapviewer/Coordinate.java   |   3 +-
 .../gui/jmapviewer/DefaultMapController.java   |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Demo.java |   6 +-
 .../gui/jmapviewer/FeatureAdapter.java | 127 
 .../gui/jmapviewer/JMapController.java |   3 +-
 .../openstreetmap/gui/jmapviewer/JMapViewer.java   |  71 +++--
 .../gui/jmapviewer/JMapViewerTree.java |   1 +
 .../gui/jmapviewer/JobDispatcher.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Layer.java|   1 +
 .../openstreetmap/gui/jmapviewer/LayerGroup.java   |   1 +
 .../gui/jmapviewer/MapMarkerCircle.java|   3 +-
 .../openstreetmap/gui/jmapviewer/MapMarkerDot.java |   3 +-
 .../gui/jmapviewer/MapObjectImpl.java  |   3 +-
 .../gui/jmapviewer/MapPolygonImpl.java | 225 +++---
 .../gui/jmapviewer/MapRectangleImpl.java   | 167 +--
 .../gui/jmapviewer/MemoryTileCache.java|   3 +-
 .../gui/jmapviewer/OsmFileCacheTileLoader.java |  18 +-
 .../openstreetmap/gui/jmapviewer/OsmMercator.java  |  27 +-
 .../gui/jmapviewer/OsmTileLoader.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Style.java|   1 +
 src/org/openstreetmap/gui/jmapviewer/Tile.java |   3 +-
 .../gui/jmapviewer/TileController.java |   1 +
 .../jmapviewer/checkBoxTree/CheckBoxNodeData.java  |   1 +
 .../checkBoxTree/CheckBoxNodeEditor.java   |   1 +
 .../jmapviewer/checkBoxTree/CheckBoxNodePanel.java |   1 +
 .../checkBoxTree/CheckBoxNodeRenderer.java |   1 +
 .../gui/jmapviewer/checkBoxTree/CheckBoxTree.java  |   1 +
 .../gui/jmapviewer/events/JMVCommandEvent.java |  97 +++---
 .../gui/jmapviewer/interfaces/Attributed.java  | 101 ---
 .../jmapviewer/interfaces/CachedTileLoader.java|   2 +-
 .../gui/jmapviewer/interfaces/ICoordinate.java |   1 +
 .../interfaces/JMapViewerEventListener.java|  35 ++-
 .../gui/jmapviewer/interfaces/MapMarker.java   |   5 +-
 .../gui/jmapviewer/interfaces/MapObject.java   |   1 +
 .../gui/jmapviewer/interfaces/MapPolygon.java  |  76 ++---
 .../gui/jmapviewer/interfaces/MapRectangle.java|   3 +-
 .../gui/jmapviewer/interfaces/TileCache.java   |   3 +-
 .../jmapviewer/interfaces/TileClearController.java |   1 +
 .../gui/jmapviewer/interfaces/TileJob.java |   3 +-
 .../gui/jmapviewer/interfaces/TileLoader.java  |   3 +-
 .../jmapviewer/interfaces/TileLoaderListener.java  |   3 +-
 .../gui/jmapviewer/interfaces/TileSource.java  |  53 +++-
 .../tilesources/AbstractMapQuestTileSource.java|   1 +
 .../tilesources/AbstractOsmTileSource.java |   1 +
 .../tilesources/AbstractTMSTileSource.java | 215 --
 .../jmapviewer/tilesources/AbstractTileSource.java | 155 +-
 .../tilesources/BingAerialTileSource.java  |   3 +-
 .../tilesources/MapQuestOpenAerialTileSource.java  |   1 +
 .../tilesources/MapQuestOsmTileSource.java |   1 +
 .../gui/jmapviewer/tilesources/OsmTileSource.java  |   3 +-
 .../jmapviewer/tilesources/ScanexTileSource.java   |  83 --
 .../gui/jmapviewer/tilesources/TMSTileSource.java  |   8 +-
 .../tilesources/TemplatedTMSTileSource.java|   1 +
 67 files changed, 1377 insertions(+), 1002 deletions(-)

[jmapviewer] 03/03: pristine-tar data for jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch pristine-tar
in repository jmapviewer.

commit 271fedab77d30dc5a39becef4eacfd699d0d3fa7
Author: David Paleino 
Date:   Wed Mar 12 12:55:16 2014 +0100

pristine-tar data for jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz
---
 jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.delta | Bin 0 -> 3988 bytes
 jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.delta 
b/jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.delta
new file mode 100644
index 000..54b3847
Binary files /dev/null and 
b/jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.delta differ
diff --git a/jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.id 
b/jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.id
new file mode 100644
index 000..3a3a41f
--- /dev/null
+++ b/jmapviewer_1.02+svn30322.really+dfsg1.orig.tar.xz.id
@@ -0,0 +1 @@
+c31da32b92612482f0d5acadffbc772eb51fc9de

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 05/14: Releasing to sid

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit b19e1e26b15888e770577cb11c33a2e9c06a3ac4
Author: David Paleino 
Date:   Wed Mar 12 11:12:20 2014 +0100

Releasing to sid
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 52a5fab..7ee71a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-jmapviewer (1.02+svn30322+dfsg1-1) UNRELEASED; urgency=medium
+jmapviewer (1.02+svn30322+dfsg1-1) unstable; urgency=medium
 
   * Team upload
   * New SVN snapshot:
 - some new features are needed for latest versions of JOSM, but
   there isn't a new release of jmapviewer.
 
- -- David Paleino   Wed, 12 Mar 2014 11:02:38 +0100
+ -- David Paleino   Wed, 12 Mar 2014 11:12:15 +0100
 
 jmapviewer (1.02+dfsg1-1) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 06/14: Added myself to Uploaders

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit 3748a42754b1b542b1e897bf67f20d0999586b2f
Author: David Paleino 
Date:   Wed Mar 12 12:05:59 2014 +0100

Added myself to Uploaders
---
 debian/changelog | 6 ++
 debian/control   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7ee71a7..f7e4d6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jmapviewer (1.02+svn30322+dfsg1-2) UNRELEASED; urgency=medium
+
+  * Added myself to Uploaders
+
+ -- David Paleino   Wed, 12 Mar 2014 12:05:46 +0100
+
 jmapviewer (1.02+svn30322+dfsg1-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 9d7e14b..211c564 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian GIS Project 
 Uploaders:
  Felix Natter 
+ , David Paleino 
 Build-Depends:
  ant,
  debhelper (>= 9~),

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 13/14: Merge tag 'upstream/1.02+svn30322.really+dfsg1'

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit 8c10025f2bb259c675437bb3c52eb1ccc1253bf6
Merge: f32997a 50af124
Author: David Paleino 
Date:   Wed Mar 12 12:55:16 2014 +0100

Merge tag 'upstream/1.02+svn30322.really+dfsg1'

Upstream version 1.02+svn30322.really+dfsg1

# gpg: Signature made mer 12 mar 2014 12:55:16 CET using DSA key ID 1392B174
# gpg: Good signature from "David Paleino "
# gpg: aka "[jpeg image of size 6708]"
# gpg: aka "Hanska "
# gpg: aka "David Paleino "
# gpg: aka "David Paleino "

 .classpath |   6 +
 .project   |  17 ++
 .settings/org.eclipse.core.resources.prefs |   3 +
 .settings/org.eclipse.jdt.core.prefs   | 280 ++
 .settings/org.eclipse.jdt.ui.prefs |   8 +
 Readme.txt |  23 +-
 releases/1.0/JMapViewer-1.0-Source.zip | Bin 0 -> 99256 bytes
 releases/1.0/JMapViewer-1.0.zip| Bin 0 -> 222809 bytes
 releases/1.01/JMapViewer-1.01-Source.zip   | Bin 0 -> 99402 bytes
 releases/1.01/JMapViewer-1.01.zip  | Bin 0 -> 222797 bytes
 releases/1.02/JMapViewer-1.02-Source.zip   | Bin 0 -> 99405 bytes
 releases/1.02/JMapViewer-1.02.zip  | Bin 0 -> 222769 bytes
 .../gui/jmapviewer/AbstractLayer.java  | 175 +--
 .../gui/jmapviewer/AttributionSupport.java | 327 ++---
 .../openstreetmap/gui/jmapviewer/Coordinate.java   |   3 +-
 .../gui/jmapviewer/DefaultMapController.java   |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Demo.java |   6 +-
 .../gui/jmapviewer/FeatureAdapter.java | 127 
 .../gui/jmapviewer/JMapController.java |   3 +-
 .../openstreetmap/gui/jmapviewer/JMapViewer.java   |  71 +++--
 .../gui/jmapviewer/JMapViewerTree.java |   1 +
 .../gui/jmapviewer/JobDispatcher.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Layer.java|   1 +
 .../openstreetmap/gui/jmapviewer/LayerGroup.java   |   1 +
 .../gui/jmapviewer/MapMarkerCircle.java|   3 +-
 .../openstreetmap/gui/jmapviewer/MapMarkerDot.java |   3 +-
 .../gui/jmapviewer/MapObjectImpl.java  |   3 +-
 .../gui/jmapviewer/MapPolygonImpl.java | 225 +++---
 .../gui/jmapviewer/MapRectangleImpl.java   | 167 +--
 .../gui/jmapviewer/MemoryTileCache.java|   3 +-
 .../gui/jmapviewer/OsmFileCacheTileLoader.java |  18 +-
 .../openstreetmap/gui/jmapviewer/OsmMercator.java  |  27 +-
 .../gui/jmapviewer/OsmTileLoader.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Style.java|   1 +
 src/org/openstreetmap/gui/jmapviewer/Tile.java |   3 +-
 .../gui/jmapviewer/TileController.java |   1 +
 .../jmapviewer/checkBoxTree/CheckBoxNodeData.java  |   1 +
 .../checkBoxTree/CheckBoxNodeEditor.java   |   1 +
 .../jmapviewer/checkBoxTree/CheckBoxNodePanel.java |   1 +
 .../checkBoxTree/CheckBoxNodeRenderer.java |   1 +
 .../gui/jmapviewer/checkBoxTree/CheckBoxTree.java  |   1 +
 .../gui/jmapviewer/events/JMVCommandEvent.java |  97 +++---
 .../gui/jmapviewer/interfaces/Attributed.java  | 101 ---
 .../jmapviewer/interfaces/CachedTileLoader.java|   2 +-
 .../gui/jmapviewer/interfaces/ICoordinate.java |   1 +
 .../interfaces/JMapViewerEventListener.java|  35 ++-
 .../gui/jmapviewer/interfaces/MapMarker.java   |   5 +-
 .../gui/jmapviewer/interfaces/MapObject.java   |   1 +
 .../gui/jmapviewer/interfaces/MapPolygon.java  |  76 ++---
 .../gui/jmapviewer/interfaces/MapRectangle.java|   3 +-
 .../gui/jmapviewer/interfaces/TileCache.java   |   3 +-
 .../jmapviewer/interfaces/TileClearController.java |   1 +
 .../gui/jmapviewer/interfaces/TileJob.java |   3 +-
 .../gui/jmapviewer/interfaces/TileLoader.java  |   3 +-
 .../jmapviewer/interfaces/TileLoaderListener.java  |   3 +-
 .../gui/jmapviewer/interfaces/TileSource.java  |  53 +++-
 .../tilesources/AbstractMapQuestTileSource.java|   1 +
 .../tilesources/AbstractOsmTileSource.java |   1 +
 .../tilesources/AbstractTMSTileSource.java | 215 --
 .../jmapviewer/tilesources/AbstractTileSource.java | 155 +-
 .../tilesources/BingAerialTileSource.java  |   3 +-
 .../tilesources/MapQuestOpenAerialTileSource.java  |   1 +
 .../tilesources/MapQuestOsmTileSource.java |   1 +
 .../gui/jmapviewer/tilesources/OsmTileSource.java  |   3 +-
 .../jmapviewer/tilesources/ScanexTileSource.java   |  83 --
 .../gui/jmapviewer/tilesources/TMSTileSource.java  |   8 +-
 .../tilesources/TemplatedTMSTileSource.java|   1 +
 67 files changed, 1377 inser

[jmapviewer] 08/14: Merge tag 'upstream/1.02+svn30322.notreally.1.02+dfsg1'

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit 9675174b9a5c258de4bd3f2d41d91ed4d6abb17c
Merge: 3748a42 c0e0c94
Author: David Paleino 
Date:   Wed Mar 12 12:23:31 2014 +0100

Merge tag 'upstream/1.02+svn30322.notreally.1.02+dfsg1'

Upstream version 1.02+svn30322.notreally.1.02+dfsg1

# gpg: Signature made mer 12 mar 2014 12:23:30 CET using DSA key ID 1392B174
# gpg: Good signature from "David Paleino "
# gpg: aka "[jpeg image of size 6708]"
# gpg: aka "Hanska "
# gpg: aka "David Paleino "
# gpg: aka "David Paleino "

 .classpath |   6 -
 .project   |  17 --
 .settings/org.eclipse.core.resources.prefs |   3 -
 .settings/org.eclipse.jdt.core.prefs   | 280 --
 .settings/org.eclipse.jdt.ui.prefs |   8 -
 Readme.txt |  23 +-
 releases/1.0/JMapViewer-1.0-Source.zip | Bin 99256 -> 0 bytes
 releases/1.0/JMapViewer-1.0.zip| Bin 222809 -> 0 bytes
 releases/1.01/JMapViewer-1.01-Source.zip   | Bin 99402 -> 0 bytes
 releases/1.01/JMapViewer-1.01.zip  | Bin 222797 -> 0 bytes
 releases/1.02/JMapViewer-1.02-Source.zip   | Bin 99405 -> 0 bytes
 releases/1.02/JMapViewer-1.02.zip  | Bin 222769 -> 0 bytes
 .../gui/jmapviewer/AbstractLayer.java  | 175 ++-
 .../gui/jmapviewer/AttributionSupport.java | 327 +++--
 .../openstreetmap/gui/jmapviewer/Coordinate.java   |   3 +-
 .../gui/jmapviewer/DefaultMapController.java   |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Demo.java |   6 +-
 .../gui/jmapviewer/FeatureAdapter.java | 127 
 .../gui/jmapviewer/JMapController.java |   3 +-
 .../openstreetmap/gui/jmapviewer/JMapViewer.java   |  71 ++---
 .../gui/jmapviewer/JMapViewerTree.java |   1 -
 .../gui/jmapviewer/JobDispatcher.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Layer.java|   1 -
 .../openstreetmap/gui/jmapviewer/LayerGroup.java   |   1 -
 .../gui/jmapviewer/MapMarkerCircle.java|   3 +-
 .../openstreetmap/gui/jmapviewer/MapMarkerDot.java |   3 +-
 .../gui/jmapviewer/MapObjectImpl.java  |   3 +-
 .../gui/jmapviewer/MapPolygonImpl.java | 225 +++---
 .../gui/jmapviewer/MapRectangleImpl.java   | 167 ++-
 .../gui/jmapviewer/MemoryTileCache.java|   3 +-
 .../gui/jmapviewer/OsmFileCacheTileLoader.java |  18 +-
 .../openstreetmap/gui/jmapviewer/OsmMercator.java  |  27 +-
 .../gui/jmapviewer/OsmTileLoader.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Style.java|   1 -
 src/org/openstreetmap/gui/jmapviewer/Tile.java |   3 +-
 .../gui/jmapviewer/TileController.java |   1 -
 .../jmapviewer/checkBoxTree/CheckBoxNodeData.java  |   1 -
 .../checkBoxTree/CheckBoxNodeEditor.java   |   1 -
 .../jmapviewer/checkBoxTree/CheckBoxNodePanel.java |   1 -
 .../checkBoxTree/CheckBoxNodeRenderer.java |   1 -
 .../gui/jmapviewer/checkBoxTree/CheckBoxTree.java  |   1 -
 .../gui/jmapviewer/events/JMVCommandEvent.java |  97 +++---
 .../gui/jmapviewer/interfaces/Attributed.java  | 101 +++
 .../jmapviewer/interfaces/CachedTileLoader.java|   2 +-
 .../gui/jmapviewer/interfaces/ICoordinate.java |   1 -
 .../interfaces/JMapViewerEventListener.java|  35 +--
 .../gui/jmapviewer/interfaces/MapMarker.java   |   5 +-
 .../gui/jmapviewer/interfaces/MapObject.java   |   1 -
 .../gui/jmapviewer/interfaces/MapPolygon.java  |  76 ++---
 .../gui/jmapviewer/interfaces/MapRectangle.java|   3 +-
 .../gui/jmapviewer/interfaces/TileCache.java   |   3 +-
 .../jmapviewer/interfaces/TileClearController.java |   1 -
 .../gui/jmapviewer/interfaces/TileJob.java |   3 +-
 .../gui/jmapviewer/interfaces/TileLoader.java  |   3 +-
 .../jmapviewer/interfaces/TileLoaderListener.java  |   3 +-
 .../gui/jmapviewer/interfaces/TileSource.java  |  53 +---
 .../tilesources/AbstractMapQuestTileSource.java|   1 -
 .../tilesources/AbstractOsmTileSource.java |   1 -
 .../tilesources/AbstractTMSTileSource.java | 215 ++
 .../jmapviewer/tilesources/AbstractTileSource.java | 155 +-
 .../tilesources/BingAerialTileSource.java  |   3 +-
 .../tilesources/MapQuestOpenAerialTileSource.java  |   1 -
 .../tilesources/MapQuestOsmTileSource.java |   1 -
 .../gui/jmapviewer/tilesources/OsmTileSource.java  |   3 +-
 .../jmapviewer/tilesources/ScanexTileSource.java   |  83 ++
 .../gui/jmapviewer/tilesources/TMSTileSource.java  |   8 +-
 .../tilesources/TemplatedTMSTileSource.java|   1 -
 67 files cha

[jmapviewer] 02/14: Merge tag 'upstream/1.02+svn30322+dfsg1'

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit 484b303a70fd50fb54edd54baf77db9bae162214
Merge: e415e85 c22eedf
Author: David Paleino 
Date:   Wed Mar 12 11:02:36 2014 +0100

Merge tag 'upstream/1.02+svn30322+dfsg1'

Upstream version 1.02+svn30322+dfsg1

# gpg: Signature made mer 12 mar 2014 11:02:36 CET using DSA key ID 1392B174
# gpg: Good signature from "David Paleino "
# gpg: aka "[jpeg image of size 6708]"
# gpg: aka "Hanska "
# gpg: aka "David Paleino "
# gpg: aka "David Paleino "

 .classpath |   6 +
 .project   |  17 ++
 .settings/org.eclipse.core.resources.prefs |   3 +
 .settings/org.eclipse.jdt.core.prefs   | 280 ++
 .settings/org.eclipse.jdt.ui.prefs |   8 +
 Readme.txt |  23 +-
 releases/1.0/JMapViewer-1.0-Source.zip | Bin 0 -> 99256 bytes
 releases/1.0/JMapViewer-1.0.zip| Bin 0 -> 222809 bytes
 releases/1.01/JMapViewer-1.01-Source.zip   | Bin 0 -> 99402 bytes
 releases/1.01/JMapViewer-1.01.zip  | Bin 0 -> 222797 bytes
 releases/1.02/JMapViewer-1.02-Source.zip   | Bin 0 -> 99405 bytes
 releases/1.02/JMapViewer-1.02.zip  | Bin 0 -> 222769 bytes
 .../gui/jmapviewer/AbstractLayer.java  | 175 +--
 .../gui/jmapviewer/AttributionSupport.java | 327 ++---
 .../openstreetmap/gui/jmapviewer/Coordinate.java   |   3 +-
 .../gui/jmapviewer/DefaultMapController.java   |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Demo.java |   6 +-
 .../gui/jmapviewer/FeatureAdapter.java | 127 
 .../gui/jmapviewer/JMapController.java |   3 +-
 .../openstreetmap/gui/jmapviewer/JMapViewer.java   |  71 +++--
 .../gui/jmapviewer/JMapViewerTree.java |   1 +
 .../gui/jmapviewer/JobDispatcher.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Layer.java|   1 +
 .../openstreetmap/gui/jmapviewer/LayerGroup.java   |   1 +
 .../gui/jmapviewer/MapMarkerCircle.java|   3 +-
 .../openstreetmap/gui/jmapviewer/MapMarkerDot.java |   3 +-
 .../gui/jmapviewer/MapObjectImpl.java  |   3 +-
 .../gui/jmapviewer/MapPolygonImpl.java | 225 +++---
 .../gui/jmapviewer/MapRectangleImpl.java   | 167 +--
 .../gui/jmapviewer/MemoryTileCache.java|   3 +-
 .../gui/jmapviewer/OsmFileCacheTileLoader.java |  18 +-
 .../openstreetmap/gui/jmapviewer/OsmMercator.java  |  27 +-
 .../gui/jmapviewer/OsmTileLoader.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Style.java|   1 +
 src/org/openstreetmap/gui/jmapviewer/Tile.java |   3 +-
 .../gui/jmapviewer/TileController.java |   1 +
 .../jmapviewer/checkBoxTree/CheckBoxNodeData.java  |   1 +
 .../checkBoxTree/CheckBoxNodeEditor.java   |   1 +
 .../jmapviewer/checkBoxTree/CheckBoxNodePanel.java |   1 +
 .../checkBoxTree/CheckBoxNodeRenderer.java |   1 +
 .../gui/jmapviewer/checkBoxTree/CheckBoxTree.java  |   1 +
 .../gui/jmapviewer/events/JMVCommandEvent.java |  97 +++---
 .../gui/jmapviewer/interfaces/Attributed.java  | 101 ---
 .../jmapviewer/interfaces/CachedTileLoader.java|   2 +-
 .../gui/jmapviewer/interfaces/ICoordinate.java |   1 +
 .../interfaces/JMapViewerEventListener.java|  35 ++-
 .../gui/jmapviewer/interfaces/MapMarker.java   |   5 +-
 .../gui/jmapviewer/interfaces/MapObject.java   |   1 +
 .../gui/jmapviewer/interfaces/MapPolygon.java  |  76 ++---
 .../gui/jmapviewer/interfaces/MapRectangle.java|   3 +-
 .../gui/jmapviewer/interfaces/TileCache.java   |   3 +-
 .../jmapviewer/interfaces/TileClearController.java |   1 +
 .../gui/jmapviewer/interfaces/TileJob.java |   3 +-
 .../gui/jmapviewer/interfaces/TileLoader.java  |   3 +-
 .../jmapviewer/interfaces/TileLoaderListener.java  |   3 +-
 .../gui/jmapviewer/interfaces/TileSource.java  |  53 +++-
 .../tilesources/AbstractMapQuestTileSource.java|   1 +
 .../tilesources/AbstractOsmTileSource.java |   1 +
 .../tilesources/AbstractTMSTileSource.java | 215 --
 .../jmapviewer/tilesources/AbstractTileSource.java | 155 +-
 .../tilesources/BingAerialTileSource.java  |   3 +-
 .../tilesources/MapQuestOpenAerialTileSource.java  |   1 +
 .../tilesources/MapQuestOsmTileSource.java |   1 +
 .../gui/jmapviewer/tilesources/OsmTileSource.java  |   3 +-
 .../jmapviewer/tilesources/ScanexTileSource.java   |  83 --
 .../gui/jmapviewer/tilesources/TMSTileSource.java  |   8 +-
 .../tilesources/TemplatedTMSTileSource.java|   1 +
 67 files changed, 1377 insertions(+), 1002

[jmapviewer] 09/14: Re-uploading 1.02+dfsg1-1 to unstable with mangled version name, because 1.02+svn30322+dfsg1-1 was meant for experimental. Duh :(

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit 6c74c15ec3579f7f5e673a6d6e13e6d127175313
Author: David Paleino 
Date:   Wed Mar 12 12:24:04 2014 +0100

Re-uploading 1.02+dfsg1-1 to unstable with mangled version name, because 
1.02+svn30322+dfsg1-1 was meant for experimental. Duh :(
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f7e4d6a..571af0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-jmapviewer (1.02+svn30322+dfsg1-2) UNRELEASED; urgency=medium
+jmapviewer (1.02+svn30322.notreally.1.02+dfsg1-1) UNRELEASED; urgency=medium
 
+  * Re-uploading 1.02+dfsg1-1 to unstable with mangled version name,
+because 1.02+svn30322+dfsg1-1 was meant for experimental. Duh :(
   * Added myself to Uploaders
 
- -- David Paleino   Wed, 12 Mar 2014 12:05:46 +0100
+ -- David Paleino   Wed, 12 Mar 2014 12:23:32 +0100
 
 jmapviewer (1.02+svn30322+dfsg1-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 10/14: Standards-Version bump to 3.9.5, no changes needed

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit f39ad2b3fafe3e845054b7c9a5f6fe507e968147
Author: David Paleino 
Date:   Wed Mar 12 12:24:46 2014 +0100

Standards-Version bump to 3.9.5, no changes needed
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 571af0c..ac3a5cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ jmapviewer (1.02+svn30322.notreally.1.02+dfsg1-1) UNRELEASED; 
urgency=medium
   * Re-uploading 1.02+dfsg1-1 to unstable with mangled version name,
 because 1.02+svn30322+dfsg1-1 was meant for experimental. Duh :(
   * Added myself to Uploaders
+  * Standards-Version bump to 3.9.5, no changes needed
 
- -- David Paleino   Wed, 12 Mar 2014 12:23:32 +0100
+ -- David Paleino   Wed, 12 Mar 2014 12:24:35 +0100
 
 jmapviewer (1.02+svn30322+dfsg1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 211c564..a6a3764 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  docbook-xsl,
  docbook-xml,
  xsltproc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: https://wiki.openstreetmap.org/wiki/JMapViewer
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/jmapviewer.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/jmapviewer.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] 03/14: New SVN snapshot

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a commit to branch master
in repository jmapviewer.

commit bcecb70463aa8b7faa27f9c15fb3ba9473196ef7
Author: David Paleino 
Date:   Wed Mar 12 11:03:44 2014 +0100

New SVN snapshot

* New SVN snapshot:
  - some new features are needed for latest versions of JOSM, but
there isn't a new release of jmapviewer.
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b753ec9..4dc7409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+jmapviewer (1.02+svn30322+dfsg1-1) UNRELEASED; urgency=medium
+
+  * New SVN snapshot:
+- some new features are needed for latest versions of JOSM, but
+  there isn't a new release of jmapviewer.
+
+ -- David Paleino   Wed, 12 Mar 2014 11:02:38 +0100
+
 jmapviewer (1.02+dfsg1-1) unstable; urgency=low
 
   * Initial release. (Closes: #649226)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/jmapviewer.git

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


[jmapviewer] branch master updated (e415e85 -> a9dbc07)

2014-03-18 Thread David Paleino
This is an automated email from the git hooks/post-receive script.

dapal pushed a change to branch master
in repository jmapviewer.

  from  e415e85   add Files-Excluded: in debian/copyright for removal of 
bing_maps.png
   new  c22eedf   Imported Upstream version 1.02+svn30322+dfsg1
   new  484b303   Merge tag 'upstream/1.02+svn30322+dfsg1'
   new  bcecb70   New SVN snapshot
   new  cbf041d   Mark it as a team upload
   new  b19e1e2   Releasing to sid
   new  3748a42   Added myself to Uploaders
   new  c0e0c94   Imported Upstream version 
1.02+svn30322.notreally.1.02+dfsg1
   new  9675174   Merge tag 'upstream/1.02+svn30322.notreally.1.02+dfsg1'
   new  6c74c15   Re-uploading 1.02+dfsg1-1 to unstable with mangled 
version name, because 1.02+svn30322+dfsg1-1 was meant for experimental. Duh :(
   new  f39ad2b   Standards-Version bump to 3.9.5, no changes needed
   new  f32997a   Releasing to sid
   new  50af124   Imported Upstream version 1.02+svn30322.really+dfsg1
   new  8c10025   Merge tag 'upstream/1.02+svn30322.really+dfsg1'
   new  a9dbc07   Uploading SVN snapshot to experimental

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .classpath |   6 +
 .project   |  17 ++
 .settings/org.eclipse.core.resources.prefs |   3 +
 .settings/org.eclipse.jdt.core.prefs   | 280 ++
 .settings/org.eclipse.jdt.ui.prefs |   8 +
 Readme.txt |  23 +-
 debian/changelog   |  24 ++
 debian/control |   3 +-
 releases/1.0/JMapViewer-1.0-Source.zip | Bin 0 -> 99256 bytes
 releases/1.0/JMapViewer-1.0.zip| Bin 0 -> 222809 bytes
 releases/1.01/JMapViewer-1.01-Source.zip   | Bin 0 -> 99402 bytes
 releases/1.01/JMapViewer-1.01.zip  | Bin 0 -> 222797 bytes
 releases/1.02/JMapViewer-1.02-Source.zip   | Bin 0 -> 99405 bytes
 releases/1.02/JMapViewer-1.02.zip  | Bin 0 -> 222769 bytes
 .../gui/jmapviewer/AbstractLayer.java  | 175 +--
 .../gui/jmapviewer/AttributionSupport.java | 327 ++---
 .../openstreetmap/gui/jmapviewer/Coordinate.java   |   3 +-
 .../gui/jmapviewer/DefaultMapController.java   |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Demo.java |   6 +-
 .../gui/jmapviewer/FeatureAdapter.java | 127 
 .../gui/jmapviewer/JMapController.java |   3 +-
 .../openstreetmap/gui/jmapviewer/JMapViewer.java   |  71 +++--
 .../gui/jmapviewer/JMapViewerTree.java |   1 +
 .../gui/jmapviewer/JobDispatcher.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Layer.java|   1 +
 .../openstreetmap/gui/jmapviewer/LayerGroup.java   |   1 +
 .../gui/jmapviewer/MapMarkerCircle.java|   3 +-
 .../openstreetmap/gui/jmapviewer/MapMarkerDot.java |   3 +-
 .../gui/jmapviewer/MapObjectImpl.java  |   3 +-
 .../gui/jmapviewer/MapPolygonImpl.java | 225 +++---
 .../gui/jmapviewer/MapRectangleImpl.java   | 167 +--
 .../gui/jmapviewer/MemoryTileCache.java|   3 +-
 .../gui/jmapviewer/OsmFileCacheTileLoader.java |  18 +-
 .../openstreetmap/gui/jmapviewer/OsmMercator.java  |  27 +-
 .../gui/jmapviewer/OsmTileLoader.java  |   3 +-
 src/org/openstreetmap/gui/jmapviewer/Style.java|   1 +
 src/org/openstreetmap/gui/jmapviewer/Tile.java |   3 +-
 .../gui/jmapviewer/TileController.java |   1 +
 .../jmapviewer/checkBoxTree/CheckBoxNodeData.java  |   1 +
 .../checkBoxTree/CheckBoxNodeEditor.java   |   1 +
 .../jmapviewer/checkBoxTree/CheckBoxNodePanel.java |   1 +
 .../checkBoxTree/CheckBoxNodeRenderer.java |   1 +
 .../gui/jmapviewer/checkBoxTree/CheckBoxTree.java  |   1 +
 .../gui/jmapviewer/events/JMVCommandEvent.java |  97 +++---
 .../gui/jmapviewer/interfaces/Attributed.java  | 101 ---
 .../jmapviewer/interfaces/CachedTileLoader.java|   2 +-
 .../gui/jmapviewer/interfaces/ICoordinate.java |   1 +
 .../interfaces/JMapViewerEventListener.java|  35 ++-
 .../gui/jmapviewer/interfaces/MapMarker.java   |   5 +-
 .../gui/jmapviewer/interfaces/MapObject.java   |   1 +
 .../gui/jmapviewer/interfaces/MapPolygon.java  |  76 ++---
 .../gui/jmapviewer/interfaces/MapRectangle.java|   3 +-
 .../gui/jmapviewer/interfaces/TileCache.java   |   3 +-
 .../jmapviewer/interfaces/TileClearController.java |   1 +
 .../gui/jmapviewer/interfaces/TileJob.java |   3 +-
 .../gui/jmapviewer/interfaces/TileLoader.java  |   3 +-
 .../jm

Bug#740613: libhdf5-7: Please include support for compression with libaec

2014-03-18 Thread Thomas Jahns

Hello,

On Mar 18, 2014, at 16:22 , Sylvestre Ledru wrote:
If you are really interested in this change, you should propose a  
patch.

I am not sure it is going to be fixed otherwise...



as far as i can see no patch to the original packages should be  
needed, but someone would have to provide a package for libaec, we do  
unfortunately not have anyone available who knows enough about Debian  
(or any other) packages. Otherwise the library is API/ABI compatible  
to libszip.


Or do you mean I should produce a patch to the rules for the libhdf5  
package?


Regards, Thomas
--
Thomas Jahns
DKRZ GmbH, Department: Application software

Deutsches Klimarechenzentrum
Bundesstraße 45a
D-20146 Hamburg

Phone: +49-40-460094-151
Fax: +49-40-460094-270
Email: Thomas Jahns 





smime.p7s
Description: S/MIME cryptographic signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

jmapviewer 1.02+svn30322.notreally.1.02+dfsg1-1 MIGRATED to testing

2014-03-18 Thread Debian testing watch
FYI: The status of the jmapviewer source package
in Debian's testing distribution has changed.

  Previous version: 1.02+dfsg1-1
  Current version:  1.02+svn30322.notreally.1.02+dfsg1-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


liblas 1.7.0+dfsg-5 MIGRATED to testing

2014-03-18 Thread Debian testing watch
FYI: The status of the liblas source package
in Debian's testing distribution has changed.

  Previous version: 1.7.0+dfsg-2
  Current version:  1.7.0+dfsg-5

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Processing of libgaiagraphics_0.5-2_amd64.changes

2014-03-18 Thread Debian FTP Masters
libgaiagraphics_0.5-2_amd64.changes uploaded successfully to localhost
along with the files:
  libgaiagraphics_0.5-2.dsc
  libgaiagraphics_0.5-2.debian.tar.xz
  libgaiagraphics-dev_0.5-2_amd64.deb
  libgaiagraphics1_0.5-2_amd64.deb
  libgaiagraphics1-dbg_0.5-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


libgaiagraphics_0.5-2_amd64.changes ACCEPTED into unstable

2014-03-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 17 Mar 2014 23:14:58 +0100
Source: libgaiagraphics
Binary: libgaiagraphics-dev libgaiagraphics1 libgaiagraphics1-dbg
Architecture: source amd64
Version: 0.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description: 
 libgaiagraphics-dev - Gaia common graphics support - development headers
 libgaiagraphics1 - Gaia common graphics support
 libgaiagraphics1-dbg - Gaia common graphics support - debugging symbols
Changes: 
 libgaiagraphics (0.5-2) unstable; urgency=low
 .
   * Bump Standards-Version to 3.9.5, no changes required.
   * Add gbp.conf to use pristine-tar by default.
   * Move from experimental to unstable.
Checksums-Sha1: 
 e9ba89568b8e2e11eec1ae87f0a23abc984b1084 2269 libgaiagraphics_0.5-2.dsc
 45095d1e9016a07272a5681a0153f8aa7310356a 5080 
libgaiagraphics_0.5-2.debian.tar.xz
 30e7a04ef241fc2a7169d97ddf65f7ca1f1c6084 124832 
libgaiagraphics-dev_0.5-2_amd64.deb
 24e3eda7ce35b9599bafa375466a50f38cabb4f3 116702 
libgaiagraphics1_0.5-2_amd64.deb
 f7e1ee4c05dcf833c897bc54630b449e2540d954 307852 
libgaiagraphics1-dbg_0.5-2_amd64.deb
Checksums-Sha256: 
 769b2357ca521b02da3f51b445430faf50881cb5c1d96b80adff6962fca839f1 2269 
libgaiagraphics_0.5-2.dsc
 afd296a47b809ebf1bc95be11dcddeab334f21aba392963c158c827f9bd7c14c 5080 
libgaiagraphics_0.5-2.debian.tar.xz
 83f1d545be8623cac46168255c3e7e308b77120e839ebe5a36e9a339922cce61 124832 
libgaiagraphics-dev_0.5-2_amd64.deb
 f80a0b0afad877528cfa154f3be98c6a45c113ff788b4b360de4ad86addce092 116702 
libgaiagraphics1_0.5-2_amd64.deb
 cc5fb7b130b5ec6c211fced92f5a92270706bfcde8222bb0942e42d33b23bba0 307852 
libgaiagraphics1-dbg_0.5-2_amd64.deb
Files: 
 12914cc0b8ae2809cda42e6e1fea4864 2269 libs optional libgaiagraphics_0.5-2.dsc
 89273a5cb34e8c9636ab2b318d2d3214 5080 libs optional 
libgaiagraphics_0.5-2.debian.tar.xz
 8d4aa4a433906e06762cd18c0d4a2022 124832 libdevel optional 
libgaiagraphics-dev_0.5-2_amd64.deb
 8bb233ada17bcde6ea7f749c0b13ec81 116702 libs optional 
libgaiagraphics1_0.5-2_amd64.deb
 157f484073530bdcdee58fe61c959faa 307852 debug extra 
libgaiagraphics1-dbg_0.5-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTKHGSAAoJEFeKBJTRxkbRPlIP/R4lI5AA+48ic4jInTiZMEnR
DVPRRKXIyUEKH+F5AxQmH6Z7s97nhUlT+n/ebOR4Du8elKFAWcFMtfEFl1PVoQ6a
J/+vXKjlLAcMCLJoXBgirI6uTtCgqTGy+RLEdyDjBTxm3pjltGLL9TdKopJiLFFz
jUaTCTgiydTtD7cWTuI8XGKVFvFi2kO6febv/MEhk+DPxz4sZ9Z2FsG8tsdruNrS
E3TmAFyl14MLvh8nb8U6ThTIOMK6iDHSZJi3bt/DU5YqnYplUy+0vOIaMlfLqGtj
5DWrd0baLqv69zwNTRIfkSakN5uStTUXPl+y8OQd7m3cyaZtAFi/timyvXwNHtQo
1rPmxyBddXN6F03OLJCNhFSG63r+xVFPH5yR8QyS/Z89Vj+OUTJC8/k8I1dAk+3x
hA5OCexsdJn6Djmyj8jGCihbikeSEmy4whS9lMoiGdq9QymW/df3aoB/Wdp4B6RG
zmenvm+OJwoqjGNjnXDnvTD71VDn02eLJTr3kVETIfrpk6WNrTPBF7KOT+fkxUqC
gLvR2VFv/A/bSUstybuUnam33ZL7WwASv4seWvUT8lavhfAqyHIg+ASEAmCQQEtu
lL7rOcNNVpyDDekht+Y7AGWzci3oJe8Xkz16HHvDHuGU1Q2qqjcG7OC6kPWXjnKd
z3/3k1JYRlFhKBSDt6Gl
=TAZl
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[libgaiagraphics] tag debian/0.5-2 created (now 6314280)

2014-03-18 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/0.5-2
in repository libgaiagraphics.

at  6314280   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libgaiagraphics.git

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


Bug#539341: marked as done (shapelib: please build also tools in contrib)

2014-03-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Mar 2014 16:00:12 +
with message-id 
and subject line Bug#539341: fixed in shapelib 1.3.0-1
has caused the Debian Bug report #539341,
regarding shapelib: please build also tools in contrib
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
539341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539341
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: shapelib
Version: 1.2.10-4.1
Severity: wishlist

Hello,
it woulb be ultra-nice if you could build (and distribute, if possible) also
the tools in contrib/ dir.

For some matplotlib basemap[1] operations, we'd like to have shpproj available.

[1] http://matplotlib.sourceforge.net/basemap/doc/html/index.html

Thanks,
Sandro

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages shapelib depends on:
ii  libshp1   1.2.10-4.1 C API for reading and writing ArcV

shapelib recommends no packages.

shapelib suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: shapelib
Source-Version: 1.3.0-1

We believe that the bug you reported is fixed in the latest version of
shapelib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 539...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine  (supplier of updated shapelib 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 15 Mar 2014 16:55:43 +0100
Source: shapelib
Binary: shapelib libshp-dev libshp2
Architecture: source i386
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libshp-dev - Library for reading and writing ArcView Shapefiles - development
 libshp2- Library for reading and writing ArcView Shapefiles
 shapelib   - Library for reading and writing ArcView Shapefiles - tools
Closes: 526984 539341
Changes: 
 shapelib (1.3.0-1) unstable; urgency=medium
 .
   [ Arto Jantunen ]
   * Imported Upstream version 1.3.0 (Closes: #526984)
   * Remove patch 0002 (Thread safety fixes), no longer needed
   * Update build system patches (0003-0005) to match new Makefile
   * debian/shapelib.docs: update for new file locations
   * debian/rules: update for new version
   * Bump SONAME due to API and ABI changes in 1.3.0
 .
   [ Francesco Paolo Lovergine ]
   * Annotated latest changes by Arto into debian/changelog.
   * Updated debian/watch file to current repository.
   * Policy bumped to 3.9.5, no changes required.
   * Now installing also contributed tools (Closes: #539341).
   * Added a new b-d on libproj-dev.
Checksums-Sha1: 
 34ea15f73e949dc4a099ec9ef0b4961be878cb88 1367 shapelib_1.3.0-1.dsc
 599fde6f69424fa55da281506b297f3976585b85 156301 shapelib_1.3.0.orig.tar.gz
 15d40fc28cccb671119edd082aaa574901666f4a 10820 shapelib_1.3.0-1.debian.tar.xz
 67be23d01df420da05f475a7de5ef8df94723135 97260 shapelib_1.3.0-1_i386.deb
 292da8c64186f5f4151c261f0062532b5a435dda 36332 libshp-dev_1.3.0-1_i386.deb
 ba20b3b94935356738fdc90f34244472d20960a9 32766 libshp2_1.3.0-1_i386.deb
Checksums-Sha256: 
 57818f4b6865000f4a1a14e207aee7f332d247e68127bc36119a205d33bac2e5 1367 
shapelib_1.3.0-1.dsc
 23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f 156301 
shapelib_1.3.0.orig.tar.gz
 4ccc0532412be3f4dceb57e2f3a67d087abd739d57c6173f9d566aaa07a0b8b1 10820 
shapelib_1.3.0-1.debian.tar.xz
 6629b651866e9b83bddc01e4b88b61e2783526d90c64e85d1cb8c895f0ed4ff0 97260 
shapelib_1.3.0-1_i386.deb
 f5d240d70800cc811cde9b81818d8565c01e6bda4880524139f00de9a5f05aa5 36332 
libshp-dev_1.3.0-1_i386.deb
 9f95a3ca04b8c206d48dc7fd60f44ae5277630ece0ccbe02fa7f691b01901414 32766 
libshp2_1.3.0-1_i386.deb
Files: 
 f75191a039fcdbc8a61ff82482017c01 1367 libs optional shapelib_1.3.0-1.dsc
 2ff7d0b21d4b7506b452524492795f77 156301 libs optional 
shapelib_1.3.0.orig.tar.gz
 2b76a781

Bug#526984: marked as done (Please package upstream v1.3.0)

2014-03-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Mar 2014 16:00:12 +
with message-id 
and subject line Bug#526984: fixed in shapelib 1.3.0-1
has caused the Debian Bug report #526984,
regarding Please package upstream v1.3.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
526984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526984
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: shapelib
Version: 1.2.10-4.1
Severity: wishlist

Hi,

The shapelib release currently in Debian is 6 years old: it was released
by upstream on 07/04/2003.

Since then, upstream CVS has been evolving with some enhancements. I
include below the CVS logs for 2008.

Anonymous upstream CVS access:
 CVSROOT=:pserver:cvsa...@cvs.maptools.org:/cvs/maptools/cvsroot
 The module name is shapelib.

Please update the source package to the lastest CVS snapshot.

Thanks in advance.

_Gilles.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

--- CVS logs for 2008 ---

revision 1.65
date: 2008-11-12 16:39:50 +0100;  author: fwarmerdam;  state: Exp;  lines: +3 
-0;
improve safety in face of buggy .shp file.

revision 1.64
date: 2008-11-12 15:28:15 +0100;  author: fwarmerdam;  state: Exp;  lines: +7 
-1;
DBFCreateField() now works on files with records

revision 1.63
date: 2008-11-11 18:47:10 +0100;  author: fwarmerdam;  state: Exp;  lines: +5 
-0;
added DBFDeleteField() function

revision 1.62
date: 2008-03-14 06:25:32 +0100;  author: fwarmerdam;  state: Exp;  lines: +5 
-0;
Correct crash on buggy geometries (gdal #2218)

revision 1.61
date: 2008-01-16 21:05:12 +0100;  author: bram;  state: Exp;  lines: +9 -0;
Add file hooks that accept UTF-8 encoded filenames on some platforms.  Use 
SASetupUtf8Hooks
 tosetup the hooks and check SHPAPI_UTF8_HOOKS for its availability.  
Currently, this
 is only available on the Windows platform that decodes the UTF-8 filenames to 
wide
 character strings and feeds them to _wfopen and _wremove.

revision 1.60
date: 2008-01-10 17:35:31 +0100;  author: fwarmerdam;  state: Exp;  lines: +5 
-0;
avoid _ prefix on #defined symbols (bug 1840)

revision 1.59
date: 2008-01-03 18:48:02 +0100;  author: bram;  state: Exp;  lines: +27 -0;
in DBFCreate, use default code page LDID/87 (= 0x57, ANSI)
instead of LDID/3.  This seems to be the same as what ESRI
would be doing by default.



--- End Message ---
--- Begin Message ---
Source: shapelib
Source-Version: 1.3.0-1

We believe that the bug you reported is fixed in the latest version of
shapelib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 526...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine  (supplier of updated shapelib 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 15 Mar 2014 16:55:43 +0100
Source: shapelib
Binary: shapelib libshp-dev libshp2
Architecture: source i386
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libshp-dev - Library for reading and writing ArcView Shapefiles - development
 libshp2- Library for reading and writing ArcView Shapefiles
 shapelib   - Library for reading and writing ArcView Shapefiles - tools
Closes: 526984 539341
Changes: 
 shapelib (1.3.0-1) unstable; urgency=medium
 .
   [ Arto Jantunen ]
   * Imported Upstream version 1.3.0 (Closes: #526984)
   * Remove patch 0002 (Thread safety fixes), no longer needed
   * Update build system patches (0003-0005) to match new Makefile
   * debian/shapelib.docs: update for new file locations
   * debian/rules: update for new version
   * Bump SONAME due to API and ABI changes in 1.3.0
 .
   [ Francesco Paolo Lovergine ]
   * An

shapelib_1.3.0-1_i386.changes ACCEPTED into unstable, unstable

2014-03-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 15 Mar 2014 16:55:43 +0100
Source: shapelib
Binary: shapelib libshp-dev libshp2
Architecture: source i386
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Francesco Paolo Lovergine 
Description: 
 libshp-dev - Library for reading and writing ArcView Shapefiles - development
 libshp2- Library for reading and writing ArcView Shapefiles
 shapelib   - Library for reading and writing ArcView Shapefiles - tools
Closes: 526984 539341
Changes: 
 shapelib (1.3.0-1) unstable; urgency=medium
 .
   [ Arto Jantunen ]
   * Imported Upstream version 1.3.0 (Closes: #526984)
   * Remove patch 0002 (Thread safety fixes), no longer needed
   * Update build system patches (0003-0005) to match new Makefile
   * debian/shapelib.docs: update for new file locations
   * debian/rules: update for new version
   * Bump SONAME due to API and ABI changes in 1.3.0
 .
   [ Francesco Paolo Lovergine ]
   * Annotated latest changes by Arto into debian/changelog.
   * Updated debian/watch file to current repository.
   * Policy bumped to 3.9.5, no changes required.
   * Now installing also contributed tools (Closes: #539341).
   * Added a new b-d on libproj-dev.
Checksums-Sha1: 
 34ea15f73e949dc4a099ec9ef0b4961be878cb88 1367 shapelib_1.3.0-1.dsc
 599fde6f69424fa55da281506b297f3976585b85 156301 shapelib_1.3.0.orig.tar.gz
 15d40fc28cccb671119edd082aaa574901666f4a 10820 shapelib_1.3.0-1.debian.tar.xz
 67be23d01df420da05f475a7de5ef8df94723135 97260 shapelib_1.3.0-1_i386.deb
 292da8c64186f5f4151c261f0062532b5a435dda 36332 libshp-dev_1.3.0-1_i386.deb
 ba20b3b94935356738fdc90f34244472d20960a9 32766 libshp2_1.3.0-1_i386.deb
Checksums-Sha256: 
 57818f4b6865000f4a1a14e207aee7f332d247e68127bc36119a205d33bac2e5 1367 
shapelib_1.3.0-1.dsc
 23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f 156301 
shapelib_1.3.0.orig.tar.gz
 4ccc0532412be3f4dceb57e2f3a67d087abd739d57c6173f9d566aaa07a0b8b1 10820 
shapelib_1.3.0-1.debian.tar.xz
 6629b651866e9b83bddc01e4b88b61e2783526d90c64e85d1cb8c895f0ed4ff0 97260 
shapelib_1.3.0-1_i386.deb
 f5d240d70800cc811cde9b81818d8565c01e6bda4880524139f00de9a5f05aa5 36332 
libshp-dev_1.3.0-1_i386.deb
 9f95a3ca04b8c206d48dc7fd60f44ae5277630ece0ccbe02fa7f691b01901414 32766 
libshp2_1.3.0-1_i386.deb
Files: 
 f75191a039fcdbc8a61ff82482017c01 1367 libs optional shapelib_1.3.0-1.dsc
 2ff7d0b21d4b7506b452524492795f77 156301 libs optional 
shapelib_1.3.0.orig.tar.gz
 2b76a7813a9372b0452c471decb61f9c 10820 libs optional 
shapelib_1.3.0-1.debian.tar.xz
 6836a451292745c791372cb95a440131 97260 graphics optional 
shapelib_1.3.0-1_i386.deb
 1c1e1668656fdf6bb60199bad6ffc739 36332 libdevel optional 
libshp-dev_1.3.0-1_i386.deb
 a2d6db9f7f6ebdd8e8a0126663e8369f 32766 libs optional libshp2_1.3.0-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMki/gACgkQpFNRmenyx0fs0gCgppyl2IE6NpOtJrzatoUpVY5M
ijwAoOfpuL5zTO2J9kWdd2P3RWgjY0J5
=ZKsE
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Bug#742044: RFS: libgaiagraphics/0.5-2

2014-03-18 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

As part of the SpatiaLite transition am I looking for a sponsor for
my package "libgaiagraphics".

https://release.debian.org/transitions/html/libspatialite5.html
https://release.debian.org/transitions/html/librasterlite2.html

Please refer to the thread on debian-gis@ for more information on this
transition: http://thread.gmane.org/gmane.linux.debian.gis/535

 Package name: libgaiagraphics
 Version : 0.5-2
 Upstream Author : Alessandro Furieri 
 URL : https://www.gaia-gis.it/fossil/libgaiagraphics
 License : LGPL-3.0+
 Section : libs

It builds those binary packages:

 libgaiagraphics1 - Gaia common graphics support
 libgaiagraphics1-dbg - Gaia common graphics support - debugging symbols
 libgaiagraphics-dev  - Gaia common graphics support - development headers

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/libgaiagraphics


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/libg/libgaiagraphics/libgaiagraphics_0.5-2.dsc

More information about libgaiagraphics can be obtained from 
https://www.gaia-gis.it/fossil/libgaiagraphics.

Changes since the last upload:

 * Bump Standards-Version to 3.9.5, no changes required.
 * Add gbp.conf to use pristine-tar by default.
 * Move from experimental to unstable.


Regards,
 Sebastiaan Couwenberg

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


[librasterlite] tag debian/1.1g-4 created (now fb25292)

2014-03-18 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/1.1g-4
in repository librasterlite.

at  fb25292   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librasterlite.git

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


librasterlite_1.1g-4_amd64.changes ACCEPTED into unstable

2014-03-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 17 Mar 2014 23:09:57 +0100
Source: librasterlite
Binary: librasterlite-dev librasterlite2 rasterlite-dbg rasterlite-bin
Architecture: source amd64
Version: 1.1g-4
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description: 
 librasterlite-dev - library supporting raster data sources for spatialite - 
headers
 librasterlite2 - library supporting raster data sources for spatialite
 rasterlite-bin - command line tools for librasterlite
 rasterlite-dbg - library supporting raster data sources for spatialite - 
debugging
Changes: 
 librasterlite (1.1g-4) unstable; urgency=low
 .
   * Add gbp.conf to use pristine-tar by default.
   * Move from experimental to unstable.
Checksums-Sha1: 
 9f77621d559039b06c79f9ec7a3dc87ed35b 2399 librasterlite_1.1g-4.dsc
 89e189e8aa62be9b2a59a73eb884b4458d67d211 15248 
librasterlite_1.1g-4.debian.tar.xz
 4bb4a551d4643e533ad4f07e028e675a9243de71 13442 
librasterlite-dev_1.1g-4_amd64.deb
 c6200d14a454301413c53bab0bb93ffc784509a3 45498 librasterlite2_1.1g-4_amd64.deb
 e2aea298c1288aaa83cb858e6d3936c349ca866b 458086 rasterlite-dbg_1.1g-4_amd64.deb
 ee332d64ca723b3ee1c81405f45c9f783026f5e3 85224 rasterlite-bin_1.1g-4_amd64.deb
Checksums-Sha256: 
 090ca370521dd0a753144a8f23f078dd13adfa3bf202f953fd74f3301b30d713 2399 
librasterlite_1.1g-4.dsc
 73e2f45a8aeb7b326357db082898d56048d046623df163089f44b94f1e12270a 15248 
librasterlite_1.1g-4.debian.tar.xz
 6d062c28e2b04b51cc226f0a74051ac59c08603a7b3c5b59093b6ff3e4cc4c17 13442 
librasterlite-dev_1.1g-4_amd64.deb
 0337313e9815369ec51ea5cc1fba3477be658795d82f82b3bf15512b063cb036 45498 
librasterlite2_1.1g-4_amd64.deb
 08a9859cb808c412f841bf4ad7b8fb923edafeae360c6a46918838588ed9c9ba 458086 
rasterlite-dbg_1.1g-4_amd64.deb
 f471cdcbfc58fb451c59818a5eb6815f460ec32a7856cf14d6ed2dbe1700c6e5 85224 
rasterlite-bin_1.1g-4_amd64.deb
Files: 
 f359b72e7f4927430f34bb378a9fbdb5 2399 libs optional librasterlite_1.1g-4.dsc
 f9a48f04c7e9766b0a3611cac82464e5 15248 libs optional 
librasterlite_1.1g-4.debian.tar.xz
 11661c1585078b23ed55a83b91d0404a 13442 libdevel optional 
librasterlite-dev_1.1g-4_amd64.deb
 cc63a4603daa10376a45af8ea05cb619 45498 libs optional 
librasterlite2_1.1g-4_amd64.deb
 24ecd6269f6af5d6e07ec04fb9351009 458086 debug extra 
rasterlite-dbg_1.1g-4_amd64.deb
 f0b9da9b54e292316b08754c85c9fd8b 85224 graphics optional 
rasterlite-bin_1.1g-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTKGadAAoJEFeKBJTRxkbR9l8QAJjROLt7RaD9q2uzSxjfH1Wi
F/PiUHZFEmUTbKpNCkyHKYO57DLxbgpBl6kRJuGN0eCfH1dPfE2Or6su5blfh0lP
OjEwlrg1cMZrMYzHGSOWU88LvYmZvfaslkvbd51gsLgP4x4/AxRMKPUm+offJZxh
c4BmDppGGXxNkF4iDMO4D91OiHDuTKxcQ+2Y5pWhN03m0kORc0iQv46CnEDxJkHN
tLco9YxIxn61Bglw1smx+ls5bMXZ2BqmOeYQ42EQzjzevFw0x1QwRmHBYFHdWeBP
g/YE45UfQZn3MAppJdbgKr72dGEV1ncqDQyOKxzewr6b/d73F+Ua8Nd7p/OST4Q4
rc0/N9BkRhIkypAjyfNQiCfZortUnzFi1deGsrWy4sOR9aNCqfoVh9QLEQf5rCNm
ZFrTbtF9YmklxYM4gCqWNq84kD/2HptaG7oFOW3DRUri9InlGG4j8x8/CQOKPzG9
sFfIk6m0Z1/9W1jESKbzMJBnePFElSlqu9n4sZ/hY/tCAMDz4wHZ7DK5ZeGHjsvB
VYvx0Qb22jZ6WhSmTJAuR890/MPnNd7jtrSBKOgPVPRod/5LBCEE1x2z5Uar043t
B2tp51MbyXRkv407kE3a76yC1T02VSTNTb6GpmL4v6w+MSiTbyPWX3pBw16veG1n
/dX1JJgEOm/oYjfS2rjp
=9Uwc
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of librasterlite_1.1g-4_amd64.changes

2014-03-18 Thread Debian FTP Masters
librasterlite_1.1g-4_amd64.changes uploaded successfully to localhost
along with the files:
  librasterlite_1.1g-4.dsc
  librasterlite_1.1g-4.debian.tar.xz
  librasterlite-dev_1.1g-4_amd64.deb
  librasterlite2_1.1g-4_amd64.deb
  rasterlite-dbg_1.1g-4_amd64.deb
  rasterlite-bin_1.1g-4_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


Bug#740613: libhdf5-7: Please include support for compression with libaec

2014-03-18 Thread Sylvestre Ledru
On 03/03/2014 17:00, Thomas Jahns wrote:
> Package: libhdf5-7
> Severity: wishlist
>
> Dear Maintainer(s),
>
> since SZIP is essentially non-free, although the corresponding patents are no
> longer, and our share-holders wanted to use it in other libraries (libcdi) for
> another file format (GRIB), DKRZ provides a free implementation of the same
> algorithms at [1]. We'd like to see the library get used more widely.
>
If you are really interested in this change, you should propose a patch.
I am not sure it is going to be fixed otherwise...

Cheers,
Sylvestre

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


Bug#742039: missing license in debian/copyright

2014-03-18 Thread Thorsten Alteholz

Package: shapelib
Version: 1.3.0-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the missing licenses of:
 shapelib-1.3.0\contrib\*  (Expat+LGPL, Expat, GPL2+, PD)
 shapelib-1.3.0\* (dual license Expat+LGPL)
to debian/copyright.

Thanks!
  Thorsten

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


[qgis] branch master updated (352060c -> ac30f81)

2014-03-18 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository qgis.

  from  352060c   Set distribution to experimental.
   new  644e653   Move from experimental to unstable.
   new  bf44f90   Update symbols for armhf.
   new  ac30f81   Set distribution to unstable.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog|   7 ++
 debian/libqgis-analysis2.2.0.symbols|  26 ++--
 debian/libqgis-core2.2.0.symbols| 179 ++--
 debian/libqgis-gui2.2.0.symbols |  86 ++---
 debian/libqgis-networkanalysis2.2.0.symbols |   6 +-
 debian/libqgisgrass2.2.0.symbols|  18 +--
 debian/libqgissqlanyconnection2.2.0.symbols |  16 +--
 7 files changed, 174 insertions(+), 164 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qgis.git

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


[qgis] 01/03: Move from experimental to unstable.

2014-03-18 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository qgis.

commit 644e6532e9b80e0adeb4312ec75bc143228f95ea
Author: Bas Couwenberg 
Date:   Tue Mar 18 00:23:26 2014 +0100

Move from experimental to unstable.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 16b189a..dca7b9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qgis (2.2.0-1) UNRELEASED; urgency=low
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg   Tue, 18 Mar 2014 00:23:00 +0100
+
 qgis (2.2.0-1~exp2) experimental; urgency=low
 
   * Add patches for changes from upstream release_2.2 branch.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qgis.git

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


[qgis] 03/03: Set distribution to unstable.

2014-03-18 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository qgis.

commit ac30f8118ae7b0e63cc91fbd62435c32114e9a8b
Author: Bas Couwenberg 
Date:   Tue Mar 18 00:29:08 2014 +0100

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d014fa3..280e5a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-qgis (2.2.0-1) UNRELEASED; urgency=low
+qgis (2.2.0-1) unstable; urgency=low
 
   * Move from experimental to unstable.
   * Update symbols for armhf.
 
- -- Bas Couwenberg   Tue, 18 Mar 2014 00:23:00 +0100
+ -- Bas Couwenberg   Tue, 18 Mar 2014 00:28:41 +0100
 
 qgis (2.2.0-1~exp2) experimental; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qgis.git

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


Bug#742010: RFS: librasterlite/1.1g-4

2014-03-18 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the SpatiaLite transition am I looking for a sponsor for
my package "librasterlite".

https://release.debian.org/transitions/html/libspatialite5.html
https://release.debian.org/transitions/html/librasterlite2.html

Please refer to the thread on debian-gis@ for more information on this
transition: http://thread.gmane.org/gmane.linux.debian.gis/535

 Package name: librasterlite
 Version : 1.1g-4
 Upstream Author : Alessandro Furieri 
 URL : https://www.gaia-gis.it/fossil/librasterlite
 License : MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Section : libs

It builds those binary packages:

 librasterlite-dev - library supporting raster data sources for spatialite - 
headers
 librasterlite2 - library supporting raster data sources for spatialite
 rasterlite-bin - command line tools for librasterlite
 rasterlite-dbg - library supporting raster data sources for spatialite - 
debugging

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/librasterlite


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/libr/librasterlite/librasterlite_1.1g-4.dsc

More information about librasterlite can be obtained from 
https://www.gaia-gis.it/fossil/librasterlite.

Changes since the last upload:

 * Add gbp.conf to use pristine-tar by default.
 * Move from experimental to unstable.


Regards,
 Sebastiaan Couwenberg

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


spatialite_4.1.1-6_amd64.changes ACCEPTED into unstable

2014-03-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 17 Mar 2014 22:56:06 +0100
Source: spatialite
Binary: libspatialite5 libspatialite-dev libspatialite5-dbg
Architecture: source amd64
Version: 4.1.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description: 
 libspatialite-dev - Geospatial extension for SQLite - development files
 libspatialite5 - Geospatial extension for SQLite - libraries
 libspatialite5-dbg - Geospatial extension for SQLite - debugging symbols
Changes: 
 spatialite (4.1.1-6) unstable; urgency=low
 .
   * Add gbp.conf to use pristine-tar by default.
   * Move from experimental to unstable.
Checksums-Sha1: 
 8cc4a99975e09a5dadb1e07fabc8652e11454108 2301 spatialite_4.1.1-6.dsc
 8294e7fa5063926ff2c03495c4f5aaa394cfa46a 22280 spatialite_4.1.1-6.debian.tar.xz
 185e74e1482e75c525fbec08a74f787bc253ff68 860062 
libspatialite5_4.1.1-6_amd64.deb
 92bdc99cf9b11830e76bdab4e47438a84c821059 947052 
libspatialite-dev_4.1.1-6_amd64.deb
 58c44eab1986fa1387adc977e93d2d9b2ac14f7c 1756714 
libspatialite5-dbg_4.1.1-6_amd64.deb
Checksums-Sha256: 
 a503c6e1b79b741c1d56ef1eee2ebdf2186696b69608e1d947cea45f6e8caf8f 2301 
spatialite_4.1.1-6.dsc
 2bc833b6957f2f743372a9d0046c4c3f526157d32b5aa1bd42d9672a66ca42b0 22280 
spatialite_4.1.1-6.debian.tar.xz
 1976191a3cbc29fb67d0f7669923b1ac60c995d79a021ef4fa33fecdd094b719 860062 
libspatialite5_4.1.1-6_amd64.deb
 ba07ad81cae0f58db0f12b1e0d1b9231f1fa2db966b873835b60c052a41cf23b 947052 
libspatialite-dev_4.1.1-6_amd64.deb
 265cc3fd16a6cfb806233765ff745055d0bea878d460a5251517a2ed31a3e70f 1756714 
libspatialite5-dbg_4.1.1-6_amd64.deb
Files: 
 44f948bb1c9dde73a206272704b886a1 2301 science optional spatialite_4.1.1-6.dsc
 47a3c7c1480aa634c00abec598775bbf 22280 science optional 
spatialite_4.1.1-6.debian.tar.xz
 08aeb509f4cf3d707b62fc491d5e1aff 860062 libs optional 
libspatialite5_4.1.1-6_amd64.deb
 1f60a1039b2d3a60368d3f3ae79456f3 947052 libdevel optional 
libspatialite-dev_4.1.1-6_amd64.deb
 09c479363c8f9396da4128d1b0f871e0 1756714 debug extra 
libspatialite5-dbg_4.1.1-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTJ/KUAAoJEFeKBJTRxkbRS7sP/jO58NPyk/Kr4fj76YFyJrQb
iJ0h7UI9aaJ2vQ8iY5btN1BCVLpRT4ZMxm8qfaiQBMO3OpGJ35irB22A4GQJJWOS
kdO6jqxwzhlLvlPoKLNrBlyY6yITToFv4xIqaQw8VbFYET7CXbUoyoAvp5S+TxNy
tAl1ODTvXQK85soJ/WV/OavWNE3jGto3QzKRJcWJQr/hMeWsZ+V9AeVeo+TlUViE
JVsVyAHr5LlKCRap+ol5Wf3+BD9Z7UZDEEdoGlB4t1p6x+6ZLaI2w+70OxKLSF/q
UCH44cB0WYsd+MVgai9VpcUZUza1LsAoX7DK0m2+bWGTp3i6qURwGiReUqs5q1Gq
/krhTg57Vn27N+1jiCf2T68uaRA2Kb+1B53liouJ8e6muIN9IeGHgbc3BV/2rTbj
UVOrLuDyvyruXAMOfh6fKyZceOfhDtzQePeEMuuQBtg/q2b3DfBLRVZDTu6Pkuto
qa2K+gdOt7ctUAML43neQdiO2ZQWyguXqAmZ/ux2pC5IY8LuPy1uT4l3EmBqg82x
wCqfEOMHDeBA7duhtltYdUNZKjkdrHzY5Mt3Ffci4x9FWTDvRLv+JVVdpzBe/QYt
LCRUuXkgGrUaZQ486wqhK9I44+uRRqKeCVN9kHpV8hBlu+Qc2fAVvahvgz8m2Q4C
GSng6sKxp4yKuSfe/7V/
=jdsN
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of spatialite_4.1.1-6_amd64.changes

2014-03-18 Thread Debian FTP Masters
spatialite_4.1.1-6_amd64.changes uploaded successfully to localhost
along with the files:
  spatialite_4.1.1-6.dsc
  spatialite_4.1.1-6.debian.tar.xz
  libspatialite5_4.1.1-6_amd64.deb
  libspatialite-dev_4.1.1-6_amd64.deb
  libspatialite5-dbg_4.1.1-6_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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