[qgis] branch master updated (14ce07a -> bc313b6)

2016-03-08 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  14ce07a   Set distribution to experimental.
   new  3759e84   Disable globe plugin, fails to build with osgEarth 2.7.
   new  f4eff8d   Add Breaks/Replaces to qgis for binaries moved from grass 
provider.
   new  80acb47   Add patch to fix 'number' typo.
   new  bc313b6   Set distribution to unstable.

The 4 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 |   9 +
 debian/control   |  52 +++--
 debian/patches/number-typo.patch | 483 +++
 debian/patches/series|   1 +
 debian/rules |   2 +-
 5 files changed, 521 insertions(+), 26 deletions(-)
 create mode 100644 debian/patches/number-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] 01/04: Disable globe plugin, fails to build with osgEarth 2.7.

2016-03-08 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 3759e84747b46f8f04a50c239ebc5ee18f0e500b
Author: Bas Couwenberg 
Date:   Mon Mar 7 22:56:02 2016 +0100

Disable globe plugin, fails to build with osgEarth 2.7.
---
 debian/changelog |  6 ++
 debian/control   | 50 +-
 debian/rules |  2 +-
 3 files changed, 32 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d251c9c..a9262d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qgis (2.14.0+dfsg0-1~exp2) UNRELEASED; urgency=medium
+
+  * Disable globe plugin, fails to build with osgEarth 2.7.
+
+ -- Bas Couwenberg   Mon, 07 Mar 2016 22:53:49 +0100
+
 qgis (2.14.0+dfsg0-1~exp1) experimental; urgency=medium
 
   [ Jürgen E. Fischer ]
diff --git a/debian/control b/debian/control
index d7394d8..6fa9dee 100644
--- a/debian/control
+++ b/debian/control
@@ -80,8 +80,8 @@ Depends: ${shlibs:Depends},
  qgis-providers (= ${binary:Version}),
  qgis-common (= ${source:Version})
 Recommends: qgis-plugin-grass,
-qgis-provider-grass,
-qgis-plugin-globe
+qgis-provider-grass
+#,qgis-plugin-globe
 Suggests: gpsbabel
 Conflicts: uim-qt3
 Description: Geographic Information System (GIS)
@@ -309,29 +309,29 @@ Description: GRASS plugin for QGIS - 
architecture-independent data
  This package contains architecture-independent supporting data files for use
  with the QGIS GRASS plugin.
 
-Package: qgis-plugin-globe
-Architecture: any
-Depends: qgis (= ${binary:Version}),
- qgis-plugin-globe-common (= ${source:Version}),
- openscenegraph-plugin-osgearth,
- ${shlibs:Depends},
- ${misc:Depends}
-Description: OSG globe plugin for QGIS
- QGIS is a Geographic Information System (GIS) which manages, analyzes and
- display databases of geographic information.
- .
- This plugin enables 3D viewing using OSG globe in the QGIS.
-
-Package: qgis-plugin-globe-common
-Architecture: all
-Depends: osgearth-data,
- ${misc:Depends}
-Description: OSG globe 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 GLOBE plugin.
+#Package: qgis-plugin-globe
+#Architecture: any
+#Depends: qgis (= ${binary:Version}),
+# qgis-plugin-globe-common (= ${source:Version}),
+# openscenegraph-plugin-osgearth,
+# ${shlibs:Depends},
+# ${misc:Depends}
+#Description: OSG globe plugin for QGIS
+# QGIS is a Geographic Information System (GIS) which manages, analyzes and
+# display databases of geographic information.
+# .
+# This plugin enables 3D viewing using OSG globe in the QGIS.
+#
+#Package: qgis-plugin-globe-common
+#Architecture: all
+#Depends: osgearth-data,
+# ${misc:Depends}
+#Description: OSG globe 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 GLOBE plugin.
 
 Package: python-qgis
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 8ae2df1..f3b643b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ CMAKE_OPTS := \
-DQGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin \
-DWITH_APIDOC=TRUE \
-DWITH_CUSTOM_WIDGETS=TRUE \
-   -DWITH_GLOBE=TRUE \
+   -DWITH_GLOBE=FALSE \
-DWITH_INTERNAL_HTTPLIB2=FALSE \
-DWITH_INTERNAL_JINJA2=FALSE \
-DWITH_INTERNAL_MARKUPSAFE=FALSE \

-- 
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] 04/04: Set distribution to unstable.

2016-03-08 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 bc313b6fc7d8e449c53e6703fe04ce69bd0c3973
Author: Bas Couwenberg 
Date:   Tue Mar 8 07:12:34 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 403875a..91ec133 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-qgis (2.14.0+dfsg0-1~exp2) UNRELEASED; urgency=medium
+qgis (2.14.0+dfsg0-1) unstable; urgency=medium
 
   * Disable globe plugin, fails to build with osgEarth 2.7.
   * Add Breaks/Replaces to qgis for binaries moved from grass provider.
   * Add patch to fix 'number' typo.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Mon, 07 Mar 2016 22:53:49 +0100
+ -- Bas Couwenberg   Tue, 08 Mar 2016 07:12:13 +0100
 
 qgis (2.14.0+dfsg0-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.14.0+dfsg0-1 created (now bc313b6)

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

sebastic pushed a change to tag debian/2.14.0+dfsg0-1
in repository qgis.

at  bc313b6   (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] 02/04: Add Breaks/Replaces to qgis for binaries moved from grass provider.

2016-03-08 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 f4eff8d90deebc74a9719f3f953e389dae9be6f9
Author: Bas Couwenberg 
Date:   Mon Mar 7 22:57:26 2016 +0100

Add Breaks/Replaces to qgis for binaries moved from grass provider.
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a9262d2..598f534 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qgis (2.14.0+dfsg0-1~exp2) UNRELEASED; urgency=medium
 
   * Disable globe plugin, fails to build with osgEarth 2.7.
+  * Add Breaks/Replaces to qgis for binaries moved from grass provider.
 
  -- Bas Couwenberg   Mon, 07 Mar 2016 22:53:49 +0100
 
diff --git a/debian/control b/debian/control
index 6fa9dee..c732e67 100644
--- a/debian/control
+++ b/debian/control
@@ -83,7 +83,9 @@ Recommends: qgis-plugin-grass,
 qgis-provider-grass
 #,qgis-plugin-globe
 Suggests: gpsbabel
+Breaks: qgis-provider-grass (<< 2.14.0)
 Conflicts: uim-qt3
+Replaces: qgis-provider-grass (<< 2.14.0)
 Description: Geographic Information System (GIS)
  A Geographic Information System (GIS) manages, analyzes, and displays
  databases of geographic information. QGIS supports shape file viewing and

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

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


[qgis] 03/04: Add patch to fix 'number' typo.

2016-03-08 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 80acb47a7335d32bc2da26501c520e185cf1b0b8
Author: Bas Couwenberg 
Date:   Tue Mar 8 07:09:48 2016 +0100

Add patch to fix 'number' typo.
---
 debian/changelog |   1 +
 debian/patches/number-typo.patch | 483 +++
 debian/patches/series|   1 +
 3 files changed, 485 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 598f534..403875a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qgis (2.14.0+dfsg0-1~exp2) UNRELEASED; urgency=medium
 
   * Disable globe plugin, fails to build with osgEarth 2.7.
   * Add Breaks/Replaces to qgis for binaries moved from grass provider.
+  * Add patch to fix 'number' typo.
 
  -- Bas Couwenberg   Mon, 07 Mar 2016 22:53:49 +0100
 
diff --git a/debian/patches/number-typo.patch b/debian/patches/number-typo.patch
new file mode 100644
index 000..2c6f22a
--- /dev/null
+++ b/debian/patches/number-typo.patch
@@ -0,0 +1,483 @@
+Description: Fix 'nubmer' typo, replace with 'number'.
+Author: Bas Couwenberg 
+
+--- a/i18n/qgis_ar.ts
 b/i18n/qgis_ar.ts
+@@ -89214,7 +89214,7 @@ Each attribute also has a data type, one
+ or real number.
+ The data type is inferred from the content of the fields - if every non blank 
value
+ is a valid integer then the type is integer, otherwise if it is a valid long 
long
+-nubmer then the type is longlong, otherwise if it is a valid real
++number then the type is longlong, otherwise if it is a valid real
+ number then the type is real, otherwise the type is string.  Note that this is
+ based on the content of the fields - quoting fields does not change the way 
they
+ are interpreted.
+--- a/i18n/qgis_bg.ts
 b/i18n/qgis_bg.ts
+@@ -89177,7 +89177,7 @@ Each attribute also has a data type, one
+ or real number.
+ The data type is inferred from the content of the fields - if every non blank 
value
+ is a valid integer then the type is integer, otherwise if it is a valid long 
long
+-nubmer then the type is longlong, otherwise if it is a valid real
++number then the type is longlong, otherwise if it is a valid real
+ number then the type is real, otherwise the type is string.  Note that this is
+ based on the content of the fields - quoting fields does not change the way 
they
+ are interpreted.
+--- a/i18n/qgis_bs.ts
 b/i18n/qgis_bs.ts
+@@ -89281,7 +89281,7 @@ Each attribute also has a data type, one
+ or real number.
+ The data type is inferred from the content of the fields - if every non blank 
value
+ is a valid integer then the type is integer, otherwise if it is a valid long 
long
+-nubmer then the type is longlong, otherwise if it is a valid real
++number then the type is longlong, otherwise if it is a valid real
+ number then the type is real, otherwise the type is string.  Note that this is
+ based on the content of the fields - quoting fields does not change the way 
they
+ are interpreted.
+--- a/i18n/qgis_ca.ts
 b/i18n/qgis_ca.ts
+@@ -89141,7 +89141,7 @@ Each attribute also has a data type, one
+ or real number.
+ The data type is inferred from the content of the fields - if every non blank 
value
+ is a valid integer then the type is integer, otherwise if it is a valid long 
long
+-nubmer then the type is longlong, otherwise if it is a valid real
++number then the type is longlong, otherwise if it is a valid real
+ number then the type is real, otherwise the type is string.  Note that this is
+ based on the content of the fields - quoting fields does not change the way 
they
+ are interpreted.
+--- a/i18n/qgis_cs.ts
 b/i18n/qgis_cs.ts
+@@ -89187,7 +89187,7 @@ Each attribute also has a data type, one
+ or real number.
+ The data type is inferred from the content of the fields - if every non blank 
value
+ is a valid integer then the type is integer, otherwise if it is a valid long 
long
+-nubmer then the type is longlong, otherwise if it is a valid real
++number then the type is longlong, otherwise if it is a valid real
+ number then the type is real, otherwise the type is string.  Note that this is
+ based on the content of the fields - quoting fields does not change the way 
they
+ are interpreted.
+--- a/i18n/qgis_da.ts
 b/i18n/qgis_da.ts
+@@ -89576,7 +89576,7 @@ Each attribute also has a data type, one
+ or real number.
+ The data type is inferred from the content of the fields - if every non blank 
value
+ is a valid integer then the type is integer, otherwise if it is a valid long 
long
+-nubmer then the type is longlong, otherwise if it is a valid real
++number then the type is longlong, otherwise if it is a valid real
+ number then the type is real, otherwise the type is string.  Note that this is
+ based on the content of the fields - quoting fields does not change the way 
they
+ are interpreted.
+--- a/i18n/qgis_de.ts
 b/i18n/qgis_de.ts
+@@ -89787,7 +89787,7 @@ Each att

Processing of qgis_2.14.0+dfsg0-1_amd64.changes

2016-03-08 Thread Debian FTP Masters
qgis_2.14.0+dfsg0-1_amd64.changes uploaded successfully to localhost
along with the files:
  qgis_2.14.0+dfsg0-1.dsc
  qgis_2.14.0+dfsg0-1.debian.tar.xz
  libqgis-analysis2.14.0_2.14.0+dfsg0-1_amd64.deb
  libqgis-app2.14.0_2.14.0+dfsg0-1_amd64.deb
  libqgis-core2.14.0_2.14.0+dfsg0-1_amd64.deb
  libqgis-customwidgets_2.14.0+dfsg0-1_amd64.deb
  libqgis-dev_2.14.0+dfsg0-1_amd64.deb
  libqgis-gui2.14.0_2.14.0+dfsg0-1_amd64.deb
  libqgis-networkanalysis2.14.0_2.14.0+dfsg0-1_amd64.deb
  libqgis-server2.14.0_2.14.0+dfsg0-1_amd64.deb
  libqgisgrass7-2.14.0_2.14.0+dfsg0-1_amd64.deb
  libqgispython2.14.0_2.14.0+dfsg0-1_amd64.deb
  python-qgis-common_2.14.0+dfsg0-1_all.deb
  python-qgis_2.14.0+dfsg0-1_amd64.deb
  qgis-api-doc_2.14.0+dfsg0-1_all.deb
  qgis-common_2.14.0+dfsg0-1_all.deb
  qgis-dbg_2.14.0+dfsg0-1_amd64.deb
  qgis-plugin-grass-common_2.14.0+dfsg0-1_all.deb
  qgis-plugin-grass_2.14.0+dfsg0-1_amd64.deb
  qgis-provider-grass_2.14.0+dfsg0-1_amd64.deb
  qgis-providers-common_2.14.0+dfsg0-1_all.deb
  qgis-providers_2.14.0+dfsg0-1_amd64.deb
  qgis-server_2.14.0+dfsg0-1_amd64.deb
  qgis_2.14.0+dfsg0-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_2.14.0+dfsg0-1_amd64.changes ACCEPTED into unstable

2016-03-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 08 Mar 2016 07:12:13 +0100
Source: qgis
Binary: qgis qgis-common libqgis-app2.14.0 libqgis-core2.14.0 libqgis-gui2.14.0 
libqgis-analysis2.14.0 libqgis-networkanalysis2.14.0 libqgisgrass7-2.14.0 
libqgispython2.14.0 libqgis-customwidgets libqgis-server2.14.0 libqgis-dev 
qgis-dbg qgis-provider-grass qgis-plugin-grass qgis-plugin-grass-common 
python-qgis python-qgis-common qgis-providers qgis-providers-common qgis-server 
qgis-api-doc
Architecture: source amd64 all
Version: 2.14.0+dfsg0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libqgis-analysis2.14.0 - QGIS - shared analysis library
 libqgis-app2.14.0 - QGIS - shared app library
 libqgis-core2.14.0 - QGIS - shared core library
 libqgis-customwidgets - QGIS custom widgets for Qt Designer
 libqgis-dev - QGIS - development files
 libqgis-gui2.14.0 - QGIS - shared gui library
 libqgis-networkanalysis2.14.0 - QGIS - shared network analysis library
 libqgis-server2.14.0 - QGIS - shared server library
 libqgisgrass7-2.14.0 - QGIS - shared grass library
 libqgispython2.14.0 - 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-grass - GRASS plugin for QGIS
 qgis-plugin-grass-common - GRASS plugin for QGIS - architecture-independent 
data
 qgis-provider-grass - GRASS provider for QGIS
 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.14.0+dfsg0-1) unstable; urgency=medium
 .
   * Disable globe plugin, fails to build with osgEarth 2.7.
   * Add Breaks/Replaces to qgis for binaries moved from grass provider.
   * Add patch to fix 'number' typo.
   * Move from experimental to unstable.
