Bug#793938: [LCFC] templates://openstreetmap-carto/{templates}

2015-08-23 Thread Christian PERRIER
This is the last call for comments for the review of debconf
templates for openstreetmap-carto.

The reviewed templates will be sent on Tuesday, August 25, 2015 to this bug 
report
and a mail will be sent to this list with "[BTS]" as a subject tag.


-- 


Template: openstreetmap-carto/fetch-data
Type: boolean
_Description: Download OpenStreetMap data files from the Internet?
 The openstreetmap-carto stylesheet uses several data files that must
 be downloaded from the Internet. 
 .
 If you choose not to do this now, it can be done manually later
 by running the "get-shapefiles.sh" script in the /usr/share/openstreetmap-carto
 directory.

Template: openstreetmap-carto/database-name
Type: string
Default: gis
_Description: PostgreSQL database name:
 The openstreetmap-carto stylesheet uses a PostgreSQL database to
 store OpenStreetMap data.
 .
 Please choose the name for this database.
Source: openstreetmap-carto
Maintainer: Debian GIS Project 
Uploaders: Christopher Baines 
Section: graphics
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
   node-carto,
   po-debconf
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/openstreetmap-carto.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/openstreetmap-carto.git
Homepage: https://github.com/gravitystorm/openstreetmap-carto

Package: openstreetmap-carto
Architecture: all
Depends: ${misc:Depends},
 ttf-dejavu,
 curl,
 unzip,
 gdal-bin,
 mapnik-utils
Recommends: fonts-sipa-arundina,
fonts-sil-padauk,
fonts-khmeros
Description: standard OpenStreetMap Mapnik stylesheet
 This package provides the standard OpenStreetMap stylesheet for Mapnik, built
 from the CartoCSS source. It also provides the necessary icons, and the script
 to download the necessary shapefiles.
 .
 This package does not provide a tileserver, or perform tile rendering.


signature.asc
Description: 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

[python-shapely] 06/10: Update copyright years + file location

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit 077450810a5189d1608a08eb779fb39abec1f22a
Author: Johan Van de Wauw 
Date:   Fri Jun 26 21:08:16 2015 +0200

Update copyright years + file location
---
 debian/copyright | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 45a1ece..15f9f40 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Gis Python community list 

 Source: http://pypi.python.org/packages/source/S/Shapely/
 
 Files: *
-Copyright: © 2011 Sean Gillies 
+Copyright: © 2011-2015 Sean Gillies 
(see /usr/share/doc/python-shapely/CREDITS.txt for full list).
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
@@ -41,8 +41,8 @@ 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: manual/manual.txt
-Copyright: © 2010 Sean C. Gillies 
+Files: docs/manual.rst
+Copyright: © 2010-2015 Sean C. Gillies 
 License: CC-BY
  THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
  COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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

[python-shapely] 08/10: Reformat debian/control with cme fix dpkg-control

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit f7db744d7f2def07f2c544861cb4256facdda5df
Author: Johan Van de Wauw 
Date:   Fri Jun 26 21:18:34 2015 +0200

Reformat debian/control with cme fix dpkg-control
---
 debian/control | 52 +---
 1 file changed, 41 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 07ab7c7..b762c8e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,42 @@
 Source: python-shapely
+Maintainer: Pietro Battiston 
 Section: python
 Priority: optional
-Maintainer: Pietro Battiston 
-Build-Depends: debhelper (>= 7.0.50), python-setuptools (>= 0.6), libgeos-c1 
(>= 3.1.0), libgeos-dev, python-numpy, python-all (>= 2.6.6-3), python-all-dev, 
python3-all, python3-setuptools, cython, cython3, python-dev, python3-dev, 
dh-python, python-sphinx, python3-sphinx, python-matplotlib, libjs-mathjax
+Build-Depends: debhelper (>= 7.0.50),
+   python-setuptools (>= 0.6),
+   libgeos-c1 (>= 3.1.0),
+   libgeos-dev,
+   python-numpy,
+   python-all (>= 2.6.6-3),
+   python-all-dev,
+   python3-all,
+   python3-setuptools,
+   cython,
+   cython3,
+   python-dev,
+   python3-dev,
+   dh-python,
+   python-sphinx,
+   python3-sphinx,
+   python-matplotlib,
+   libjs-mathjax
 Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-shapely.git
+Vcs-Git: git://anonscm.debian.org/collab-maint/python-shapely.git
+Homepage: http://toblerity.org/shapely
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
-Homepage: http://toblerity.org/shapely
-Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=collab-maint/python-shapely.git
-Vcs-Git: git://anonscm.debian.org/collab-maint/python-shapely.git
 
 Package: python-shapely
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python (>=2.6) 
| python-ctypes, libgeos-c1 (>= 3.1.0)
-Suggests: python-numpy, python-matplotlib, python-shapely-doc
+Depends: ${python:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ python (>= 2.6) | python-ctypes,
+ libgeos-c1 (>= 3.1.0)
+Suggests: python-numpy,
+  python-matplotlib,
+  python-shapely-doc
 Enhances: python-numpy
 Description: geometric objects, predicates, and operations (Python 2)
  Shapely is a package for manipulation and analysis of 2D features.
@@ -28,8 +51,14 @@ Description: geometric objects, predicates, and operations 
(Python 2)
 
 Package: python3-shapely
 Architecture: any
-Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, python3, 
libgeos-c1 (>= 3.1.0)
-Suggests: python3-numpy, python3-matplotlib, python-shapely-doc
+Depends: ${python3:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ python3,
+ libgeos-c1 (>= 3.1.0)
+Suggests: python3-numpy,
+  python3-matplotlib,
+  python-shapely-doc
 Enhances: python3-numpy
 Description: geometric objects, predicates, and operations (Python 3)
  Shapely is a package for manipulation and analysis of 2D features.
@@ -43,10 +72,11 @@ Description: geometric objects, predicates, and operations 
(Python 3)
  This is the Python 3 version of the package.
 
 Package: python-shapely-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
-Recommends: python-shapely | python3-shapely, libjs-mathjax
+Recommends: python-shapely | python3-shapely,
+libjs-mathjax
 Description: geometric objects, predicates, and operations (documentation)
  Shapely is a package for manipulation and analysis of 2D features.
  Its capabilities include:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 02/10: Add gbp.conf

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit 7be16a64416159c7c8a60ee13433475349f26714
Author: Johan Van de Wauw 
Date:   Fri Jun 26 15:21:49 2015 +0200

Add gbp.conf
---
 debian/gbp.conf | 16 
 1 file changed, 16 insertions(+)

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 05/10: Update changelog

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit cdbfce75db8ff8638fdcb0f880a85903a260ed71
Author: Johan Van de Wauw 
Date:   Fri Jun 26 21:02:16 2015 +0200

Update changelog
---
 debian/changelog | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4cf9212..a0e6ab3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+python-shapely (1.5.9-1) UNRELEASED; urgency=medium
+
+  [ Pietro Battiston ]
+  * Suggests: python-shapely-doc (Closes: #765417, #765418)
+
+  [ Johan Van de Wauw ]
+  * Mangle version in watch file
+  * Add gbp.conf
+  * Imported Upstream version 1.5.9
+  * Imported Upstream version 1.5.9
+  * Remove cythonize patch
+
+ -- Pietro Battiston   Fri, 26 Jun 2015 21:02:09 +0200
+
 python-shapely (1.4.3-1) unstable; urgency=low
 
   * Imported Upstream version 1.4.3

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 04/10: Remove cythonize patch

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit 19e2bc28b8e762befcca628556ae171a345ee14e
Author: Johan Van de Wauw 
Date:   Fri Jun 26 20:59:08 2015 +0200

Remove cythonize patch

Cython is run anyway since no C sources are present.
---
 .../0001-Use-cythonize-for-cythonization.patch | 60 --
 ...ch => 0001-setup.cfg-to-autobuild-sphinx.patch} |  0
 ...atch => 0002-Retrieve-MathJax.js-locally.patch} |  0
 ...e.patch => 0003-Do-not-install-.pxi-file.patch} |  2 +-
 debian/patches/series  |  7 ++-
 5 files changed, 4 insertions(+), 65 deletions(-)

diff --git a/debian/patches/0001-Use-cythonize-for-cythonization.patch 
b/debian/patches/0001-Use-cythonize-for-cythonization.patch
deleted file mode 100644
index dfcca7b..000
--- a/debian/patches/0001-Use-cythonize-for-cythonization.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From: Pietro Battiston 
-Date: Mon, 20 Jan 2014 11:16:00 +0100
-Subject: Use "cythonize" for cythonization
-

- setup.py | 31 ++-
- 1 file changed, 2 insertions(+), 29 deletions(-)
- mode change 100755 => 100644 setup.py
-
-diff --git a/setup.py b/setup.py
-old mode 100755
-new mode 100644
-index ea428c0..2d18d56
 a/setup.py
-+++ b/setup.py
-@@ -15,6 +15,7 @@ from distutils.cmd import Command
- from distutils.errors import CCompilerError, DistutilsExecError, \
- DistutilsPlatformError
- from distutils.sysconfig import get_config_var
-+from Cython.Build import cythonize
- import errno
- import glob
- import os
-@@ -153,35 +154,7 @@ elif sys.platform == 'win32':
- else:
- libraries = ['geos_c']
- 
--
--if os.path.exists("MANIFEST.in"):
--pyx_file = "shapely/speedups/_speedups.pyx"
--c_file = "shapely/speedups/_speedups.c"
--
--force_cython = False
--if 'sdist' in sys.argv:
--force_cython = True
--
--try:
--if (force_cython or not os.path.exists(c_file)
--or os.path.getmtime(pyx_file) > os.path.getmtime(c_file)):
--print("Updating C extension with Cython.", file=sys.stderr)
--subprocess.check_call(["cython", 
"shapely/speedups/_speedups.pyx"])
--except (subprocess.CalledProcessError, OSError):
--print("Warning: Could not (re)create C extension with Cython.",
--  file=sys.stderr)
--if force_cython:
--raise
--if not os.path.exists("shapely/speedups/_speedups.c"):
--print("Warning: speedup extension not found", file=sys.stderr)
--
--ext_modules = [
--Extension(
--"shapely.speedups._speedups",
--["shapely/speedups/_speedups.c"],
--libraries=libraries,
--include_dirs=[get_config_var('INCLUDEDIR')],),
--]
-+ext_modules = cythonize("shapely/speedups/_speedups.pyx")
- 
- try:
- import numpy as np
diff --git a/debian/patches/0002-setup.cfg-to-autobuild-sphinx.patch 
b/debian/patches/0001-setup.cfg-to-autobuild-sphinx.patch
similarity index 100%
rename from debian/patches/0002-setup.cfg-to-autobuild-sphinx.patch
rename to debian/patches/0001-setup.cfg-to-autobuild-sphinx.patch
diff --git a/debian/patches/0003-Retrieve-MathJax.js-locally.patch 
b/debian/patches/0002-Retrieve-MathJax.js-locally.patch
similarity index 100%
rename from debian/patches/0003-Retrieve-MathJax.js-locally.patch
rename to debian/patches/0002-Retrieve-MathJax.js-locally.patch
diff --git a/debian/patches/0004-Do-not-install-.pxi-file.patch 
b/debian/patches/0003-Do-not-install-.pxi-file.patch
similarity index 95%
rename from debian/patches/0004-Do-not-install-.pxi-file.patch
rename to debian/patches/0003-Do-not-install-.pxi-file.patch
index 4ad10b6..15cf9ee 100644
--- a/debian/patches/0004-Do-not-install-.pxi-file.patch
+++ b/debian/patches/0003-Do-not-install-.pxi-file.patch
@@ -9,7 +9,7 @@ shapely, and it makes the Python 2 and 3 versions clash.
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index 2d18d56..fabe936 100644
+index 9748470..7529165 100755
 --- a/setup.py
 +++ b/setup.py
 @@ -85,8 +85,7 @@ setup_args = dict(
diff --git a/debian/patches/series b/debian/patches/series
index 4c67f98..5390610 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-0001-Use-cythonize-for-cythonization.patch
-0002-setup.cfg-to-autobuild-sphinx.patch
-0003-Retrieve-MathJax.js-locally.patch
-0004-Do-not-install-.pxi-file.patch
+0001-setup.cfg-to-autobuild-sphinx.patch
+0002-Retrieve-MathJax.js-locally.patch
+0003-Do-not-install-.pxi-file.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 10/10: Remove externally referenced image from docs

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit 9de3bcc666ec9252e289a6a6f956445ee16572dc
Author: Johan Van de Wauw 
Date:   Fri Jun 26 21:44:09 2015 +0200

Remove externally referenced image from docs
---
 .../0004-Remove-externally-referenced-image.patch  | 23 ++
 debian/patches/series  |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/0004-Remove-externally-referenced-image.patch 
b/debian/patches/0004-Remove-externally-referenced-image.patch
new file mode 100644
index 000..710f05b
--- /dev/null
+++ b/debian/patches/0004-Remove-externally-referenced-image.patch
@@ -0,0 +1,23 @@
+From: Johan Van de Wauw 
+Date: Fri, 26 Jun 2015 21:43:25 +0200
+Subject: Remove externally referenced image
+
+Fixes lintian privacy-breach-generic
+---
+ README.rst | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/README.rst b/README.rst
+index ea892c0..d557791 100644
+--- a/README.rst
 b/README.rst
+@@ -4,8 +4,7 @@ Shapely
+ 
+ Manipulation and analysis of geometric objects in the Cartesian plane.
+ 
+-.. image:: https://travis-ci.org/Toblerity/Shapely.png?branch=master
+-   :target: https://travis-ci.org/Toblerity/Shapely
++.. `TRAVIS CI https://travis-ci.org/Toblerity/Shapely`
+ 
+ .. image:: http://farm3.staticflickr.com/2738/4511827859_b5822043b7_o_d.png
+:width: 800
diff --git a/debian/patches/series b/debian/patches/series
index 5390610..6b0acae 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-setup.cfg-to-autobuild-sphinx.patch
 0002-Retrieve-MathJax.js-locally.patch
 0003-Do-not-install-.pxi-file.patch
+0004-Remove-externally-referenced-image.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] branch johandw created (now 9de3bcc)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch johandw
in repository python-shapely.

at  9de3bcc   Remove externally referenced image from docs

This branch includes the following new commits:

   new  b11af1d   Mangle version in watch file
   new  7be16a6   Add gbp.conf
   new  79a50f6   Merge tag 'upstream/1.5.9'
   new  19e2bc2   Remove cythonize patch
   new  cdbfce7   Update changelog
   new  0774508   Update copyright years + file location
   new  2e88582   Bump standards version - no changes required
   new  f7db744   Reformat debian/control with cme fix dpkg-control
   new  d223d9f   Use dh_link for symbolic link
   new  9de3bcc   Remove externally referenced image from docs

The 10 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 07/10: Bump standards version - no changes required

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit 2e885823d0d737a554fdbc115dd3c45806072b4c
Author: Johan Van de Wauw 
Date:   Fri Jun 26 21:14:57 2015 +0200

Bump standards version - no changes required
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f8d4f4d..07ab7c7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Pietro Battiston 
 Build-Depends: debhelper (>= 7.0.50), python-setuptools (>= 0.6), libgeos-c1 
(>= 3.1.0), libgeos-dev, python-numpy, python-all (>= 2.6.6-3), python-all-dev, 
python3-all, python3-setuptools, cython, cython3, python-dev, python3-dev, 
dh-python, python-sphinx, python3-sphinx, python-matplotlib, libjs-mathjax
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Homepage: http://toblerity.org/shapely

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 01/10: Mangle version in watch file

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit b11af1d05e928a25f2aa647ddbcf667afcb54783
Author: Johan Van de Wauw 
Date:   Fri Jun 26 15:18:08 2015 +0200

Mangle version in watch file

Makes sure rc/... versions are not more recent than final releases.
---
 debian/watch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index d812161..0045060 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=3
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/Shapely-$1\.tar\.gz/ \
-  https://github.com/Toblerity/Shapely/releases .*/v?(\d\S*)\.tar\.gz
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/Shapely-$1\.tar\.gz/ \
+https://github.com/Toblerity/Shapely/releases .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 03/10: Merge tag 'upstream/1.5.9'

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit 79a50f6f3fb5ffa31b57741f2e39784c71972821
Merge: 7be16a6 7b9e8f5
Author: Johan Van de Wauw 
Date:   Fri Jun 26 20:48:34 2015 +0200

Merge tag 'upstream/1.5.9'

Upstream version 1.5.9

 .travis.yml |   3 +-
 CHANGES.txt |  54 ++
 CREDITS.txt |   1 +
 MANIFEST.in |  16 +--
 README.rst  |  79 ++-
 build-scripts/macosx-10.6-intel.sh  |   8 ++
 build-wheels.sh |  21 
 docs/manual.rst |  79 ++-
 setup.py|   8 +-
 shapely/__init__.py |   2 +-
 shapely/_geos.pxi   |   2 +-
 shapely/coords.py   |  11 ++-
 shapely/ctypes_declarations.py  |  35 +--
 shapely/geometry/base.py| 114 +++--
 shapely/geometry/collection.py  |  38 ++-
 shapely/geometry/linestring.py  |  33 ---
 shapely/geometry/multilinestring.py |  90 +++--
 shapely/geometry/multipoint.py  |  38 ---
 shapely/geometry/multipolygon.py|  39 
 shapely/geometry/point.py   |  36 +++
 shapely/geometry/polygon.py |  78 ++-
 shapely/geos.py |  89 -
 shapely/impl.py |   6 ++
 shapely/iterops.py  |  48 -
 shapely/ops.py  |  28 +-
 shapely/predicates.py   |  16 +--
 shapely/prepared.py |  36 ++-
 shapely/speedups/__init__.py|   9 ++
 shapely/speedups/_speedups.pyx  | 163 +-
 shapely/topology.py |  38 +--
 tests/test_affinity.py  |   6 +-
 tests/test_coords.py|  40 
 tests/test_geos_err_handler.py  |  33 +++
 tests/test_hash.py  |  21 
 tests/test_iterops.py   |  26 +
 tests/test_operators.py |  49 -
 tests/test_predicates.py|  14 ++-
 tests/test_prepared.py  |  20 
 tests/test_snap.py  |  32 ++
 tests/test_svg.py   | 192 
 40 files changed, 1262 insertions(+), 389 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 09/10: Use dh_link for symbolic link

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch johandw
in repository python-shapely.

commit d223d9fc6bac5eb81517d68e0ade4174c7bb2d25
Author: Johan Van de Wauw 
Date:   Fri Jun 26 21:30:23 2015 +0200

Use dh_link for symbolic link
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b3668ee..2c42cd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,4 +29,4 @@ override_dh_auto_build:
rm -f shapely/speedups/_speedups.c
dh_auto_build
python setup.py build_sphinx
-   ln -s /usr/share/javascript/mathjax build/sphinx/html/_static/
+   dh_link build/sphinx/html/_static/ /usr/share/javascript/mathjax

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] branch squeeze created (now c20c783)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch squeeze
in repository python-shapely.

at  c20c783   Added missing build-depends for tests

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 03/05: Retrieve MathJax.js locally

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch patch-queue/master
in repository python-shapely.

commit b57ff231ef0755dfb03f9faf88a3e4d452449b81
Author: Pietro Battiston 
Date:   Tue Sep 30 11:56:55 2014 +0200