Checksums-Sha1:
 82fa5e00ed9cf2884522bc1438ea5d9e71ebe7ba 4351 qgis_2.14.0+dfsg0-1.dsc
 7978f1a229901bef7d9b28bebab2838f49010795 1366760 
qgis_2.14.0+dfsg0-1.debian.tar.xz
 4553a153b1ed996fa2fdc0c522c0e40e71eaef61 1273324 
libqgis-analysis2.14.0_2.14.0+dfsg0-1_amd64.deb
 1ef65373fe9ec88663b4179c2c880afc80af8ee0 3036870 
libqgis-app2.14.0_2.14.0+dfsg0-1_amd64.deb
 607eb81a1e8ebb8b04043d0c225a6851c4b30497 3863022 
libqgis-core2.14.0_2.14.0+dfsg0-1_amd64.deb
 cc68ad036b359b7ab2b34914709d8d118d034db9 2648642 
libqgis-customwidgets_2.14.0+dfsg0-1_amd64.deb
 a46774e46c02cd714b065e755bfae03708e8136b 1659834 
libqgis-dev_2.14.0+dfsg0-1_amd64.deb
 56deccbf41be13896a2fce0c59e25dc01e002477 2915618 
libqgis-gui2.14.0_2.14.0+dfsg0-1_amd64.deb
 e31b1710da6878cc532cddcc298d1617cfe73cb2 1133446 
libqgis-networkanalysis2.14.0_2.14.0+dfsg0-1_amd64.deb
 d6107a86659e4e33a6fc5f641e44a5b8b959ba4a 1475996 
libqgis-server2.14.0_2.14.0+dfsg0-1_amd64.deb
 e4a9ea3f893a0b758c61f3cf94be90aea1a1d780 1309224 
libqgisgrass7-2.14.0_2.14.0+dfsg0-1_amd64.deb
 71afc94455090a228df2be6cbbcfa960d09d2e92 1129280 
libqgispython2.14.0_2.14.0+dfsg0-1_amd64.deb
 9eb7ca97613dc0c9449e17b8a367162209639ed4 3576688 
python-qgis-common_2.14.0+dfsg0-1_all.deb
 a9f5afc226098bed266d696ff172a4a1c2918054 4436242 
python-qgis_2.14.0+dfsg0-1_amd64.deb
 98f0199b09dfcaef82838e3a610b0b766e623e86 158858762 
qgis-api-doc_2.14.0+dfsg0-1_all.deb
 db46baed1f42da3924bd4e23e1004c1a7e88d018 9779568 
qgis-common_2.14.0+dfsg0-1_all.deb
 81c760eeea6331ae8454551c7dc6788eb98a1a77 209350148 
qgis-dbg_2.14.0+dfsg0-1_amd64.deb
 114d2f929663557e37170d1706b6a6c731717048 1590946 
qgis-plugin-grass-common_2.14.0+dfsg0-1_all.deb
 96d32747369028e31a8bdf2a2ca0a6b6750203f4 1677956 
qgis-plugin-grass_2.14.0+dfsg0-1_amd64.deb
 0d623945fe40febddc5b9af78a852501a5529b59 1174626 
qgis-provider-grass_2.14.0+dfsg0-1_amd64.deb
 3b8182e091afba1a368ffe701b6d14a7b3ebd54b 1876234 
qgis-providers-common_2.14.0+dfsg0-1_all.deb
 3ff3a94a6f543afac82d130380264106cd849c56 2272278 
qgis-providers_2.14.0+dfsg0-1_amd64.deb
 b4da6d6b62c956a9bcf557dd7400da884e73554e 1558832 
qgis-server_2.14.0+dfsg0-1_amd64.deb
 aa85f38f6858e7e071ee625cc8bef51d959d9d6f 4739930 qgis_2.14.0+dfsg0-1_amd64.deb
Checksums-Sha256:
 b231a23e30feb615f2ee4a49e35b431bec8f372656812e2609dedb13a581add9 4351 
qgis_2.14.0+dfsg0-1.dsc
 cad30c3a03839fb2fd5629b0d756b75b8d135eb70b292f7e173626566481e70e 1366760 
qgis_2.14.0+dfsg0-1.debian.tar.xz
 46b38d0ae9c69b045722f08d65cc0ceb0ce34987ace8203c6ea5070eb21f76ea 1273324 
libqgis-analysis2.14.0_2.14.0+dfsg0-1_amd64.deb
 6a12d67b7be1d26bafc316644177f7f297d3e96b6bfa6944b0b2e0f4b99bf914 3036870 
libqgis-app2.14.0_2.14.0+dfsg0-1_amd64.deb
 3207a73355c2c3091ff4007695172e7fac0d3546592374bdf5474ef5958e3f37 3863022 
libqgis-core2.14.0_2.14.0+dfsg0-1_amd64.deb
 8bc3ef952c621739e0f66b1

Bug#817132: RM: qgis-plugin-globe qgis-plugin-globe-common -- ROM; No longer built

2016-03-08 Thread Bas Couwenberg
Package: ftp.debian.org
Severity: normal

Please remove the qgis-plugin-globe & qgis-plugin-globe-common packages
from unstable, they are no longer built for QGIS 2.14 because they don't
support osgEarth 2.7 yet.

Kind Regards,

Bas

___
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 libterralib_4.3.0+dfsg.2-6_amd64.changes

2016-03-08 Thread Debian FTP Masters
libterralib_4.3.0+dfsg.2-6_amd64.changes uploaded successfully to localhost
along with the files:
  libterralib_4.3.0+dfsg.2-6.dsc
  libterralib_4.3.0+dfsg.2-6.debian.tar.xz
  libterralib-dev_4.3.0+dfsg.2-6_amd64.deb
  libterralib-doc_4.3.0+dfsg.2-6_all.deb
  libterralib3-dbgsym_4.3.0+dfsg.2-6_amd64.deb
  libterralib3_4.3.0+dfsg.2-6_amd64.deb

Greetings,

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

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


libterralib_4.3.0+dfsg.2-6_amd64.changes ACCEPTED into unstable

2016-03-08 Thread Debian FTP Masters
Mapping sid to unstable.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Mar 2016 00:51:24 +
Source: libterralib
Binary: libterralib-dev libterralib3 libterralib-doc
Architecture: source amd64 all
Version: 4.3.0+dfsg.2-6
Distribution: sid
Urgency: medium
Maintainer: Debian GIS Team 
Changed-By: Alastair McKinstry 
Description:
 libterralib-dev - C++ library for Geographical Information Systems -- 
development p
 libterralib-doc - C++ library for Geographical Information Systems -- 
documentation
 libterralib3 - C++ library for Geographical Information Systems
Closes: 814857
Changes:
 libterralib (4.3.0+dfsg.2-6) unstable; urgency=medium
 .
   * Build with libqwt-qt5-dev, don't mix qt4. Closes: #814857.
   * Fix Typo in debian/rules includes;  thanks to Dmitry Shachnev
Checksums-Sha1:
 67e399d8059b31c6e77230b148f983d298403218 2322 libterralib_4.3.0+dfsg.2-6.dsc
 ca94665612129af43777fbbf8772c5595fee747c 29448 
libterralib_4.3.0+dfsg.2-6.debian.tar.xz
 fc21faae3bc4a0d4ba3749d389bbc8d58906d4a9 3585398 
libterralib-dev_4.3.0+dfsg.2-6_amd64.deb
 99c7677647084c1a38e0bdfed50a28c29667d7b6 20426806 
libterralib-doc_4.3.0+dfsg.2-6_all.deb
 3aeb88e3bbb34352842290c0fc750c4a3045ed7f 33754700 
libterralib3-dbgsym_4.3.0+dfsg.2-6_amd64.deb
 a241d6a6b829fc293e0ee2002423dbeadf557e1e 2551690 
libterralib3_4.3.0+dfsg.2-6_amd64.deb
Checksums-Sha256:
 5f9f43175dcac8d80fcf5f7c701e017de1b0d7f70f24bae13f3055aff86f9a9f 2322 
libterralib_4.3.0+dfsg.2-6.dsc
 2bdf5e595d0f31b7250009adea0a67c2f8511b9aa733db03f2972138d0702206 29448 
libterralib_4.3.0+dfsg.2-6.debian.tar.xz
 7ec05294f71f7e616e79721eb68be8ae567763a918eca0b3be76c9b876c186e6 3585398 
libterralib-dev_4.3.0+dfsg.2-6_amd64.deb
 f0ffc3d66372ecbcc7672887eb88fe867a727e72ddf51aca379423875bd9681b 20426806 
libterralib-doc_4.3.0+dfsg.2-6_all.deb
 e79092c79abdf747eba578bc768d3fbf97e5cead7c562f441bc3dabae12ae64f 33754700 
libterralib3-dbgsym_4.3.0+dfsg.2-6_amd64.deb
 2b84786602c1250a7ad99718018fb55c5c79b59987b52c848520227f375b10a0 2551690 
libterralib3_4.3.0+dfsg.2-6_amd64.deb
Files:
 2ece983e23e6ab8ccc4fd6b4270d6b63 2322 libs optional 
libterralib_4.3.0+dfsg.2-6.dsc
 b8634ea35d45b7383d009b5ac73a4ac6 29448 libs optional 
libterralib_4.3.0+dfsg.2-6.debian.tar.xz
 8cdb015e9fad236e1569b3ef06ad9e90 3585398 libdevel optional 
libterralib-dev_4.3.0+dfsg.2-6_amd64.deb
 1b22113b6c974edb84d98a5f2e65956a 20426806 doc optional 
libterralib-doc_4.3.0+dfsg.2-6_all.deb
 e1e49895309cdb63477133f56a40cc18 33754700 debug extra 
libterralib3-dbgsym_4.3.0+dfsg.2-6_amd64.deb
 82b02a9dece7252cdd5d7e20c6643f01 2551690 libs optional 
libterralib3_4.3.0+dfsg.2-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJW3szYAAoJEMvmu05dmtOliDUP/3SuaPTgZvMXQGWR98Y+U7Tg
Mr0+/hRPO6FR5qLmI5260ZhmcLleqvBVabrPLW/6LUb6ysKd8fHTQKoDg3eQTDA9
OJ4d67K3IXlaNJVKs1mBl/V3zpi/UkyYtrRm4MmPtJfnZHpLEd7kAZ6EHsUFogMl
5dBd6/vgqRx+YQ0Ykm9yFXK0nHHn+fhj6UAY8IeovfWtBIrVtPJ8wPY0Kchg4sCO
fl9IvPgb63rBisE2v2yqurDXtjX22kEpqwav7YdCXuLgy7Hy0b2GWStcXD4IZpCH
mIqAkblWyZ++PG/bbskuBVKh62vCnRgOThfodfRORGOTt98w1qDdFyAzFEI9Yk08
daO/RLskkRgidHRr7NEXCDxc0dJBzM8K18U/iivIhdNrwmIO7yODbr+kk+qDaRGz
moxmqPMCbMokoTe2Z67oiEuy8aO0LebevtE8Jaa9D84O1oUCwyB183Tf5MUUsabr
83bF1jFBJPw9ADbF2+gLMEQTD3wm2WDxH2+uEoWzrD+ivjWaVj5JKnjhJTFIHwdu
x/U5zD6KHHE85Mxqq35kqVTLuRuJ/8qwvFHJ3Oeq2FNWVNbYkkHRGGHnRJcgskDy
bZOzKf+J1JWaa2VORADWfR6r2r8d4pULOeTfOewiRgmBp/SX8xATo7URXsHTaYu0
q43mosUCBLEsU4ox8E46
=jS6l
-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#817146: gdal-bin: ogr2ogr segfault

2016-03-08 Thread Andy Wood
Package: gdal-bin
Version: 2.0.2+dfsg-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?

Running an ogr2ogr command that had been working until the most recent update 
in testing:

ogr2ogr -a_srs WGS84 -f GeoJSON -where "ID=098530" -nln "098530" p098530.json 
argos.xml

   * What was the outcome of this action?

Segfault and error message.
In /var/log/syslog:

kernel: [1918421.641659] ogr2ogr[11691]: segfault at ceb3f0 ip 00ceb3f0 
sp 7fffbd837758 error 15

At command line:

ERROR 1: Type mismatch or improper type of arguments to = operator.
FAILURE: SetAttributeFilter(ID=098530) on layer 'argos_trip' failed.
Segmentation fault


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gdal-bin depends on:
ii  libc6   2.21-9
ii  libgcc1 1:5.3.1-10
ii  libgdal20 [gdal-abi-2-0-2]  2.0.2+dfsg-2
ii  libstdc++6  5.3.1-10

gdal-bin recommends no packages.

Versions of packages gdal-bin suggests:
ii  python-gdal  2.0.2+dfsg-2

-- no debconf information

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


Bug#814857: marked as done (libterralib: Unused build-dependency on libqwt-dev)

2016-03-08 Thread Debian Bug Tracking System
Your message dated Tue, 08 Mar 2016 13:50:59 +
with message-id 
and subject line Bug#814857: fixed in libterralib 4.3.0+dfsg.2-6
has caused the Debian Bug report #814857,
regarding libterralib: Unused build-dependency on libqwt-dev
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.)


-- 
814857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libterralib
Version: 4.3.0+dfsg.1-1
Severity: important

Hi! While preparing the QWT transition I noted that this package build depends
on qt5 (qtbase5-dev) and on libqwt-dev.

It turns out that libqwt-dev is Qt4-only, and mixing Qt4 and Qt5 is not
possible. This means that either a crash might happen at any time or that
some expected functionality is not really there. I'm tempted to mark this bug
as serious but I'll leave it up to you.

Currently qwt in experimental provides libqwt-qt5-dev, which is the package that
you should be using with Qt5.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: libterralib
Source-Version: 4.3.0+dfsg.2-6

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