Retrieve MathJax.js locally


Gbp-Pq: Name 0002-Retrieve-MathJax.js-locally.patch
---
 docs/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/conf.py b/docs/conf.py
index fe3b911..0fc0781 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -39,6 +39,8 @@ extensions = [
 'sphinx.ext.mathjax', # <--/
 ]
 
+mathjax_path = 'mathjax/MathJax.js?config=tex-ams-mml_htmlormml'
+
 # Add any paths that contain templates here, relative to this directory.
 #templates_path = ['_templates']
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] branch johandwu deleted (was 7b9e8f5)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch johandwu
in repository python-shapely.

   was  7b9e8f5   Imported Upstream version 1.5.9

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] branch remaster created (now 967849f)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch remaster
in repository python-shapely.

at  967849f   Updated watch file: look for releases on github (they 
contain .pyx files)

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] branch patch-queue/master created (now b0bafcb)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch patch-queue/master
in repository python-shapely.

at  b0bafcb   Remove externally referenced image

This branch includes the following new commits:

   new  b1b96a1   Use dh_link for symbolic link
   new  14c8a01   setup.cfg to autobuild sphinx
   new  b57ff23   Retrieve MathJax.js locally
   new  3036fb6   Do not install .pxi file
   new  b0bafcb   Remove externally referenced image

The 5 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] branch johandwu created (now 7b9e8f5)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch johandwu
in repository python-shapely.

at  7b9e8f5   Imported Upstream version 1.5.9

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 04/05: Do not install .pxi file

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch patch-queue/master
in repository python-shapely.

commit 3036fb6567c0c37e0584f86ac9b202021728fd6f
Author: Pietro Battiston 
Date:   Mon Sep 29 08:48:38 2014 +0200

Do not install .pxi file

This file is apparently not required for the (post-install) functioning of
shapely, and it makes the Python 2 and 3 versions clash.

Gbp-Pq: Name 0003-Do-not-install-.pxi-file.patch
---
 setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 9748470..7529165 100755
--- a/setup.py
+++ b/setup.py
@@ -85,8 +85,7 @@ setup_args = dict(
 'Programming Language :: Python :: 2.7',
 'Programming Language :: Python :: 3',
 'Topic :: Scientific/Engineering :: GIS',
-],
-data_files = [('shapely', ['shapely/_geos.pxi'])]
+]
 )
 
 # Add DLLs for Windows

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 02/05: setup.cfg to autobuild sphinx

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch patch-queue/master
in repository python-shapely.

commit 14c8a01ac1849d072e71c5645543813c8c5401b7
Author: Pietro Battiston 
Date:   Fri Sep 26 16:07:19 2014 +0200

setup.cfg to autobuild sphinx


Gbp-Pq: Name 0001-setup.cfg-to-autobuild-sphinx.patch
---
 setup.cfg | 4 
 1 file changed, 4 insertions(+)

diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 000..693f88b
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[build_sphinx]
+source-dir = docs
+build-dir  = build/sphinx
+all_files  = 1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 01/05: Use dh_link for symbolic link

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch patch-queue/master
in repository python-shapely.

commit b1b96a1abfc2a98adf701da0eb0c5c4d4fe5f843
Author: Johan Van de Wauw 
Date:   Fri Jun 26 21:30:23 2015 +0200

Use dh_link for symbolic link
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0a73abb..7ff735b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,4 +31,4 @@ override_dh_auto_build:
rm -f shapely/speedups/_speedups.c
dh_auto_build
python setup.py build_sphinx
-   ln -s /usr/share/javascript/mathjax build/sphinx/html/_static/
+   dh_link build/sphinx/html/_static/ /usr/share/javascript/mathjax

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] branch johandw deleted (was 9de3bcc)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch johandw
in repository python-shapely.

   was  9de3bcc   Remove externally referenced image from docs

This change permanently discards the following revisions:

  discards  9de3bcc   Remove externally referenced image from docs
  discards  d223d9f   Use dh_link for symbolic link
  discards  f7db744   Reformat debian/control with cme fix dpkg-control
  discards  2e88582   Bump standards version - no changes required
  discards  0774508   Update copyright years + file location
  discards  cdbfce7   Update changelog
  discards  19e2bc2   Remove cythonize patch
  discards  79a50f6   Merge tag 'upstream/1.5.9'
  discards  7be16a6   Add gbp.conf
  discards  b11af1d   Mangle version in watch file

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] 05/05: Remove externally referenced image

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a commit to branch patch-queue/master
in repository python-shapely.

commit b0bafcb7f1872585d26f090707837d6af603795b
Author: Johan Van de Wauw 
Date:   Fri Jun 26 21:43:25 2015 +0200

Remove externally referenced image

Fixes lintian privacy-breach-generic

Gbp-Pq: Name 0004-Remove-externally-referenced-image.patch
---
 README.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index ea892c0..d557791 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,7 @@ Shapely
 
 Manipulation and analysis of geometric objects in the Cartesian plane.
 
-.. image:: https://travis-ci.org/Toblerity/Shapely.png?branch=master
-   :target: https://travis-ci.org/Toblerity/Shapely
+.. `TRAVIS CI https://travis-ci.org/Toblerity/Shapely`
 
 .. image:: http://farm3.staticflickr.com/2738/4511827859_b5822043b7_o_d.png
:width: 800

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] branch remaster deleted (was 967849f)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch remaster
in repository python-shapely.

   was  967849f   Updated watch file: look for releases on github (they 
contain .pyx files)

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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#793938: [LCFC] templates://openstreetmap-carto/{templates}

2015-08-23 Thread Justin B Rye
Christian PERRIER wrote:
> This is the last call for comments for the review of debconf
> templates for openstreetmap-carto.

We never did find out *why* this package downloads stuff from the
Internet.
-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package

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


[python-shapely] branch patch-queue/master deleted (was b0bafcb)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch patch-queue/master
in repository python-shapely.

   was  b0bafcb   Remove externally referenced image

This change permanently discards the following revisions:

  discards  b0bafcb   Remove externally referenced image
  discards  3036fb6   Do not install .pxi file
  discards  b57ff23   Retrieve MathJax.js locally
  discards  14c8a01   setup.cfg to autobuild sphinx
  discards  b1b96a1   Use dh_link for symbolic link

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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


[python-shapely] branch squeeze deleted (was c20c783)

2015-08-23 Thread Pietro Battiston
This is an automated email from the git hooks/post-receive script.

toobaz-guest pushed a change to branch squeeze
in repository python-shapely.

   was  c20c783   Added missing build-depends for tests

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.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#793938: [LCFC] templates://openstreetmap-carto/{templates}

2015-08-23 Thread Sebastiaan Couwenberg
On 23-08-15 10:51, Justin B Rye wrote:
> Christian PERRIER wrote:
>> This is the last call for comments for the review of debconf
>> templates for openstreetmap-carto.
> 
> We never did find out *why* this package downloads stuff from the
> Internet.

Because it needs the Natural Earth data to render the default style. The
shapefiles are referenced in the various style sources (.mml files).

Updates to the various shapefiles happen separately from each other,
they get aggregated in openstreetmap-carto to assemble it into a worldmap.

The above is only a clearification, don't quote it in the debconf templates.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

___
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#793938: [LCFC] templates://openstreetmap-carto/{templates}

2015-08-23 Thread Justin B Rye
Sebastiaan Couwenberg wrote:
> Justin B Rye wrote:
>> We never did find out *why* this package downloads stuff from the
>> Internet.
> 
> Because it needs the Natural Earth data to render the default style. The
> shapefiles are referenced in the various style sources (.mml files).

Lots of Debian software requires data files.  Normally the result is
that these dependencies go into data packages, like for instance
openstreetmap-icons.

> Updates to the various shapefiles happen separately from each other,
> they get aggregated in openstreetmap-carto to assemble it into a worldmap.
> 
> The above is only a clearification, don't quote it in the debconf templates.

If I ever found out why this package downloads stuff from the
Internet rather than just expressing a dependency on a data package
that contains it, I would ask for that information to go in the
package description.

Is it perhaps because the data is non-free?
 (No, that can't be right or it wouldn't be in main.)
Is it perhaps because the dataset requires very frequently updates?
 (In which case I might want to re-run the installer regularly...)
Is it perhaps because the dataset is huge?
 (In which case I might want to schedule the install for the weekend.)

Whatever the explanation is, it would probably only require the
addition of a single word into the phrase "necessary shapefiles" in
the long description - something like "up-to-date" or "multigigabyte".

(I don't know why it is that package descriptions for downloader
packages are always so unclear about the point of the exercise, but
your package hit debian-l10n-english at the same time as two others
that were equally uninformative - in one case supposedly for legal
reasons!)
-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package

___
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#793938: [LCFC] templates://openstreetmap-carto/{templates}

2015-08-23 Thread Sebastiaan Couwenberg
On 23-08-15 11:46, Justin B Rye wrote:
> Sebastiaan Couwenberg wrote:
>> Justin B Rye wrote:
>>> We never did find out *why* this package downloads stuff from the
>>> Internet.
>>
>> Because it needs the Natural Earth data to render the default style. The
>> shapefiles are referenced in the various style sources (.mml files).
> 
> Lots of Debian software requires data files.  Normally the result is
> that these dependencies go into data packages, like for instance
> openstreetmap-icons.
> 
>> Updates to the various shapefiles happen separately from each other,
>> they get aggregated in openstreetmap-carto to assemble it into a worldmap.
>>
>> The above is only a clearification, don't quote it in the debconf templates.
> 
> If I ever found out why this package downloads stuff from the
> Internet rather than just expressing a dependency on a data package
> that contains it, I would ask for that information to go in the
> package description.
> 
> Is it perhaps because the data is non-free?
>  (No, that can't be right or it wouldn't be in main.)
> Is it perhaps because the dataset requires very frequently updates?
>  (In which case I might want to re-run the installer regularly...)
> Is it perhaps because the dataset is huge?
>  (In which case I might want to schedule the install for the weekend.)

The latter two seem to be applicable to openstreetmap-carto, the data is
not non-free.

> Whatever the explanation is, it would probably only require the
> addition of a single word into the phrase "necessary shapefiles" in
> the long description - something like "up-to-date" or "multigigabyte".
> 
> (I don't know why it is that package descriptions for downloader
> packages are always so unclear about the point of the exercise, but
> your package hit debian-l10n-english at the same time as two others
> that were equally uninformative - in one case supposedly for legal
> reasons!)

That's easily explained by their respective upstreams being equally
unclear about those issues.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


[osmium-tool] branch master updated (7dadeab -> cf54dbd)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository osmium-tool.

  from  7dadeab   Set distribution to unstable.
   new  e289c28   Restore big-endian-fileinfo-test.patch, not fixed 
upstream.
   new  22ebd84   Ignore test failures to not fail the entire build.
   new  cf54dbd   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/patches/big-endian-fileinfo-test.patch | 52 +++
 debian/patches/series |  1 +
 debian/rules  |  3 ++
 4 files changed, 63 insertions(+)
 create mode 100644 debian/patches/big-endian-fileinfo-test.patch
 create mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osmium-tool.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


[osmium-tool] 01/03: Restore big-endian-fileinfo-test.patch, not fixed upstream.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository osmium-tool.

commit e289c28dcd143070cf3f26cc5a75b4ce0b6ce7d1
Author: Bas Couwenberg 
Date:   Sun Aug 23 11:44:32 2015 +0200

Restore big-endian-fileinfo-test.patch, not fixed upstream.

Revert "Drop patches, fixed upstream."

This reverts commit bcd246457fd9f2b66c58fe9d8745d85ba0ba4b88.
---
 debian/changelog  |  6 
 debian/patches/big-endian-fileinfo-test.patch | 52 +++
 debian/patches/series |  1 +
 3 files changed, 59 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d9a2c0b..b9c6eec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmium-tool (1.2.0-2) UNRELEASED; urgency=medium