Debian distribution maintenance software
pp.
Alastair McKinstry  (supplier of updated libterralib 
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: SHA256

Format: 1.8
Date: Mon, 07 Mar 2016 00:51:24 +
Source: libterralib
Binary: libterralib-dev libterralib3 libterralib-doc
Architecture: source amd64 all
Version: 4.3.0+dfsg.2-6
Distribution: sid
Urgency: medium
Maintainer: Debian GIS Team 
Changed-By: Alastair McKinstry 
Description:
 libterralib-dev - C++ library for Geographical Information Systems -- 
development p
 libterralib-doc - C++ library for Geographical Information Systems -- 
documentation
 libterralib3 - C++ library for Geographical Information Systems
Closes: 814857
Changes:
 libterralib (4.3.0+dfsg.2-6) unstable; urgency=medium
 .
   * Build with libqwt-qt5-dev, don't mix qt4. Closes: #814857.
   * Fix Typo in debian/rules includes;  thanks to Dmitry Shachnev
Checksums-Sha1:
 67e399d8059b31c6e77230b148f983d298403218 2322 libterralib_4.3.0+dfsg.2-6.dsc
 ca94665612129af43777fbbf8772c5595fee747c 29448 
libterralib_4.3.0+dfsg.2-6.debian.tar.xz
 fc21faae3bc4a0d4ba3749d389bbc8d58906d4a9 3585398 
libterralib-dev_4.3.0+dfsg.2-6_amd64.deb
 99c7677647084c1a38e0bdfed50a28c29667d7b6 20426806 
libterralib-doc_4.3.0+dfsg.2-6_all.deb
 3aeb88e3bbb34352842290c0fc750c4a3045ed7f 33754700 
libterralib3-dbgsym_4.3.0+dfsg.2-6_amd64.deb
 a241d6a6b829fc293e0ee2002423dbeadf557e1e 2551690 
libterralib3_4.3.0+dfsg.2-6_amd64.deb
Checksums-Sha256:
 5f9f43175dcac8d80fcf5f7c701e017de1b0d7f70f24bae13f3055aff86f9a9f 2322 
libterralib_4.3.0+dfsg.2-6.dsc
 2bdf5e595d0f31b7250009adea0a67c2f8511b9aa733db03f2972138d0702206 29448 
libterralib_4.3.0+dfsg.2-6.debian.tar.xz
 7ec05294f71f7e616e79721eb68be8ae567763a918eca0b3be76c9b876c186e6 3585398 
libterralib-dev_4.3.0+dfsg.2-6_amd64.deb
 f0ffc3d66372ecbcc7672887eb88fe867a727e72ddf51aca379423875bd9681b 20426806 
libterralib-doc_4.3.0+dfsg.2-6_all.deb
 e79092c79abdf747eba578bc768d3fbf97e5cead7c562f441bc3dabae12ae64f 33754700 
libterralib3-dbgsym_4.3.0+dfsg.2-6_amd64.deb
 2b84786602c1250a7ad99718018fb55c5c79b59987b52c848520227f375b10a0 2551690 
libterralib3_4.3.0+dfsg.2-6_amd64.deb
Files:
 2ece983e23e6ab8ccc4fd6b4270d6b63 2322 libs optional 
libterralib_4.3.0+dfsg.2-6.dsc
 b8634ea35d45b7383d009b5ac73a4ac6 29448 libs optional 
libterralib_4.3.0+dfsg.2-6.debian.tar.xz
 8cdb015e9fad236e1569b3ef06ad9e90 3585398 libdevel optional 
libterralib-dev_4.3.0+dfsg.2-6_amd64.deb
 1b22113b6c974edb84d98a5f2e65956a 20426806 doc optional 
libterralib-doc_4.3.0+dfsg.2-6_all.deb
 e1e49895309cdb634771

Processed: Re: Bug#817146: gdal-bin: ogr2ogr segfault

2016-03-08 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #817146 [gdal-bin] gdal-bin: ogr2ogr segfault
Added tag(s) moreinfo.

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

___
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#817146: gdal-bin: ogr2ogr segfault

2016-03-08 Thread Bas Couwenberg

Control: tags -1 moreinfo

Hi Andy,


Running an ogr2ogr command that had been working until the most recent
update in testing:

ogr2ogr -a_srs WGS84 -f GeoJSON -where "ID=098530" -nln "098530"
p098530.json argos.xml


Can you provide the data file(s) to reproduce this issue?

Kind Regards,

Bas

___
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#817146: gdal-bin: ogr2ogr segfault

2016-03-08 Thread Andy G Wood
Hi Bas,

Reducing a much larger data set, attached argos_trip.csv which is used by 
attached argos.xml which generates the segfault with:

ogr2ogr -a_srs WGS84 -f GeoJSON -where "ID=098530" -nln "098530" \
  p098530.json argos.xml

Andy.

On Tuesday 08 March 2016 14:58:47 Bas Couwenberg wrote:
> Control: tags -1 moreinfo
> 
> Hi Andy,
> 
> > Running an ogr2ogr command that had been working until the most recent
> > update in testing:
> > 
> > ogr2ogr -a_srs WGS84 -f GeoJSON -where "ID=098530" -nln "098530"
> > p098530.json argos.xml
> 
> Can you provide the data file(s) to reproduce this issue?
> 
> Kind Regards,
> 
> Bas


argos.xml
Description: XML document
ID,DIST,THEGEOM
098530,32,"LINESTRING(-72.303 -69.499, -72.295 -69.506, -72.316 -69.511, -72.343 -69.513, -72.280 -69.510, -72.269 -69.497, -72.271 -69.500, -72.322 -69.490, -72.327 -69.510, -72.317 -69.515, -72.290 -69.507, -72.300 -69.504, -72.298 -69.493, -72.297 -69.498, -72.298 -69.506, -72.308 -69.508, -72.306 -69.507, -72.306 -69.506, -72.319 -69.503, -72.305 -69.506, -72.299 -69.509, -72.342 -69.501, -72.280 -69.511, -72.279 -69.527, -72.247 -69.530, -72.206 -69.528, -72.264 -69.528, -72.242 -69.520, -72.245 -69.519)"
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

prepair 0.7-5 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the prepair source package
in Debian's testing distribution has changed.

  Previous version: 0.7-4
  Current version:  0.7-5

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

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


grass 7.0.3-2 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the grass source package
in Debian's testing distribution has changed.

  Previous version: 7.0.3-1
  Current version:  7.0.3-2

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

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


osm2pgsql 0.90.0+ds-1 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the osm2pgsql source package
in Debian's testing distribution has changed.

  Previous version: 0.88.1-1
  Current version:  0.90.0+ds-1

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

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


libgdal-grass 2.0.2-1 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the libgdal-grass source package
in Debian's testing distribution has changed.

  Previous version: 1.11.3-3
  Current version:  2.0.2-1

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

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


dans-gdal-scripts 0.23-5 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the dans-gdal-scripts source package
in Debian's testing distribution has changed.

  Previous version: 0.23-4
  Current version:  0.23-5

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

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


merkaartor 0.18.2-6 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the merkaartor source package
in Debian's testing distribution has changed.

  Previous version: 0.18.2-5
  Current version:  0.18.2-6

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

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


osmcoastline 2.1.2-2 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the osmcoastline source package
in Debian's testing distribution has changed.

  Previous version: 2.1.2-1
  Current version:  2.1.2-2

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

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


postgis 2.2.1+dfsg-3 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the postgis source package
in Debian's testing distribution has changed.

  Previous version: 2.2.1+dfsg-2
  Current version:  2.2.1+dfsg-3

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

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


pprepair 0.0~20151110-28dca91-1 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the pprepair source package
in Debian's testing distribution has changed.

  Previous version: 0.0~20150624-82a2019-1
  Current version:  0.0~20151110-28dca91-1

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

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


rasterio 0.31.0-3 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the rasterio source package
in Debian's testing distribution has changed.

  Previous version: 0.31.0-2
  Current version:  0.31.0-3

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

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


thuban 1.2.2-10 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the thuban source package
in Debian's testing distribution has changed.

  Previous version: 1.2.2-9
  Current version:  1.2.2-10

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

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


libcitygml 2.0-2 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the libcitygml source package
in Debian's testing distribution has changed.

  Previous version: 2.0-1
  Current version:  2.0-2

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

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


qlandkartegt 1.8.1+ds-5 MIGRATED to testing

2016-03-08 Thread Debian testing watch
FYI: The status of the qlandkartegt source package
in Debian's testing distribution has changed.

  Previous version: 1.8.1+ds-4
  Current version:  1.8.1+ds-5

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

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


[grass] branch master updated (85e10e6 -> 06d67e3)

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

sebastic pushed a change to branch master
in repository grass.

  from  85e10e6   Mark various-typos2.patch as Forwarded.
   new  06d67e3   Mark various-typos2.patch as Applied-Upstream.

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


Summary of changes:
 debian/patches/various-typos2.patch | 1 +
 1 file changed, 1 insertion(+)

-- 
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] 01/01: Mark various-typos2.patch as Applied-Upstream.

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

sebastic pushed a commit to branch master
in repository grass.

commit 06d67e37f1c7600d3fde75f65dd95fe94dba47af
Author: Bas Couwenberg 
Date:   Tue Mar 8 19:02:07 2016 +0100

Mark various-typos2.patch as Applied-Upstream.
---
 debian/patches/various-typos2.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/various-typos2.patch 
b/debian/patches/various-typos2.patch
index 7fcbe72..a2d4ba3 100644
--- a/debian/patches/various-typos2.patch
+++ b/debian/patches/various-typos2.patch
@@ -10,6 +10,7 @@ Description: Fix various typos.
  containg   -> containing
 Author: Bas Couwenberg 
 Forwarded: https://trac.osgeo.org/grass/ticket/2950
+Applied-Upstream: https://trac.osgeo.org/grass/changeset/68016
 
 --- a/imagery/i.fft/i.fft.html
 +++ b/imagery/i.fft/i.fft.html

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


Bug#817176: qgis install fails trying to overwrite /usr/bin/qbrowser.bin

2016-03-08 Thread Stefano Costa
Package: qgis
Version: 2.14.0+dfsg0-1
Severity: important

Dear Maintainer,

trying a fresh install of qgis on unstable fails with the error listed below.

I don't understand how the qgis-provider-grass package is part of the problem,
since it's not in the list of packages that will be installed, and it's not
already installed.

Thanks
steko



steko@spheniscus:~$ LC_ALL=C sudo apt install qgis
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  libfcgi0ldbl libqca2-plugin-ossl libqgis-analysis2.14.0 libqgis-app2.14.0 
libqgis-core2.14.0 libqgis-customwidgets libqgis-gui2.14.0
  libqgis-networkanalysis2.14.0 libqgis-server2.14.0 libqgispython2.14.0 
libqwt6abi1 libspatialindex4v5 python-qgis python-qgis-common qgis-common
  qgis-providers qgis-providers-common
Suggested packages:
  gpsbabel
Recommended packages:
  qgis-plugin-grass qgis-provider-grass
The following NEW packages will be installed:
  libfcgi0ldbl libqca2-plugin-ossl libqgis-analysis2.14.0 libqgis-app2.14.0 
libqgis-core2.14.0 libqgis-customwidgets libqgis-gui2.14.0
  libqgis-networkanalysis2.14.0 libqgis-server2.14.0 libqgispython2.14.0 
libqwt6abi1 libspatialindex4v5 python-qgis python-qgis-common qgis
  qgis-common qgis-providers qgis-providers-common
0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/45.0 MB of archives.
After this operation, 183 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Selecting previously unselected package libfcgi0ldbl.
(Reading database ... 260593 files and directories currently installed.)
Preparing to unpack .../libfcgi0ldbl_2.4.0-8.3_amd64.deb ...
Unpacking libfcgi0ldbl (2.4.0-8.3) ...
Selecting previously unselected package libqca2-plugin-ossl:amd64.
Preparing to unpack .../libqca2-plugin-ossl_2.1.1-2_amd64.deb ...
Unpacking libqca2-plugin-ossl:amd64 (2.1.1-2) ...
Selecting previously unselected package libspatialindex4v5:amd64.
Preparing to unpack .../libspatialindex4v5_1.8.5-3_amd64.deb ...
Unpacking libspatialindex4v5:amd64 (1.8.5-3) ...
Selecting previously unselected package libqgis-core2.14.0.
Preparing to unpack .../libqgis-core2.14.0_2.14.0+dfsg0-1_amd64.deb ...
Unpacking libqgis-core2.14.0 (2.14.0+dfsg0-1) ...
Selecting previously unselected package libqgis-analysis2.14.0.
Preparing to unpack .../libqgis-analysis2.14.0_2.14.0+dfsg0-1_amd64.deb ...
Unpacking libqgis-analysis2.14.0 (2.14.0+dfsg0-1) ...
Selecting previously unselected package libqwt6abi1.
Preparing to unpack .../libqwt6abi1_6.1.2-5_amd64.deb ...
Unpacking libqwt6abi1 (6.1.2-5) ...
Selecting previously unselected package libqgis-gui2.14.0.
Preparing to unpack .../libqgis-gui2.14.0_2.14.0+dfsg0-1_amd64.deb ...
Unpacking libqgis-gui2.14.0 (2.14.0+dfsg0-1) ...
Selecting previously unselected package libqgis-app2.14.0.
Preparing to unpack .../libqgis-app2.14.0_2.14.0+dfsg0-1_amd64.deb ...
Unpacking libqgis-app2.14.0 (2.14.0+dfsg0-1) ...
Selecting previously unselected package libqgis-customwidgets.
Preparing to unpack .../libqgis-customwidgets_2.14.0+dfsg0-1_amd64.deb ...
Unpacking libqgis-customwidgets (2.14.0+dfsg0-1) ...
Selecting previously unselected package libqgis-networkanalysis2.14.0.
Preparing to unpack .../libqgis-networkanalysis2.14.0_2.14.0+dfsg0-1_amd64.deb 
...
Unpacking libqgis-networkanalysis2.14.0 (2.14.0+dfsg0-1) ...
Selecting previously unselected package libqgispython2.14.0.
Preparing to unpack .../libqgispython2.14.0_2.14.0+dfsg0-1_amd64.deb ...
Unpacking libqgispython2.14.0 (2.14.0+dfsg0-1) ...
Selecting previously unselected package libqgis-server2.14.0.
Preparing to unpack .../libqgis-server2.14.0_2.14.0+dfsg0-1_amd64.deb ...
Unpacking libqgis-server2.14.0 (2.14.0+dfsg0-1) ...
Selecting previously unselected package python-qgis-common.
Preparing to unpack .../python-qgis-common_2.14.0+dfsg0-1_all.deb ...
Unpacking python-qgis-common (2.14.0+dfsg0-1) ...
Selecting previously unselected package python-qgis.
Preparing to unpack .../python-qgis_2.14.0+dfsg0-1_amd64.deb ...
Unpacking python-qgis (2.14.0+dfsg0-1) ...
Selecting previously unselected package qgis-providers-common.
Preparing to unpack .../qgis-providers-common_2.14.0+dfsg0-1_all.deb ...
Unpacking qgis-providers-common (2.14.0+dfsg0-1) ...
Selecting previously unselected package qgis-providers.
Preparing to unpack .../qgis-providers_2.14.0+dfsg0-1_amd64.deb ...
Unpacking qgis-providers (2.14.0+dfsg0-1) ...
Selecting previously unselected package qgis-common.
Preparing to unpack .../qgis-common_2.14.0+dfsg0-1_all.deb ...
Unpacking qgis-common (2.14.0+dfsg0-1) ...
Preparing to unpack .../qgis_2.14.0+dfsg0-1_amd64.deb ...
Unpacking qgis (2.14.0+dfsg0-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/qgis_2.14.0+dfsg0-1_amd64.deb (--unpack):
 trying to overwrite '/usr/bin/qbrowser.bin', which is the diverted version of 
'/usr/bin/qbrowser' (package: qgis-provider-grass)
dpkg-deb: error: subprocess 

Bug#817178: qgis uninstallable on unstable

2016-03-08 Thread Ben Caradoc-Davies
Package: qgis
Version: 2.14.0+dfsg0-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

qgis conflicts with its Recommends and cannot be installed on unstable:

Preparing to unpack .../qgis_2.14.0+dfsg0-1_amd64.deb ...
Unpacking qgis (2.14.0+dfsg0-1) ...
dpkg: error processing archive
/var/cache/apt/archives/qgis_2.14.0+dfsg0-1_amd64.deb (--unpack):
 trying to overwrite '/usr/bin/qbrowser.bin', which is the diverted version of
'/usr/bin/qbrowser' (package: qgis-provider-grass)
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

___
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#817176:

2016-03-08 Thread Stefano Costa
Furthermore,
after the failed installation I'm left with this binary:

steko@spheniscus:~$ ls -l /usr/bin/qgis.bin.dpkg-new 
-rwxr-xr-x 1 root root 250 mar  8 08:10 /usr/bin/qgis.bin.dpkg-new

Ciao
steko

--
Stefano Costa @stekosteko
Editor, Journal of Open Archaeology Data

___
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#817178: qgis uninstallable on unstable

2016-03-08 Thread Ben Caradoc-Davies

Workaround is to manually remove the diversions:

dpkg-divert --remove /usr/bin/qgis
dpkg-divert --remove /usr/bin/qbrowser

Note that this was an upgrade from the previous qgis on unstable.

Kind regards,

--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

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


Processed: Re: Bug#817146: gdal-bin: ogr2ogr segfault

2016-03-08 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 - moreinfo
Bug #817146 [gdal-bin] gdal-bin: ogr2ogr segfault
Removed tag(s) moreinfo.
> tags -1 + confirmed upstream
Bug #817146 [gdal-bin] gdal-bin: ogr2ogr segfault
Added tag(s) upstream and confirmed.
> forwarded -1 https://trac.osgeo.org/gdal/ticket/6408
Bug #817146 [gdal-bin] gdal-bin: ogr2ogr segfault
Set Bug forwarded-to-address to 'https://trac.osgeo.org/gdal/ticket/6408'.
> severity -1 important
Bug #817146 [gdal-bin] gdal-bin: ogr2ogr segfault
Severity set to 'important' from 'grave'

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

___
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#817146: gdal-bin: ogr2ogr segfault

2016-03-08 Thread Sebastiaan Couwenberg
Control: tags -1 - moreinfo
Control: tags -1 + confirmed upstream
Control: forwarded -1 https://trac.osgeo.org/gdal/ticket/6408
Control: severity -1 important

Hi Andy,

On 08-03-16 15:14, Andy G Wood wrote:
> Reducing a much larger data set, attached argos_trip.csv which is used by 
> attached argos.xml which generates the segfault with:
> 
> ogr2ogr -a_srs WGS84 -f GeoJSON -where "ID=098530" -nln "098530" \
>   p098530.json argos.xml

Thanks for the reproducible test case.

I've forwarded this bugreport to the upstream issue tracker to help get
the segfault resolved. I'm downgrading the severity to important because
this issue because it doesn't render the package completely unusable to
everyone.

I don't have systems with GDAL 1.11 at hand any more, but with GDAL
1.10.1 on jessie your command still fails with the same error messages,
ogr2ogr just doesn't segfault:

$ ogr2ogr -a_srs WGS84 -f GeoJSON -where "ID=098530" \
-nln "098530" p098530.json argos.xml ; echo $?
ERROR 1: Type mismatch or improper type of arguments to = operator.
FAILURE: SetAttributeFilter(ID=098530) on layer 'argos_trip' failed.
1

Because the ID column is of type String, you should quote the value to
not have it interpreted as an integer:

$ ogr2ogr -a_srs WGS84 -f GeoJSON -where "ID='098530'" \
-nln "098530" p098530.json argos.xml ; echo $?
0

This doesn't trigger the type mismatch error and SetAttributeFilter()
failure, and the subsequent segfault (which should not happen either way).

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#817176: qgis install fails trying to overwrite /usr/bin/qbrowser.bin

2016-03-08 Thread Sebastiaan Couwenberg
severity 817176 serious
severity 817178 serious
tags 817176 confirmed
tags 817178 confirmed
merge 817176 817178
thanks

Hi Ben & Stefano,

Sorry for breaking the upgrade. Unfortunately my piuparts tests didn't
catch this issue.

On 08-03-16 19:56, Ben Caradoc-Davies wrote:
> Workaround is to manually remove the diversions:
> 
> dpkg-divert --remove /usr/bin/qgis
> dpkg-divert --remove /usr/bin/qbrowser
> 
> Note that this was an upgrade from the previous qgis on unstable.

The qgis.preinst maintainer script should remove the old diversions. It
was used pre-2.8 to support multiple GRASS versions. The new GRASS
support in post 2.8 doesn't need the diversions any more.

I'm currently trying to figure out why the removal of the diversions is
not working as expected, I hope to have a fix ready soon.

On Tue, 8 Mar 2016 19:48:35 +0100 (CET) Stefano Costa wrote:
> after the failed installation I'm left with this binary:
>
> steko@spheniscus:~$ ls -l /usr/bin/qgis.bin.dpkg-new
> -rwxr-xr-x 1 root root 250 mar 8 08:10 /usr/bin/qgis.bin.dpkg-new

The .dpkg-new files should go away after the upgrade succeeds, but you
need to either remove the diversion manually (with the above dpkg-divert
commands) and continue the upgrade, or wait for the fixed version.

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


Processed: qgis install fails trying to overwrite /usr/bin/qbrowser.bin

2016-03-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 817176 serious
Bug #817176 [qgis] qgis install fails trying to overwrite /usr/bin/qbrowser.bin
Severity set to 'serious' from 'important'
> severity 817178 serious
Bug #817178 [qgis] qgis uninstallable on unstable
Severity set to 'serious' from 'grave'
> tags 817176 confirmed
Bug #817176 [qgis] qgis install fails trying to overwrite /usr/bin/qbrowser.bin
Added tag(s) confirmed.
> tags 817178 confirmed
Bug #817178 [qgis] qgis uninstallable on unstable
Added tag(s) confirmed.
> merge 817176 817178
Bug #817176 [qgis] qgis install fails trying to overwrite /usr/bin/qbrowser.bin
Bug #817178 [qgis] qgis uninstallable on unstable
Merged 817176 817178
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
817176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817176
817178: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817178
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Processed: Re: Bug#817146: gdal-bin: ogr2ogr segfault

2016-03-08 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending
Bug #817146 [gdal-bin] gdal-bin: ogr2ogr segfault
Added tag(s) pending.

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

___
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#817146: gdal-bin: ogr2ogr segfault

2016-03-08 Thread Sebastiaan Couwenberg
Control: tags -1 pending

Hi Andy,

Upstream had already fixed the issue in trunk, and now also backported
the fix to the 2.0 branch which I've included as a patch in the Debian
package.

The new gdal package with the segfault fix will be uploaded to unstable
shortly.

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] branch master updated (4845e86 -> 29a02bd)

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

sebastic pushed a change to branch master
in repository gdal.

  from  4845e86   Set distribution to unstable.
   new  f16a4b6   Add patch to fix segfault when exiting with proper 
closing of datasource.
   new  e0f9e8d   Add patch for 'message' typo.
   new  29a02bd   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   |  8 +++
 debian/patches/message-typo.patch  | 37 +
 .../ogr-vrt-implement-CloseDependantDataset.patch  | 60 ++
 debian/patches/series  |  2 +
 4 files changed, 107 insertions(+)
 create mode 100644 debian/patches/message-typo.patch
 create mode 100644 debian/patches/ogr-vrt-implement-CloseDependantDataset.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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] 01/03: Add patch to fix segfault when exiting with proper closing of datasource.

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

sebastic pushed a commit to branch master
in repository gdal.

commit f16a4b6ca75750ea4c5b2e54de1cc6595fc7aced
Author: Bas Couwenberg 
Date:   Tue Mar 8 22:51:13 2016 +0100

Add patch to fix segfault when exiting with proper closing of datasource.
---
 debian/changelog   |  7 +++
 .../ogr-vrt-implement-CloseDependantDataset.patch  | 60 ++
 debian/patches/series  |  1 +
 3 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 344b2a9..b599237 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gdal (2.0.2+dfsg-3) UNRELEASED; urgency=medium