+
+  * Restore big-endian-fileinfo-test.patch, not fixed upstream.
+
+ -- Bas Couwenberg   Sun, 23 Aug 2015 11:45:30 +0200
+
 osmium-tool (1.2.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/big-endian-fileinfo-test.patch 
b/debian/patches/big-endian-fileinfo-test.patch
new file mode 100644
index 000..59d7a0f
--- /dev/null
+++ b/debian/patches/big-endian-fileinfo-test.patch
@@ -0,0 +1,52 @@
+Description: Fix test failure on big endian architectures.
+ The CRC checksum is different on big endian architectures like mips, powerpc 
& s390x.
+Author: Bas Couwenberg 
+Forwarded: https://github.com/osmcode/osmium-tool/pull/13
+
+--- /dev/null
 b/test/fileinfo/fi1-result-be.txt
+@@ -0,0 +1,27 @@
++File:
++  Name: fileinfo/fi1.osm
++  Format: XML
++  Compression: none
++  Size: 438
++Header:
++  Bounding boxes:
++  With history: no
++  Options:
++generator=testdata
++version=0.6
++Data: 
++  Bounding box: (1,1,1,3)
++  Timestamps:
++First: 2015-01-01T01:00:00Z
++Last: 2015-01-01T04:00:00Z
++  Objects ordered (by type and id): yes
++  Multiple versions of same object: no
++  CRC32: 1e1e05ec
++  Number of changesets: 0
++  Number of nodes: 3
++  Number of ways: 0
++  Number of relations: 0
++  Largest changeset ID: 0
++  Largest node ID: 4
++  Largest way ID: 0
++  Largest relation ID: 0
+--- a/test/fileinfo/CMakeLists.txt
 b/test/fileinfo/CMakeLists.txt
+@@ -12,7 +12,13 @@ endfunction()
+ 
+ #-
+ 
+-check_fileinfo(fi1 "--extended" fi1.osm fi1-result.txt)
++include(TestBigEndian)
++test_big_endian(BIG_ENDIAN)
+ 
++if(${BIG_ENDIAN})
++check_fileinfo(fi1 "--extended" fi1.osm fi1-result-be.txt)
++else(${BIG_ENDIAN})
++check_fileinfo(fi1 "--extended" fi1.osm fi1-result.txt)
++endif(${BIG_ENDIAN})
+ 
+ #-
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..e01abe6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+big-endian-fileinfo-test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osmium-tool.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


[osmium-tool] 02/03: Ignore test failures to not fail the entire build.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository osmium-tool.

commit 22ebd84e6a9fc60bb97cae627f2b3357e8062bf4
Author: Bas Couwenberg 
Date:   Sun Aug 23 11:55:31 2015 +0200

Ignore test failures to not fail the entire build.
---
 debian/changelog | 1 +
 debian/rules | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b9c6eec..6ad42f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 osmium-tool (1.2.0-2) UNRELEASED; urgency=medium
 
   * Restore big-endian-fileinfo-test.patch, not fixed upstream.
+  * Ignore test failures to not fail the entire build.
 
  -- Bas Couwenberg   Sun, 23 Aug 2015 11:45:30 +0200
 
diff --git a/debian/rules b/debian/rules
index 2b8debf..3174a05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ export VERBOSE=1
 override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1
 
+override_dh_auto_test:
+   dh_auto_test || echo "Ignoring test failures"
+
 override_dh_installchangelogs:
dh_installchangelogs -k CHANGELOG.md
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osmium-tool.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


[osmium-tool] 03/03: Set distribution to unstable.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository osmium-tool.

commit cf54dbd94b79031de5840e144b89baad39be2d0f
Author: Bas Couwenberg 
Date:   Sun Aug 23 11:55:42 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 6ad42f4..ee6e9bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-osmium-tool (1.2.0-2) UNRELEASED; urgency=medium
+osmium-tool (1.2.0-2) unstable; urgency=medium
 
   * Restore big-endian-fileinfo-test.patch, not fixed upstream.
   * Ignore test failures to not fail the entire build.
 
- -- Bas Couwenberg   Sun, 23 Aug 2015 11:45:30 +0200
+ -- Bas Couwenberg   Sun, 23 Aug 2015 11:55:32 +0200
 
 osmium-tool (1.2.0-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osmium-tool.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


[osmium-tool] tag debian/1.2.0-2 created (now cf54dbd)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.2.0-2
in repository osmium-tool.

at  cf54dbd   (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/osmium-tool.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 osmium-tool_1.2.0-2_amd64.changes

2015-08-23 Thread Debian FTP Masters
osmium-tool_1.2.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  osmium-tool_1.2.0-2.dsc
  osmium-tool_1.2.0-2.debian.tar.xz
  osmium-tool_1.2.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


osmium-tool_1.2.0-2_amd64.changes ACCEPTED into unstable

2015-08-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2015 11:55:32 +0200
Source: osmium-tool
Binary: osmium-tool
Architecture: source amd64
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 osmium-tool - Command line tool for working with OpenStreetMap data
Changes:
 osmium-tool (1.2.0-2) unstable; urgency=medium
 .
   * Restore big-endian-fileinfo-test.patch, not fixed upstream.
   * Ignore test failures to not fail the entire build.
Checksums-Sha1:
 9f3f1152d4a8be1b495a18d77ec4ed4e7f277ec6 2043 osmium-tool_1.2.0-2.dsc
 2715f4e8b7a6c83f966fc9b975f824c70f3d9ab4 5300 osmium-tool_1.2.0-2.debian.tar.xz
 a477b3b19ee3483340b707a3ec5a00f5bc52ddba 84 osmium-tool_1.2.0-2_amd64.deb
Checksums-Sha256:
 969325ff55b46015acd8884e16824a160fa26499046000da66def696b66753f8 2043 
osmium-tool_1.2.0-2.dsc
 411895a1ddabf0e416aa9b92544655e9dd6c0425a2fdeda6289a5d1daabb3b5a 5300 
osmium-tool_1.2.0-2.debian.tar.xz
 017827f840ee246cefdfab7989bb2328d62ed9ef4a64c0e7ed6b6398eaff899f 84 
osmium-tool_1.2.0-2_amd64.deb
Files:
 53daeaa52bf367fdb62a9b0282ea7702 2043 science optional osmium-tool_1.2.0-2.dsc
 d49060b6dadb92ce0c54dbeaba5abf44 5300 science optional 
osmium-tool_1.2.0-2.debian.tar.xz
 c1c39574f92e893a2eeceed3fef5a831 84 utils optional 
osmium-tool_1.2.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV2ZvMAAoJEGdQ8QrojUrxciAP/0f6UT/j6o7S7s7g4IOJCQCT
w366bNYep5wAU9m4mQEgzUQMVRQqAQYs1ajcZ7FQjqICR/6NZIvOB78yLlnvwTNi
HTVKPBW5bGnlURt7WwEOAZd8Y8PV4zy8OBMPQJdIktdXzetDc5CBPRNjScvkXT9T
JLeLoWocK7CDljAl2cLmFUi49R4fwkXcd+w1ipXzepvPkpIEV08dSsXlP/fcHd9N
j823OyeduF891Ld82tng71F0oVQ7tTggqare5DyrkIIiclqicQ0QbZ5zKuENdwMf
pz/DRlUUe6J287dC2TI/h1eunP2Mddyl0w6e65GagcyGCO+5v/9UXrshxJIPi+p8
U5CM6HYrdoM5Ea1SAqs2L2BGzc86GiiwvsHMzer+76ecylYcPIf9DeHaeeeitJLv
iJegloEGicw0QssJpiHKfRYTsCMHS5AWBSdqouoiPZ6wkSN3ZHCbUhNqxU530hum
osUalMDDoZX9cxfnwsftmZxC05ewe0Ag8TT7ql4ISrDGEZoXDD3RwYlzde+jFdU1
8RMPYgLs/b68BaDZgE+pqo5tXRCGfXAQJNmm6rxlMqgUgGdSkGuNeRib+/riReu8
8KgmBWRgX6XpqAnfEqQMZA4czExl0AfrNhtAFWWhZ9X5pxUDgKOQJCrI8mYbC4uE
WjzLvsB9qDCZkxAxXGKR
=yDRd
-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


[postgis] 02/03: Update copyright file, group files by path & license.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository postgis.

commit e311be50246370fd4087c4e9c11e75b0f2bd97da
Author: Bas Couwenberg 
Date:   Sun Aug 23 12:24:04 2015 +0200

Update copyright file, group files by path & license.
---
 debian/changelog |  1 +
 debian/copyright | 70 
 2 files changed, 6 insertions(+), 65 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 356a73e..9de9704 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 postgis (2.1.8+dfsg-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Browser URL to use cgit instead of gitweb.
+  * Update copyright file, group files by path & license.
 
  -- Bas Couwenberg   Sun, 23 Aug 2015 12:19:04 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 4a1d7d9..ecd1a71 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -163,75 +163,15 @@ Files: java/ejb2/*
 Copyright: 2006, Geodetix s.r.l. Company.
 License: LGPL-2.1+
 
-Files: java/ejb3/build.xml
+Files: java/ejb3/*
 Copyright: 2006, Norman Barker 
 License: LGPL-2.1+
 
-Files: java/jdbc/build.xml
-Copyright: 2007, Mark Cave-Ayland 
-   2012, Maria Arias de Reyna 
-License: LGPL-2.1+
-
-Files: java/jdbc/src/org/postgis/DriverWrapper.java
- java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java
- java/jdbc/src/org/postgis/DriverWrapperLW.java
- java/jdbc/src/org/postgis/PGgeometryLW.java
- java/jdbc/src/org/postgis/Version.java
- java/jdbc/src/org/postgis/binary/BinaryParser.java
- java/jdbc/src/org/postgis/binary/BinaryWriter.java
- java/jdbc/src/org/postgis/binary/ByteGetter.java
- java/jdbc/src/org/postgis/binary/ByteSetter.java
- java/jdbc/src/org/postgis/binary/ValueGetter.java
- java/jdbc/src/org/postgis/binary/ValueSetter.java
- java/jdbc/src/org/postgis/java2d/Java2DWrapper.java
- java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java
- java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java
- java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryParser.java
- java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryWriter.java
- java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGeometry.java
- java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGisWrapper.java
- java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsWrapper.java
-Copyright: 2005, Markus Schaber 
-License: LGPL-2.1+
-
-Files: java/jdbc/src/org/postgis/ComposedGeom.java
- java/jdbc/src/org/postgis/Geometry.java
- java/jdbc/src/org/postgis/GeometryCollection.java
- java/jdbc/src/org/postgis/LineString.java
- java/jdbc/src/org/postgis/LinearRing.java
- java/jdbc/src/org/postgis/MultiLineString.java
- java/jdbc/src/org/postgis/MultiPoint.java
- java/jdbc/src/org/postgis/MultiPolygon.java
- java/jdbc/src/org/postgis/PGbox2d.java
- java/jdbc/src/org/postgis/PGbox3d.java
- java/jdbc/src/org/postgis/PGboxbase.java
- java/jdbc/src/org/postgis/PGgeometry.java
- java/jdbc/src/org/postgis/Point.java
- java/jdbc/src/org/postgis/PointComposedGeom.java
- java/jdbc/src/org/postgis/Polygon.java
+Files: java/jdbc/*
 Copyright: 2004, Paul Ramsey, pram...@refractions.net
-   2005, Markus Schaber, markus.scha...@logix-tt.com
-License: LGPL-2.1+
-
-Files: java/ejb3/src/org/postgis/ejb/PersonEntity.java
- java/ejb3/src/org/postgis/ejb/UserBean.java
- java/ejb3/src/org/postgis/ejb/UserBeanRemote.java
- java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java
- java/ejb3/src/org/postgis/hibernate/ContainsExpression.java
- java/ejb3/src/org/postgis/hibernate/GeometryType.java
- java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java
- java/ejb3/src/org/postgis/hibernate/PostGISDialect.java
- java/ejb3/src/org/postgis/hibernate/WithinExpression.java
-Copyright: 2006, Norman Barker 
-License: LGPL-2.1+
-
-Files: java/ejb2/src/com/geodetix/geo/client/Client.java
- java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java
- java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java
- java/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java
- java/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java
- java/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java
-Copyright: 2006, Geodetix S.r.l. (http://www.geodetix.it)
+   2005, Markus Schaber 
+   2007, Mark Cave-Ayland 
+   2012, Maria Arias de Reyna 
 License: LGPL-2.1+
 
 Files: liblwgeom/stringbuffer.c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.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


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

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository postgis.

commit d3e08fc7423869726e3f06f0827e5244f50525c2
Author: Bas Couwenberg 
Date:   Sun Aug 23 12:25:38 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 9de9704..525418b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-postgis (2.1.8+dfsg-2) UNRELEASED; urgency=medium
+postgis (2.1.8+dfsg-2) unstable; urgency=medium
 
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Update copyright file, group files by path & license.
 
- -- Bas Couwenberg   Sun, 23 Aug 2015 12:19:04 +0200
+ -- Bas Couwenberg   Sun, 23 Aug 2015 12:25:28 +0200
 
 postgis (2.1.8+dfsg-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.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


[postgis] tag debian/2.1.8+dfsg-2 created (now d3e08fc)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.1.8+dfsg-2
in repository postgis.

at  d3e08fc   (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/postgis.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


[postgis] branch master updated (2c5096d -> d3e08fc)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository postgis.

  from  2c5096d   Finalize 2.1.8-1 for upload to unstable.
   new  0794267   Update Vcs-Browser URL to use cgit instead of gitweb.
   new  e311be5   Update copyright file, group files by path & license.
   new  d3e08fc   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/control|  2 +-
 debian/control.in |  2 +-
 debian/copyright  | 70 ---
 4 files changed, 14 insertions(+), 67 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.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


[postgis] 01/03: Update Vcs-Browser URL to use cgit instead of gitweb.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository postgis.

commit 07942672d6777ec78bd7a278802ce7c5fcf85125
Author: Bas Couwenberg 
Date:   Sun Aug 23 12:19:25 2015 +0200

Update Vcs-Browser URL to use cgit instead of gitweb.
---
 debian/changelog  | 6 ++
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfc12ad..356a73e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.1.8+dfsg-2) UNRELEASED; urgency=medium
+
+  * Update Vcs-Browser URL to use cgit instead of gitweb.
+
+ -- Bas Couwenberg   Sun, 23 Aug 2015 12:19:04 +0200
+
 postgis (2.1.8+dfsg-1) unstable; urgency=medium
 
   [ Markus Wanner ]
diff --git a/debian/control b/debian/control
index 3fa679a..a72a8d9 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends-Indep: default-jdk, openjdk-7-jdk | java7-sdk,
  libmaven-javadoc-plugin-java
 Standards-Version: 3.9.6
 Homepage: http://postgis.net/
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/postgis.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/postgis.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git
 
 Package: postgis
diff --git a/debian/control.in b/debian/control.in
index 8ed19e9..7b97331 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -23,7 +23,7 @@ Build-Depends-Indep: default-jdk, openjdk-7-jdk | java7-sdk,
  libmaven-javadoc-plugin-java
 Standards-Version: 3.9.6
 Homepage: http://postgis.net/
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/postgis.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/postgis.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git
 
 Package: postgis

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.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 postgis_2.1.8+dfsg-2_amd64.changes

2015-08-23 Thread Debian FTP Masters
postgis_2.1.8+dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  postgis_2.1.8+dfsg-2.dsc
  postgis_2.1.8+dfsg-2.debian.tar.xz
  liblwgeom-2.1.8_2.1.8+dfsg-2_amd64.deb
  liblwgeom-dev_2.1.8+dfsg-2_amd64.deb
  libpostgis-java-doc_2.1.8+dfsg-2_all.deb
  libpostgis-java_2.1.8+dfsg-2_all.deb
  postgis-doc_2.1.8+dfsg-2_all.deb
  postgis_2.1.8+dfsg-2_amd64.deb
  postgresql-9.4-postgis-2.1-scripts_2.1.8+dfsg-2_all.deb
  postgresql-9.4-postgis-2.1_2.1.8+dfsg-2_amd64.deb
  postgresql-9.4-postgis-scripts_2.1.8+dfsg-2_all.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 fiona_1.6.0-1+b1_amd64.changes

2015-08-23 Thread Debian FTP Masters
fiona_1.6.0-1+b1_amd64.changes uploaded successfully to localhost
along with the files:
  fiona_1.6.0-1+b1_amd64.deb
  python-fiona_1.6.0-1+b1_amd64.deb
  python3-fiona_1.6.0-1+b1_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


postgis_2.1.8+dfsg-2_amd64.changes ACCEPTED into unstable

2015-08-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2015 12:25:28 +0200
Source: postgis
Binary: postgis postgis-doc libpostgis-java libpostgis-java-doc liblwgeom-2.1.8 
liblwgeom-dev postgresql-9.4-postgis-2.1 postgresql-9.4-postgis-scripts 
postgresql-9.4-postgis-2.1-scripts
Architecture: source amd64 all
Version: 2.1.8+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 liblwgeom-2.1.8 - PostGIS "Lightweight Geometry" library
 liblwgeom-dev - PostGIS "Lightweight Geometry" library - Development files
 libpostgis-java - Geographic objects support for PostgreSQL -- JDBC support
 libpostgis-java-doc - Geographic objects support for PostgreSQL -- JDBC 
documentation
 postgis- Geographic objects support for PostgreSQL
 postgis-doc - Geographic objects support for PostgreSQL -- documentation
 postgresql-9.4-postgis-2.1 - Geographic objects support for PostgreSQL 9.4
 postgresql-9.4-postgis-2.1-scripts - PostGIS for PostgreSQL 9.4 -- scripts -- 
dummy package
 postgresql-9.4-postgis-scripts - Geographic objects support for PostgreSQL 9.4 
-- scripts
Changes:
 postgis (2.1.8+dfsg-2) unstable; urgency=medium
 .
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Update copyright file, group files by path & license.
Checksums-Sha1:
 df43d68729fd0cfa3edfddd89e51205cf08a59c9 3376 postgis_2.1.8+dfsg-2.dsc
 b96bdc6692e5bb96681c2c670b4f15698f9964f3 60796 
postgis_2.1.8+dfsg-2.debian.tar.xz
 7ddfaf69ad03438da9283fbbf608263048ad2108 513916 
liblwgeom-2.1.8_2.1.8+dfsg-2_amd64.deb
 2bb4d896f7934cbc74bd750fbc7d0ded4d2c8c04 537604 
liblwgeom-dev_2.1.8+dfsg-2_amd64.deb
 5b6cd2a1b688b88afe6b279325dc9c33916e7702 437222 
libpostgis-java-doc_2.1.8+dfsg-2_all.deb
 720ae858be0badc26afc2fddd6f827681233e397 436996 
libpostgis-java_2.1.8+dfsg-2_all.deb
 adee06930c7b25e538be9b00866a893f9ecff1a6 3007940 
postgis-doc_2.1.8+dfsg-2_all.deb
 3915bf6d92540b3afd5682d7aa74738337a11516 517776 postgis_2.1.8+dfsg-2_amd64.deb
 eafac2c1a1f0603a010fc2c31c0227713c6ff551 365602 
postgresql-9.4-postgis-2.1-scripts_2.1.8+dfsg-2_all.deb
 bc549d77f3999dd523880f019ecaf27fc62b4cd2 605248 
postgresql-9.4-postgis-2.1_2.1.8+dfsg-2_amd64.deb
 9a7bad7181420d2b64059086782edd488e05f4aa 850002 
postgresql-9.4-postgis-scripts_2.1.8+dfsg-2_all.deb
Checksums-Sha256:
 fbbe71c1df5c9907dc71296ccc6c090a0bab5b740821317a2a2ec665a68ec11f 3376 
postgis_2.1.8+dfsg-2.dsc
 c948c3d1170c2e13121441b51b513372262bf5d1837fb6c6c332f7c07d3c5f11 60796 
postgis_2.1.8+dfsg-2.debian.tar.xz
 9fe0b14a2f8af0178cee1da8b5589fc5f6575d9538afaaf7a53606f889c479a1 513916 
liblwgeom-2.1.8_2.1.8+dfsg-2_amd64.deb
 000f3896b86c1812605932f18e43854cb9c528b0174152d968c8157efee2c32e 537604 
liblwgeom-dev_2.1.8+dfsg-2_amd64.deb
 4bb4ab2b73283b6863f3cbed5a9d33bea471b35e8185ec5dc56338693cff67b4 437222 
libpostgis-java-doc_2.1.8+dfsg-2_all.deb
 d2c53f4bf3e787feb384de1f0974f2ec54e117ea7d8ed99b9103043bb2168fb8 436996 
libpostgis-java_2.1.8+dfsg-2_all.deb
 96ea2b7bc24f87797f957c62e56736857d5e767415d6952b8a1c9f5de96d3d77 3007940 
postgis-doc_2.1.8+dfsg-2_all.deb
 1fb561f0010da3076ad4d1a7fac4d490869e0247c9b46768b2860760a2207df6 517776 
postgis_2.1.8+dfsg-2_amd64.deb
 282847f6ede8ddbf4a38d2f11cde96bd015c0cfd60e7289636469e2cc1a69ca5 365602 
postgresql-9.4-postgis-2.1-scripts_2.1.8+dfsg-2_all.deb
 fa141244920db564eae402838197c2b46fb0724a7b88f67f5d7299971e625493 605248 
postgresql-9.4-postgis-2.1_2.1.8+dfsg-2_amd64.deb
 18d0296e98cce28aa3e75f07b603a4ad3aea14ca98330724312999d9c932d44e 850002 
postgresql-9.4-postgis-scripts_2.1.8+dfsg-2_all.deb
Files:
 4c77ecb1c8ef009f7d2c0f9c58ea2946 3376 misc optional postgis_2.1.8+dfsg-2.dsc
 4f35f28fa89021b53d862b65549fcaf3 60796 misc optional 
postgis_2.1.8+dfsg-2.debian.tar.xz
 e86fa705628e011884c340a56a82272e 513916 libs optional 
liblwgeom-2.1.8_2.1.8+dfsg-2_amd64.deb
 c1b0953493b7ebd31f27adca22be16a9 537604 libdevel optional 
liblwgeom-dev_2.1.8+dfsg-2_amd64.deb
 d0ca573e5650354c750ad786fe8fc585 437222 doc optional 
libpostgis-java-doc_2.1.8+dfsg-2_all.deb
 4da8bcd933b85c7dcb8e861fdef6bcff 436996 java optional 
libpostgis-java_2.1.8+dfsg-2_all.deb
 97f745fce2322be0c8a368fc183e5f73 3007940 doc optional 
postgis-doc_2.1.8+dfsg-2_all.deb
 8153e4779065589779682b78e61ed507 517776 misc optional 
postgis_2.1.8+dfsg-2_amd64.deb
 aa093a94c2f75c4e30fdeed10e4cbb16 365602 misc optional 
postgresql-9.4-postgis-2.1-scripts_2.1.8+dfsg-2_all.deb
 7f8cb204acae68dc1bb6d2407ddcf3f4 605248 misc optional 
postgresql-9.4-postgis-2.1_2.1.8+dfsg-2_amd64.deb
 fc923392b4a8f477e1d499fe852c9f5d 850002 misc optional 
postgresql-9.4-postgis-scripts_2.1.8+dfsg-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV2aSpAAoJEGdQ8QrojUrx+0UP/27Q0zWwYsTuY2wbFtSZz/mk
2+UZjjWdNLFLafLeCJuLC2CrOZx0fNOkkSRFbIsomRex9hd/ll1S6+SyWy7lYIpL
csRqdahELggWJkXBd2BXDtQ+XWkzk/f7VyYVcLDYaRTGIhEmHYVlTB1iQ3+ALzy5
otV5TV6CfxYImE9fMHgAbYlUhH/XzLtLHlHpiRNLeiSDmezAT1jAL/cTjH0x17f8
BxWHjU33MoA/8Yq

Re: [fiona] 04/04: Release to unstable

2015-08-23 Thread Sebastiaan Couwenberg
On 22-08-15 22:00, Johan Van de Wauw wrote:
> +  * Rebuild against libstdc++6 and gdal 1.11.2

Your build environment was outdated, so it still ended up depending on
libgdal1h on amd64, the buildds used the new gdal as expected. See:

https://release.debian.org/transitions/html/auto-gdal.html

Mouse over the X in the amd64 column for fiona to see the dependency
tree, that includes:

"
 package: amd64:python3-fiona
 version: 1.6.0-1
 essential: false
 depends: amd64:libgdal1h (>= 1.8.0)
"

I've manually binNMU'ed fiona (1.6.0-1) on the amd64 porterbox to
resolve this issue without intervention of the Release Team to process
the nmu request.

https://www.debian.org/doc/manuals/developers-reference/ch05.en.html#binary-only-nmu

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


fiona_1.6.0-1+b1_amd64.changes ACCEPTED into unstable

2015-08-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2015 10:50:38 +
Source: fiona (1.6.0-1)
Binary: python-fiona python3-fiona fiona fiona-doc
Binary-Only: yes
Architecture: amd64
Version: 1.6.0-1+b1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Sebastiaan Couwenberg 
Description:
 fiona  - Command line tool for reading/writing vector geospatial data
 fiona-doc  - Python API for reading/writing vector geospatial data (docs)
 python-fiona - Python API for reading/writing vector geospatial data
 python3-fiona - Python 3 API for reading/writing vector geospatial data
Changes:
 fiona (1.6.0-1+b1) unstable; urgency=medium, binary-only=yes
 .
   * Binary-only non-maintainer upload for amd64; no source changes.
   * Rebuild against GDAL 1.11.2 on amd64 too.
Checksums-Sha1:
 ddaf5b277f3917ea63c7437c3835214b613716ca 12670 fiona_1.6.0-1+b1_amd64.deb
 c59a603fb86c8e34535ff2ecd7882c944d6b37b3 20 
python-fiona_1.6.0-1+b1_amd64.deb
 35ed32168705084b99e9f2b59d0bac0a882d9df0 210688 
python3-fiona_1.6.0-1+b1_amd64.deb
Checksums-Sha256:
 7db4098dfbb85e880f622ff689504d90708954a990116933b008a32989aadcc0 12670 
fiona_1.6.0-1+b1_amd64.deb
 bf928bda762587e7daf10ab33e2fa79c70df29bb2c0b6e1999fcf0465799ddc1 20 
python-fiona_1.6.0-1+b1_amd64.deb
 f9d35460759c31cc30030780fc95cd7cc6264c1808d653ea34eca0d7684d51a4 210688 
python3-fiona_1.6.0-1+b1_amd64.deb
Files:
 6dd686007ce77333d79b6461de349327 12670 python optional 
fiona_1.6.0-1+b1_amd64.deb
 ca48527f73534b1ffd59122a893242c5 20 python optional 
python-fiona_1.6.0-1+b1_amd64.deb
 9cdd100fa36397ca1c85e76564076156 210688 python optional 
python3-fiona_1.6.0-1+b1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV2agzAAoJEGdQ8QrojUrxYn4P/iiSeXu5OdqJNRKlS+mEFVUu
ZV7Ucu7hEJlJAwhItkgRtjM9kL3DsiISodvYl+BftYVuUh//25CdJbcExVlrpgf9
06Q77KXDeuuvkzCs6wtnkA2JYqlPb3SuGINar+VGak9MNXNRRFPXPYxq9hRGZfTi
jQI0JEymJDoBxxLMwbckmyudrbwH2IgR1ZOVkozGmK8UMiQkwOwhUziOlM7BgBaf
qnqmHfz/j9n7pYON//kwBMyRCycLf10w5u9Unxx+4ehaf6YwcuQ8EmnrUbof5bSU
kPuz4HjyjtNj/0ZTR05SFw6X+GkUUUpa4FqDpQrjR0gT8q993kIN9LhsBRtqshBS
Vpk+PK5eDWk4uCb8fnIpN4fR4VbjeatcxufVvd10FVIG7O1u05/L+Fodzyyq0UKS
QTAW0IZMuMzVfKDnhvS3OIaZEREaiZNH8df+DBFbTOEAcEvhuvpIbdl8hdBNoS0N
bSeFFm5GPiohN0H5OLuBkvLAUdz/yR/UvppD89O2JDHHfJ1J3rani60ynojbK6aY
EK7HqN8cBDzIVdR45sbtOYgohhf3vgFqCRe590YSiON/l7r4IQa7YdBDDbBzJdoQ
/z7pdilzUqPlSYrMoRcsyLc7lDYSDZG+HTFuujNE0hgJ/UXDYJkt11QE2ELjIG//
LqWowQUliv8qP2wSnRIM
=/847
-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


[proj4js] 04/07: Merge tag 'upstream/2.3.10+ds'

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository proj4js.

commit e182d88f8db495732e200e7c4cb67ec70a60c016
Merge: a7e5daa b1ebfd5
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:05:52 2015 +0200

Merge tag 'upstream/2.3.10+ds'

Upstream version 2.3.10+ds

 bower.json|   2 +-
 component.json|   2 +-
 dist/proj4-src.js | 175 +-
 package.json  |   2 +-
 4 files changed, 110 insertions(+), 71 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] branch master updated (a7e5daa -> d94be28)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository proj4js.

  from  a7e5daa   Set distribution to unstable.
   new  df3a104   Imported Upstream version 2.3.8+ds
   new  3cf5788   Imported Upstream version 2.3.9+ds
   new  b1ebfd5   Imported Upstream version 2.3.10+ds
   new  e182d88   Merge tag 'upstream/2.3.10+ds'
   new  a249079   New upstream release.
   new  da5686f   Update Vcs-Browser URL to use HTTPS.
   new  d94be28   Set distribution to unstable.

The 7 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:
 bower.json|   2 +-
 component.json|   2 +-
 debian/changelog  |   7 +++
 debian/control|   2 +-
 dist/proj4-src.js | 175 +-
 package.json  |   2 +-
 6 files changed, 118 insertions(+), 72 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] 03/07: Imported Upstream version 2.3.10+ds

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository proj4js.

commit b1ebfd51b259d4b5bc1a6be2374035d0d164e97d
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:05:51 2015 +0200

Imported Upstream version 2.3.10+ds
---
 bower.json|   4 +-
 component.json|   4 +-
 dist/proj4-src.js | 175 +-
 package.json  |   4 +-
 4 files changed, 113 insertions(+), 74 deletions(-)

diff --git a/bower.json b/bower.json
index 1e06c6b..2c7d8b9 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "proj4",
-  "version": "2.3.9-alpha",
+  "version": "2.3.10-alpha",
   "description": "Proj4js is a JavaScript library to transform point 
coordinates from one coordinate system to another, including datum 
transformations.",
   "homepage": "https://github.com/proj4js/proj4js";,
   "main": "dist/proj4.js",
@@ -21,4 +21,4 @@
 "almond",
 "src"
   ]
-}
\ No newline at end of file
+}
diff --git a/component.json b/component.json
index 28902cd..325c045 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
 {
   "name": "proj4",
-  "version": "2.3.9-alpha",
+  "version": "2.3.10-alpha",
   "description": "Proj4js is a JavaScript library to transform point 
coordinates from one coordinate system to another, including datum 
transformations.",
   "repo": "proj4js/proj4js",
   "keywords": [
@@ -14,4 +14,4 @@
   "scripts": [
 "dist/proj4.js"
   ]
-}
\ No newline at end of file
+}
diff --git a/dist/proj4-src.js b/dist/proj4-src.js
index 2e8aec8..4916da3 100644
--- a/dist/proj4-src.js
+++ b/dist/proj4-src.js
@@ -34,7 +34,7 @@ Point.prototype.toMGRS = function(accuracy) {
   return mgrs.forward([this.x, this.y], accuracy);
 };
 module.exports = Point;
-},{"mgrs":66}],2:[function(_dereq_,module,exports){
+},{"mgrs":67}],2:[function(_dereq_,module,exports){
 var parseCode = _dereq_("./parseCode");
 var extend = _dereq_('./extend');
 var projections = _dereq_('./projections');
@@ -69,7 +69,7 @@ Projection.projections = projections;
 Projection.projections.start();
 module.exports = Projection;
 
-},{"./deriveConstants":32,"./extend":33,"./parseCode":36,"./projections":38}],3:[function(_dereq_,module,exports){
+},{"./deriveConstants":33,"./extend":34,"./parseCode":37,"./projections":39}],3:[function(_dereq_,module,exports){
 module.exports = function(crs, denorm, point) {
   var xin = point.x,
 yin = point.y,
@@ -131,10 +131,15 @@ module.exports = function(x) {
 };
 },{"./sign":21}],5:[function(_dereq_,module,exports){
 var TWO_PI = Math.PI * 2;
+// SPI is slightly greater than Math.PI, so values that exceed the -180..180
+// degree range by a tiny amount don't get wrapped. This prevents points that
+// have drifted from their original location along the 180th meridian (due to
+// floating point error) from changing their sign.
+var SPI = 3.14159265359;
 var sign = _dereq_('./sign');
 
 module.exports = function(x) {
-  return (Math.abs(x) < Math.PI) ? x : (x - (sign(x) * TWO_PI));
+  return (Math.abs(x) <= SPI) ? x : (x - (sign(x) * TWO_PI));
 };
 },{"./sign":21}],6:[function(_dereq_,module,exports){
 module.exports = function(x) {
@@ -646,6 +651,10 @@ exports.stockholm = 18.05827778; //"18d3'29.8\"E",
 exports.athens = 23.7163375; //"23d42'58.815\"E",
 exports.oslo = 10.72291667; //"10d43'22.5\"E"
 },{}],28:[function(_dereq_,module,exports){
+exports.ft = {to_meter: 0.3048};
+exports['us-ft'] = {to_meter: 1200 / 3937};
+
+},{}],29:[function(_dereq_,module,exports){
 var proj = _dereq_('./Proj');
 var transform = _dereq_('./transform');
 var wgs84 = proj('WGS84');
@@ -710,7 +719,7 @@ function proj4(fromProj, toProj, coord) {
   }
 }
 module.exports = proj4;
-},{"./Proj":2,"./transform":64}],29:[function(_dereq_,module,exports){
+},{"./Proj":2,"./transform":65}],30:[function(_dereq_,module,exports){
 var HALF_PI = Math.PI/2;
 var PJD_3PARAM = 1;
 var PJD_7PARAM = 2;
@@ -1116,7 +1125,7 @@ datum.prototype = {
 */
 module.exports = datum;
 
-},{}],30:[function(_dereq_,module,exports){
+},{}],31:[function(_dereq_,module,exports){
 var PJD_3PARAM = 1;
 var PJD_7PARAM = 2;
 var PJD_GRIDSHIFT = 3;
@@ -1217,7 +1226,7 @@ module.exports = function(source, dest, point) {
 };
 
 
-},{}],31:[function(_dereq_,module,exports){
+},{}],32:[function(_dereq_,module,exports){
 var globals = _dereq_('./global');
 var parseProj = _dereq_('./projString');
 var wkt = _dereq_('./wkt');
@@ -1228,7 +1237,7 @@ function defs(name) {
   if (arguments.length === 2) {
 var def = arguments[1];
 if (typeof def === 'string') {
-  if (def[0] === '+') {
+  if (def.charAt(0) === '+') {
 defs[name] = parseProj(arguments[1]);
   }
   else {
@@ -1274,7 +1283,7 @@ function defs(name) {
 globals(defs);
 module.exports = defs;
 
-},{"./global":34,"./projString":37,"./wkt":65}],32:[function(_dereq_,module,exports){
+},{"./global":35,"./projString":38,"./wkt":66}],33:[function

[proj4js] 03/03: pristine-tar data for proj4js_2.3.10+ds.orig.tar.gz

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository proj4js.

commit d1e5261f055f75444392cfa0067bb014bbee53b9
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:05:51 2015 +0200

pristine-tar data for proj4js_2.3.10+ds.orig.tar.gz
---
 proj4js_2.3.10+ds.orig.tar.gz.delta | Bin 0 -> 86657 bytes
 proj4js_2.3.10+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/proj4js_2.3.10+ds.orig.tar.gz.delta 
b/proj4js_2.3.10+ds.orig.tar.gz.delta
new file mode 100644
index 000..d6b6f91
Binary files /dev/null and b/proj4js_2.3.10+ds.orig.tar.gz.delta differ
diff --git a/proj4js_2.3.10+ds.orig.tar.gz.id b/proj4js_2.3.10+ds.orig.tar.gz.id
new file mode 100644
index 000..3e43fb7
--- /dev/null
+++ b/proj4js_2.3.10+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+15425cbd716dcee634c3c7f477b7413f8bee8c25

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] 02/07: Imported Upstream version 2.3.9+ds

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository proj4js.

commit 3cf57887bda2baf37d17a0218d63fb1e841466c6
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:05:32 2015 +0200

Imported Upstream version 2.3.9+ds
---
 bower.json | 2 +-
 component.json | 2 +-
 package.json   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bower.json b/bower.json
index 8a01d6d..1e06c6b 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "proj4",
-  "version": "2.3.8-alpha",
+  "version": "2.3.9-alpha",
   "description": "Proj4js is a JavaScript library to transform point 
coordinates from one coordinate system to another, including datum 
transformations.",
   "homepage": "https://github.com/proj4js/proj4js";,
   "main": "dist/proj4.js",
diff --git a/component.json b/component.json
index 255afed..28902cd 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
 {
   "name": "proj4",
-  "version": "2.3.8-alpha",
+  "version": "2.3.9-alpha",
   "description": "Proj4js is a JavaScript library to transform point 
coordinates from one coordinate system to another, including datum 
transformations.",
   "repo": "proj4js/proj4js",
   "keywords": [
diff --git a/package.json b/package.json
index 25be633..e9f82ea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "proj4",
-  "version": "2.3.8-alpha",
+  "version": "2.3.9-alpha",
   "description": "Proj4js is a JavaScript library to transform point 
coordinates from one coordinate system to another, including datum 
transformations.",
   "main": "lib/index.js",
   "directories": {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] 05/07: New upstream release.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository proj4js.

commit a249079b68d49923cd0f37a3b7512c6bb560ced8
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:07:36 2015 +0200

New upstream release.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5b81b2a..a49ec79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+proj4js (2.3.10+ds-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg   Sun, 23 Aug 2015 13:07:29 +0200
+
 proj4js (2.3.7+ds-1) unstable; urgency=medium
 
   * New upstream release.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] 06/07: Update Vcs-Browser URL to use HTTPS.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository proj4js.

commit da5686f396ac04abf5b6915083e8d7802c5223e0
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:08:13 2015 +0200

Update Vcs-Browser URL to use HTTPS.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a49ec79..49fcdf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 proj4js (2.3.10+ds-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Update Vcs-Browser URL to use HTTPS.
 
  -- Bas Couwenberg   Sun, 23 Aug 2015 13:07:29 +0200
 
diff --git a/debian/control b/debian/control
index 3f797b0..ef3f92c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
nodejs,
node-uglify
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/proj4js.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/proj4js.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/proj4js.git
 Homepage: http://proj4js.org/
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] branch pristine-tar updated (722e10f -> d1e5261)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository proj4js.

  from  722e10f   pristine-tar data for proj4js_2.3.7+ds.orig.tar.gz
   new  8a48b70   pristine-tar data for proj4js_2.3.8+ds.orig.tar.gz
   new  d52cdbf   pristine-tar data for proj4js_2.3.9+ds.orig.tar.gz
   new  d1e5261   pristine-tar data for proj4js_2.3.10+ds.orig.tar.gz

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:
 proj4js_2.3.10+ds.orig.tar.gz.delta | Bin 0 -> 86657 bytes
 proj4js_2.3.10+ds.orig.tar.gz.id|   1 +
 proj4js_2.3.8+ds.orig.tar.gz.delta  | Bin 0 -> 81433 bytes
 proj4js_2.3.8+ds.orig.tar.gz.id |   1 +
 proj4js_2.3.9+ds.orig.tar.gz.delta  | Bin 0 -> 74658 bytes
 proj4js_2.3.9+ds.orig.tar.gz.id |   1 +
 6 files changed, 3 insertions(+)
 create mode 100644 proj4js_2.3.10+ds.orig.tar.gz.delta
 create mode 100644 proj4js_2.3.10+ds.orig.tar.gz.id
 create mode 100644 proj4js_2.3.8+ds.orig.tar.gz.delta
 create mode 100644 proj4js_2.3.8+ds.orig.tar.gz.id
 create mode 100644 proj4js_2.3.9+ds.orig.tar.gz.delta
 create mode 100644 proj4js_2.3.9+ds.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] 01/03: pristine-tar data for proj4js_2.3.8+ds.orig.tar.gz

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository proj4js.

commit 8a48b70b7d76247d2968003587c890b4939dafaf
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:05:31 2015 +0200

pristine-tar data for proj4js_2.3.8+ds.orig.tar.gz
---
 proj4js_2.3.8+ds.orig.tar.gz.delta | Bin 0 -> 81433 bytes
 proj4js_2.3.8+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/proj4js_2.3.8+ds.orig.tar.gz.delta 
b/proj4js_2.3.8+ds.orig.tar.gz.delta
new file mode 100644
index 000..bfafbe5
Binary files /dev/null and b/proj4js_2.3.8+ds.orig.tar.gz.delta differ
diff --git a/proj4js_2.3.8+ds.orig.tar.gz.id b/proj4js_2.3.8+ds.orig.tar.gz.id
new file mode 100644
index 000..911575a
--- /dev/null
+++ b/proj4js_2.3.8+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+04f6e02c555943a9b6b255cbb67d6f4d09934a5c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] 02/03: pristine-tar data for proj4js_2.3.9+ds.orig.tar.gz

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository proj4js.

commit d52cdbf195609ecf78507ca713c0113aa62c25af
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:05:33 2015 +0200

pristine-tar data for proj4js_2.3.9+ds.orig.tar.gz
---
 proj4js_2.3.9+ds.orig.tar.gz.delta | Bin 0 -> 74658 bytes
 proj4js_2.3.9+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/proj4js_2.3.9+ds.orig.tar.gz.delta 
b/proj4js_2.3.9+ds.orig.tar.gz.delta
new file mode 100644
index 000..4fcf20d
Binary files /dev/null and b/proj4js_2.3.9+ds.orig.tar.gz.delta differ
diff --git a/proj4js_2.3.9+ds.orig.tar.gz.id b/proj4js_2.3.9+ds.orig.tar.gz.id
new file mode 100644
index 000..b5d7688
--- /dev/null
+++ b/proj4js_2.3.9+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+ffa2b7b049a5ec11a8bcd11dfbf9636bcae04cd6

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] branch upstream updated (3da9aa0 -> b1ebfd5)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository proj4js.

  from  3da9aa0   Imported Upstream version 2.3.7+ds
   new  df3a104   Imported Upstream version 2.3.8+ds
   new  3cf5788   Imported Upstream version 2.3.9+ds
   new  b1ebfd5   Imported Upstream version 2.3.10+ds

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:
 bower.json|   2 +-
 component.json|   2 +-
 dist/proj4-src.js | 175 +-
 package.json  |   2 +-
 4 files changed, 110 insertions(+), 71 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] 07/07: Set distribution to unstable.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository proj4js.

commit d94be28c23b004ece1112baf69b312f2ee026730
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:09:39 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 49fcdf9..46cb82d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-proj4js (2.3.10+ds-1) UNRELEASED; urgency=medium
+proj4js (2.3.10+ds-1) unstable; urgency=medium
 
   * New upstream release.
   * Update Vcs-Browser URL to use HTTPS.
 
- -- Bas Couwenberg   Sun, 23 Aug 2015 13:07:29 +0200
+ -- Bas Couwenberg   Sun, 23 Aug 2015 13:09:30 +0200
 
 proj4js (2.3.7+ds-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] 01/07: Imported Upstream version 2.3.8+ds

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository proj4js.

commit df3a104650b56bff6b214b7711925d6d69d86cd0
Author: Bas Couwenberg 
Date:   Sun Aug 23 13:05:30 2015 +0200

Imported Upstream version 2.3.8+ds
---
 bower.json | 4 ++--
 component.json | 4 ++--
 package.json   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bower.json b/bower.json
index ca1aa60..8a01d6d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "proj4",
-  "version": "2.3.7-alpha",
+  "version": "2.3.8-alpha",
   "description": "Proj4js is a JavaScript library to transform point 
coordinates from one coordinate system to another, including datum 
transformations.",
   "homepage": "https://github.com/proj4js/proj4js";,
   "main": "dist/proj4.js",
@@ -21,4 +21,4 @@
 "almond",
 "src"
   ]
-}
+}
\ No newline at end of file
diff --git a/component.json b/component.json
index d302f7b..255afed 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
 {
   "name": "proj4",
-  "version": "2.3.7-alpha",
+  "version": "2.3.8-alpha",
   "description": "Proj4js is a JavaScript library to transform point 
coordinates from one coordinate system to another, including datum 
transformations.",
   "repo": "proj4js/proj4js",
   "keywords": [
@@ -14,4 +14,4 @@
   "scripts": [
 "dist/proj4.js"
   ]
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index dca6ae9..25be633 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "proj4",
-  "version": "2.3.7-alpha",
+  "version": "2.3.8-alpha",
   "description": "Proj4js is a JavaScript library to transform point 
coordinates from one coordinate system to another, including datum 
transformations.",
   "main": "lib/index.js",
   "directories": {
@@ -43,4 +43,4 @@
   "dependencies": {
 "mgrs": "~0.0.2"
   }
-}
+}
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] annotated tag upstream/2.3.9+ds created (now d2493ad)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/2.3.9+ds
in repository proj4js.

at  d2493ad   (tag)
   tagging  3cf57887bda2baf37d17a0218d63fb1e841466c6 (commit)
  replaces  upstream/2.3.8+ds
 tagged by  Bas Couwenberg
on  Sun Aug 23 13:05:33 2015 +0200

- Log -
Upstream version 2.3.9+ds

Bas Couwenberg (1):
  Imported Upstream version 2.3.9+ds

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] annotated tag upstream/2.3.10+ds created (now 0092315)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/2.3.10+ds
in repository proj4js.

at  0092315   (tag)
   tagging  b1ebfd51b259d4b5bc1a6be2374035d0d164e97d (commit)
  replaces  upstream/2.3.9+ds
 tagged by  Bas Couwenberg
on  Sun Aug 23 13:05:51 2015 +0200

- Log -
Upstream version 2.3.10+ds

Bas Couwenberg (1):
  Imported Upstream version 2.3.10+ds

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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


[proj4js] tag debian/2.3.10+ds-1 created (now d94be28)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.3.10+ds-1
in repository proj4js.

at  d94be28   (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/proj4js.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


[proj4js] annotated tag upstream/2.3.8+ds created (now 393a9e9)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/2.3.8+ds
in repository proj4js.

at  393a9e9   (tag)
   tagging  df3a104650b56bff6b214b7711925d6d69d86cd0 (commit)
  replaces  upstream/2.3.7+ds
 tagged by  Bas Couwenberg
on  Sun Aug 23 13:05:31 2015 +0200

- Log -
Upstream version 2.3.8+ds

Bas Couwenberg (1):
  Imported Upstream version 2.3.8+ds

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/proj4js.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 proj4js_2.3.10+ds-1_amd64.changes

2015-08-23 Thread Debian FTP Masters
proj4js_2.3.10+ds-1_amd64.changes uploaded successfully to localhost
along with the files:
  proj4js_2.3.10+ds-1.dsc
  proj4js_2.3.10+ds.orig.tar.gz
  proj4js_2.3.10+ds-1.debian.tar.xz
  libjs-proj4_2.3.10+ds-1_all.deb
  node-proj4_2.3.10+ds-1_all.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


proj4js_2.3.10+ds-1_amd64.changes ACCEPTED into unstable

2015-08-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2015 13:09:30 +0200
Source: proj4js
Binary: libjs-proj4 node-proj4
Architecture: source all
Version: 2.3.10+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libjs-proj4 - JavaScript library to transform point coordinates systems
 node-proj4 - Node.js module to transform point coordinates systems
Changes:
 proj4js (2.3.10+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update Vcs-Browser URL to use HTTPS.
Checksums-Sha1:
 42740a3dbe285812e6f39ccea5be3e67a0dbd44e 2015 proj4js_2.3.10+ds-1.dsc
 90d322d7f716cd92ad59a3e2a67fe588293adc0e 91160 proj4js_2.3.10+ds.orig.tar.gz
 9e039a5a51d26bd760c90426e32fec6e0e68bc85 3508 proj4js_2.3.10+ds-1.debian.tar.xz
 01aee5853f962620ada8c7fd05703b7cbb77bb3e 66802 libjs-proj4_2.3.10+ds-1_all.deb
 f31f8a8ebe293ad002342c1c13328a4092560d7c 44588 node-proj4_2.3.10+ds-1_all.deb
Checksums-Sha256:
 c2a9c906c7af24813eaaaba9c4c5adbe2b99e4287d35bde1e698ddf0e4696d25 2015 
proj4js_2.3.10+ds-1.dsc
 cefee7ec8fb6c3e6d4485f50207ebf22dde583327120d7e89cc4785311ddfbff 91160 
proj4js_2.3.10+ds.orig.tar.gz
 6fc0982642f1520d871275a3f25fe4d1a06683ae9f8801e7d45622ec9b866eaf 3508 
proj4js_2.3.10+ds-1.debian.tar.xz
 5779b47bdfe41e8e34ea184ad3490a72c30d0b752e9610ea2ce96e8624e48560 66802 
libjs-proj4_2.3.10+ds-1_all.deb
 55c23f53dd9071d394059ebe711ef921b20431b277308f2b883b07a1820891b5 44588 
node-proj4_2.3.10+ds-1_all.deb
Files:
 5e9afe125bfff6f02ebc738a6e4e4aaa 2015 science optional proj4js_2.3.10+ds-1.dsc
 6a5f1534ad89e6c0e5ae2965463f6d38 91160 science optional 
proj4js_2.3.10+ds.orig.tar.gz
 8565f7f74512bb81626e25b2363f1aef 3508 science optional 
proj4js_2.3.10+ds-1.debian.tar.xz
 5079a6b1938dc35765aa60ef50234958 66802 science optional 
libjs-proj4_2.3.10+ds-1_all.deb
 6536d691d1dc2da5159051655dc6d6f3 44588 science optional 
node-proj4_2.3.10+ds-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV2a0OAAoJEGdQ8QrojUrxFXsP/j9wqrMDGE4YkiAjnXjmSgj+
ffFrxFWnUP3g+boQkmt4lj8UHQ7tiRwqHai4Gs/Vfo18Pov0COJvVTRmQod8PIwF
8HVefa2Mqanzubd2ZqZk+wMWew9FbtDz0z4wta2nFtiFy3Fxs/G06/LRMjNRGjms
4VORlrt+a1c+d5V9a8XR8DqZacphtB/1WZBmo85FifRA74+1qOZj4+97Sx1K9JVr
76hgFVM8RFCF/lPzv+xOuhykDteCXCU4ynl6+tGqbgXSzSArzGJleKIyVX9f9VUr
+/YLInKE6l61lwzUxu+DGqis5mBCJZZvrc8NEcHpudAasIVeJP3zyIPRqs11wjQD
w/RrE/PIvNY2YAeOkFQqWUiic2vsucgRLmxKJUXS9LBhs2egJsvP1V/3wYiEhVoW
OYeTLZMFntKVgAG7BZ8VYHqJaayPnCUzXhBJlgyziGyUZdmtv22RQAYCjvyf4dpv
kRRfFwRPvI6nijA17ipsrXYPjmV013L+Ll4plGrecrTC8W2REv2x3/6jGYwHswg7
+t7Rj0rp8IS9aMNkDwz43OZWHdsbNncOgr616D+cYGaV+6SsGbKHP3hOEN6lyFCc
6eqArM0UscJlg9RvqCMPAQR85/NT427fKKdLOk8uNB4735PzXqV+8NAMuxtzYFqg
X2Wm9qthvm6mYJL7jTXm
=CPa8
-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#796698: ITP: esmf -- Earth System Modeling Framework (ESMF)

2015-08-23 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon 

* Package name: esmf
  Version : 6.3.0rp1
  Upstream Author : NESII (NOAA Environmental Software Infrastructure and
Interoperability) 
* URL : https://earthsystemcog.org/projects/esmf/
* License : Expat
  Programming Lang: Fortran, C++, Python
  Description : Earth System Modeling Framework (ESMF)

The Earth System Modeling Framework (ESMF) collaboration is high-performance,
flexible software infrastructure for building and coupling weather, climate,
and related Earth science applications. The ESMF defines an architecture for
composing complex, coupled modeling systems and includes data structures and
utilities for developing individual models.
.
The basic idea behind ESMF is that complicated applications should be broken up
into coherent pieces, or components, with standard calling interfaces. In ESMF,
a component may be a physical domain, or a function such as a coupler or I/O
system. ESMF also includes toolkits for building components and applications,
such as regridding software, calendar management, logging and error handling,
and parallel communications.

The latest NetCDF release which the Debian GIS Team has switched to, no longer
includes the libcf library to manage Climate and Forecast standards compliant
data files.

The Earth System Modeling Framework (ESMF) provides this functionality and
more, so the Debian GIS Team would like to see it packaged for Debian. The
Debian Science Team (Meteorology) may also be interested in the package.

___
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] 02/02: Move from experimental to unstable.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qgis.

commit db7b79e28cf0c0e4deab79f7877b85333c8a3498
Author: Bas Couwenberg 
Date:   Fri Aug 21 18:13:12 2015 +0200

Move from experimental to unstable.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 637995d..eee10b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-qgis (2.8.3+dfsg-1~exp2) UNRELEASED; urgency=medium
+qgis (2.8.3+dfsg-1) unstable; urgency=medium
 
   * Update symbols for other architectures.
   * Use upstream-ltr branch in gbp.conf.
   * Disable GRASS plugin, doesn't support GRASS 7.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Sat, 01 Aug 2015 11:28:25 +0200
+ -- Bas Couwenberg   Fri, 21 Aug 2015 18:12:35 +0200
 
 qgis (2.8.3+dfsg-1~exp1) experimental; urgency=medium
 

-- 
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] tag debian/2.8.3+dfsg-1 created (now db7b79e)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.8.3+dfsg-1
in repository qgis.

at  db7b79e   (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/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/02: Disable GRASS plugin, doesn't support GRASS 7.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qgis.

commit 476dd3592255634b2c7c49c2ace0a835191787ea
Author: Bas Couwenberg 
Date:   Sun Aug 23 14:09:14 2015 +0200

Disable GRASS plugin, doesn't support GRASS 7.
---
 debian/changelog   |  1 +
 debian/control | 82 +-
 debian/control.in  | 88 +++---
 debian/libqgis-dev.install |  2 +-
 debian/rules   |  6 
 5 files changed, 94 insertions(+), 85 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2eb2c0e..637995d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qgis (2.8.3+dfsg-1~exp2) UNRELEASED; urgency=medium
 
   * Update symbols for other architectures.
   * Use upstream-ltr branch in gbp.conf.
+  * Disable GRASS plugin, doesn't support GRASS 7.
 
  -- Bas Couwenberg   Sat, 01 Aug 2015 11:28:25 +0200
 
diff --git a/debian/control b/debian/control
index d662817..ef42565 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: bison,
cmake (>= 2.8),
debhelper (>= 9),
flex,
-   grass-dev (<< 7),
+#   grass-dev (<< 7),
libexpat1-dev,
libfcgi-dev,
libgdal-dev (>= 1.10.1-0~),
@@ -66,7 +66,8 @@ Depends: ${shlibs:Depends},
  python-qgis (= ${binary:Version}),
  qgis-providers (= ${binary:Version}),
  qgis-common (= ${source:Version})
-Recommends: qgis-plugin-grass,
+Recommends:
+# qgis-plugin-grass,
 qgis-plugin-globe
 Suggests: gpsbabel
 Conflicts: uim-qt3
@@ -135,16 +136,16 @@ Description: QGIS - shared network analysis library
  .
  This package contains the shared network analysis library.
 
-Package: libqgisgrass2.8.3
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: QGIS - shared grass library
- QGIS is a Geographic Information System (GIS) which manages, analyzes and
- display databases of geographic information.
- .
- This package contains the shared grass library.
+#Package: libqgisgrass2.8.3
+#Architecture: any
+#Section: libs
+#Depends: ${shlibs:Depends},
+# ${misc:Depends}
+#Description: QGIS - shared grass library
+# QGIS is a Geographic Information System (GIS) which manages, analyzes and
+# display databases of geographic information.
+# .
+# This package contains the shared grass library.
 
 Package: libqgispython2.8.3
 Architecture: any
@@ -190,7 +191,8 @@ Description: QGIS - shared server library
 Package: libqgis-dev
 Architecture: any
 Section: libdevel
-Depends: grass-dev (<< 7),
+Depends:
+# grass-dev (<< 7),
  libexpat1-dev,
  libgdal-dev (>= 1.10.1-0~),
  libgeos-dev (>= 3.0.0),
@@ -202,7 +204,7 @@ Depends: grass-dev (<< 7),
  libqgis-analysis2.8.3 (= ${binary:Version}),
  libqgis-networkanalysis2.8.3 (= ${binary:Version}),
  libqgis-server2.8.3 (= ${binary:Version}),
- libqgisgrass2.8.3 (= ${binary:Version}),
+# libqgisgrass2.8.3 (= ${binary:Version}),
  libqgispython2.8.3 (= ${binary:Version}),
  libqt4-dev (>= 4.7.0),
  libsqlite3-dev,
@@ -229,7 +231,7 @@ Depends: libqgis-core2.8.3 (= ${binary:Version}),
  libqgis-analysis2.8.3 (= ${binary:Version}),
  libqgis-networkanalysis2.8.3 (= ${binary:Version}),
  libqgis-server2.8.3 (= ${binary:Version}),
- libqgisgrass2.8.3 (= ${binary:Version}),
+# libqgisgrass2.8.3 (= ${binary:Version}),
  libqgispython2.8.3 (= ${binary:Version}),
  ${misc:Depends}
 Suggests: gdb
@@ -239,31 +241,31 @@ Description: QGIS - debugging symbols
  .
  This package contains debugging symbols.
 
-Package: qgis-plugin-grass
-Architecture: any
-Depends: qgis (= ${binary:Version}),
- qgis-plugin-grass-common (= ${source:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
- grass-core (<< 7)
-Description: GRASS plugin for QGIS
- QGIS is a Geographic Information System (GIS) which manages, analyzes and
- display databases of geographic information.
- .
- This plugin enables GRASS data access in the QGIS geographic data viewer.
-
-Package: qgis-plugin-grass-common
-Architecture: all
-Depends: python2.7,
- ${misc:Depends}
-Breaks: qgis-common (<< 1.5)
-Replaces: qgis-common (<< 1.5)
-Description: GRASS plugin for QGIS - architecture-independent data
- QGIS is a Geographic Information System (GIS) which manages, analyzes and
- display databases of geographic information.
- .
- This package contains architecture-independent supporting data files for use
- with the QGIS GRASS plugin.
+#Package: qgis-plugin-grass
+#Architecture: any
+#Depends: qgis (= ${binary:Version}),
+# qgis-plugin-grass-common (= ${source:Version}),
+# ${shlibs:Depends},
+# ${mi

Processing of qgis_2.8.3+dfsg-1_amd64.changes

2015-08-23 Thread Debian FTP Masters
qgis_2.8.3+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  qgis_2.8.3+dfsg-1.dsc
  qgis_2.8.3+dfsg-1.debian.tar.xz
  libqgis-analysis2.8.3_2.8.3+dfsg-1_amd64.deb
  libqgis-core2.8.3_2.8.3+dfsg-1_amd64.deb
  libqgis-customwidgets_2.8.3+dfsg-1_amd64.deb
  libqgis-dev_2.8.3+dfsg-1_amd64.deb
  libqgis-gui2.8.3_2.8.3+dfsg-1_amd64.deb
  libqgis-networkanalysis2.8.3_2.8.3+dfsg-1_amd64.deb
  libqgis-server2.8.3_2.8.3+dfsg-1_amd64.deb
  libqgispython2.8.3_2.8.3+dfsg-1_amd64.deb
  python-qgis-common_2.8.3+dfsg-1_all.deb
  python-qgis_2.8.3+dfsg-1_amd64.deb
  qgis-api-doc_2.8.3+dfsg-1_all.deb
  qgis-common_2.8.3+dfsg-1_all.deb
  qgis-dbg_2.8.3+dfsg-1_amd64.deb
  qgis-plugin-globe-common_2.8.3+dfsg-1_all.deb
  qgis-plugin-globe_2.8.3+dfsg-1_amd64.deb
  qgis-providers-common_2.8.3+dfsg-1_all.deb
  qgis-providers_2.8.3+dfsg-1_amd64.deb
  qgis-server_2.8.3+dfsg-1_amd64.deb
  qgis_2.8.3+dfsg-1_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


[qgis] branch master updated (6a92364 -> db7b79e)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository qgis.

  from  6a92364   Use upstream-ltr branch in gbp.conf.
   new  476dd35   Disable GRASS plugin, doesn't support GRASS 7.
   new  db7b79e   Move from experimental to unstable.

The 2 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   |  6 ++--
 debian/control | 82 +-
 debian/control.in  | 88 +++---
 debian/libqgis-dev.install |  2 +-
 debian/rules   |  6 
 5 files changed, 97 insertions(+), 87 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


Bug#796714: ITP: esmp -- Python Interface for the Earth System Modeling Framework (ESMF)

2015-08-23 Thread Ross Gammon
Package: wnpp
Severity: wishlist
Owner: Ross Gammon 

* Package name: esmf-esmp
  Version : 6.3.0rp1
  Upstream Author : NESII (NOAA Environmental Software Infrastructure and
Interoperability) 
* URL : https://earthsystemcog.org/projects/esmp/
* License : Expat
  Programming Lang: Python
  Description : Python Interface for the Earth System Modeling Framework
(ESMF)

The Earth System Modeling Framework (ESMF) collaboration is high-performance,
flexible software infrastructure for building and coupling weather, climate,
and related Earth science applications. The ESMF defines an architecture for
composing complex, coupled modeling systems and includes data structures and
utilities for developing individual models.
.
The basic idea behind ESMF is that complicated applications should be broken up
into coherent pieces, or components, with standard calling interfaces. In ESMF,
a component may be a physical domain, or a function such as a coupler or I/O
system. ESMF also includes toolkits for building components and applications,
such as regridding software, calendar management, logging and error handling,
and parallel communications.
.
ESMP is a Python interface to ESMF grid remapping functions.

ESMF is the subject of a different ITP (https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=796698).
As for ESMF, ESMP will be maintained within the Debian Science Team (or Debian
GIS).

Although upstream call the package ESMP, this is also the acronym for the
Embedded Systems Modeling Platform from Eclipse, so this package will be named
ESMF-ESMP to avoid confusion.

___
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_2.8.3+dfsg-1_amd64.changes ACCEPTED into unstable

2015-08-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 21 Aug 2015 18:12:35 +0200
Source: qgis
Binary: qgis qgis-common libqgis-core2.8.3 libqgis-gui2.8.3 
libqgis-analysis2.8.3 libqgis-networkanalysis2.8.3 libqgispython2.8.3 
libqgis-customwidgets libqgis-server2.8.3 libqgis-dev qgis-dbg 
qgis-plugin-globe qgis-plugin-globe-common python-qgis python-qgis-common 
qgis-providers qgis-providers-common qgis-server qgis-api-doc
Architecture: source amd64 all
Version: 2.8.3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libqgis-analysis2.8.3 - QGIS - shared analysis library
 libqgis-core2.8.3 - QGIS - shared core library
 libqgis-customwidgets - QGIS custom widgets for Qt Designer
 libqgis-dev - QGIS - development files
 libqgis-gui2.8.3 - QGIS - shared gui library
 libqgis-networkanalysis2.8.3 - QGIS - shared network analysis library
 libqgis-server2.8.3 - QGIS - shared server library
 libqgispython2.8.3 - QGIS - shared Python library
 python-qgis - Python bindings to QGIS
 python-qgis-common - Python bindings to QGIS - architecture-independent files
 qgis   - Geographic Information System (GIS)
 qgis-api-doc - QGIS API documentation
 qgis-common - QGIS - architecture-independent data
 qgis-dbg   - QGIS - debugging symbols
 qgis-plugin-globe - OSG globe plugin for QGIS
 qgis-plugin-globe-common - OSG globe plugin for QGIS - 
architecture-independent data
 qgis-providers - collection of data providers to QGIS
 qgis-providers-common - collection of data providers to QGIS - 
architecture-independent f
 qgis-server - QGIS server providing various OGC services
Changes:
 qgis (2.8.3+dfsg-1) unstable; urgency=medium
 .
   * Update symbols for other architectures.
   * Use upstream-ltr branch in gbp.conf.
   * Disable GRASS plugin, doesn't support GRASS 7.
   * Move from experimental to unstable.
Checksums-Sha1:
 7b10c9fc2068164d4f28fa1aaa5ec146cd1f94bb 3888 qgis_2.8.3+dfsg-1.dsc
 b4b1e01775d71a5b39d5a439b3a0a145f8170ad5 359696 qgis_2.8.3+dfsg-1.debian.tar.xz
 52c9cf73d75715178dbd938caf75e49d084ce22d 1101640 
libqgis-analysis2.8.3_2.8.3+dfsg-1_amd64.deb
 45a28f16518d2dac460d7c265d1eaff1c732f9d8 3167578 
libqgis-core2.8.3_2.8.3+dfsg-1_amd64.deb
 1c01583d962483340c58d8994c96c766ce91fe02 2404764 
libqgis-customwidgets_2.8.3+dfsg-1_amd64.deb
 989303f136614d79d9c9e41738285377a9da4c3f 1378314 
libqgis-dev_2.8.3+dfsg-1_amd64.deb
 52bd5f7297e2595466da46745f8f2fda9527fbcc 2397558 
libqgis-gui2.8.3_2.8.3+dfsg-1_amd64.deb
 d9240447bf9b2d3bbf254b7ba0bc7a0475f390a0 968648 
libqgis-networkanalysis2.8.3_2.8.3+dfsg-1_amd64.deb
 dcb2e8de3de7a4d630a6c5b807a3cf0c7d8dca1f 1287774 
libqgis-server2.8.3_2.8.3+dfsg-1_amd64.deb
 25dcf936c78e511f0faf5a22d673aa6ad194b765 966456 
libqgispython2.8.3_2.8.3+dfsg-1_amd64.deb
 67c997709556a931f19bd5d14ad78de6bce817c4 3259372 
python-qgis-common_2.8.3+dfsg-1_all.deb
 dbfb7c835cbf726c3f0cf1abb5da582f1b01f7b4 3479832 
python-qgis_2.8.3+dfsg-1_amd64.deb
 abc26cc9aa1b7ec8baff25b96e26daa6da833cf1 949358 
qgis-api-doc_2.8.3+dfsg-1_all.deb
 850d01cb3c6f6b084090873428e48a4dd763f6ba 8218470 
qgis-common_2.8.3+dfsg-1_all.deb
 b3f52f27aba6257b03f7b3122fcc89256c4c2d9a 165686058 
qgis-dbg_2.8.3+dfsg-1_amd64.deb
 feed577ef2903d250df93a6ecb16e05f5ccd5512 956058 
qgis-plugin-globe-common_2.8.3+dfsg-1_all.deb
 292254523ec42f80d14a45663336dabb452788f7 1032916 
qgis-plugin-globe_2.8.3+dfsg-1_amd64.deb
 cd9872486cf60c0207b27b8ab9eeac4c989aace2 1708546 
qgis-providers-common_2.8.3+dfsg-1_all.deb
 f22fd7ee29210aa3cd14af8eb925a0f5fed3b026 1970412 
qgis-providers_2.8.3+dfsg-1_amd64.deb
 07e0145281ac254bac8246082a8d8934c5b527e3 1366574 
qgis-server_2.8.3+dfsg-1_amd64.deb
 9204874cfbefa843d8556897e5b132e836123698 6602382 qgis_2.8.3+dfsg-1_amd64.deb
Checksums-Sha256:
 e19ba3ef73e0caab648de9f323af42809647bc4b2ad4a005079511c3cadedf76 3888 
qgis_2.8.3+dfsg-1.dsc
 c2adba5219c1cf43c42ff68ccf668e61efc21c7b2c5d4ad673a4c34627ebe3bc 359696 
qgis_2.8.3+dfsg-1.debian.tar.xz
 41f9777db855aced65c8de5888b72d849e2cf5c783110d712e4c41cde5084cae 1101640 
libqgis-analysis2.8.3_2.8.3+dfsg-1_amd64.deb
 c7cc583525b654712a398196af7206d687ff049cce11444e85600ff09dc40da5 3167578 
libqgis-core2.8.3_2.8.3+dfsg-1_amd64.deb
 715420a2cf8f2f80d8ac4a5dca4818d4747d14749b8db4a070bad65332b264b3 2404764 
libqgis-customwidgets_2.8.3+dfsg-1_amd64.deb
 f103498691d1753cd9aa31356517cec7f557d62441028cc580a895b95a029bda 1378314 
libqgis-dev_2.8.3+dfsg-1_amd64.deb
 ca952f1460ce7723f67c03806deba35af146be392ee2a470fbc58e9a5c7b2ede 2397558 
libqgis-gui2.8.3_2.8.3+dfsg-1_amd64.deb
 61c6c2f669a2f278b1e3bcae339c0e516361768ccfd083073082ae8a2acdd9bc 968648 
libqgis-networkanalysis2.8.3_2.8.3+dfsg-1_amd64.deb
 4304d59f9022a037b4c3face883c1d7929883110cb7cad34bbd86465b928529d 1287774 
libqgis-server2.8.3_2.8.3+dfsg-1_amd64.deb
 b56e5a4f9cab23e0f502ba3208bb708ce13aa174cc59736f1e044f2bf7593cea 966456 
libqgispython2.8.3_2.8.3+dfsg-1_amd64.deb
 1f8f3f031ccf5ec4acf09fe484e5b5c9d531

[qgis] branch master updated (db7b79e -> 6cb85f0)

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository qgis.

  from  db7b79e   Move from experimental to unstable.
   new  24e5334   Update symbols for amd64.
   new  6cb85f0   Add patch to fix 'software' typo.

The 2 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.8.3.symbols|  94 +--
 debian/libqgis-core2.8.3.symbols| 868 +++-
 debian/libqgis-gui2.8.3.symbols | 690 +++---
 debian/libqgis-networkanalysis2.8.3.symbols |  24 +-
 debian/libqgis-server2.8.3.symbols  | 179 +++---
 debian/libqgispython2.8.3.symbols   |  19 +-
 debian/patches/series   |   1 +
 debian/patches/software-typo.patch  | 522 +
 9 files changed, 1542 insertions(+), 862 deletions(-)
 create mode 100644 debian/patches/software-typo.patch

-- 
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] 02/02: Add patch to fix 'software' typo.

2015-08-23 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qgis.

commit 6cb85f084a4d88c6e2701a61deb80b04bbeeb406
Author: Bas Couwenberg 
Date:   Sun Aug 23 17:51:20 2015 +0200

Add patch to fix 'software' typo.
---
 debian/changelog   |   1 +
 debian/patches/series  |   1 +
 debian/patches/software-typo.patch | 522 +
 3 files changed, 524 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 40ef823..1f51f07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qgis (2.8.3+dfsg-2) UNRELEASED; urgency=medium
 
   * Update symbols for amd64.
+  * Add patch to fix 'software' typo.
 
  -- Bas Couwenberg   Sun, 23 Aug 2015 17:40:11 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 42ae00f..65b778e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,4 +4,5 @@ disable-doxygen.patch
 developersmap-use-debian-package.patch
 exclude-dxf2shp-plugin.patch
 exclude-elvensword-resources.patch
+software-typo.patch
 0001-fix-arm-build.patch
diff --git a/debian/patches/software-typo.patch 
b/debian/patches/software-typo.patch
new file mode 100644
index 000..1311c7d
--- /dev/null
+++ b/debian/patches/software-typo.patch
@@ -0,0 +1,522 @@
+Description: Fix 'sofware' typo, replace with 'software'.
+Author: Bas Couwenberg 
+
+--- a/i18n/qgis_ar.ts
 b/i18n/qgis_ar.ts
+@@ -45653,7 +45653,7 @@ There was a problem with your symbol dat
+ 
+ 
+ 
+-If you need help using QGIS we have a 'users' 
mailing list where users help each other with issues related to using our 
sofware. We also have a 'developers' mailing list. for those wanting 
help and to discuss things relating to the QGIS code base. Details on how to 
subscribe are in the community
 section of the QGIS home page.
++If you need help using QGIS we have a 'users' 
mailing list where users help each other with issues related to using our 
software. We also have a 'developers' mailing list. for those wanting 
help and to discuss things relating to the QGIS code base. Details on how to 
subscribe are in the community
 section of the QGIS home page.
+ 
+ 
+ 
+--- a/i18n/qgis_bs.ts
 b/i18n/qgis_bs.ts
+@@ -45767,7 +45767,7 @@ Problem je sa vašom bazom podataka simb
+ Povezano iscrtavanje presijecanja 
polilinija
+ 
+ 
+-If you need help using QGIS we have a 'users' 
mailing list where users help each other with issues related to using our 
sofware. We also have a 'developers' mailing list. for those wanting 
help and to discuss things relating to the QGIS code base. Details on how to 
subscribe are in the community
 section of the QGIS home page.
++If you need help using QGIS we have a 'users' 
mailing list where users help each other with issues related to using our 
software. We also have a 'developers' mailing list. for those wanting 
help and to discuss things relating to the QGIS code base. Details on how to 
subscribe are in the community
 section of the QGIS home page.
+ 
+ 
+ 
+--- a/i18n/qgis_ca.ts
 b/i18n/qgis_ca.ts
+@@ -45395,7 +45395,7 @@ There was a problem with your symbol dat
+ 
+ 
+ 
+-If you need help using QGIS we have a 'users' 
mailing list where users help each other with issues related to using our 
sofware. We also have a 'developers' mailing list. for those wanting 
help and to discuss things relating to the QGIS code base. Details on how to 
subscribe are in the community
 section of the QGIS home page.
++If you need help using QGIS we have a 'users' 
mailing list where users help each other with issues related to using our 
software. We also have a 'developers' mailing list. for those wanting 
help and to discuss things relating to the QGIS code base. Details on how to 
subscribe are in the community
 section of the QGIS home page.
+ 
+ 
+ 
+--- a/i18n/qgis_cs.ts
 b/i18n/qgis_cs.ts
+@@ -45724,7 +45724,7 @@ There was a problem with your symbol dat
+ Spojte protnuté multilinie při vykreslování
+ 
+ 
+-If you need help using QGIS we have a 'users' 
mailing list where users help each other with issues related to using our 
sofware. We also have a 'developers' mailing list. for those wanting 
help and to discuss things relating to the QGIS code base. Details on how to 
subscribe are in the Re: [fiona] 04/04: Release to unstable

On Sun, Aug 23, 2015 at 1:19 PM, Sebastiaan Couwenberg
 wrote:

> I've manually binNMU'ed fiona (1.6.0-1) on the amd64 porterbox to
> resolve this issue without intervention of the Release Team to process
> the nmu request.
>
> https://www.debian.org/doc/manuals/developers-reference/ch05.en.html#binary-only-nmu

Thanks,

Just wondering - is this something I could have done as well (as as
DM, not DD)? Just running dpkg-buildpackage -b (from a fresh sid) and
uploading the changes?

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


Re: [fiona] 04/04: Release to unstable

On 23-08-15 20:43, Johan Van de Wauw wrote:
> On Sun, Aug 23, 2015 at 1:19 PM, Sebastiaan Couwenberg wrote:
>> I've manually binNMU'ed fiona (1.6.0-1) on the amd64 porterbox to
>> resolve this issue without intervention of the Release Team to process
>> the nmu request.
>>
>> https://www.debian.org/doc/manuals/developers-reference/ch05.en.html#binary-only-nmu
> 
> Thanks,
> 
> Just wondering - is this something I could have done as well (as as
> DM, not DD)? Just running dpkg-buildpackage -b (from a fresh sid) and
> uploading the changes?

Yes, most of the magic that makes a package a binNMU is in the
changelog, for binNMU you create them with `dch --bin-nmu`. And building
the source with all quilt patches applied using `dpkg-buildpackage -B`,
note -B vs -b, see dpkg-buildpackage(1):

http://manpages.debian.org/cgi-bin/man.cgi?query=dpkg-buildpackage

The procedure is described from the porter point of view in the
Developer's Reference, besides the above URL see also:

https://www.debian.org/doc/manuals/developers-reference/ch05.en.html#nmu-binnmu

Most important aspect is ensuring that the build environment is clean
and up-to-date. The schroot procedure takes care of that:

https://dsa.debian.org/doc/schroot/

But this requires a guest account on the porterbox in question.

Since amd64 was the problem, you can also use your regular sid-amd64
cowbuilder chroot, e.g. by using the --login option and building the
package manually.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


[gdal-grass] branch master updated (ac4cad9 -> 9f0ece1)

This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository gdal-grass.

  from  ac4cad9   Include default Files section from gdal copyright file.
  adds  f74b7fa   Imported Upstream version 1.11.0
  adds  24ff3bd   Merge tag 'upstream/1.11.0'
  adds  bb0378d   New upstream release.
  adds  e48fe8a   Update copyright file.
  adds  80507c6   Move GDAL version check to configure target, to allow 
pbuilder builds without requiring a matching GDAL installed outside the build 
environment.
  adds  2079982   Set distribution to experimental.
  adds  e15717c   Update for GRASS 6.4.4.
  adds  482bbcf   Set distribution to experimental.
  adds  aac53cb   Include default Files section from gdal copyright file.
  adds  26d2456   Imported Upstream version 1.11.1
  adds  625fe7f   Merge tag 'upstream/1.11.1' into experimental
  adds  d10a56d   New upstream release.
  adds  4b2b640   Refresh patches.
  adds  076103b   Bump Standards-Version to 3.9.6, no changes.
  adds  4b4b0f7   Set distribution to experimental.
  adds  686b03a   Set experimental branch in Vcs-Git and gbp.conf.
  adds  2cb26a5   Update my email to @debian.org address.
  adds  6ceebc9   Imported Upstream version 1.11.2
  adds  48c3113   Merge tag 'upstream/1.11.2' into experimental
  adds  ef7f3aa   New upstream release.
  adds  071e437   Refresh patches.
  adds  fd04189   Update Vcs-Browser URL to use cgit instead of gitweb.
  adds  b75b3cc   Update copyright file, group files & copyright by license.
  adds  afba813   Add patch to support GRASS 7.0.0RC2.
  adds  d78ab96   Add path to add include directory for libpq.h required 
for GRASS with PostgreSQL support.
  adds  04a4b74   Bump minimum GRASS version to 7.0.0~rc2.
  adds  809dc73   Set distribution to experimental.
  adds  377da84   Bump minimum GRASS version to 7.0.0.
  adds  bd4e79f   Update patches for GRASS 7.0.0.
  adds  3c70a8d   Mark patches as Forwarded.
  adds  069c8be   Mark environment-typo patch as Applied-Upstream.
  adds  0a83d0c   Add patch by Martin Landa to improve GRASS version 
detection.
  adds  7f4f2d3   Fix missing separator between dependencies.
  adds  3bafb51   Drop configure.in changes from grass7 patch, in favor of 
those in grass7-configure.
  adds  c4a6283   Mark grass7 patches as Applied-Upstream.
  adds  551b197   Sync control & control.in.
  adds  b9ac4ae   Sort build dependencies.
  adds  9bd6a69   Replace libpq patch with grass7-configure-postgres by 
Martin Landa.
  adds  8094b5e   Mark grass7-configure-postgres patch as Applied-Upstream.
  adds  4b6cde9   Set distribution to experimental.
  adds  736d85e   Don't require at minimum GRASS version 7.0.0, 6.4.0~rc5 
is suffient.
   new  82abdf3   Set distribution to experimental.
   new  80c23c4   Merge branch 'experimental'
   new  9f0ece1   Move from experimental 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:
 VERSION|  2 +-
 debian/changelog   | 62 ++
 debian/control | 17 +++
 debian/control.in  | 17 +++
 debian/copyright   | 13 +-
 debian/libgdal1-1.10.1-grass.lintian-overrides |  3 --
 debian/libgdal1-1.11.2-grass.lintian-overrides |  3 ++
 debian/lintian-overrides.in|  6 +--
 debian/patches/environment-typo|  9 ++--
 debian/patches/grass7-configure| 48 
 debian/patches/grass7-configure-postgres   | 52 +
 debian/patches/grass7-makefile | 22 +
 debian/patches/hardening   | 10 +++--
 debian/patches/rpath   |  4 +-
 debian/patches/series  |  3 ++
 debian/rules   | 17 ---
 grass57dataset.cpp | 18 +---
 ogrgrassdatasource.cpp | 11 -
 ogrgrasslayer.cpp  |  5 ++-
 19 files changed, 264 insertions(+), 58 deletions(-)
 delete mode 100644 debian/libgdal1-1.10.1-grass.lintian-overrides
 create mode 100644 debian/libgdal1-1.11.2-grass.lintian-overrides
 create mode 100644 debian/patches/grass7-configure
 create mode 100644 debian/patches/grass7-configure-postgres
 create mode 100644 debian/patches/grass7-makefile

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

___
Pkg-grass-deve

[gdal-grass] 01/03: Set distribution to experimental.

This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository gdal-grass.

commit 82abdf3cc7915ba1062692c5188aec59b747a489
Author: Bas Couwenberg 
Date:   Fri Jun 19 02:09:50 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index a84d6d3..45ab6aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libgdal-grass (1.11.2-1~exp3) UNRELEASED; urgency=medium
+libgdal-grass (1.11.2-1~exp3) experimental; urgency=medium
 
   * Don't require at minimum GRASS version 7.0.0, 6.4.0~rc5 is suffient.
 
- -- Bas Couwenberg   Fri, 19 Jun 2015 01:21:29 +0200
+ -- Bas Couwenberg   Fri, 19 Jun 2015 02:09:06 +0200
 
 libgdal-grass (1.11.2-1~exp2) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] 03/03: Move from experimental to unstable.

This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository gdal-grass.

commit 9f0ece18a36b9952f8ffe86ad0ba9b9fddb9db1d
Author: Bas Couwenberg 
Date:   Sun Aug 23 21:22:32 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 89b4f62..b8690cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgdal-grass (1.11.2-1) UNRELEASED; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg   Sun, 23 Aug 2015 21:22:18 +0200
+
 libgdal-grass (1.11.2-1~exp3) experimental; urgency=medium
 
   * Don't require at minimum GRASS version 7.0.0, 6.4.0~rc5 is suffient.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal-grass.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


[gdal-grass] 02/03: Merge branch 'experimental'

This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository gdal-grass.

commit 80c23c40e65826fcadc5bdb673dee6eb605d2529
Merge: ac4cad9 82abdf3
Author: Bas Couwenberg 
Date:   Sun Aug 23 21:21:33 2015 +0200

Merge branch 'experimental'

Conflicts:
debian/changelog
debian/copyright

 VERSION|  2 +-
 debian/changelog   | 56 ++
 debian/control | 17 
 debian/control.in  | 17 
 debian/copyright   | 13 +-
 debian/libgdal1-1.10.1-grass.lintian-overrides |  3 --
 debian/libgdal1-1.11.2-grass.lintian-overrides |  3 ++
 debian/lintian-overrides.in|  6 +--
 debian/patches/environment-typo|  9 +++--
 debian/patches/grass7-configure| 48 ++
 debian/patches/grass7-configure-postgres   | 52 
 debian/patches/grass7-makefile | 22 ++
 debian/patches/hardening   | 10 +++--
 debian/patches/rpath   |  4 +-
 debian/patches/series  |  3 ++
 debian/rules   | 17 +---
 grass57dataset.cpp | 18 ++---
 ogrgrassdatasource.cpp | 11 -
 ogrgrasslayer.cpp  |  5 ++-
 19 files changed, 258 insertions(+), 58 deletions(-)

diff --cc debian/changelog
index cdf20c9,45ab6aa..89b4f62
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,10 -1,59 +1,66 @@@
+ libgdal-grass (1.11.2-1~exp3) experimental; urgency=medium
+ 
+   * Don't require at minimum GRASS version 7.0.0, 6.4.0~rc5 is suffient.
+ 
+  -- Bas Couwenberg   Fri, 19 Jun 2015 02:09:06 +0200
+ 
+ libgdal-grass (1.11.2-1~exp2) experimental; urgency=medium
+ 
+   * Bump minimum GRASS version to 7.0.0.
+   * Update patches for GRASS 7.0.0.
+   * Add patches by Martin Landa:
+ - grass7-configure   improve GRASS version detection
+ - grass7-configure-postgres  add configure support for postgres includes
+   libpq-dev is now a dependency to query the includedir with pq_config
+ 
+  -- Bas Couwenberg   Wed, 18 Mar 2015 22:16:08 +0100
+ 
+ libgdal-grass (1.11.2-1~exp1) experimental; urgency=medium
+ 
+   * New upstream release.
+   * Update my email to @debian.org address.
+   * Refresh patches.
+   * Update Vcs-Browser URL to use cgit instead of gitweb.
+   * Update copyright file, group files & copyright by license.
+   * Add patch to support GRASS 7.0.0RC2.
+   * Add path to add include directory for libpq.h required for GRASS with
+ PostgreSQL support.
+   * Bump minimum GRASS version to 7.0.0~rc2.
+ 
+  -- Bas Couwenberg   Fri, 20 Feb 2015 15:44:50 +0100
+ 
+ libgdal-grass (1.11.1-1~exp1) experimental; urgency=medium
+ 
+   * New upstream release.
+   * Refresh patches.
+   * Bump Standards-Version to 3.9.6, no changes.
+   * Set experimental branch in Vcs-Git and gbp.conf.
+ 
+  -- Bas Couwenberg   Sun, 12 Oct 2014 16:16:47 +0200
+ 
+ libgdal-grass (1.11.0-1~exp2) experimental; urgency=medium
+ 
+   * Update for GRASS 6.4.4.
+   * Include default Files section from gdal copyright file.
+ 
+  -- Bas Couwenberg   Sun, 07 Sep 2014 12:03:30 +0200
+ 
+ libgdal-grass (1.11.0-1~exp1) experimental; urgency=low
+ 
+   * New upstream release.
+   * Update copyright file.
+   * Move GDAL version check to configure target, to allow pbuilder builds
+ without requiring a matching GDAL installed outside the build environment.
+ 
+  -- Bas Couwenberg   Sun, 04 May 2014 14:43:12 +0200
+ 
 +libgdal-grass (1.10.1-3) unstable; urgency=medium
 +
 +  * Update for GRASS 6.4.4.
 +  * Include default Files section from gdal copyright file.
 +
 + -- Bas Couwenberg   Sun, 07 Sep 2014 12:02:33 +0200
 +
  libgdal-grass (1.10.1-2) unstable; urgency=medium
  
* Add myself to Uploaders.
diff --cc debian/control
index 146b0c8,aab6b73..f5d1629
--- a/debian/control
+++ b/debian/control
@@@ -5,19 -5,20 +5,20 @@@ Uploaders: Francesco Paolo Lovergine = 9),
+dh-autoreconf,
 d-shlibs,
-libgdal-dev (>= 1.10.1-0~),
-pkg-config,
-grass-dev (>= 6.4.0~rc5),
 grass (>= 6.4.0~rc5),
+grass-dev (>= 6.4.0~rc5),
+libgdal-dev (>= 1.11.2-1~),
 libproj-dev,
-dh-autoreconf
- Standards-Version: 3.9.5
- Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/gdal-grass.git
+libpq-dev,
+pkg-config
+ Standards-Version: 3.9.6
+ Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
 -Vcs-Git: git://anonscm.debian.org/pkg-grass/gdal-grass.git -b experimental
 +Vcs-Git: git://anonscm.debian.org/pkg-grass/gdal-grass.git
  H

[rasterio] branch master updated (ff808ef -> dbabfe0)

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to branch master
in repository rasterio.

  from  ff808ef   update changelog
   new  5dd2b20   Fix tests on i386
   new  50c4ae3   Revert "Merge tag 'upstream/0.26.0'"
   new  2718f46   Revert "update changelog"
   new  c82e600   Skip failing tests during build
   new  40656ea   Update copyright with AUTHORS.txt
   new  dbabfe0   Release to unstable

The 6 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:
 .gitignore |  76 
 .travis.yml|  20 +---
 AUTHORS.txt|   3 +-
 CHANGES.txt|  18 ---
 README.rst |  45 +--
 debian/changelog   |   8 +-
 debian/copyright   |  21 +++-
 ...004-Adjust-test-to-no-longer-fail-on-i386.patch |  49 
 .../0005-Adjust-test-to-work-well-on-i386.patch|  29 +
 debian/patches/series  |   2 +
 debian/rules   |   4 +-
 docs/cli.rst   | 133 +++--
 docs/reproject.rst |  64 +-
 examples/polygonize.py |  10 +-
 rasterio/__init__.py   |   2 +-
 rasterio/_base.pyx |  35 +-
 rasterio/_features.pyx |  10 +-
 rasterio/_fill.pyx |   4 +-
 rasterio/_gdal.pxd |   2 +-
 rasterio/_io.pyx   |   8 +-
 rasterio/_warp.pyx |   8 +-
 rasterio/dtypes.py |   6 -
 rasterio/enums.py  |   2 +-
 rasterio/rio/bands.py  |  15 ++-
 rasterio/rio/convert.py|   6 +-
 rasterio/rio/info.py   |   6 -
 rasterio/rio/main.py   |   8 +-
 rasterio/rio/options.py|   8 +-
 rasterio/rio/overview.py   |   6 +-
 requirements-dev.txt   |   3 +-
 setup.py   |   3 +-
 tests/test_checksum.py |  45 ---
 tests/test_colormap.py |  14 +--
 tests/test_dtypes.py   |  21 +---
 tests/test_overviews.py|  10 --
 tests/test_rio_bands.py|   6 +-
 tests/test_rio_info.py |  16 ---
 37 files changed, 224 insertions(+), 502 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 
debian/patches/0004-Adjust-test-to-no-longer-fail-on-i386.patch
 create mode 100644 debian/patches/0005-Adjust-test-to-work-well-on-i386.patch
 delete mode 100644 tests/test_checksum.py

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/rasterio.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


[rasterio] 01/06: Fix tests on i386

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit 5dd2b20aa073423df5547ccc2e7794891f40e322
Author: Johan Van de Wauw 
Date:   Thu Aug 20 13:42:25 2015 +0200

Fix tests on i386

Conflicts:
debian/changelog
debian/patches/series
---
 ...004-Adjust-test-to-no-longer-fail-on-i386.patch | 49 ++
 .../0005-Adjust-test-to-work-well-on-i386.patch| 29 +
 debian/patches/series  |  2 +
 3 files changed, 80 insertions(+)

diff --git a/debian/patches/0004-Adjust-test-to-no-longer-fail-on-i386.patch 
b/debian/patches/0004-Adjust-test-to-no-longer-fail-on-i386.patch
new file mode 100644
index 000..cac3c0f
--- /dev/null
+++ b/debian/patches/0004-Adjust-test-to-no-longer-fail-on-i386.patch
@@ -0,0 +1,49 @@
+From c3c67795adf59dd6e8d44007d180aae669ccbc52 Mon Sep 17 00:00:00 2001
+From: Johan Van de Wauw 
+Date: Mon, 17 Aug 2015 20:19:30 +0200
+Subject: [PATCH 1/2] Adjust test to no longer fail on i386
+
+See discussion on gdal-dev mailinglist:
+https://lists.osgeo.org/pipermail/gdal-dev/2015-August/042380.html
+
+"Changing very slightly the test case should hopefully hide that annoyance."
+
+and the original bug report:
+https://github.com/mapbox/rasterio/issues/229
+---
+ tests/test_read_resample.py | 17 +
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+diff --git a/tests/test_read_resample.py b/tests/test_read_resample.py
+index d21c0a4..5593cf7 100644
+--- a/tests/test_read_resample.py
 b/tests/test_read_resample.py
+@@ -10,16 +10,17 @@ import rasterio
+ 
+ def test_read_out_shape_resample_down():
+ with rasterio.open('tests/data/RGB.byte.tif') as s:
+-out = numpy.zeros((7, 8), dtype=rasterio.ubyte)
++out = numpy.zeros((8, 8), dtype=rasterio.ubyte)
+ data = s.read(1, out=out)
+ expected = numpy.array([
+-[  0,   8,   5,   7,   0,   0,   0,   0],
+-[  0,   6,  61,  15,  27,  15,  24, 128],
+-[  0,  20, 152,  23,  15,  19,  28,   0],
+-[  0,  17, 255,  25, 255,  22,  32,   0],
+-[  9,   7,  14,  16,  19,  18,  36,   0],
+-[  6,  27,  43, 207,  38,  31,  73,   0],
+-[  0,   0,   0,   0,  74,  23,   0,   0]], dtype=numpy.uint8)
++[  0,   0,  20,  15,   0,   0,   0,   0],
++[  0,   6, 193,   9, 255, 127,  23,  39],
++[  0,   7,  27, 255, 193,  14,  28,  34],
++[  0,  31,  29,  44,  14,  22,  43,   0],
++[  0,   9,  69,  49,  17,  22, 255,   0],
++[ 11,   7,  13,  25,  13,  29,  33,   0],
++[  8,  10,  88,  27,  20,  33,  25,   0],
++[  0,   0,   0,   0,  98,  23,   0,   0]], dtype=numpy.uint8)
+ assert (data == expected).all() # all True.
+ 
+ 
+-- 
+2.1.4
+
diff --git a/debian/patches/0005-Adjust-test-to-work-well-on-i386.patch 
b/debian/patches/0005-Adjust-test-to-work-well-on-i386.patch
new file mode 100644
index 000..2c1ed92
--- /dev/null
+++ b/debian/patches/0005-Adjust-test-to-work-well-on-i386.patch
@@ -0,0 +1,29 @@
+From 5c13f6d40c260230339215f480d9b81571c4b101 Mon Sep 17 00:00:00 2001
+From: Johan Van de Wauw 
+Date: Mon, 17 Aug 2015 20:46:11 +0200
+Subject: [PATCH 2/2] Adjust test to work well on i386
+
+---
+ tests/test_rio_features.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test_rio_features.py b/tests/test_rio_features.py
+index dd3da8e..1ce7807 100644
+--- a/tests/test_rio_features.py
 b/tests/test_rio_features.py