+
+  * Add patch to fix segfault when exiting with proper closing of datasource.
+(closes: #817146)
+
+ -- Bas Couwenberg   Tue, 08 Mar 2016 22:50:58 +0100
+
 gdal (2.0.2+dfsg-2) unstable; urgency=medium
 
   * Fix gdal-abi dependency for mips64el symbols.
diff --git a/debian/patches/ogr-vrt-implement-CloseDependantDataset.patch 
b/debian/patches/ogr-vrt-implement-CloseDependantDataset.patch
new file mode 100644
index 000..4c24f85
--- /dev/null
+++ b/debian/patches/ogr-vrt-implement-CloseDependantDataset.patch
@@ -0,0 +1,60 @@
+Description: OGR_VRT: implement CloseDependantDataset?() so that exiting with 
proper closing of datasource doesn't crash.
+Author: Even Rouault 
+Origin: https://trac.osgeo.org/gdal/changeset/33684
+Bug: https://trac.osgeo.org/gdal/ticket/6408
+Bug-Debian: https://bugs.debian.org/817146
+
+--- a/ogr/ogrsf_frmts/vrt/ogr_vrt.h
 b/ogr/ogrsf_frmts/vrt/ogr_vrt.h
+@@ -241,6 +241,8 @@ class OGRVRTDataSource : public OGRDataS
+ OGRVRTDataSource(GDALDriver* poDriver);
+ ~OGRVRTDataSource();
+ 
++virtual int CloseDependentDatasets();
++
+ OGRLayer*   InstanciateLayer(CPLXMLNode *psLTree,
+ const char *pszVRTDirectory,
+ int bUpdate,
+--- a/ogr/ogrsf_frmts/vrt/ogrvrtdatasource.cpp
 b/ogr/ogrsf_frmts/vrt/ogrvrtdatasource.cpp
+@@ -120,14 +120,10 @@ OGRVRTDataSource::OGRVRTDataSource(GDALD
+ OGRVRTDataSource::~OGRVRTDataSource()
+ 
+ {
+-int i;
+-
+ CPLFree( pszName );
+ 
+-for( i = 0; i < nLayers; i++ )
+-delete papoLayers[i];
+-
+-CPLFree( papoLayers );
++CloseDependentDatasets();
++
+ CPLFree( paeLayerType );
+ 
+ if( psTree != NULL)
+@@ -137,6 +133,23 @@ OGRVRTDataSource::~OGRVRTDataSource()
+ }
+ 
+ //
++/*CloseDependentDatasets()  */
++//
++
++int OGRVRTDataSource::CloseDependentDatasets()
++{
++int bHasClosedDependentDatasets = (nLayers > 0);
++for( int i = 0; i < nLayers; i++ )
++{
++delete papoLayers[i];
++}
++CPLFree( papoLayers );
++nLayers = 0;
++papoLayers = NULL;
++return bHasClosedDependentDatasets;
++}
++
++//
+ /*InstanciateWarpedLayer()  */
+ //
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2bd45c1..3a30d79 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,3 +20,4 @@ transform-typo.patch
 sqlite-3.10.0
 formatted-typo.patch
 remaining-typo.patch
+ogr-vrt-implement-CloseDependantDataset.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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] 02/03: Add patch for 'message' typo.

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

sebastic pushed a commit to branch master
in repository gdal.

commit e0f9e8d11d248db71b58558210c9b0f0aa8c7ed4
Author: Bas Couwenberg 
Date:   Tue Mar 8 23:59:22 2016 +0100

Add patch for 'message' typo.
---
 debian/changelog  |  1 +
 debian/patches/message-typo.patch | 37 +
 debian/patches/series |  1 +
 3 files changed, 39 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b599237..4a24347 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gdal (2.0.2+dfsg-3) UNRELEASED; urgency=medium
 
   * Add patch to fix segfault when exiting with proper closing of datasource.
 (closes: #817146)
+  * Add patch for 'message' typo.
 
  -- Bas Couwenberg   Tue, 08 Mar 2016 22:50:58 +0100
 
diff --git a/debian/patches/message-typo.patch 
b/debian/patches/message-typo.patch
new file mode 100644
index 000..cf00fe0
--- /dev/null
+++ b/debian/patches/message-typo.patch
@@ -0,0 +1,37 @@
+Description: Fix 'messge' typo, replace with 'message'.
+Author: Bas Couwenberg 
+Forwarded: not-needed
+
+--- a/frmts/grib/degrib18/g2clib-1.0.4/g2_addfield.c
 b/frmts/grib/degrib18/g2clib-1.0.4/g2_addfield.c
+@@ -139,7 +139,7 @@ g2int g2_addfield(unsigned char *cgrib,g
+ //
+   if ( cgrib[0]!=G || cgrib[1]!=R || cgrib[2]!=I || cgrib[3]!=B ) {
+ printf("g2_addfield: GRIB not found in given message.\n");
+-printf("g2_addfield: Call to routine g2_create required to initialize 
GRIB messge.\n");
++printf("g2_addfield: Call to routine g2_create required to initialize 
GRIB message.\n");
+ ierr=-1;
+ return(ierr);
+   }
+--- a/frmts/grib/degrib18/g2clib-1.0.4/g2_addgrid.c
 b/frmts/grib/degrib18/g2clib-1.0.4/g2_addgrid.c
+@@ -89,7 +89,7 @@ g2int g2_addgrid(unsigned char *cgrib,g2
+ //
+   if ( cgrib[0]!=G || cgrib[1]!=R || cgrib[2]!=I || cgrib[3]!=B ) {
+ printf("g2_addgrid: GRIB not found in given message.\n");
+-printf("g2_addgrid: Call to routine gribcreate required to initialize 
GRIB messge.\n");
++printf("g2_addgrid: Call to routine gribcreate required to initialize 
GRIB message.\n");
+ ierr=-1;
+ return(ierr);
+   }
+--- a/frmts/grib/degrib18/g2clib-1.0.4/g2_addlocal.c
 b/frmts/grib/degrib18/g2clib-1.0.4/g2_addlocal.c
+@@ -67,7 +67,7 @@ g2int g2_addlocal(unsigned char *cgrib,u
+ //
+   if ( cgrib[0]!=G || cgrib[1]!=R || cgrib[2]!=I || cgrib[3]!=B ) {
+ printf("g2_addlocal: GRIB not found in given message.\n");
+-printf("g2_addlocal: Call to routine g2_create required to initialize 
GRIB messge.\n");
++printf("g2_addlocal: Call to routine g2_create required to initialize 
GRIB message.\n");
+ ierr=-1;
+ return(ierr);
+   }
diff --git a/debian/patches/series b/debian/patches/series
index 3a30d79..9196c96 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -21,3 +21,4 @@ sqlite-3.10.0
 formatted-typo.patch
 remaining-typo.patch
 ogr-vrt-implement-CloseDependantDataset.patch
+message-typo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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] 03/03: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository gdal.

commit 29a02bdb0bbc705ae31f35e96e4555760f98dce9
Author: Bas Couwenberg 
Date:   Wed Mar 9 00:07:27 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 4a24347..2210ad4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-gdal (2.0.2+dfsg-3) UNRELEASED; urgency=medium
+gdal (2.0.2+dfsg-3) unstable; urgency=medium
 
   * Add patch to fix segfault when exiting with proper closing of datasource.
 (closes: #817146)
   * Add patch for 'message' typo.
 
- -- Bas Couwenberg   Tue, 08 Mar 2016 22:50:58 +0100
+ -- Bas Couwenberg   Tue, 08 Mar 2016 23:59:36 +0100
 
 gdal (2.0.2+dfsg-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gdal.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] tag debian/2.0.2+dfsg-3 created (now 29a02bd)

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

sebastic pushed a change to tag debian/2.0.2+dfsg-3
in repository gdal.

at  29a02bd   (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/gdal.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


[osm2pgsql] 01/02: Merge tag 'debian/0.90.0+ds-1' into jessie-backports

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

sebastic pushed a commit to branch jessie-backports
in repository osm2pgsql.

commit 613bc78f8dff6a8654a279b700deb520c65b84c1
Merge: f37b5c1 5066473
Author: Bas Couwenberg 
Date:   Wed Mar 9 00:42:03 2016 +0100

Merge tag 'debian/0.90.0+ds-1' into jessie-backports

Conflicts:
debian/changelog
debian/control

 .gitignore |   70 +-
 .travis.yml|   82 +-
 CMakeLists.txt |  261 +++
 CONTRIBUTING.md|   22 +-
 Makefile.am|  188 --
 NEWS   |   10 -
 README.md  |   88 +-
 UTF8sanitizer.cpp  |  160 --
 appveyor.yml   |   69 +
 autogen.sh |2 -
 cmake/FindLua.cmake|  171 ++
 cmake/FindOsmium.cmake |  317 +++
 cmake/config.h.in  |   35 +
 configure.ac   |  171 --
 cygpkg.sh  |   59 -
 debian/changelog   |   26 +
 debian/clean   |2 -
 debian/control |   16 +-
 debian/copyright   |   21 +-
 debian/docs|1 -
 debian/examples|1 -
 debian/install |2 -
 debian/manpages|1 -
 debian/rules   |   10 +-
 debian/upstream/metadata   |2 +-
 debian/watch   |5 +-
 default.style  |   19 +-
 docs/Doxyfile  | 2362 
 docs/lua.md|4 +-
 docs/multi.md  |   54 +-
 docs/nodecachefilereader.1 |   37 -
 docs/osm2pgsql.1   |   20 +-
 docs/pgsql.md  |2 +-
 docs/usage.md  |   18 +-
 empty.style|   58 +-
 expire-tiles.cpp   |   57 +-
 expire-tiles.hpp   |2 +-
 geometry-builder.cpp   |  691 +++---
 geometry-builder.hpp   |   92 +-
 geometry-processor.cpp |   26 +-
 geometry-processor.hpp |   16 +-
 geos-fallback/geos/noding/SegmentNode.h|  123 -
 geos-fallback/geos/noding/SegmentNodeList.h|  204 --
 geos-fallback/geos/noding/SegmentString.h  |  224 --
 id-tracker.hpp |   21 +-
 input.cpp  |  226 --
 input.hpp  |   14 -
 install-postgis-osm-db.sh  |   12 +-
 install-postgis-osm-user.sh|2 +-
 m4/ax_append_flag.m4   |   71 -
 m4/ax_boost_base.m4|  285 ---
 m4/ax_boost_filesystem.m4  |  118 -
 m4/ax_boost_system.m4  |  120 -
 m4/ax_boost_thread.m4  |  149 --
 m4/ax_cflags_warn_all.m4   |  122 -
 m4/ax_compare_version.m4   |  177 --
 m4/ax_compile_check_sizeof.m4  |  114 -
 m4/ax_config_nice.m4   |   37 -
 m4/ax_cxx_compile_stdcxx_11.m4 |  142 --
 m4/ax_lib_bzip2.m4 |  221 --
 m4/ax_lib_geos.m4  |  161 --
 m4/ax_lib_postgresql.m4|  164 --
 m4/ax_lib_proj.m4  |  216 --
 m4/ax_lib_protobuf_c.m4|  257 ---
 m4/ax_lib_xml2.m4  |  150 --
 m4/ax_lib_zlib.m4  |  220 --
 m4/ax_lua.m4   |  664 --
 m4/ax_pthread.m4   |  332 ---
 middle-pgsql.cpp   |  501 ++---
 middle-pgsql.hpp   |   55 +-
 middle-ram.cpp |  114 +-
 middle-ram.hpp |   93 +-
 middle.cpp |8 +-
 middle.hpp |

[osm2pgsql] tag debian/0.90.0+ds-1.bpo8+1 created (now c8c948b)

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

sebastic pushed a change to tag debian/0.90.0+ds-1.bpo8+1
in repository osm2pgsql.

at  c8c948b   (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/osm2pgsql.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


[osm2pgsql] branch jessie-backports updated (f37b5c1 -> c8c948b)

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

sebastic pushed a change to branch jessie-backports
in repository osm2pgsql.

  from  f37b5c1   Rebuild for jessie-backports.
  adds  1f1277a   Update Vcs-Git URL to use HTTPS.
  adds  40b0072   Fix filenamemangle in watch file.
  adds  e3642cc   Imported Upstream version 0.90.0~rc1
  adds  7c1d218   Merge tag 'upstream/0.90.0_rc1'
  adds  afa0830   New upstream release candidate.
  adds  2ceb91a   Add changelog entry for Vcs-Git URL change.
  adds  87dcaed   Update Homepage & Donation URLs to use HTTPS.
  adds  37b7c1d   Switch to CMake buildsystem.
  adds  436769b   Update build dependencies.
  adds  f1b6546   Repack upstream tarball to exclude embedded copy of 
libosmium.
  adds  a134b29   Imported Upstream version 0.90.0~rc1+ds
  adds  cf188ea   Merge tag 'upstream/0.90.0_rc1+ds'
  adds  bcd0e99   New repacked upstream release candidate.
  adds  2b63f31   Update copyright file.
  adds  d00e4f9   Bump Standards-Version to 3.9.7, no changes.
  adds  464c4d7   Override dh_install to use --list-missing.
  adds  26069be   Drop dh_auto_configure override, not required for CMake 
build.
  adds  dd86196   Update examples, install, manpages & NEWS for CMake build.
  adds  b986924   Set distribution to experimental.
  adds  c0c9c13   Fix filenamemangle in watch file.
  adds  22a2d1e   Imported Upstream version 0.90.0+ds
  adds  d6aef26   Merge tag 'upstream/0.90.0+ds'
  adds  84988bc   New upstream release.
  adds  22a327d   Drop clean file, protobuf files no longer (re)generated.
  adds  83bc970   Drop unused DEB_HOST_ARCH variable.
  adds  5066473   Set distribution to unstable.
   new  613bc78   Merge tag 'debian/0.90.0+ds-1' into jessie-backports
   new  c8c948b   Rebuild for jessie-backports.

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:
 .gitignore |   70 +-
 .travis.yml|   82 +-
 CMakeLists.txt |  261 +++
 CONTRIBUTING.md|   22 +-
 Makefile.am|  188 --
 NEWS   |   10 -
 README.md  |   88 +-
 UTF8sanitizer.cpp  |  160 --
 appveyor.yml   |   69 +
 autogen.sh |2 -
 cmake/FindLua.cmake|  171 ++
 cmake/FindOsmium.cmake |  317 +++
 cmake/config.h.in  |   35 +
 configure.ac   |  171 --
 cygpkg.sh  |   59 -
 debian/changelog   |   32 +
 debian/clean   |2 -
 debian/control |   16 +-
 debian/copyright   |   21 +-
 debian/docs|1 -
 debian/examples|1 -
 debian/install |2 -
 debian/manpages|1 -
 debian/rules   |   10 +-
 debian/upstream/metadata   |2 +-
 debian/watch   |5 +-
 default.style  |   19 +-
 docs/Doxyfile  | 2362 
 docs/lua.md|4 +-
 docs/multi.md  |   54 +-
 docs/nodecachefilereader.1 |   37 -
 docs/osm2pgsql.1   |   20 +-
 docs/pgsql.md  |2 +-
 docs/usage.md  |   18 +-
 empty.style|   58 +-
 expire-tiles.cpp   |   57 +-
 expire-tiles.hpp   |2 +-
 geometry-builder.cpp   |  691 +++---
 geometry-builder.hpp   |   92 +-
 geometry-processor.cpp |   26 +-
 geometry-processor.hpp |   16 +-
 geos-fallback/geos/noding/SegmentNode.h|  123 -
 geos-fallback/geos/noding/SegmentNodeList.h|  204 --
 geos-fallback/geos/noding/SegmentString.h  |  224 --
 id-tracker.hpp |   21 +-
 input.cpp 

[osm2pgsql] 02/02: Rebuild for jessie-backports.

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

sebastic pushed a commit to branch jessie-backports
in repository osm2pgsql.

commit c8c948b251c50b58fddba23185325207e780c652
Author: Bas Couwenberg 
Date:   Wed Mar 9 00:42:11 2016 +0100

Rebuild for jessie-backports.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0ef2649..ce8b752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osm2pgsql (0.90.0+ds-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Bas Couwenberg   Wed, 09 Mar 2016 00:42:07 +0100
+
 osm2pgsql (0.90.0+ds-1) unstable; urgency=medium
 
   * New upstream release.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osm2pgsql.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 gdal_2.0.2+dfsg-3_amd64.changes

2016-03-08 Thread Debian FTP Masters
gdal_2.0.2+dfsg-3_amd64.changes uploaded successfully to localhost
along with the files:
  gdal_2.0.2+dfsg-3.dsc
  gdal_2.0.2+dfsg-3.debian.tar.xz
  gdal-bin-dbgsym_2.0.2+dfsg-3_amd64.deb
  gdal-bin_2.0.2+dfsg-3_amd64.deb
  libgdal-dev_2.0.2+dfsg-3_amd64.deb
  libgdal-doc_2.0.2+dfsg-3_all.deb
  libgdal-java-dbgsym_2.0.2+dfsg-3_amd64.deb
  libgdal-java_2.0.2+dfsg-3_amd64.deb
  libgdal-perl-dbgsym_2.0.2+dfsg-3_amd64.deb
  libgdal-perl_2.0.2+dfsg-3_amd64.deb
  libgdal20-dbgsym_2.0.2+dfsg-3_amd64.deb
  libgdal20_2.0.2+dfsg-3_amd64.deb
  python-gdal-dbgsym_2.0.2+dfsg-3_amd64.deb
  python-gdal_2.0.2+dfsg-3_amd64.deb
  python3-gdal-dbgsym_2.0.2+dfsg-3_amd64.deb
  python3-gdal_2.0.2+dfsg-3_amd64.deb

Greetings,

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

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


Processing of osm2pgsql_0.90.0+ds-1~bpo8+1_amd64.changes

2016-03-08 Thread Debian FTP Masters
osm2pgsql_0.90.0+ds-1~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  osm2pgsql_0.90.0+ds-1~bpo8+1.dsc
  osm2pgsql_0.90.0+ds-1~bpo8+1.debian.tar.xz
  osm2pgsql_0.90.0+ds-1~bpo8+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


gdal_2.0.2+dfsg-3_amd64.changes ACCEPTED into unstable

2016-03-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 08 Mar 2016 23:59:36 +0100
Source: gdal
Binary: libgdal20 libgdal-dev libgdal-doc gdal-bin python-gdal python3-gdal 
libgdal-perl libgdal-java
Architecture: source amd64 all
Version: 2.0.2+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 gdal-bin   - Geospatial Data Abstraction Library - Utility programs
 libgdal-dev - Geospatial Data Abstraction Library - Development files
 libgdal-doc - Documentation for the Geospatial Data Abstraction Library
 libgdal-java - Java bindings to the Geospatial Data Abstraction Library
 libgdal-perl - Perl bindings to the Geospatial Data Abstraction Library
 libgdal20  - Geospatial Data Abstraction Library
 python-gdal - Python bindings to the Geospatial Data Abstraction Library
 python3-gdal - Python 3 bindings to the Geospatial Data Abstraction Library
Closes: 817146
Changes:
 gdal (2.0.2+dfsg-3) unstable; urgency=medium
 .
   * Add patch to fix segfault when exiting with proper closing of datasource.
 (closes: #817146)
   * Add patch for 'message' typo.
Checksums-Sha1:
 85f4d40a39ecb45c6061710275692db6167705bd 3162 gdal_2.0.2+dfsg-3.dsc
 1b921eaaeb4801212a5f5c5485037cba9aef1f4a 160632 gdal_2.0.2+dfsg-3.debian.tar.xz
 ca9f2cc22cc2d34295bdad84d472333a88d11352 898800 
gdal-bin-dbgsym_2.0.2+dfsg-3_amd64.deb
 ae33109b579c4a4d003926142677ce407c4b4ca2 405298 gdal-bin_2.0.2+dfsg-3_amd64.deb
 84c231c2e5da1855e56f6ac17c33565ee53fcfed 5188562 
libgdal-dev_2.0.2+dfsg-3_amd64.deb
 59ce9b32e9186a23c6d1f6218f7f3d3727f0024b 1849124 
libgdal-doc_2.0.2+dfsg-3_all.deb
 f997e61836ef19a51b88b6bd292f2539b169d1fe 614116 
libgdal-java-dbgsym_2.0.2+dfsg-3_amd64.deb
 67d9022ad769ca095b6de012c3452bb3efd5afa8 371486 
libgdal-java_2.0.2+dfsg-3_amd64.deb
 39de6b83a8014718a63fe070fc779e359ff1c28f 924494 
libgdal-perl-dbgsym_2.0.2+dfsg-3_amd64.deb
 0ce2447477091c39a6c5f5d2ee2977ae9e2209ae 425318 
libgdal-perl_2.0.2+dfsg-3_amd64.deb
 d2d972209e9efe9abc3657b370953e8253f6b5a3 23718400 
libgdal20-dbgsym_2.0.2+dfsg-3_amd64.deb
 008ef4580520a8476440de41fd9031375cba6502 4474654 
libgdal20_2.0.2+dfsg-3_amd64.deb
 dd3b9ca8f3cf8a86741b1315abdb6bdd82244adb 854682 
python-gdal-dbgsym_2.0.2+dfsg-3_amd64.deb
 2810eae1d1ad867bebf03ea0bbb42a5362d78b22 627834 
python-gdal_2.0.2+dfsg-3_amd64.deb
 0bf74890f0b09c78bd53d3960a214f1872b38345 863252 
python3-gdal-dbgsym_2.0.2+dfsg-3_amd64.deb
 67438207ee991c4334983d3e03187c5c70618728 444612 
python3-gdal_2.0.2+dfsg-3_amd64.deb
Checksums-Sha256:
 fac7ab7ca6562f95a9ba5ff5ddce24779c551f425170e425b6c0bc048b433e75 3162 
gdal_2.0.2+dfsg-3.dsc
 2a94bc5bacc734292701700df63d10dffc71a2327cdbddd7d66c6408e61277e1 160632 
gdal_2.0.2+dfsg-3.debian.tar.xz
 9c50570456128379cf77a5bace261b22ca9a708c67d02049a971f612f34413ee 898800 
gdal-bin-dbgsym_2.0.2+dfsg-3_amd64.deb
 ebb3a3f6e60f6fc466dc96a0580221de7f0b55a7bd2f1fbc41741512563d8111 405298 
gdal-bin_2.0.2+dfsg-3_amd64.deb
 2fb785a0a87e27258826a24282d6017cb8d4a82232e7cc9716abd45e097731cd 5188562 
libgdal-dev_2.0.2+dfsg-3_amd64.deb
 8b13ed38afbc2ac8c7345f70898502b4b0db29e38c3c293d90f96b1ddd8475a2 1849124 
libgdal-doc_2.0.2+dfsg-3_all.deb
 a973914fc54bc451d386c4dd4a8e67f3e99ea0c01cb28ad1eb9dde2045469ff5 614116 
libgdal-java-dbgsym_2.0.2+dfsg-3_amd64.deb
 419d9dfb762b1d70322b6a6457aecdcfaf81b1689766e7850c6c0dc6bb3f5a62 371486 
libgdal-java_2.0.2+dfsg-3_amd64.deb
 e80ed0c1f170ad0f24c2eab7bf5ffb20570df3d73466627b8cbb9769db57042d 924494 
libgdal-perl-dbgsym_2.0.2+dfsg-3_amd64.deb
 708cc5c0bf9d088471d95aa2f483456ca4ae459f0249ce83a303452a0e823c47 425318 
libgdal-perl_2.0.2+dfsg-3_amd64.deb
 ac7f7e7a65e8aa34d62313b7f1524ee98fb4d7e8eaea6cc9bfde40b1075cf36d 23718400 
libgdal20-dbgsym_2.0.2+dfsg-3_amd64.deb
 d31610863da7f26b39145b7321b3f67708904b4b387afec07919626360411796 4474654 
libgdal20_2.0.2+dfsg-3_amd64.deb
 3e17666e5476df33b9a3e15f8f8af6703b569d0e0f462577a64dd66cb0f5506d 854682 
python-gdal-dbgsym_2.0.2+dfsg-3_amd64.deb
 f9dfdabbff14fe7c96d848fcaa52f0e49e20e4abee5dcc9e25c2cdb1a8487a8a 627834 
python-gdal_2.0.2+dfsg-3_amd64.deb
 36261808eec126e7c2394c1e3f885b5f042aaf6811ec5a7b1a67bd5c2830abf3 863252 
python3-gdal-dbgsym_2.0.2+dfsg-3_amd64.deb
 42e6df849ffe3207a2fead65bd81167c0636680d48afdb994b858649cfcececf 444612 
python3-gdal_2.0.2+dfsg-3_amd64.deb
Files:
 18d8f5f612722c4cd168769f2816a260 3162 science optional gdal_2.0.2+dfsg-3.dsc
 1afa3f9ccc8227c6e176329b858799b4 160632 science optional 
gdal_2.0.2+dfsg-3.debian.tar.xz
 47eef1808c54c1ccb631a8210c45a061 898800 debug extra 
gdal-bin-dbgsym_2.0.2+dfsg-3_amd64.deb
 71efa0a74cc946340f555d7a5d401ae7 405298 science optional 
gdal-bin_2.0.2+dfsg-3_amd64.deb
 47a17d17d9a8c95069774c548dc0d391 5188562 libdevel optional 
libgdal-dev_2.0.2+dfsg-3_amd64.deb
 ec672c39679e6c25e79eb3f442923d9d 1849124 doc optional 
libgdal-doc_2.0.2+dfsg-3_all.deb
 bc283ea0a4aea64375f741115316380d 614116 debug extra 
libgdal-java-dbgsym_2.0.2+dfsg-3_amd64.deb
 ce5bad3ff12d

osm2pgsql_0.90.0+ds-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports

2016-03-08 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 09 Mar 2016 00:42:07 +0100
Source: osm2pgsql
Binary: osm2pgsql
Architecture: source amd64
Version: 0.90.0+ds-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 osm2pgsql  - OpenStreetMap data to PostgreSQL converter
Changes:
 osm2pgsql (0.90.0+ds-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 osm2pgsql (0.90.0+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop clean file, protobuf files no longer (re)generated.
   * Move from experimental to unstable.
 .
 osm2pgsql (0.90.0~rc1+ds-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * Update Vcs-Git URL to use HTTPS.
   * Update Homepage & Donation URLs to use HTTPS.
   * Switch to CMake buildsystem.
   * Update build dependencies:
 - Drop libboost-thread-dev, libxml2-dev & protobuf dependencies
 - Add libexpat1-dev & libosmium2-dev
   * Repack upstream tarball to exclude embedded copy of libosmium.
   * Update copyright file, changes:
 - Drop license & copyright for geos-fallback, no longer included
 - Drop © character from copyright statements
   * Bump Standards-Version to 3.9.7, no changes.
   * Override dh_install to use --list-missing.
Checksums-Sha1:
 e301437d8da59ce5be61d8b91eff990b25f09def 2338 osm2pgsql_0.90.0+ds-1~bpo8+1.dsc
 803b1aee5300546ab1e9955e76c1a832ec384c4d 7064 
osm2pgsql_0.90.0+ds-1~bpo8+1.debian.tar.xz
 44d4e066ea7b1e2c14cab5f810e19ad6cb36b79e 351110 
osm2pgsql_0.90.0+ds-1~bpo8+1_amd64.deb
Checksums-Sha256:
 49adc972cc0b5c4af2dd8a20cb53d3b50628f03e945aecf372c485aa2a6ec4c2 2338 
osm2pgsql_0.90.0+ds-1~bpo8+1.dsc
 1759d9d3f95df9e996067a133d06574b559c272c1364916946363da30a1b2b91 7064 
osm2pgsql_0.90.0+ds-1~bpo8+1.debian.tar.xz
 3bd903ded7fd386e40ee35cbc1efd1cb567630032b9491e325c8ce5c74ea2f26 351110 
osm2pgsql_0.90.0+ds-1~bpo8+1_amd64.deb
Files:
 9f3afbd5b8453f4323d0883ad2c47c31 2338 utils optional 
osm2pgsql_0.90.0+ds-1~bpo8+1.dsc
 9e0dd627b5f1b6c2d9447d39328f671f 7064 utils optional 
osm2pgsql_0.90.0+ds-1~bpo8+1.debian.tar.xz
 ae8111facc95f10d8ea795b73a1ee213 351110 utils optional 
osm2pgsql_0.90.0+ds-1~bpo8+1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJW32ZKAAoJEGdQ8QrojUrxKfoQAJ/bmlsWiKcB6oxBRoLghPN1
RXYVcsGNbxBJG05eIHQNPPdV0Zph98TZ+H4bQMcHyQXWjuC6+DtTt3G1EjnQJOUd
HIcaCRgS5OX8H4sMehOk9G7NBVJIdz5+aNPZuP2d/fpWB50ohYXKVrynGGCxwfjM
oG9Db7001OyG2e5i87uAPqimnUqD3zRdeHkPI/a2pTONa0rVJLlU6ur9hlaFCzFS
z8QUoXYS/rgDwzjaaNsC4ae7eIlaC1hOa0y3UwqPNsCqU1KMhM3bP3fATELpJsSC
0UzUETc5WkEM+9g//vTcLtnBaIynKclQEXCkOLnydGebjqABImLPWpz1yvGJUgZB
3WI3PA8QRBq2a6U14WvyG3zUtid/wrFp/P5X+HDvhL98dQqHvVuI8yCneB+ljIvA
bjw8t+oAl/GHi8F3B6Ybhkkdi2whpO13YEJv5QlJYE8SAJGihBGa4Ru1zYyGZxWd
S12/SatA25SHBgMC+ucFi+fZMk5AhvAVTtBoEisA0aM2Aa0/i6ljdOz8rIf8mLBq
fKzFm2q00OjIk/95pAKt/ml56fGFFqs7ioq2BiBRYuUcTOMcLk+Unkf0G9pcsD02
J1j2ge9gZyzbJjbP6NezIfiVUGJixRWShJBM8N1jSunMO1cCKYG4Jphdd7E3izId
6MyJnDIh8A2uT8QWMf7G
=FhKj
-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#817146: marked as done (gdal-bin: ogr2ogr segfault)

2016-03-08 Thread Debian Bug Tracking System
Your message dated Wed, 09 Mar 2016 00:21:27 +
with message-id 
and subject line Bug#817146: fixed in gdal 2.0.2+dfsg-3
has caused the Debian Bug report #817146,
regarding gdal-bin: ogr2ogr segfault
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.)


-- 
817146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gdal-bin
Version: 2.0.2+dfsg-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

   * What led up to the situation?

Running an ogr2ogr command that had been working until the most recent update 
in testing:

ogr2ogr -a_srs WGS84 -f GeoJSON -where "ID=098530" -nln "098530" p098530.json 
argos.xml

   * What was the outcome of this action?

Segfault and error message.
In /var/log/syslog:

kernel: [1918421.641659] ogr2ogr[11691]: segfault at ceb3f0 ip 00ceb3f0 
sp 7fffbd837758 error 15

At command line:

ERROR 1: Type mismatch or improper type of arguments to = operator.
FAILURE: SetAttributeFilter(ID=098530) on layer 'argos_trip' failed.
Segmentation fault


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gdal-bin depends on:
ii  libc6   2.21-9
ii  libgcc1 1:5.3.1-10
ii  libgdal20 [gdal-abi-2-0-2]  2.0.2+dfsg-2
ii  libstdc++6  5.3.1-10

gdal-bin recommends no packages.

Versions of packages gdal-bin suggests:
ii  python-gdal  2.0.2+dfsg-2

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: gdal
Source-Version: 2.0.2+dfsg-3

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

Debian distribution maintenance software
pp.
Bas Couwenberg  (supplier of updated gdal 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: Tue, 08 Mar 2016 23:59:36 +0100
Source: gdal
Binary: libgdal20 libgdal-dev libgdal-doc gdal-bin python-gdal python3-gdal 
libgdal-perl libgdal-java
Architecture: source amd64 all
Version: 2.0.2+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 gdal-bin   - Geospatial Data Abstraction Library - Utility programs
 libgdal-dev - Geospatial Data Abstraction Library - Development files
 libgdal-doc - Documentation for the Geospatial Data Abstraction Library
 libgdal-java - Java bindings to the Geospatial Data Abstraction Library
 libgdal-perl - Perl bindings to the Geospatial Data Abstraction Library
 libgdal20  - Geospatial Data Abstraction Library
 python-gdal - Python bindings to the Geospatial Data Abstraction Library
 python3-gdal - Python 3 bindings to the Geospatial Data Abstraction Library
Closes: 817146
Changes:
 gdal (2.0.2+dfsg-3) unstable; urgency=medium
 .
   * Add patch to fix segfault when exiting with proper closing of datasource.
 (closes: #817146)
   * Add patch for 'message' typo.
Checksums-Sha1:
 85f4d40a39ecb45c6061710275692db6167705bd 3162 gdal_2.0.2+dfsg-3.dsc
 1b921eaaeb4801212a5f5c5485037cba9aef1f4a 160632 gdal_2.0.2+dfsg-3.debian.tar.xz
 ca9f2cc22cc2d34295bdad84d472333a88d11352 898800 
gdal-bin-dbgsym_2.0.2+dfsg-3_amd64.deb
 ae33109b579c4a4d003926142677ce407c4b4ca2 405298 gdal-bin_2.0.2+dfsg-3_amd64.deb
 84c231c2e5da1855e56f6ac17c33565ee53fcfed 5188562 
libgdal-dev_2.0.2+dfsg-3_amd64.deb
 59ce9b32e9186a23c6d1f6218f7f3d3727f0024b 1849124 
libgdal-doc_2.0.2+dfsg-3_all.deb
 f997e61836ef19a51b88b6bd292f2539b169d1fe 614116 
libgdal-java-dbgsym_2.0.2+dfsg-3_amd64.deb
 67d9022ad769ca095b6de012c3452bb3efd5afa8 371486 
libgdal-java_2.0.2+dfsg-3_amd64.deb
 39de6b83a8014718a63fe070fc779e359ff1c28f 924494 
libgdal-perl-dbgsym_2.0.2+dfsg-3_amd64.deb
 0ce2447477091c39a6c5f5d2ee2977ae9e2209ae 425318 
libgdal-perl_2.0.2+dfsg-3_amd64.deb
 d2d9722