+@@ -310,10 +310,10 @@ def test_shapes_compact(runner):
+ 
+ def test_shapes_sampling(runner):
+ result = runner.invoke(
+-features.shapes, ['tests/data/shade.tif', '--sampling', '10'])
++features.shapes, ['tests/data/shade.tif', '--sampling', '11'])
+ assert result.exit_code == 0
+ assert result.output.count('"FeatureCollection"') == 1
+-assert result.output.count('"Feature"') == 124
++assert result.output.count('"Feature"') == 117
+ 
+ 
+ def test_shapes_precision(runner):
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
index 9654eb2..e8a44ef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 0001-Rename-rio-to-rasterio-Closes-788463.patch
+0004-Adjust-test-to-no-longer-fail-on-i386.patch
+0005-Adjust-test-to-work-well-on-i386.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/rasterio.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


[rasterio] 06/06: Release to unstable

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit dbabfe0daa81e1855d409675838cf8677f033055
Author: Johan Van de Wauw 
Date:   Sun Aug 23 21:34:15 2015 +0200

Release to unstable
---
 debian/changelog | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c90ae8..bcd4473 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-rasterio (0.25.0-1) UNRELEASED; urgency=medium
+rasterio (0.25.0-1) unstable; urgency=medium
 
+  * Fix tests on i386 (Closes:  #790549)
   * Imported Upstream version 0.25.0
   * Fix patches, drop patches included upstream
+  * Skip failing tests during build
+  * Update copyright with AUTHORS.txt
 
- -- Johan Van de Wauw   Wed, 22 Jul 2015 21:48:40 
+0200
+ -- Johan Van de Wauw   Sun, 23 Aug 2015 21:34:03 
+0200
 
 rasterio (0.24.0-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/rasterio.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


[rasterio] 02/06: Revert "Merge tag 'upstream/0.26.0'"

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit 50c4ae398d5f92a8fc6c80e0e109df4103b0cb6c
Author: Johan Van de Wauw 
Date:   Sat Aug 22 22:19:17 2015 +0200

Revert "Merge tag 'upstream/0.26.0'"

This reverts commit 685a30a5295364a46de2b105e54d0c0f2122b840, reversing
changes made to e515095554a2548102267fbc9c2ec2edc84b0b4a.

The upstream 0.26 release brings in a new dependecy python-click-plugins 
which
is still in NEW.
---
 .gitignore   |  76 ---
 .travis.yml  |  20 ++-
 AUTHORS.txt  |   3 +-
 CHANGES.txt  |  18 ---
 README.rst   |  45 +---
 docs/cli.rst | 133 +++
 docs/reproject.rst   |  64 ++-
 examples/polygonize.py   |  10 ++--
 rasterio/__init__.py |   2 +-
 rasterio/_base.pyx   |  35 +
 rasterio/_features.pyx   |  10 ++--
 rasterio/_fill.pyx   |   4 +-
 rasterio/_gdal.pxd   |   2 +-
 rasterio/_io.pyx |   8 +--
 rasterio/_warp.pyx   |   8 +--
 rasterio/dtypes.py   |   6 ---
 rasterio/enums.py|   2 +-
 rasterio/rio/bands.py|  15 +-
 rasterio/rio/convert.py  |   6 +--
 rasterio/rio/info.py |   6 ---
 rasterio/rio/main.py |   8 +--
 rasterio/rio/options.py  |   8 +--
 rasterio/rio/overview.py |   6 +--
 requirements-dev.txt |   3 +-
 setup.py |   3 +-
 tests/test_checksum.py   |  45 
 tests/test_colormap.py   |  14 ++---
 tests/test_dtypes.py |  21 +++-
 tests/test_overviews.py  |  10 
 tests/test_rio_bands.py  |   6 ++-
 tests/test_rio_info.py   |  16 --
 31 files changed, 117 insertions(+), 496 deletions(-)

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 0b87ebd..000
--- a/.gitignore
+++ /dev/null
@@ -1,76 +0,0 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-
-# C extensions
-*.so
-
-# Distribution / packaging
-.Python
-env/
-build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-*.egg-info/
-.installed.cfg
-*.egg
-
-# PyInstaller
-#  Usually these files are written by a python script from a template
-#  before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.coverage
-.coverage.*
-.cache
-nosetests.xml
-coverage.xml
-*,cover
-
-# Translations
-*.mo
-*.pot
-
-# Django stuff:
-*.log
-
-# Sphinx documentation
-docs/_build/
-
-# PyBuilder
-target/
-
-# IDE's etc.
-.idea/
-venv/
-venv2/
-
-# rasterio
-test.tif
-gdal-config.txt
-VERSION.txt
-rasterio/_fill.cpp
-rasterio/_warp.cpp
-rasterio/_base.c
-rasterio/_copy.c
-rasterio/_drivers.c
-rasterio/_err.c
-rasterio/_example.c
-rasterio/_features.c
-rasterio/_io.c
diff --git a/.travis.yml b/.travis.yml
index bbf5cc5..440f792 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,22 +8,12 @@ before_install:
   - sudo apt-get update -qq
   - sudo apt-get install -y libgdal1h gdal-bin libgdal-dev
 install:
-  - pip install --install-option="--no-cython-compile" cython==0.22
-  - pip install -r requirements-dev.txt
-  - pip install -e .
+  - pip install --install-option="--no-cython-compile" cython
+  - "pip install -r requirements-dev.txt"
+  - "pip install pytest pytest-cov"
+  - "pip install coveralls"
+  - "pip install -e ."
 script: 
   - py.test --cov rasterio --cov-report term-missing
 after_success:
   - coveralls
-before_deploy:
-  - pip wheel --wheel-dir=/tmp/wheelhouse -r requirements-dev.txt
-  - pip wheel --wheel-dir=/tmp/wheelhouse -r requirements.txt
-  - pip wheel --wheel-dir=/tmp/wheelhouse .
-  - tar -C /tmp -czvf rasterio-travis-wheels-$TRAVIS_PYTHON_VERSION.tar.gz 
wheelhouse
-deploy:
-  provider: releases
-  api_key:
-secure: 
uP/hy8LRdDnN6XHSLChmKYdW9CdIy8pqvUyXFPgTDY/mlItMUdDNdP95bitzn/rNNXnOkCGsARqzRCLeGI3jB0nEGuAzY6fGWYt2igjfMOhpdDG6o3LcaoP4mITuFfe5/kCQeUb8WB3QK6c2cL7nEEPzoSniqZQ6MsxHIvUW7ts=
-  file: rasterio-travis-wheels-$TRAVIS_PYTHON_VERSION.tar.gz
-  on:
-tags: true
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 5050878..481e0ea 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -16,10 +16,9 @@ Johan Van de Wauw 
 James Seppi 
 Jacques Tardie 
 Etienne B. Racine 
-Christoph Gohlke 
+cgohlke 
 Martijn Visser 
 Aldo Culquicondor 
 Robin Wilson 
-Patrick Young 
 
 See also https://github.com/mapbox/rasterio/graphs/contributors.
diff --git a/CHANGES.txt b/CHANGES.txt
index 96ee33a..b5c549d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,24 +1,6 @@
 Changes
 ===
 
-0.26.0 (2015-08-11)

-- Add dependency on click-plugins, a new project that takes over the plugin
-  duties formerly assigned to cligj (#426).
-- Change rio-stack's --photometric=RGB option to --rg

[rasterio] 03/06: Revert "update changelog"

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit 2718f4685bfe82a6b449e7bd9f4c98ec3e96f806
Author: Johan Van de Wauw 
Date:   Sat Aug 22 22:20:17 2015 +0200

Revert "update changelog"

This reverts commit ff808efa79c9a32253cb3db90b1d7655b4ea423b.
---
 debian/changelog | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b031ba..4c90ae8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,7 @@
-rasterio (0.26.0-1) UNRELEASED; urgency=medium
+rasterio (0.25.0-1) UNRELEASED; urgency=medium
 
   * Imported Upstream version 0.25.0
   * Fix patches, drop patches included upstream
-  * Imported Upstream version 0.26.0
 
  -- Johan Van de Wauw   Wed, 22 Jul 2015 21:48:40 
+0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/rasterio.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


[rasterio] 04/06: Skip failing tests during build

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit c82e600c7b44e60578fb861f7cc7aa0fd150264b
Author: Johan Van de Wauw 
Date:   Sat Aug 22 22:45:32 2015 +0200

Skip failing tests during build

These tests only succeed after installation.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index ff7b802..a21bf67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=rasterio
-export PYBUILD_BEFORE_TEST= cp -r {dir}/tests {build_dir}
-export PYBUILD_BEFORE_TEST_python3= cp -r {dir}/tests {build_dir}
+#disable tests in test_rio_overview as they only seem to work after 
installation
+export PYBUILD_BEFORE_TEST= cp -r {dir}/tests {build_dir};rm 
{build_dir}/tests/test_rio_overview.py;rm {build_dir}/tests/test_rio_info.py
 
 export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
 export PYBUILD_TEST_PYTEST=1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/rasterio.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


[rasterio] annotated tag upstream/0.25.0 created (now 48aeff1)

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to annotated tag upstream/0.25.0
in repository rasterio.

at  48aeff1   (tag)
   tagging  3424e4f333c4a2b315ad9066e6d4ba606350d7eb (commit)
  replaces  upstream/0.24.0
 tagged by  Johan Van de Wauw
on  Wed Jul 22 21:25:25 2015 +0200

- Log -
Upstream version 0.25.0

Johan Van de Wauw (1):
  Imported Upstream version 0.25.0

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/rasterio.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


[rasterio] 05/06: Update copyright with AUTHORS.txt

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository rasterio.

commit 40656ea0af25703d375514ab5063f3e0c6e5cad8
Author: Johan Van de Wauw 
Date:   Sun Aug 23 21:32:22 2015 +0200

Update copyright with AUTHORS.txt
---
 debian/copyright | 21 -
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index a6b7f8c..baea21a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,26 @@ Upstream-Name: rasterio
 Source: https://github.com/mapbox/rasterio
 
 Files: *
-Copyright: 2013-2015 MapBox 
+Copyright: 2013-2015 Rasterio contributors
+ Sean Gillies 
+ Brendan Ward 
+ Amit Kapadia 
+ Kelsey Jordahl 
+ Kevin Wurster 
+ Maxim Dubinin 
+ Ryan Grout 
+ Mike Toews 
+ AsgerPetersen 
+ Joshua Arnott 
+ Alessandro Amici 
+ Johan Van de Wauw 
+ James Seppi 
+ Jacques Tardie 
+ Etienne B. Racine 
+ cgohlke 
+ Martijn Visser 
+ Aldo Culquicondor 
+ Robin Wilson 
 License: BSD-3-Clause
 
 Files: tests/data/*.tif 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/rasterio.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


[rasterio] annotated tag upstream/0.26.0 created (now 73fe337)

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to annotated tag upstream/0.26.0
in repository rasterio.

at  73fe337   (tag)
   tagging  22a73400063458c7d328c1e9b5c181e0d1ceabd6 (commit)
  replaces  upstream/0.25.0
 tagged by  Johan Van de Wauw
on  Wed Aug 12 08:32:01 2015 +0200

- Log -
Upstream version 0.26.0

Johan Van de Wauw (1):
  Imported Upstream version 0.26.0

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/rasterio.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


[rasterio] tag debian/0.25.0-1 created (now dbabfe0)

This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to tag debian/0.25.0-1
in repository rasterio.

at  dbabfe0   (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/rasterio.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 rasterio_0.25.0-1_i386.changes

rasterio_0.25.0-1_i386.changes uploaded successfully to localhost
along with the files:
  rasterio_0.25.0-1.dsc
  rasterio_0.25.0.orig.tar.gz
  rasterio_0.25.0-1.debian.tar.xz
  python-rasterio_0.25.0-1_i386.deb
  rasterio_0.25.0-1_all.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#796745: possibly build additional hdf4-tools-alt (without netcdf support)


Package: hdf4-tools
Version: 4.2r10-0ubuntu1

hdf4-tools depends on libhdf4-0.  However, libhdf4-0 conflicts with 
libhdf4-0-alt, which in turn is a dependency of libgdal0 and others.


Would it be possible to provide a hdf4-tools-alt package depending on 
libhdf4-0-alt, without the HDF4-netcdf support?


___
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#796745: possibly build additional hdf4-tools-alt (without netcdf support)

On Sun, Aug 23, 2015 at 10:30 PM, Andreas Hilboll  wrote:
> Package: hdf4-tools
> Version: 4.2r10-0ubuntu1
>
> hdf4-tools depends on libhdf4-0.  However, libhdf4-0 conflicts with
> libhdf4-0-alt, which in turn is a dependency of libgdal0 and others.
>
> Would it be possible to provide a hdf4-tools-alt package depending on
> libhdf4-0-alt, without the HDF4-netcdf support?
Actually my plan is to try to have only one HDF4 library without
embedded netcdf: packages needing netcdf can link to the netcdf
library. This is the same way hdf4 is packaged in Fedora.

I'd like to test this approach locally after the netcdf transition. In
the meantime I will already upload the hdf4 4.2.11 package currently
in 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


rasterio_0.25.0-1_i386.changes ACCEPTED into unstable



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2015 21:34:03 +0200
Source: rasterio
Binary: python-rasterio rasterio
Architecture: source i386 all
Version: 0.25.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Johan Van de Wauw 
Description:
 python-rasterio - Python API for using geospatial raster data with Numpy
 rasterio   - Command line tool for investigating geospatial rasters
Closes: 790549
Changes:
 rasterio (0.25.0-1) unstable; urgency=medium
 .
   * Fix tests on i386 (Closes:  #790549)
   * Imported Upstream version 0.25.0
   * Fix patches, drop patches included upstream
   * Skip failing tests during build
   * Update copyright with AUTHORS.txt
Checksums-Sha1:
 8d7e6d1e6cb3f44666d398b58a0abd79b82d291d 2153 rasterio_0.25.0-1.dsc
 d8399c491dc8ebe13511f17add90009f82e9bc4b 1089991 rasterio_0.25.0.orig.tar.gz
 b9a5a947f2a49b3a571acadb54e10af24222b45f 5564 rasterio_0.25.0-1.debian.tar.xz
 27d07b865d46a7347b066634ee5d175711d00070 491932 
python-rasterio_0.25.0-1_i386.deb
 68d65324bf04a926d1e35fc827a7422893371a27 8004 rasterio_0.25.0-1_all.deb
Checksums-Sha256:
 3fc6d7b5cf5ed1d93940bace848bc53b13a4d67fe3d5bdfd773ac8a3a03f6c49 2153 
rasterio_0.25.0-1.dsc
 13b5d288cb7121ba7dbb38207f3d622177f1b7d53581664ab8e0dd3d7c86054f 1089991 
rasterio_0.25.0.orig.tar.gz
 de7bd4d898671904d563974e029ba66cee54364ab09f7b083167df96015572ce 5564 
rasterio_0.25.0-1.debian.tar.xz
 c63f777bcb0a86cf1d4d41436b125e6c8944e6338e8faa1015dbec8e15923b90 491932 
python-rasterio_0.25.0-1_i386.deb
 89f8f96d3a03b0c3de8b45a84e7f8af29d83a627a3212d2dd7b81e30bd6de1d6 8004 
rasterio_0.25.0-1_all.deb
Files:
 2ae9021da635b61cbddce31e08a8c0be 2153 python optional rasterio_0.25.0-1.dsc
 f389d01e69c54870409a5f53cb62f4bb 1089991 python optional 
rasterio_0.25.0.orig.tar.gz
 25c63390ae76c197e7ec7cf9a5e5305c 5564 python optional 
rasterio_0.25.0-1.debian.tar.xz
 7dd0d6f95f199439367ee27780b61d29 491932 python optional 
python-rasterio_0.25.0-1_i386.deb
 501129eba6c926d8ac50be47d2d5f15c 8004 python optional rasterio_0.25.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV2iNWAAoJEOX0UcKjM1jFgAoQAMFdgKZ9vK+FSm02+7In13Eg
RuctJZeh+DYpaLqxaOinfhZcO4h61PlK3K10Aw2xTEMi5DvQB1Aeh0/Ok+O6LVYP
nbkRiM9ydT3PBaU9mp5pk5CEOERo0IslW5XCJgPtkrRtY9vhprdLJdk2f7ehUnu9
eDcX3qVWBmHJfo7lBRJcviwPWjpk6BlsWEX1jBHT3T+x+ROrvh4M+my+jE1ly0R4
iF2G+dCVa3H1tvpSICmjJ7ZdxRXI8Y2wy1veOcpHRjCegKFUAX5j11tpxae0e4gg
0wF0pJuSXC6ppaOvida+5Qh2lNG9jK1Fs01zf6PRK4SWPAO4BrYd6wUSJO2ApqfH
Ea+a++aXLtTLc5dXRTAWvSXXpUc5qzsxflN/o9+PJBdnu64iIakzL0xQj3mUYHzh
ZtqkT2aLnias+NJUHNSf1Pa12J5cZnHSs36b+AOMDXNV4K6bUZ0CTCc1wSymTapZ
HOln+X15EU/gjBJ15AJMFNJIl6L0K5ycEtpClo6S4sch9fRTLqRunR5wH3eXKRAM
sX1YZnIx+VzYdYGUoiXq2CT52kLuWDuANWdpqlfoE37h5NWnuwfychB03iCLCiYO
PL9gVFuMAgJgi50LuPdoxS2rxCbQbXUlwg9uEpbqLmSwmBafzEKmjDFXmThWsBhn
fvjy/UCdmjoHXVcHRJeq
=Owpi
-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#790549: marked as done (rasterio: FTBFS on *-i386: AssertionError in test suite)

Your message dated Sun, 23 Aug 2015 21:26:32 +
with message-id 
and subject line Bug#790549: fixed in rasterio 0.25.0-1
has caused the Debian Bug report #790549,
regarding rasterio: FTBFS on *-i386: AssertionError in test suite
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.)


-- 
790549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rasterio
Version: 0.24.0-1
Severity: important

Thanks for addressing rasterio's Cython 0.22 incompatibility.  The new
version builds on most architectures, but fails with test suite errors
on i386 and kfreebsd-i386:

  === FAILURES 
===
  __ test_read_out_shape_resample_down 
___
  
  def test_read_out_shape_resample_down():
  with rasterio.open('tests/data/RGB.byte.tif') as s:
  out = numpy.zeros((7, 8), dtype=rasterio.ubyte)
  data = s.read(1, out=out)
  expected = numpy.array([
  [  0,   8,   5,   7,   0,   0,   0,   0],
  [  0,   6,  61,  15,  27,  15,  24, 128],
  [  0,  20, 152,  23,  15,  19,  28,   0],
  [  0,  17, 255,  25, 255,  22,  32,   0],
  [  9,   7,  14,  16,  19,  18,  36,   0],
  [  6,  27,  43, 207,  38,  31,  73,   0],
  [  0,   0,   0,   0,  74,  23,   0,   0]], dtype=numpy.uint8)
  >   assert (data == expected).all() # all True.
  E   assert ()
  E+  where  = array([[  0, ..., dtype=uint8) == array([[  0,  ..., dtype=uint8)
  E   Use -v to get the full diff.all
  
  tests/test_read_resample.py:23: AssertionError
  - Captured stderr call 
-
  DEBUG:rasterio:Got coordinate system
  DEBUG:rasterio:Got coordinate system
  _ test_shapes_sampling 
_
  
  runner = 
  
  def test_shapes_sampling(runner):
  result = runner.invoke(
  features.shapes, ['tests/data/shade.tif', '--sampling', '10'])
  assert result.exit_code == 0
  assert result.output.count('"FeatureCollection"') == 1
  >   assert result.output.count('"Feature"') == 124
  E   assert 123 == 124
  E+  where 123 = ('"Feature"')
  E+where  = 
'{"bbox": [-106.52343748530265, 39.57182223290113, -106.43554686031503, 
39.6395375599189], "features": [{"bbox": [-106..., "id": "0.0", "properties": 
{"filename": "shade.tif", "val": 0.0}, "type": "Feature"}], "type": 
"FeatureCollection"}\n'.count
  E+  where '{"bbox": [-106.52343748530265, 39.57182223290113, 
-106.43554686031503, 39.6395375599189], "features": [{"bbox": [-106..., "id": 
"0.0", "properties": {"filename": "shade.tif", "val": 0.0}, "type": 
"Feature"}], "type": "FeatureCollection"}\n' = .output
  
  tests/test_rio_features.py:316: AssertionError

Could you please take a look?

Thanks!
--- End Message ---
--- Begin Message ---
Source: rasterio
Source-Version: 0.25.0-1

We believe that the bug you reported is fixed in the latest version of
rasterio, 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 790...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Johan Van de Wauw  (supplier of updated rasterio 
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: SHA512

Format: 1.8
Date: Sun, 23 Aug 2015 21:34:03 +0200
Source: rasterio
Binary: python-rasterio rasterio
Architecture: source i386 all
Version: 0.25.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Johan Van de Wauw 
Description:
 python-rasterio - Python API for using geospatial raster data with Numpy
 rasterio   - Command line tool for investigating geospatial rasters
Closes: 790549
Changes:
 rasterio (0.25.0-1) unstable; urgency=medium
 .
   * Fix tests on i386 (Closes:  #790549)
   * Imported Upstream version 0.25.0
   * Fix patches, drop patches included upstream
   * Skip failing tests during build
   * Update copyright wit

[grass] 02/04: Move from experimental to unstable.

This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository grass.

commit 9b98894f4daf152912a3ba0a5f0789c53c58de93
Author: Bas Couwenberg 
Date:   Sun Aug 23 18:58:02 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 3d0c5cf..87c0e18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.0.1-1) UNRELEASED; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg   Sun, 23 Aug 2015 18:57:45 +0200
+
 grass (7.0.1-1~exp1) experimental; urgency=medium
 
   * New upstream release.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/grass.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


[grass] 04/04: Set distribution to unstable.

This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository grass.

commit 3d121c28eb6b59f07e772bd2b6a8660c6c9cff51
Author: Bas Couwenberg 
Date:   Mon Aug 24 00:50:29 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index e3e6898..62a1dbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-grass (7.0.1-1) UNRELEASED; urgency=medium
+grass (7.0.1-1) unstable; urgency=medium
 
   * Move from experimental to unstable.
   * Add patches for various typos.
 
- -- Bas Couwenberg   Sun, 23 Aug 2015 18:57:45 +0200
+ -- Bas Couwenberg   Mon, 24 Aug 2015 00:50:05 +0200
 
 grass (7.0.1-1~exp1) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/grass.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


[grass] 03/04: Add patches for various typos.

This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository grass.

commit eb867f2ad7d146db757e9bd2ecda7a40fb7030b5
Author: Bas Couwenberg 
Date:   Mon Aug 24 00:50:02 2015 +0200

Add patches for various typos.
---
 debian/changelog |   1 +
 debian/patches/launched-typo.patch   |  14 +
 debian/patches/maintained-typo.patch |  20 ++
 debian/patches/optionally-typo.patch | 518 +++
 debian/patches/series|   3 +
 5 files changed, 556 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 87c0e18..e3e6898 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 grass (7.0.1-1) UNRELEASED; urgency=medium
 
   * Move from experimental to unstable.
+  * Add patches for various typos.
 
  -- Bas Couwenberg   Sun, 23 Aug 2015 18:57:45 +0200
 
diff --git a/debian/patches/launched-typo.patch 
b/debian/patches/launched-typo.patch
new file mode 100644
index 000..f04f0b2
--- /dev/null
+++ b/debian/patches/launched-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'lauched' typo, replace with 'launched'.
+Author: Bas Couwenberg 
+
+--- a/scripts/d.polar/d.polar.html
 b/scripts/d.polar/d.polar.html
+@@ -20,7 +20,7 @@ are used.
+ NOTES
+ 
+ If the output parameter is used, the diagram is generated
+-as EPS file. If the -x flag is used xgraph is lauched.
++as EPS file. If the -x flag is used xgraph is launched.
+ Otherwise d.polar will use d.graph to draw the plot
+ in the current display frame.
+ If d.polar is used on an aspect map generated by
diff --git a/debian/patches/maintained-typo.patch 
b/debian/patches/maintained-typo.patch
new file mode 100644
index 000..eaecf92
--- /dev/null
+++ b/debian/patches/maintained-typo.patch
@@ -0,0 +1,20 @@
+Description: Fix 'mantained' typo, replace with 'maintained'.
+Author: Bas Couwenberg 
+
+--- a/scripts/v.krige/v.krige.html
 b/scripts/v.krige/v.krige.html
+@@ -163,12 +163,12 @@ R package gstat and will be part of a fu
+ SEE ALSO
+ 
+ R package http://cran.r-project.org/web/packages/gstat/index.html";>gstat,
+-mantained by Edzer J. Pebesma and others
++maintained by Edzer J. Pebesma and others
+ 
+ 
+ R
+ package http://cran.r-project.org/web/packages/spgrass6/index.html";>spgrass6,
+-mantained by Roger Bivand
++maintained by Roger Bivand
+ 
+ 
+ The http://grasswiki.osgeo.org/wiki/R_statistics";>Short
diff --git a/debian/patches/optionally-typo.patch 
b/debian/patches/optionally-typo.patch
new file mode 100644
index 000..0470794
--- /dev/null
+++ b/debian/patches/optionally-typo.patch
@@ -0,0 +1,518 @@
+Description: Fix 'optionaly' typo, replace with 'optionally'.
+Author: Bas Couwenberg 
+
+--- a/lib/symbol/README
 b/lib/symbol/README
+@@ -64,7 +64,7 @@ END
+ 
+ ARC X Y R A1 A2 [C]
+  Arc specified by center (X Y), radius (R), start/end angle in degrees (A1/A2)
+- and optionaly direction (C for clockwise, default counter clockwise)
++ and optionally direction (C for clockwise, default counter clockwise)
+  Note degrees are polar theta not navigational, i.e. 0 is east and 
+  values increase counter-clockwise from there. Reducing the angle
+  from a full circle does not make it draw like a pacman but rather
+--- a/locale/po/grassmods_ar.po
 b/locale/po/grassmods_ar.po
+@@ -6763,7 +6763,7 @@ msgid "Creates topology for vector map."
+ msgstr "اسم الخريطة الراسترية المدخلة"
+ 
+ #: ../vector/v.build/main.c:40
+-msgid "Optionaly also checks for topological errors."
++msgid "Optionally also checks for topological errors."
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:44
+--- a/locale/po/grassmods_cs.po
 b/locale/po/grassmods_cs.po
+@@ -6780,7 +6780,7 @@ msgid "Creates topology for vector map."
+ msgstr "Vytvoří topologii vektorové vrstvy."
+ 
+ #: ../vector/v.build/main.c:40
+-msgid "Optionaly also checks for topological errors."
++msgid "Optionally also checks for topological errors."
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:44
+--- a/locale/po/grassmods_de.po
 b/locale/po/grassmods_de.po
+@@ -6672,7 +6672,7 @@ msgid "Creates topology for vector map."
+ msgstr "Erzeugt Topologie für GRASS Vektorkarten."
+ 
+ #: ../vector/v.build/main.c:40
+-msgid "Optionaly also checks for topological errors."
++msgid "Optionally also checks for topological errors."
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:44
+--- a/locale/po/grassmods_el.po
 b/locale/po/grassmods_el.po
+@@ -6513,7 +6513,7 @@ msgid "Creates topology for vector map."
+ msgstr "Αδυναμία ανάγνωσης διανυσματικού χάρτη"
+ 
+ #: ../vector/v.build/main.c:40
+-msgid "Optionaly also checks for topological errors."
++msgid "Optionally also checks for topological errors."
+ msgstr ""
+ 
+ #: ../vector/v.build/main.c:44
+--- a/locale/po/grassmods_es.po
 b/locale/po/grassmods_es.po
+@@ -6769,7 +6769,7 @@ msgid "Creates topology for vector map."
+ msgstr "Crea topología para mapa vectorial."
+ 
+ #: ../vector/v.build/main.c:40
+-msgid "Opti

  1   2   >