[libosmium] 04/07: Drop patches, applied upstream.

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

sebastic pushed a commit to branch master
in repository libosmium.

commit d547cad0876d8e7369da46dbaaf1f7df2ead1741
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 12:14:17 2015 +0200

Drop patches, applied upstream.
---
 debian/changelog  |  1 +
 debian/patches/big-endian-crc.patch   | 56 ---
 debian/patches/protozero-byte-order.patch | 18 --
 debian/patches/series |  2 --
 4 files changed, 1 insertion(+), 76 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5cb8a12..5c23e8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libosmium (2.4.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop patches, applied upstream.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 12:12:36 +0200
 
diff --git a/debian/patches/big-endian-crc.patch 
b/debian/patches/big-endian-crc.patch
deleted file mode 100644
index ddb657b..000
--- a/debian/patches/big-endian-crc.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-Description: Disable tests that fail on big endian due to crc mismatches.
-Author: Bas Couwenberg sebas...@debian.org
-Bug: https://github.com/osmcode/libosmium/issues/112
-Forwarded: https://github.com/osmcode/libosmium/pull/113
-
 a/test/t/basic/test_node.cpp
-+++ b/test/t/basic/test_node.cpp
-@@ -7,6 +7,8 @@
- 
- #include helper.hpp
- 
-+#if __BYTE_ORDER == __LITTLE_ENDIAN
-+
- TEST_CASE(Basic_Node) {
- 
- osmium::CRCboost::crc_32_type crc32;
-@@ -123,3 +125,5 @@ SECTION(tags) {
- 
- 
- }
-+
-+#endif
 a/test/t/basic/test_relation.cpp
-+++ b/test/t/basic/test_relation.cpp
-@@ -7,6 +7,8 @@
- 
- #include helper.hpp
- 
-+#if __BYTE_ORDER == __LITTLE_ENDIAN
-+
- TEST_CASE(Build relation) {
- 
- osmium::CRCboost::crc_32_type crc32;
-@@ -63,3 +65,5 @@ TEST_CASE(Build relation) {
- crc32.update(relation);
- REQUIRE(crc32().checksum() == 0xebcd836d);
- }
-+
-+#endif
 a/test/t/basic/test_way.cpp
-+++ b/test/t/basic/test_way.cpp
-@@ -8,6 +8,8 @@
- 
- #include helper.hpp
- 
-+#if __BYTE_ORDER == __LITTLE_ENDIAN
-+
- TEST_CASE(Build way) {
- 
- osmium::CRCboost::crc_32_type crc32;
-@@ -88,3 +90,5 @@ SECTION(way_builder_with_helpers) {
- }
- 
- }
-+
-+#endif
diff --git a/debian/patches/protozero-byte-order.patch 
b/debian/patches/protozero-byte-order.patch
deleted file mode 100644
index 2fe7943..000
--- a/debian/patches/protozero-byte-order.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Remove leftover check for little endian.
- Fixes FTBFS on big endian architectures.
-Author: Jochen Topf joc...@topf.org
-Origin: 
https://github.com/mapbox/protozero/commit/4bd612677dd53d2a4752332a53db8eb87aed67a4
-
 a/include/protozero/varint.hpp
-+++ b/include/protozero/varint.hpp
-@@ -16,10 +16,6 @@ documentation.
-  * @brief Contains low-level varint and zigzag encoding and decoding 
functions.
-  */
- 
--#if __BYTE_ORDER != __LITTLE_ENDIAN
--# error This code only works on little endian machines.
--#endif
--
- #include cstdint
- 
- #include protozero/exception.hpp
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2dbefb9..000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-protozero-byte-order.patch
-big-endian-crc.patch

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


[libosmium] 03/07: New upstream release.

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

sebastic pushed a commit to branch master
in repository libosmium.

commit 39beb6a6e80365a690a2c7fbabfa08fe4cb5405b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 12:12:39 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 9152a15..5cb8a12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmium (2.4.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 12:12:36 +0200
+
 libosmium (2.3.0-3) unstable; urgency=medium
 
   * Add patch to fix test failues on big endian architectures.

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


[libosmium] branch master updated (0f5ff70 - 33491dd)

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

sebastic pushed a change to branch master
in repository libosmium.

  from  0f5ff70   Set distribution to unstable.
   new  93fff14   Imported Upstream version 2.4.0
   new  22b0df8   Merge tag 'upstream/2.4.0'
   new  39beb6a   New upstream release.
   new  d547cad   Drop patches, applied upstream.
   new  3187d4e   Update Vcs-Browser URL to use HTTPS.
   new  a2a756e   Update watch file to use lowercase RC in uversionmangle.
   new  33491dd   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:
 CHANGELOG.md |  34 ++-
 CMakeLists.txt   |  28 +-
 appveyor.yml |  31 +--
 cmake/FindOsmium.cmake   |  69 ++---
 debian/changelog |   9 +
 debian/control   |   2 +-
 debian/patches/big-endian-crc.patch  |  56 
 debian/patches/protozero-byte-order.patch|  18 --
 debian/patches/series|   2 -
 debian/watch |   2 +-
 examples/CMakeLists.txt  |  26 +-
 examples/osmium_toogr.cpp| 244 -
 examples/osmium_toogr2.cpp   | 331 ---
 examples/osmium_toogr2_exp.cpp   | 305 -
 include/gdalcpp.hpp  | 302 +
 include/osmium/area/problem_reporter_ogr.hpp | 130 ++---
 include/osmium/builder/osm_object_builder.hpp|  67 ++---
 include/osmium/geom/factory.hpp  |   1 +
 include/osmium/geom/ogr.hpp  |  30 +-
 include/osmium/geom/tile.hpp |   4 +-
 include/osmium/io/detail/debug_output_format.hpp |   4 +-
 include/osmium/io/detail/input_format.hpp|  11 +-
 include/osmium/io/detail/output_format.hpp   |   4 +-
 include/osmium/io/detail/pbf_decoder.hpp |  29 +-
 include/osmium/io/detail/pbf_output_format.hpp   |  32 ++-
 include/osmium/io/detail/read_write.hpp  |   3 +
 include/osmium/io/detail/string_table.hpp|  28 +-
 include/osmium/io/file.hpp   |   3 +-
 include/osmium/io/reader.hpp |   6 +-
 include/osmium/io/writer.hpp |   2 +-
 include/osmium/osm/crc.hpp   |  36 +--
 include/osmium/osm/types.hpp |   3 +
 include/osmium/util/delta.hpp|   8 +-
 include/osmium/util/memory_mapping.hpp   |   7 +
 include/protozero/varint.hpp |   4 -
 include/protozero/version.hpp|  22 ++
 scripts/travis_script.sh |   7 +
 test/data-tests/testdata-multipolygon.cpp| 171 +++-
 test/data-tests/testdata-overview.cpp| 154 ++-
 test/t/basic/test_crc.cpp|  21 ++
 test/t/basic/test_relation.cpp   |  11 +
 test/t/tags/test_tag_list.cpp|  11 +
 42 files changed, 702 insertions(+), 1566 deletions(-)
 delete mode 100644 debian/patches/big-endian-crc.patch
 delete mode 100644 debian/patches/protozero-byte-order.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 examples/osmium_toogr.cpp
 delete mode 100644 examples/osmium_toogr2.cpp
 delete mode 100644 examples/osmium_toogr2_exp.cpp
 create mode 100644 include/gdalcpp.hpp
 create mode 100644 include/protozero/version.hpp

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


[libosmium] 01/01: pristine-tar data for libosmium_2.4.0.orig.tar.gz

2015-08-29 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 libosmium.

commit 492edcfa862d81f9a885d6a4967dc03ab6242fdd
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 12:04:58 2015 +0200

pristine-tar data for libosmium_2.4.0.orig.tar.gz
---
 libosmium_2.4.0.orig.tar.gz.delta | Bin 0 - 11877 bytes
 libosmium_2.4.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libosmium_2.4.0.orig.tar.gz.delta 
b/libosmium_2.4.0.orig.tar.gz.delta
new file mode 100644
index 000..3043dc5
Binary files /dev/null and b/libosmium_2.4.0.orig.tar.gz.delta differ
diff --git a/libosmium_2.4.0.orig.tar.gz.id b/libosmium_2.4.0.orig.tar.gz.id
new file mode 100644
index 000..416bca0
--- /dev/null
+++ b/libosmium_2.4.0.orig.tar.gz.id
@@ -0,0 +1 @@
+f62ad46c5a992535a47e032c248284bb7c4fcbf0

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


[libosmium] 05/07: Update Vcs-Browser URL to use HTTPS.

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

sebastic pushed a commit to branch master
in repository libosmium.

commit 3187d4ebe391ce251e79dc51ff3b8935adda8555
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 13:02:20 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 5c23e8c..67518e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libosmium (2.4.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Drop patches, applied upstream.
+  * Update Vcs-Browser URL to use HTTPS.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 12:12:36 +0200
 
diff --git a/debian/control b/debian/control
index c7b632a..b08ad8a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (= 9),
libutfcpp-dev,
zlib1g-dev
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/libosmium.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libosmium.git/
 Vcs-Git: git://anonscm.debian.org/pkg-grass/libosmium.git
 Homepage: http://osmcode.org/libosmium/
 

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


[libosmium] 06/07: Update watch file to use lowercase RC in uversionmangle.

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

sebastic pushed a commit to branch master
in repository libosmium.

commit a2a756e85d1c929aa6c1855a6c6dc040dc7c253c
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 13:04:30 2015 +0200

Update watch file to use lowercase RC in uversionmangle.
---
 debian/changelog | 1 +
 debian/watch | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 67518e8..50df0f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libosmium (2.4.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Drop patches, applied upstream.
   * Update Vcs-Browser URL to use HTTPS.
+  * Update watch file to use lowercase RC in uversionmangle.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 12:12:36 +0200
 
diff --git a/debian/watch b/debian/watch
index 659e579..4bccfd3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,7 +1,7 @@
 version=3
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\
 
filenamemangle=s/(?:.*)?v(\d[\d\.]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/libosmium-$1.$2/
 \
 https://github.com/osmcode/libosmium/releases \
 
(?:.*/)?(?:rel|v|libosmium)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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

2015-08-29 Thread Debian FTP Masters
grass_7.0.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  grass_7.0.1-2.dsc
  grass_7.0.1-2.debian.tar.xz
  grass-core_7.0.1-2_amd64.deb
  grass-dev-doc_7.0.1-2_all.deb
  grass-dev_7.0.1-2_amd64.deb
  grass-doc_7.0.1-2_all.deb
  grass-gui_7.0.1-2_amd64.deb
  grass_7.0.1-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


mapserver_7.0.0-4_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 14:20:22 +0200
Source: mapserver
Binary: libmapserver2 libmapserver-dbg libmapserver-dev cgi-mapserver 
mapserver-bin mapserver-doc php5-mapscript libmapscript-perl python-mapscript 
ruby-mapscript libmapscript-java
Architecture: source amd64 all
Version: 7.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 cgi-mapserver - CGI executable for MapServer
 libmapscript-java - Java library for MapServer
 libmapscript-perl - Perl MapServer module
 libmapserver-dbg - Debugging symbols for libmapserver
 libmapserver-dev - Shared library development files for MapServer
 libmapserver2 - Shared library for MapServer
 mapserver-bin - MapServer utilities
 mapserver-doc - documentation for MapServer
 php5-mapscript - php5-cgi module for MapServer
 python-mapscript - Python library for MapServer
 ruby-mapscript - MapServer library for Ruby
Changes:
 mapserver (7.0.0-4) unstable; urgency=medium
 .
   * Update symbols for ppc64.
   * Rebuild for geos transition.
Checksums-Sha1:
 efa7ba19cd3126bc96cbc4c7c66832c9883c0edd 3259 mapserver_7.0.0-4.dsc
 51ef0db344b47fdd500738519a58685f82c54270 48292 mapserver_7.0.0-4.debian.tar.xz
 58f66495e8c9436833058d5009573baaf658df51 80668 cgi-mapserver_7.0.0-4_amd64.deb
 631f740ae5f9f43697f36a4ba593f41769d5b373 405126 
libmapscript-java_7.0.0-4_amd64.deb
 72fd6c6604ec6ffa3c09007135e2ac4d863c 277924 
libmapscript-perl_7.0.0-4_amd64.deb
 0713e58820046b37a2db867b4c9d27769888b090 5840616 
libmapserver-dbg_7.0.0-4_amd64.deb
 8de54ae686f1585ebceefb0835e320ec026f46dc 449592 
libmapserver-dev_7.0.0-4_amd64.deb
 38b4d8b726398bb9565e2e61b6f1350ac84ebe56 1072024 
libmapserver2_7.0.0-4_amd64.deb
 0a54c986f89326a3ab3670592fb0b288105538bd 107252 mapserver-bin_7.0.0-4_amd64.deb
 5037536b6943636fd8cdb74fbfb703b262ae94fa 90234 mapserver-doc_7.0.0-4_all.deb
 e8511879ea38df402ee936cf333dbd955033edbb 167190 
php5-mapscript_7.0.0-4_amd64.deb
 c1f7b97a662b3580d9b0c08a1a91ff889e1ca183 211626 
python-mapscript_7.0.0-4_amd64.deb
 8a1eb2a354cedc30e363aeced35ddbe035406231 232578 
ruby-mapscript_7.0.0-4_amd64.deb
Checksums-Sha256:
 54d6fbec45cfa6b8678cb7fbf2f5aa4e315668e6d9672c9a94f9bbfd003a92df 3259 
mapserver_7.0.0-4.dsc
 964b65ea3c7bcac05a0c781323dad33609d53a6a9e03054f9fdf0d03187f6c1a 48292 
mapserver_7.0.0-4.debian.tar.xz
 514688a7d05c52486f1d4f5f172daac8c17075415f4c289c7ce17e06c0bf2e7f 80668 
cgi-mapserver_7.0.0-4_amd64.deb
 65ba0d362cd921617d0788479e35664e2315cbad08655215a55332b2fe1c737d 405126 
libmapscript-java_7.0.0-4_amd64.deb
 fe7fcf85f2a1a7cd9092643a86b7a266a8c085659fcb2a4268eaf9dc06ce8ba2 277924 
libmapscript-perl_7.0.0-4_amd64.deb
 4537925521623dd9a396916a7822209c940297f41b5f571defbd8c112bbc609c 5840616 
libmapserver-dbg_7.0.0-4_amd64.deb
 e9b3eae9bb8e6b88522a0af549d9e236356e3a7a21a15e9cdf4e57a1d167fcf3 449592 
libmapserver-dev_7.0.0-4_amd64.deb
 9bc9b4c25a0b7b17d5321e35dd342c1ce3399182a8d9f5c27e835798cdc024ab 1072024 
libmapserver2_7.0.0-4_amd64.deb
 c962685af670977621e1797c0e06b12f8fbdea6a5374a7892553a37f305287ce 107252 
mapserver-bin_7.0.0-4_amd64.deb
 9d6d21957a297881d4cb5dc6911005140e6348e0be53e7c4e07f91243136828f 90234 
mapserver-doc_7.0.0-4_all.deb
 c1d42b79ce7d08a28db6de5a08a7ab8f8a5369d71d2152fae80f208641aa0174 167190 
php5-mapscript_7.0.0-4_amd64.deb
 9260482195bcfa9a9b8177539aab61054f2fa5524f9a815003c00263aa9f545a 211626 
python-mapscript_7.0.0-4_amd64.deb
 b08698c69fd3810a0292ba7181cdb63177463cb5a8fcc5891affe1741ed8d99a 232578 
ruby-mapscript_7.0.0-4_amd64.deb
Files:
 29cb6d6934643366e3a64471824057be 3259 devel optional mapserver_7.0.0-4.dsc
 f57c344f4c2003b14fb96c1ff9403eeb 48292 devel optional 
mapserver_7.0.0-4.debian.tar.xz
 f8e602141a4caab6ce16e86390907d8f 80668 web optional 
cgi-mapserver_7.0.0-4_amd64.deb
 d7fb0f6c155e2c98b7f2726d3bf7f587 405126 java optional 
libmapscript-java_7.0.0-4_amd64.deb
 ec96849e1eecb472ec7f4ebc8a3d4125 277924 perl optional 
libmapscript-perl_7.0.0-4_amd64.deb
 21693441101104133b77b470c117a77a 5840616 debug extra 
libmapserver-dbg_7.0.0-4_amd64.deb
 aab05b3026d9ddaa137a427be6d0c642 449592 libdevel optional 
libmapserver-dev_7.0.0-4_amd64.deb
 e848242dc5a101f2f51328567eb7a89d 1072024 libs optional 
libmapserver2_7.0.0-4_amd64.deb
 fffbc55e153a98f722c4acc4e2777aef 107252 misc optional 
mapserver-bin_7.0.0-4_amd64.deb
 2144e275e3d20a90ac5a32deffa1b8b4 90234 doc optional 
mapserver-doc_7.0.0-4_all.deb
 9141edf365e812201ab9bd6e3db28698 167190 php optional 
php5-mapscript_7.0.0-4_amd64.deb
 8355280e4f4dca19d1ebec5fe74af5c5 211626 python optional 
python-mapscript_7.0.0-4_amd64.deb
 6f014a973f5c6d07080f8857dc7c218c 232578 ruby optional 
ruby-mapscript_7.0.0-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV4agGAAoJEGdQ8QrojUrx0LAP/0Bp6J9RhSye3vTHzEAbtkc0

Processing of pyspatialite_3.0.1-10_amd64.changes

2015-08-29 Thread Debian FTP Masters
pyspatialite_3.0.1-10_amd64.changes uploaded successfully to localhost
along with the files:
  pyspatialite_3.0.1-10.dsc
  pyspatialite_3.0.1-10.debian.tar.xz
  python-pyspatialite_3.0.1-10_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


pyspatialite_3.0.1-10_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 15:22:27 +0200
Source: pyspatialite
Binary: python-pyspatialite
Architecture: source amd64
Version: 3.0.1-10
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 python-pyspatialite - Python interface to Spatialite
Changes:
 pyspatialite (3.0.1-10) unstable; urgency=medium
 .
   * Update Vcs-Browser URL to use HTTPS.
   * Drop © character from copyright statements.
   * Improve upstream release matching in watch file.
   * Use debian/* instead of absolute path in rules file.
   * Rebuild for geos transition.
Checksums-Sha1:
 770c18d1b57a2cf364197cc593283e8fef009905 2089 pyspatialite_3.0.1-10.dsc
 74a8db06cb6ee8fd554c8eaa384a098198230b5f 4752 
pyspatialite_3.0.1-10.debian.tar.xz
 b7583970e43f96a0c28b4c9765667a64ddd1cc11 30124 
python-pyspatialite_3.0.1-10_amd64.deb
Checksums-Sha256:
 eb176e8b7cee9bc72427950fade2841721cd9698678c65be914b5fe744365c1e 2089 
pyspatialite_3.0.1-10.dsc
 4a9ca8ee28f4c55189454df68aa347fc3f46cc5d991cdb2888c530768853ff62 4752 
pyspatialite_3.0.1-10.debian.tar.xz
 9f7149dcdfe4390d8895cb5aba9d48f95482b839cda81dd8ed45f17256484e0b 30124 
python-pyspatialite_3.0.1-10_amd64.deb
Files:
 3bfdf4a2ad1d02bab5e6f7d47da4fe9b 2089 python optional pyspatialite_3.0.1-10.dsc
 39ede200cd591355871eb88ccb722936 4752 python optional 
pyspatialite_3.0.1-10.debian.tar.xz
 fa1f17adbaa9eac9535edfa09a0fdc8d 30124 python optional 
python-pyspatialite_3.0.1-10_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV4bUjAAoJEGdQ8QrojUrxg4sP/3z+r/lz7+5eOzD0UeYW70FL
utG6VlvEhBJt7PzWoIwBKFQC4jfGhFsy/UYmmy2ucsfWla9qHg8h2PEPKVJPRh8n
dQ7oGgtayOTbek0Zy3VZaFFN7PfW1s9bcUZhJBxQRxMd0vkO9+JADdqulhrpetmI
jhags2F45OPKas5v48pKcXGC071f989HMkg7W4WLIJj9p43QPhu9EkrvvGXmBqeH
JYFbvr8oGGlK6BIeloiAKJK6khLpMSRHmFav0VjbjkhsCpSdxdNwej8mTVLgeGYV
RTIsCV/N2I1MI3NuM8RxztTT0XDNpa/gC5VfClR+1dNkJYOEunUO/y9TUyHC7oHu
Zelue4ZiS4/0+hmxqnPBc1AAtwOGX8S10KqJ26dwPDyqO8pYp5l1vrDxK/VpfnGI
jS+OqD7Qr1JPnJVEnlmvaowS41hcFcwJE5RbKT0s11DiFkUiquqGkftZrb0AErXj
cPU3JjDOGbQvM9S7R6/C1TCDmKNRVIReSGC5qLfJUYXLRe/MUKgcBLrEFnWdsc8E
1cV3N0TlnjgH9W5RILSThcf4Vokrf8Tc3K+76F2mZAh45JCTX29sAEk1AFM1lOWf
Y8iCWTFSqIRKCD37PtwqNbb3ZkPbIokIjrxeITc/Pd4G+hHQqpxWn6nDXLFs8mmZ
owohDDZfeE18dQGiLAGL
=B2/2
-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

Re: [ruby-netcdf] 01/01: Update debian/changelog

2015-08-29 Thread Youhei SASAKI
Hi, 

On Fri, 28 Aug 2015 19:01:37 +0900,
Sebastiaan Couwenberg sebas...@xs4all.nl wrote:
 
 On 28-08-15 11:53, Youhei SASAKI wrote:
  +ruby-netcdf (0.7.1.1-4) unstable; urgency=medium
  +
  +  * Add lintian overrides for wheezy backports
  +
  + -- Youhei SASAKI uwab...@gfd-dennou.org  Thu, 27 Aug 2015 19:54:31 +0900
 
 Why do you add lintian overrides for wheezy-backports to the package for
 unstable?
 
 The lintian overrides are only relevant for wheezy-backports so those
 changes should live in a separate wheezy-backports branch, and not
 included in the package in unstable. A change like this should be fine
 under the Backports guidelines.

Oh, your light. Thanks for your mention.
I'll fix and create {wheezy,jessie}-backports branch.

Best Wishes,
Youhei

---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@debian.or.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07

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


[osgearth] branch master updated (5bf868f - f85764f)

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

sebastic pushed a change to branch master
in repository osgearth.

  from  5bf868f   Set distribution to experimental.
   new  f85764f   Merge changes from unstable.

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


Summary of changes:
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

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


[osgearth] 01/01: Merge changes from unstable.

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

sebastic pushed a commit to branch master
in repository osgearth.

commit f85764fc1e48124d900561ece96f2dae02d188b3
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 12:07:00 2015 +0200

Merge changes from unstable.

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

diff --git a/debian/changelog b/debian/changelog
index 7011e73..3e72da0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -69,6 +69,13 @@ osgearth (2.6.0+dfsg-1~exp1) experimental; urgency=medium
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sun, 26 Oct 2014 16:44:11 +0100
 
+osgearth (2.5.0+dfsg-6) unstable; urgency=medium
+
+  * Update symbols for other architectures.
+  * Update Vcs-Browser URL to use HTTPS.
+
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 12:10:41 +0200
+
 osgearth (2.5.0+dfsg-5) unstable; urgency=medium
 
   * Use -DCMAKE_VERBOSE_MAKEFILE=1 instead of passing MAKE_VERBOSE.
diff --git a/debian/control b/debian/control
index a5359d2..215e94a 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends: debhelper (= 9),
docbook-xml,
xsltproc
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/osgearth.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/osgearth.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/osgearth.git
 Homepage: http://osgearth.org/
 

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


[libosmium] branch pristine-tar updated (4465f87 - 492edcf)

2015-08-29 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 libosmium.

  from  4465f87   pristine-tar data for libosmium_2.3.0.orig.tar.gz
   new  492edcf   pristine-tar data for libosmium_2.4.0.orig.tar.gz

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:
 libosmium_2.4.0.orig.tar.gz.delta | Bin 0 - 11877 bytes
 libosmium_2.4.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libosmium_2.4.0.orig.tar.gz.delta
 create mode 100644 libosmium_2.4.0.orig.tar.gz.id

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


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

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

sebastic pushed a commit to branch master
in repository libosmium.

commit 33491dd095e0e6192425226d593de128c038e8b4
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 13:04:46 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 50df0f9..f884711 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libosmium (2.4.0-1) UNRELEASED; urgency=medium
+libosmium (2.4.0-1) unstable; urgency=medium
 
   * New upstream release.
   * Drop patches, applied upstream.
   * Update Vcs-Browser URL to use HTTPS.
   * Update watch file to use lowercase RC in uversionmangle.
 
- -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 12:12:36 +0200
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 13:04:31 +0200
 
 libosmium (2.3.0-3) unstable; urgency=medium
 

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


[libosmium] branch upstream updated (07ba40b - 93fff14)

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

sebastic pushed a change to branch upstream
in repository libosmium.

  from  07ba40b   Imported Upstream version 2.3.0
   new  93fff14   Imported Upstream version 2.4.0

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:
 CHANGELOG.md |  34 ++-
 CMakeLists.txt   |  28 +-
 appveyor.yml |  31 +--
 cmake/FindOsmium.cmake   |  69 ++---
 examples/CMakeLists.txt  |  26 +-
 examples/osmium_toogr.cpp| 244 -
 examples/osmium_toogr2.cpp   | 331 ---
 examples/osmium_toogr2_exp.cpp   | 305 -
 include/gdalcpp.hpp  | 302 +
 include/osmium/area/problem_reporter_ogr.hpp | 130 ++---
 include/osmium/builder/osm_object_builder.hpp|  67 ++---
 include/osmium/geom/factory.hpp  |   1 +
 include/osmium/geom/ogr.hpp  |  30 +-
 include/osmium/geom/tile.hpp |   4 +-
 include/osmium/io/detail/debug_output_format.hpp |   4 +-
 include/osmium/io/detail/input_format.hpp|  11 +-
 include/osmium/io/detail/output_format.hpp   |   4 +-
 include/osmium/io/detail/pbf_decoder.hpp |  29 +-
 include/osmium/io/detail/pbf_output_format.hpp   |  32 ++-
 include/osmium/io/detail/read_write.hpp  |   3 +
 include/osmium/io/detail/string_table.hpp|  28 +-
 include/osmium/io/file.hpp   |   3 +-
 include/osmium/io/reader.hpp |   6 +-
 include/osmium/io/writer.hpp |   2 +-
 include/osmium/osm/crc.hpp   |  36 +--
 include/osmium/osm/types.hpp |   3 +
 include/osmium/util/delta.hpp|   8 +-
 include/osmium/util/memory_mapping.hpp   |   7 +
 include/protozero/varint.hpp |   4 -
 include/protozero/version.hpp|  22 ++
 scripts/travis_script.sh |   7 +
 test/data-tests/testdata-multipolygon.cpp| 171 +++-
 test/data-tests/testdata-overview.cpp| 154 ++-
 test/t/basic/test_crc.cpp|  21 ++
 test/t/basic/test_relation.cpp   |  11 +
 test/t/tags/test_tag_list.cpp|  11 +
 36 files changed, 691 insertions(+), 1488 deletions(-)
 delete mode 100644 examples/osmium_toogr.cpp
 delete mode 100644 examples/osmium_toogr2.cpp
 delete mode 100644 examples/osmium_toogr2_exp.cpp
 create mode 100644 include/gdalcpp.hpp
 create mode 100644 include/protozero/version.hpp

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


[libosmium] tag debian/2.4.0-1 created (now 33491dd)

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

sebastic pushed a change to tag debian/2.4.0-1
in repository libosmium.

at  33491dd   (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/libosmium.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_7.0.1-2_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 13:28:25 +0200
Source: grass
Binary: grass grass-core grass-gui grass-doc grass-dev-doc grass-dev
Architecture: source amd64 all
Version: 7.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 grass  - Geographic Resources Analysis Support System (GRASS GIS)
 grass-core - GRASS GIS core components
 grass-dev  - GRASS GIS development files
 grass-dev-doc - GRASS GIS Programmers' Manual
 grass-doc  - GRASS GIS user documentation
 grass-gui  - GRASS GIS graphical user interfaces
Changes:
 grass (7.0.1-2) unstable; urgency=medium
 .
   * Update Vcs-Browser URL to use HTTPS.
   * Drop .0 from LGPL licese shortname in copyright file.
   * Drop obsolete TODO file.
   * Enable parallel builds.
Checksums-Sha1:
 6cae5f20026f4b6362860a51842d3c2dfb64b2b4 2734 grass_7.0.1-2.dsc
 ac7d44ab7437d0aa357b26da8e9f76f143b17684 29068 grass_7.0.1-2.debian.tar.xz
 c9a1c90c03d6707798a07b20170623f40e6299ba 7195780 grass-core_7.0.1-2_amd64.deb
 1ed1136b32fa248d1874d236f57910fc29e9060f 11887678 grass-dev-doc_7.0.1-2_all.deb
 79b9fa8d853e53ee05cf7e5ec3a1c0021604cf47 194528 grass-dev_7.0.1-2_amd64.deb
 6ed74cd9abf3a3888c9c65f4f15e658a81a95d5c 13145510 grass-doc_7.0.1-2_all.deb
 745491bc87bcd02b9a2384c5cdfd4a3130d7e13b 1930612 grass-gui_7.0.1-2_amd64.deb
 a712f8e20a2438e9e987882e5089fec8999c3dd3 17254 grass_7.0.1-2_all.deb
Checksums-Sha256:
 ee8e8cb5f691552d5ee186dd1a44dcd8528b55a5dfcbfe81508228ceea724f3b 2734 
grass_7.0.1-2.dsc
 bc1aedab2bc8dae15881a8e29cdb3f406b871729a62fe92b0a3ae9824836c1f4 29068 
grass_7.0.1-2.debian.tar.xz
 72bd9f2fe03d78af418dedf9445993c81a8b248adc84dd55fbb054fc3570c8b5 7195780 
grass-core_7.0.1-2_amd64.deb
 a03e9c7c907f806403436e8b0ad4d435b91cbe1504f7bbe25c015be5f0f452f9 11887678 
grass-dev-doc_7.0.1-2_all.deb
 730dcaac8d1133f63096f0df0b55f0a2975926cf8f7cc41dd0f92e7eecb38b55 194528 
grass-dev_7.0.1-2_amd64.deb
 96d613ccf00fed6a6e4e1c59c1fda9f7e984f06f95b317ab28ba4f63b7296d3c 13145510 
grass-doc_7.0.1-2_all.deb
 6ebb888aeaee6bab6f897f9f55bb718edfff7b60a6bc735b0e95d3cdc74d56be 1930612 
grass-gui_7.0.1-2_amd64.deb
 8f88faf118a284e84e817a1adc2ec3866558d0bd890287b25777468299514d3e 17254 
grass_7.0.1-2_all.deb
Files:
 b86651e58957260008b083d80e3e8358 2734 science optional grass_7.0.1-2.dsc
 1e0c45c062ecd4ba92510842f9f9467f 29068 science optional 
grass_7.0.1-2.debian.tar.xz
 ada0121ed592c49fe68bb567490e5876 7195780 science optional 
grass-core_7.0.1-2_amd64.deb
 cde4f2c76ed546af2443d6a45c594105 11887678 doc optional 
grass-dev-doc_7.0.1-2_all.deb
 fca9dccbb53bb99658f1352e993703e7 194528 devel optional 
grass-dev_7.0.1-2_amd64.deb
 0bbeb915577bac637b3a50151b207def 13145510 doc optional 
grass-doc_7.0.1-2_all.deb
 487baccdb745cdbf3854144acb40429a 1930612 science optional 
grass-gui_7.0.1-2_amd64.deb
 ada3472bb904313c9f307389ac9096cd 17254 metapackages optional 
grass_7.0.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV4ZtxAAoJEGdQ8QrojUrxevAP/RM/g/j9BRGcx3qmMBS2F37K
+qc641rTlp2p1vl6kuIFO8D+cMOQldKGiZwb2Qky2a36a75+6eUBhRKXZT9MvEA6
KqnlNLu1h1sUcsS9MbM/qCh+ZDRS1vFv+zoGgF0RgbepJMFn9WAhuIkWZ4TTgwzT
1G1nKc1vktMlZpIX6lIsFtWPIeNBXyOz83cZ0kMhDImB2nCj79HvY8k2ikxhM+xD
7S0LjT7DNB9RxF/3f8LA/m+UeDZbGazzt1dY/ksTKkudfysYB/SMOt0y24HUPU4n
PNpfd5b5H+oX5t/fpEWXJi/9UVEe0qsZSk9lbg7edEPTDQbwKuEoIMAQwoub58yi
x3fletV/vkflCetsnja3MHuzP1dcaKPoKAcc30HYPqivX8dx02P0dAZZ/jQwAh7r
Vk0lNZPffeuxA7kN3MwTBa6F0RIHdjWoP61BpA3gs1MCf+qUQCQCoDduULgbanRW
xKDkUgcWAs/Dous0//tc39JNdagsHFEJqHaRP8LYRKeo1l2C7K8rDC8Rq0f5pcyV
Fw5eL+rFT8MdSMLIaz4UCS52m7xv4+ReAcbC9GtTzhbhxSrzsiCVxwg6yaaJY7iY
3ZZXQe2+U8UzR8R1yiEzyhD6MYUGa5q3MvYyTS3uxfhGgG+uUZxfv6i9lUODtq4h
44FQIbGbwrPXsP8cPCvL
=vfRP
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of mapcache_1.4.0-4_amd64.changes

2015-08-29 Thread Debian FTP Masters
mapcache_1.4.0-4_amd64.changes uploaded successfully to localhost
along with the files:
  mapcache_1.4.0-4.dsc
  mapcache_1.4.0-4.debian.tar.xz
  libapache2-mod-mapcache_1.4.0-4_amd64.deb
  libmapcache1-dev_1.4.0-4_amd64.deb
  libmapcache1_1.4.0-4_amd64.deb
  mapcache-cgi_1.4.0-4_amd64.deb
  mapcache-tools_1.4.0-4_amd64.deb

Greetings,

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

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


[spatialite-tools] 01/02: Update Vcs-Browser URL to use HTTPS.

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

sebastic pushed a commit to branch master
in repository spatialite-tools.

commit 821eb2d91ab146b2513af403c27f10e9ab473264
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 15:37:43 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f8e232f..b825da7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+spatialite-tools (4.3.0-2) UNRELEASED; urgency=medium
+
+  * Update Vcs-Browser URL to use HTTPS.
+
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 15:37:19 +0200
+
 spatialite-tools (4.3.0-1) unstable; urgency=medium
 
   * Move from experimental to unstable.
diff --git a/debian/control b/debian/control
index ed84439..157daf9 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends: debhelper (= 9),
docbook-xml,
xsltproc
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/spatialite-tools.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/spatialite-tools.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/spatialite-tools.git
 Homepage: https://www.gaia-gis.it/fossil/spatialite-tools/
 

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

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


[spatialite-tools] 02/02: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository spatialite-tools.

commit 8304952d1d2c3f2c5d9ae491e868c6b5b3387bb6
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 15:42:22 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index b825da7..df4cb4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-spatialite-tools (4.3.0-2) UNRELEASED; urgency=medium
+spatialite-tools (4.3.0-2) unstable; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
+  * Rebuild for geos transition.
 
- -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 15:37:19 +0200
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 15:42:00 +0200
 
 spatialite-tools (4.3.0-1) unstable; urgency=medium
 

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

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


[spatialite-tools] tag debian/4.3.0-2 created (now 8304952)

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

sebastic pushed a change to tag debian/4.3.0-2
in repository spatialite-tools.

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

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

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


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

2015-08-29 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 f2932c4ba6b71ff93c6b813aa2065d1aa80bac9e
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 13:29:34 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 b5c8e12..2ac0352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-grass (7.0.1-2) UNRELEASED; urgency=medium
+grass (7.0.1-2) unstable; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
   * Drop .0 from LGPL licese shortname in copyright file.
   * Drop obsolete TODO file.
   * Enable parallel builds.
 
- -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 13:24:27 +0200
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 13:28:25 +0200
 
 grass (7.0.1-1) unstable; 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/05: Drop obsolete TODO file.

2015-08-29 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 dafd1681992aaa55d044ead647d4552e2464e445
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 13:27:54 2015 +0200

Drop obsolete TODO file.
---
 debian/TODO  | 52 
 debian/changelog |  1 +
 2 files changed, 1 insertion(+), 52 deletions(-)

diff --git a/debian/TODO b/debian/TODO
deleted file mode 100644
index 9d13370..000
--- a/debian/TODO
+++ /dev/null
@@ -1,52 +0,0 @@
-Maintainers TODO list
--
-
-
-FIXME:
-==
-
-Lintian:
- (some will be false positives)
-
-$ grep '^W: ' grass_6.4.2-1_amd64.build | cut -f1,3 -d' ' | sort | uniq
-W: copyright-without-copyright-notice
-W: executable-not-elf-or-script
-W: extra-license-file
-W: hardening-no-fortify-functions
-W: hardening-no-relro
-W: hardening-no-stackprotector
-W: image-file-in-usr-lib
-W: manpage-has-bad-whatis-entry
-W: manpage-has-errors-from-man
-W: script-not-executable
-W: unusual-interpreter
-
-
-TODO:
-=
-
-* The grass 'etc' directory contains a mixed arch/non-arch depending mess of
-  files. They should be automatically classified in the install target and
-  moved to /var/lib/grass or /usr/lib/grass, leaving symlinks so to not
-  break things.
-
-
-* Allow parallel builds by adding something like this to debian/rules:
-{{{
-%:
-dh $@ --parallel
-}}}
-
-
-* Put Tcl/Tk NVIZ back into grass-core so that qgis users can use it?
-   (that seems to be a popular use of the qgis-grass toolbox)
-... but that makes grass-core depend on Tcl/Tk deps.
-  Or to split it off into a new grass-nviz package?
-... but that adds to the clutter.
-  ?
-
-
-* link Programmers' Manual to a listing in the wxGUI Help menu, if installed?
-   (launch using GRASS_HTML_BROWSER)
-
-
diff --git a/debian/changelog b/debian/changelog
index 963571c..cc1a9f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ grass (7.0.1-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
   * Drop .0 from LGPL licese shortname in copyright file.
+  * Drop obsolete TODO file.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 13:24:27 +0200
 

-- 
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/05: Enable parallel builds.

2015-08-29 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 d7c8bdd726ed4775e9f5432c8f011f95b93b1e22
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 13:28:21 2015 +0200

Enable parallel builds.
---
 debian/changelog | 1 +
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cc1a9f2..b5c8e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ grass (7.0.1-2) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use HTTPS.
   * Drop .0 from LGPL licese shortname in copyright file.
   * Drop obsolete TODO file.
+  * Enable parallel builds.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 13:24:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 7ae5681..372eaa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ versions:
@echo ABI: $(ABI)
 
 %:
-   dh $@ --with autotools_dev,python2
+   dh $@ --with autotools_dev,python2 --parallel
 
 override_dh_clean:
dh_clean

-- 
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/05: Update Vcs-Browser URL to use HTTPS.

2015-08-29 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 c53163ed904ee0099ac66842bc279d1e62121012
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 13:24:38 2015 +0200

Update Vcs-Browser URL to use HTTPS.
---
 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 62a1dbb..bde398a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.0.1-2) UNRELEASED; urgency=medium
+
+  * Update Vcs-Browser URL to use HTTPS.
+
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 13:24:27 +0200
+
 grass (7.0.1-1) unstable; urgency=medium
 
   * Move from experimental to unstable.
diff --git a/debian/control b/debian/control
index 38b0551..f5c1377 100644
--- a/debian/control
+++ b/debian/control
@@ -49,7 +49,7 @@ Build-Depends: autoconf2.13,
zlib1g-dev,
liblas-c-dev (= 1.8.0-3~)
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/grass.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/grass.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/grass.git
 Homepage: http://grass.osgeo.org/
 
diff --git a/debian/control.in b/debian/control.in
index 9c79ff2..de333c2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -49,7 +49,7 @@ Build-Depends: autoconf2.13,
zlib1g-dev,
liblas-c-dev (= 1.8.0-3~)
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/grass.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/grass.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/grass.git
 Homepage: http://grass.osgeo.org/
 

-- 
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] branch master updated (2edb3f5 - f2932c4)

2015-08-29 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  2edb3f5   Mark patches as Forwarded.
   new  c53163e   Update Vcs-Browser URL to use HTTPS.
   new  bd1862f   Drop .0 from LGPL licese shortname in copyright file.
   new  dafd168   Drop obsolete TODO file.
   new  d7c8bdd   Enable parallel builds.
   new  f2932c4   Set distribution to unstable.

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.


Summary of changes:
 debian/TODO   | 52 
 debian/changelog  |  9 +
 debian/control|  2 +-
 debian/control.in |  2 +-
 debian/copyright  |  6 +++---
 debian/rules  |  2 +-
 6 files changed, 15 insertions(+), 58 deletions(-)
 delete mode 100644 debian/TODO

-- 
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] 02/05: Drop .0 from LGPL licese shortname in copyright file.

2015-08-29 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 bd1862f793b8fb69730834a9ae8f794db4c7f6f1
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 13:26:20 2015 +0200

Drop .0 from LGPL licese shortname in copyright file.
---
 debian/changelog | 1 +
 debian/copyright | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bde398a..963571c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 grass (7.0.1-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
+  * Drop .0 from LGPL licese shortname in copyright file.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 13:24:27 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 3f14d02..1e41ed8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -56,7 +56,7 @@ Files: imagery/i.landsat.toar/earth_sun.c
  imagery/i.landsat.toar/earth_sun.h
 Copyright: 2006, E. Jorge Tizado
   2000-2005, Liam Girdwood
-License: LGPL-2.0+
+License: LGPL-2+
 
 Files: lib/external/ccmath/*
 Copyright: 2000, Daniel A. Atkinson
@@ -68,7 +68,7 @@ Files: lib/external/shapelib/dbfopen.c
  lib/external/shapelib/shpopen.c
  raster/r.external/list.c
 Copyright: 1999, 2001, 2007, Frank Warmerdam
-License: MIT or LGPL-2.0+
+License: MIT or LGPL-2+
 
 Files: lib/python/imaging/images2avi.py
  lib/python/imaging/images2ims.py
@@ -188,7 +188,7 @@ License: GPL-2+
  On Debian systems, the complete text of version 2 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
-License: LGPL-2.0+
+License: LGPL-2+
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Library General Public
  License as published by the Free Software Foundation; either

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


libosmium_2.4.0-1_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 13:04:31 +0200
Source: libosmium
Binary: libosmium2-dev libosmium2-doc
Architecture: source amd64 all
Version: 2.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 libosmium2-dev - C++ framework for working with OSM data files
 libosmium2-doc - C++ framework for working with OSM data files - documentation
Changes:
 libosmium (2.4.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop patches, applied upstream.
   * Update Vcs-Browser URL to use HTTPS.
   * Update watch file to use lowercase RC in uversionmangle.
Checksums-Sha1:
 b1bfa2e7b67c5e53bdc657206920698dabbb4417 2159 libosmium_2.4.0-1.dsc
 fe879e7c2984c5d151edf2cb5bdc64d6cd9c3899 390903 libosmium_2.4.0.orig.tar.gz
 a55168bfe9a3292e65d8ef4a122ecceda20b56e1 5204 libosmium_2.4.0-1.debian.tar.xz
 9b02cd35930f11e62eedb5a67ff419f85b3dca12 133096 
libosmium2-dev_2.4.0-1_amd64.deb
 5ecd4bf9c4e94bfa3e51f782de0bba5171cbf2a1 33301912 
libosmium2-doc_2.4.0-1_all.deb
Checksums-Sha256:
 7f8eefedb13fd22b83ef28920e9b91bf7f4c4c094dd363b793852570d2601ce7 2159 
libosmium_2.4.0-1.dsc
 d69ac76a5d579171482e8356cc2c99db732166e11a47533f547aba63f4fd2ec0 390903 
libosmium_2.4.0.orig.tar.gz
 9dedb9a715acca6c5c8382be1e19366ba40c5fc65daa6996e0eccafba63a38dd 5204 
libosmium_2.4.0-1.debian.tar.xz
 765c01cd9b8f1c8c39348898f6ffbb67d2b707b354cb51dfb0388d483eb93335 133096 
libosmium2-dev_2.4.0-1_amd64.deb
 c48c78c9e0b511d11948d7f3f09f48003e5661fec8b62c440054a773e022663b 33301912 
libosmium2-doc_2.4.0-1_all.deb
Files:
 4cf0ead816098fe4bb6ab1193c787b50 2159 science optional libosmium_2.4.0-1.dsc
 4accab5ae2399272452f323b4b086dbe 390903 science optional 
libosmium_2.4.0.orig.tar.gz
 31df541b07747c5de04964e170ff43bf 5204 science optional 
libosmium_2.4.0-1.debian.tar.xz
 ba4663aeba6749178495ad7767737a20 133096 libdevel optional 
libosmium2-dev_2.4.0-1_amd64.deb
 e7cda5c58c8699aaf2414d2c796cffda 33301912 doc optional 
libosmium2-doc_2.4.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV4ZQAAAoJEGdQ8QrojUrxZbsP/j/CxlXSrtpyLWUoPsifWQbW
0erWKMXwYBVMEPuPdw6853iYiO+0mpqujdLVJcp4aY4BI+MRKbmMvkoPfmB2mkan
xyysrc7p9sSegmHjXaXLSdwjOZI5nc/rq1GQdc4eHz3wsPBpzXfBE3AuxGQ9mjwQ
D9xUuzPsxSTFu3L+gDS4VO2yLne5eAaRl6xVs2E6kX07qlO6CuLX66/7FmFd6bCM
4+R0CgNuVE2J1SdXfdjCcgnPEEpXdDO6DL36tvqauFNofBDmxAkLixahVOO1HamA
Wgr69MxOHtY+Rxl536L6asxbP30INRbYGtep8NRpt0RMBahrDSERYfXSRsokgq7J
Svjv2xGj2hrQlLiJQzX+NKMjkDRTBDb+/W0Slq8CVSIZuyxB6UbQD1zY6kBSBA2E
8fTJMGY/9s3jX+ukQ4rOQkPbVB+0AUnZK8H9lex+sDoz4ZqaY4otTWt3uDjVuubA
GG2rRtyKD/KC36u5tmTKCVEC60UyGAGxInXXkEU+M2CfRrTX9q4zFwS23iVfv3pL
HkWDMTO1rlN7/rRsq/hb8Loboov5h5+wVpZIQ1d093joMGBuW9ZJSMgIJOQLFHyU
24Ud5n1nIguOkKp7Kt0Ik18Qf7MpJcbCNOPKMwCAETfbDoFxkCATs1IlMsH/Dzn1
NtE4/wvylz4Y1F5rdSnW
=2hzg
-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


[spatialite-tools] branch master updated (a4c6348 - 8304952)

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

sebastic pushed a change to branch master
in repository spatialite-tools.

  from  a4c6348   Move from experimental to unstable.
   new  821eb2d   Update Vcs-Browser URL to use HTTPS.
   new  8304952   Set distribution 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 | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

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

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


Processing of spatialite-tools_4.3.0-2_amd64.changes

2015-08-29 Thread Debian FTP Masters
spatialite-tools_4.3.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  spatialite-tools_4.3.0-2.dsc
  spatialite-tools_4.3.0-2.debian.tar.xz
  spatialite-bin_4.3.0-2_amd64.deb

Greetings,

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

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


[osgearth] branch stretch updated (97d6a09 - 5818083)

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

sebastic pushed a change to branch stretch
in repository osgearth.

  from  97d6a09   Set distribution to unstable.
   new  f773ebf   Update symbols for other architectures.
   new  3597a3f   Drop missing symbols.
   new  2eece2d   Update Vcs-Browser URL to use HTTPS.
   new  5818083   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  |7 +
 debian/control|2 +-
 debian/libosgearth3.symbols   | 1745 +++--
 debian/libosgearthannotation3.symbols |  372 ++-
 debian/libosgearthfeatures3.symbols   |  711 --
 debian/libosgearthqt3.symbols |  264 +
 debian/libosgearthsymbology3.symbols  |  635 
 debian/libosgearthutil3.symbols   |  837 ++--
 8 files changed, 1379 insertions(+), 3194 deletions(-)

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


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

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

sebastic pushed a commit to branch stretch
in repository osgearth.

commit 58180839a5d9306703ea2dda57feaf5077b9a5c1
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 12:10:56 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 000a706..9dc69c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-osgearth (2.5.0+dfsg-6) UNRELEASED; urgency=medium
+osgearth (2.5.0+dfsg-6) unstable; urgency=medium
 
   * Update symbols for other architectures.
   * Update Vcs-Browser URL to use HTTPS.
 
- -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 12:05:31 +0200
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 12:10:41 +0200
 
 osgearth (2.5.0+dfsg-5) unstable; urgency=medium
 

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


[osgearth] 03/04: Update Vcs-Browser URL to use HTTPS.

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

sebastic pushed a commit to branch stretch
in repository osgearth.

commit 2eece2dc639184fbee7b04c7618272b649a41741
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 12:07:00 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 01706c2..000a706 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 osgearth (2.5.0+dfsg-6) UNRELEASED; urgency=medium
 
   * Update symbols for other architectures.
+  * Update Vcs-Browser URL to use HTTPS.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 12:05:31 +0200
 
diff --git a/debian/control b/debian/control
index 92ab30c..a985356 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends: debhelper (= 9),
docbook-xml,
xsltproc
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/osgearth.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/osgearth.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/osgearth.git -b stretch
 Homepage: http://osgearth.org/
 

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


[osgearth] tag debian/2.5.0+dfsg-6 created (now 5818083)

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

sebastic pushed a change to tag debian/2.5.0+dfsg-6
in repository osgearth.

at  5818083   (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/osgearth.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 osgearth_2.5.0+dfsg-6_amd64.changes

2015-08-29 Thread Debian FTP Masters
osgearth_2.5.0+dfsg-6_amd64.changes uploaded successfully to localhost
along with the files:
  osgearth_2.5.0+dfsg-6.dsc
  osgearth_2.5.0+dfsg-6.debian.tar.xz
  libosgearth-dev_2.5.0+dfsg-6_amd64.deb
  libosgearth3_2.5.0+dfsg-6_amd64.deb
  libosgearthannotation3_2.5.0+dfsg-6_amd64.deb
  libosgearthfeatures3_2.5.0+dfsg-6_amd64.deb
  libosgearthqt3_2.5.0+dfsg-6_amd64.deb
  libosgearthsymbology3_2.5.0+dfsg-6_amd64.deb
  libosgearthutil3_2.5.0+dfsg-6_amd64.deb
  openscenegraph-plugin-osgearth_2.5.0+dfsg-6_amd64.deb
  osgearth-data_2.5.0+dfsg-6_all.deb
  osgearth_2.5.0+dfsg-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


[libosmium] 01/07: Imported Upstream version 2.4.0

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

sebastic pushed a commit to branch master
in repository libosmium.

commit 93fff149e7a19202e1307c9f5b1443968b081b72
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 12:04:56 2015 +0200

Imported Upstream version 2.4.0
---
 CHANGELOG.md |  34 ++-
 CMakeLists.txt   |  28 +-
 appveyor.yml |  31 +--
 cmake/FindOsmium.cmake   |  69 ++---
 examples/CMakeLists.txt  |  26 +-
 examples/osmium_toogr.cpp| 244 -
 examples/osmium_toogr2.cpp   | 331 ---
 examples/osmium_toogr2_exp.cpp   | 305 -
 include/gdalcpp.hpp  | 302 +
 include/osmium/area/problem_reporter_ogr.hpp | 130 ++---
 include/osmium/builder/osm_object_builder.hpp|  67 ++---
 include/osmium/geom/factory.hpp  |   1 +
 include/osmium/geom/ogr.hpp  |  30 +-
 include/osmium/geom/tile.hpp |   4 +-
 include/osmium/io/detail/debug_output_format.hpp |   4 +-
 include/osmium/io/detail/input_format.hpp|  11 +-
 include/osmium/io/detail/output_format.hpp   |   4 +-
 include/osmium/io/detail/pbf_decoder.hpp |  29 +-
 include/osmium/io/detail/pbf_output_format.hpp   |  32 ++-
 include/osmium/io/detail/read_write.hpp  |   3 +
 include/osmium/io/detail/string_table.hpp|  28 +-
 include/osmium/io/file.hpp   |   3 +-
 include/osmium/io/reader.hpp |   6 +-
 include/osmium/io/writer.hpp |   2 +-
 include/osmium/osm/crc.hpp   |  36 +--
 include/osmium/osm/types.hpp |   3 +
 include/osmium/util/delta.hpp|   8 +-
 include/osmium/util/memory_mapping.hpp   |   7 +
 include/protozero/varint.hpp |   4 -
 include/protozero/version.hpp|  22 ++
 scripts/travis_script.sh |   7 +
 test/data-tests/testdata-multipolygon.cpp| 171 +++-
 test/data-tests/testdata-overview.cpp| 154 ++-
 test/t/basic/test_crc.cpp|  21 ++
 test/t/basic/test_relation.cpp   |  11 +
 test/t/tags/test_tag_list.cpp|  11 +
 36 files changed, 691 insertions(+), 1488 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22eb06a..9b7bd8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,35 @@ This project adheres to [Semantic 
Versioning](http://semver.org/).
 
 ### Fixed
 
+
+## [2.4.0] - 2015-08-29
+
+### Added
+
+- Checks that user names, member roles and tag keys and values are not longer
+  than 256 * 4 bytes. That is the maximum length 256 Unicode characters
+  can have in UTF-8 encoding.
+- Support for GDAL 2. GDAL 1 still works.
+
+### Changed
+
+- Improved CMake build scripts.
+- Updated internal version of Protozero to 1.1.0.
+- Removed `toogr*` examples. They are in their own repository now.
+  See https://github.com/osmcode/osm-gis-export.
+- Files about to be memory-mapped (for instance index files) are now set
+  to binary mode on Windows so the application doesn't have to do this.
+
+### Fixed
+
+- Hanging program when trying to open file with an unknown file format.
+- Building problems with old boost versions.
+- Initialization errors in PBF writer.
+- Bug in byte swap code.
+- Output on Windows now always uses binary mode, even when writing to
+  stdout, so OSM xml and opl files always use LF line endings.
+
+
 ## [2.3.0] - 2015-08-18
 
 ### Added
@@ -108,8 +137,9 @@ This project adheres to [Semantic 
Versioning](http://semver.org/).
   Doxygen (up to version 1.8.8). This version contains a workaround to fix
   this.
 
-[unreleased]: https://github.com/osmcode/libosmium/compare/v2.3.0...HEAD
-[2.3.0]: https://github.com/osmcode/libosmium/compare/v2.3.0...v2.3.0
+[unreleased]: https://github.com/osmcode/libosmium/compare/v2.4.0...HEAD
+[2.4.0]: https://github.com/osmcode/libosmium/compare/v2.3.0...v2.4.0
+[2.3.0]: https://github.com/osmcode/libosmium/compare/v2.2.0...v2.3.0
 [2.2.0]: https://github.com/osmcode/libosmium/compare/v2.1.0...v2.2.0
 [2.1.0]: https://github.com/osmcode/libosmium/compare/v2.0.0...v2.1.0
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fba967a..fc08036 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,13 +26,11 @@ set(CMAKE_CONFIGURATION_TYPES 
Debug;Release;RelWithDebInfo;MinSizeRel;Dev;Cover
 project(libosmium)
 
 set(LIBOSMIUM_VERSION_MAJOR 2)
-set(LIBOSMIUM_VERSION_MINOR 3)
+set(LIBOSMIUM_VERSION_MINOR 4)
 set(LIBOSMIUM_VERSION_PATCH 0)
 
 set(LIBOSMIUM_VERSION
-
${LIBOSMIUM_VERSION_MAJOR}.${LIBOSMIUM_VERSION_MINOR}.${LIBOSMIUM_VERSION_PATCH}
-CACHE STRING
-

[libosmium] 02/07: Merge tag 'upstream/2.4.0'

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

sebastic pushed a commit to branch master
in repository libosmium.

commit 22b0df85a2c6260b58ba270fd3edb896b824901c
Merge: 0f5ff70 93fff14
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 12:04:58 2015 +0200

Merge tag 'upstream/2.4.0'

Upstream version 2.4.0

 CHANGELOG.md |  34 ++-
 CMakeLists.txt   |  28 +-
 appveyor.yml |  31 +--
 cmake/FindOsmium.cmake   |  69 ++---
 examples/CMakeLists.txt  |  26 +-
 examples/osmium_toogr.cpp| 244 -
 examples/osmium_toogr2.cpp   | 331 ---
 examples/osmium_toogr2_exp.cpp   | 305 -
 include/gdalcpp.hpp  | 302 +
 include/osmium/area/problem_reporter_ogr.hpp | 130 ++---
 include/osmium/builder/osm_object_builder.hpp|  67 ++---
 include/osmium/geom/factory.hpp  |   1 +
 include/osmium/geom/ogr.hpp  |  30 +-
 include/osmium/geom/tile.hpp |   4 +-
 include/osmium/io/detail/debug_output_format.hpp |   4 +-
 include/osmium/io/detail/input_format.hpp|  11 +-
 include/osmium/io/detail/output_format.hpp   |   4 +-
 include/osmium/io/detail/pbf_decoder.hpp |  29 +-
 include/osmium/io/detail/pbf_output_format.hpp   |  32 ++-
 include/osmium/io/detail/read_write.hpp  |   3 +
 include/osmium/io/detail/string_table.hpp|  28 +-
 include/osmium/io/file.hpp   |   3 +-
 include/osmium/io/reader.hpp |   6 +-
 include/osmium/io/writer.hpp |   2 +-
 include/osmium/osm/crc.hpp   |  36 +--
 include/osmium/osm/types.hpp |   3 +
 include/osmium/util/delta.hpp|   8 +-
 include/osmium/util/memory_mapping.hpp   |   7 +
 include/protozero/varint.hpp |   4 -
 include/protozero/version.hpp|  22 ++
 scripts/travis_script.sh |   7 +
 test/data-tests/testdata-multipolygon.cpp| 171 +++-
 test/data-tests/testdata-overview.cpp| 154 ++-
 test/t/basic/test_crc.cpp|  21 ++
 test/t/basic/test_relation.cpp   |  11 +
 test/t/tags/test_tag_list.cpp|  11 +
 36 files changed, 691 insertions(+), 1488 deletions(-)

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

2015-08-29 Thread Debian FTP Masters
libosmium_2.4.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  libosmium_2.4.0-1.dsc
  libosmium_2.4.0.orig.tar.gz
  libosmium_2.4.0-1.debian.tar.xz
  libosmium2-dev_2.4.0-1_amd64.deb
  libosmium2-doc_2.4.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


[libosmium] annotated tag upstream/2.4.0 created (now 05442df)

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

sebastic pushed a change to annotated tag upstream/2.4.0
in repository libosmium.

at  05442df   (tag)
   tagging  93fff149e7a19202e1307c9f5b1443968b081b72 (commit)
  replaces  upstream/2.3.0
 tagged by  Bas Couwenberg
on  Sat Aug 29 12:04:58 2015 +0200

- Log -
Upstream version 2.4.0

Bas Couwenberg (1):
  Imported Upstream version 2.4.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/libosmium.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


[mapserver] branch master updated (32f1d2b - 17e1f48)

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

sebastic pushed a change to branch master
in repository mapserver.

  from  32f1d2b   Set distribution to unstable.
   new  902718b   Update symbols for ppc64.
   new  17e1f48   Set distribution 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 |  7 +++
 debian/libmapserver2.symbols | 34 +-
 2 files changed, 24 insertions(+), 17 deletions(-)

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


[mapserver] 01/02: Update symbols for ppc64.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit 902718bc081d418d0c6d62473291b8023cea2150
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 14:06:58 2015 +0200

Update symbols for ppc64.
---
 debian/changelog |  6 ++
 debian/libmapserver2.symbols | 34 +-
 2 files changed, 23 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ada4861..a21a324 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapserver (7.0.0-4) UNRELEASED; urgency=medium
+
+  * Update symbols for ppc64.
+
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:06:39 +0200
+
 mapserver (7.0.0-3) unstable; urgency=medium
 
   * Update symbols for other architectures.
diff --git a/debian/libmapserver2.symbols b/debian/libmapserver2.symbols
index 64c6ca2..1dc1471 100644
--- a/debian/libmapserver2.symbols
+++ b/debian/libmapserver2.symbols
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 7.0.0 amd64 arm64 armel armhf hppa i386 
kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el s390x x32
+# SymbolsHelper-Confirmed: 7.0.0 amd64 arm64 armel armhf hppa i386 
kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 ppc64el s390x x32
 libmapserver.so.2 #PACKAGE# #MINVER#
  BuildExpressionTree@Base 6.2.1
  CleanVSIDir@Base 6.2.1
@@ -217,7 +217,7 @@ libmapserver.so.2 #PACKAGE# #MINVER#
  _ZN10ClipperLib7Clipper13DeleteFromAELEPNS_5TEdgeE@Base 6.2.1
  _ZN10ClipperLib7Clipper13DeleteFromSELEPNS_5TEdgeE@Base 6.2.1
  (arch=armel armhf hppa hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc sparc 
x32)_ZN10ClipperLib7Clipper13DisposeOutRecEjb@Base 7.0.0
- (arch=amd64 arm64 ia64 kfreebsd-amd64 ppc64el s390 
s390x)_ZN10ClipperLib7Clipper13DisposeOutRecEmb@Base 6.4.1
+ (arch=amd64 arm64 ia64 kfreebsd-amd64 ppc64 ppc64el s390 
s390x)_ZN10ClipperLib7Clipper13DisposeOutRecEmb@Base 7.0.0
  _ZN10ClipperLib7Clipper14ClearHorzJoinsEv@Base 6.2.1
  _ZN10ClipperLib7Clipper14FixHoleLinkageEPNS_6OutRecE@Base 6.2.1
  _ZN10ClipperLib7Clipper14InsertScanbeamEx@Base 6.2.1
@@ -327,8 +327,8 @@ libmapserver.so.2 #PACKAGE# #MINVER#
  _ZN19polygon_adaptor_utfD0Ev@Base 7.0.0
  _ZN19polygon_adaptor_utfD1Ev@Base 7.0.0
  _ZN19polygon_adaptor_utfD2Ev@Base 7.0.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 kfreebsd-amd64 ppc64el s390 
s390x sparc 
x32)_ZN9mapserver10conv_curveINS_20path_storage_integerIiLj6EEENS_6curve3ENS_6curve4EE6vertexEPdS6_@Base
 6.4.0
- (optional=templinst|arch=amd64 arm64 hppa ia64 kfreebsd-amd64 ppc64el s390 
s390x sparc 
x32)_ZN9mapserver10conv_curveINS_20path_storage_integerIsLj6EEENS_6curve3ENS_6curve4EE6vertexEPdS6_@Base
 6.4.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 kfreebsd-amd64 ppc64 ppc64el 
s390 s390x sparc 
x32)_ZN9mapserver10conv_curveINS_20path_storage_integerIiLj6EEENS_6curve3ENS_6curve4EE6vertexEPdS6_@Base
 6.4.0
+ (optional=templinst|arch=amd64 arm64 hppa ia64 kfreebsd-amd64 ppc64 ppc64el 
s390 s390x sparc 
x32)_ZN9mapserver10conv_curveINS_20path_storage_integerIsLj6EEENS_6curve3ENS_6curve4EE6vertexEPdS6_@Base
 6.4.0
  
(optional=templinst|arch=sparc)_ZN9mapserver10conv_curveINS_31serialized_integer_path_adaptorIsLj6EEENS_6curve3ENS_6curve4EED1Ev@Base
 6.4.1
  
(optional=templinst|arch=sparc)_ZN9mapserver10conv_curveINS_31serialized_integer_path_adaptorIsLj6EEENS_6curve3ENS_6curve4EED2Ev@Base
 6.4.1
  
(optional=templinst)_ZN9mapserver10conv_curveINS_9path_baseINS_20vertex_block_storageIdLj8ELj256ENS_6curve3ENS_6curve4EE6vertexEPdS8_@Base
 7.0.0
@@ -363,7 +363,7 @@ libmapserver.so.2 #PACKAGE# #MINVER#
  
(optional=templinst)_ZN9mapserver11math_strokeINS_11pod_bvectorINS_10point_baseIdEELj68calc_arcERS4_dd@Base
 6.2.1
  
(optional=templinst)_ZN9mapserver11math_strokeINS_11pod_bvectorINS_10point_baseIdEELj68calc_capERS4_RKNS_11vertex_distES9_d@Base
 6.2.1
  
(optional=templinst)_ZN9mapserver11math_strokeINS_11pod_bvectorINS_10point_baseIdEELj69calc_joinERS4_RKNS_11vertex_distES9_S9_dd@Base
 6.2.1
- (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 ppc64el s390x 
x32)_ZN9mapserver11pod_bvectorIN10ClipperLib8IntPointELj8EE14allocate_blockEj@Base
 6.4.0
+ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 ppc64 ppc64el s390x 
x32)_ZN9mapserver11pod_bvectorIN10ClipperLib8IntPointELj8EE14allocate_blockEj@Base
 6.4.0
  
(optional=templinst)_ZN9mapserver11pod_bvectorIN10ClipperLib8IntPointELj8EED1Ev@Base
 6.2.1
  
(optional=templinst)_ZN9mapserver11pod_bvectorIN10ClipperLib8IntPointELj8EED2Ev@Base
 6.2.1
  
(optional=templinst)_ZN9mapserver11pod_bvectorINS_10point_baseIdEELj6EE14allocate_blockEj@Base
 7.0.0
@@ -457,7 +457,7 @@ libmapserver.so.2 #PACKAGE# #MINVER#
  _ZN9mapserver17stack_blur_tablesIiE17g_stack_blur8_mulE@Base 7.0.0
  _ZN9mapserver17stack_blur_tablesIiE17g_stack_blur8_shrE@Base 7.0.0
  

[mapserver] tag debian/7.0.0-4 created (now 17e1f48)

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

sebastic pushed a change to tag debian/7.0.0-4
in repository mapserver.

at  17e1f48   (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/mapserver.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


[mapserver] 02/02: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit 17e1f48c913a7d4d529182c5ddbae95dfac614a6
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 14:20:41 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index a21a324..5e8b634 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-mapserver (7.0.0-4) UNRELEASED; urgency=medium
+mapserver (7.0.0-4) unstable; urgency=medium
 
   * Update symbols for ppc64.
+  * Rebuild for geos transition.
 
- -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:06:39 +0200
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:20:22 +0200
 
 mapserver (7.0.0-3) unstable; urgency=medium
 

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


osgearth_2.5.0+dfsg-6_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 12:10:41 +0200
Source: osgearth
Binary: osgearth osgearth-data libosgearth3 libosgearthannotation3 
libosgearthfeatures3 libosgearthqt3 libosgearthsymbology3 libosgearthutil3 
openscenegraph-plugin-osgearth libosgearth-dev
Architecture: source amd64 all
Version: 2.5.0+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 libosgearth-dev - osgEarth development files
 libosgearth3 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (shared 
l
 libosgearthannotation3 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarth
 libosgearthfeatures3 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 libosgearthqt3 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 libosgearthsymbology3 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarth
 libosgearthutil3 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 openscenegraph-plugin-osgearth - OpenSceneGraph plugins for osgEarth
 osgearth   - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (binaries
 osgearth-data - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (data)
Changes:
 osgearth (2.5.0+dfsg-6) unstable; urgency=medium
 .
   * Update symbols for other architectures.
   * Update Vcs-Browser URL to use HTTPS.
Checksums-Sha1:
 b4ca8f6e85a9f67c915565ef8841f4d709f2ff59 2925 osgearth_2.5.0+dfsg-6.dsc
 ba88b293a3939e017e4fe23b8463f58532822fb2 97264 
osgearth_2.5.0+dfsg-6.debian.tar.xz
 74e48cc5a11f4c62bd83b982415e954a5f4a 448550 
libosgearth-dev_2.5.0+dfsg-6_amd64.deb
 3c8699f44e41bc2b2416efddd6d5b305778ff191 966960 
libosgearth3_2.5.0+dfsg-6_amd64.deb
 84d8ffdf4bc01d3a9354e7ddcdfe96853aacb474 223212 
libosgearthannotation3_2.5.0+dfsg-6_amd64.deb
 caf905af3742792729c33b7aa5eefdef0af7a9bc 326422 
libosgearthfeatures3_2.5.0+dfsg-6_amd64.deb
 936bfa011dfd90c29566a08cd04c66c9bc84838d 195948 
libosgearthqt3_2.5.0+dfsg-6_amd64.deb
 470dadb8f1eadb6246c39aec185569d7c1e798b9 348262 
libosgearthsymbology3_2.5.0+dfsg-6_amd64.deb
 c917c434a23c320f6a0718d15e06b0b0024a921e 735590 
libosgearthutil3_2.5.0+dfsg-6_amd64.deb
 ba268b30fb6a11fe697b466b80aecc698ccdd9b7 3740718 
openscenegraph-plugin-osgearth_2.5.0+dfsg-6_amd64.deb
 5dc84a943406a5e01e55ee651bff5392b033b4e8 3943388 
osgearth-data_2.5.0+dfsg-6_all.deb
 89e98bae18627ae23b7477c84e753c88eeff4672 198232 osgearth_2.5.0+dfsg-6_amd64.deb
Checksums-Sha256:
 11ee4561944b484142c7d6118ae66d0e242070ffdbaeaaedc3bdf0c4281a808c 2925 
osgearth_2.5.0+dfsg-6.dsc
 556ccdda9bcfcbb380a3e77630bb75972d79617c698c3cdad6d82c5d9313c6c6 97264 
osgearth_2.5.0+dfsg-6.debian.tar.xz
 16c28eb61c2ba310532ecf6ad708b61c4786bfcc0598f6e2937216f453f61b0d 448550 
libosgearth-dev_2.5.0+dfsg-6_amd64.deb
 83c798ebb5e82cd155a1eb09a5f15eff64195f78a9e600c74eaf84347fa9fcfd 966960 
libosgearth3_2.5.0+dfsg-6_amd64.deb
 557b77b03edb63f2052e66af65fe06c3f6518a4ee0c42648603bbcd415c7649d 223212 
libosgearthannotation3_2.5.0+dfsg-6_amd64.deb
 b0f2460ea74cf0e716f3054a3e8cd067ceab0db34ac7843aba9e95792c04b9ad 326422 
libosgearthfeatures3_2.5.0+dfsg-6_amd64.deb
 6d51c4005c2b8ce638dbdcfafd563e09178e2870bac5348d0572b9b094857b96 195948 
libosgearthqt3_2.5.0+dfsg-6_amd64.deb
 2258e3464cb6c0b3294903ce1874e8d764f736094d255ab24a0d2ebcc46d3667 348262 
libosgearthsymbology3_2.5.0+dfsg-6_amd64.deb
 51f4ea6c44e03f5aca941226463916ac9d37d80d706787c8eaba6fb924785515 735590 
libosgearthutil3_2.5.0+dfsg-6_amd64.deb
 e9b6e9aae321522f703f0ea4417b32cc1c377d5c27263a58114a22c745508835 3740718 
openscenegraph-plugin-osgearth_2.5.0+dfsg-6_amd64.deb
 ad7554d64f210db00e898596a073e7a7391de4679c020bbc1fd61214e41063cf 3943388 
osgearth-data_2.5.0+dfsg-6_all.deb
 96bd73ac1cac6e192f99777e503f005f8d6af4a265f2eb89d4c046b5fefb8d06 198232 
osgearth_2.5.0+dfsg-6_amd64.deb
Files:
 786b6406c02931b1bd68f06dfe06bc9f 2925 devel optional osgearth_2.5.0+dfsg-6.dsc
 741843dc2d1064e2a6f43f3f353b69ab 97264 devel optional 
osgearth_2.5.0+dfsg-6.debian.tar.xz
 4ae467051e2d95c32d51b1fa9f4cc716 448550 libdevel optional 
libosgearth-dev_2.5.0+dfsg-6_amd64.deb
 74889104bc7808de2e74e8d00334ffdb 966960 libs optional 
libosgearth3_2.5.0+dfsg-6_amd64.deb
 a11acb38e53a2acc98a17692961db51b 223212 libs optional 
libosgearthannotation3_2.5.0+dfsg-6_amd64.deb
 06cbe65b0a9831be1d0affe3df1d6866 326422 libs optional 
libosgearthfeatures3_2.5.0+dfsg-6_amd64.deb
 32fafab147a2fe747c7383eadea1212c 195948 libs optional 
libosgearthqt3_2.5.0+dfsg-6_amd64.deb
 289411c38ebe8a27a14809ba14f29e97 348262 libs optional 
libosgearthsymbology3_2.5.0+dfsg-6_amd64.deb
 43f83cdebc316e5befa12203bb046726 735590 libs optional 
libosgearthutil3_2.5.0+dfsg-6_amd64.deb
 61b9dbc7dd782308bb39354162a86a2e 3740718 devel optional 
openscenegraph-plugin-osgearth_2.5.0+dfsg-6_amd64.deb
 478f415d93bd9aa566cfcebac1fc9737 3943388 devel optional 

[mapcache] tag debian/1.4.0-4 created (now a1065d4)

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

sebastic pushed a change to tag debian/1.4.0-4
in repository mapcache.

at  a1065d4   (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/mapcache.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


[mapcache] branch master updated (4e2f43c - a1065d4)

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

sebastic pushed a change to branch master
in repository mapcache.

  from  4e2f43c   Set distribution to unstable.
   new  1ddb6ce   Update watch file to use lowercase RC in uversionmangle.
   new  a1065d4   Set distribution 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 | 7 +++
 debian/watch | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

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


[mapcache] 01/02: Update watch file to use lowercase RC in uversionmangle.

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

sebastic pushed a commit to branch master
in repository mapcache.

commit 1ddb6ce8abad9498706f0bf11b640698a90197a8
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 14:14:24 2015 +0200

Update watch file to use lowercase RC in uversionmangle.
---
 debian/changelog | 6 ++
 debian/watch | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d38ba41..d509e1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapcache (1.4.0-4) UNRELEASED; urgency=medium
+
+  * Update watch file to use lowercase RC in uversionmangle.
+
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:14:03 +0200
+
 mapcache (1.4.0-3) unstable; urgency=medium
 
   * Disable memcache support on architectures where it's not supported.
diff --git a/debian/watch b/debian/watch
index b1dfd4b..ec1b036 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,7 +1,7 @@
 version=3
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/\-/\./g,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g,\
 
filenamemangle=s/(?:.*?)?(?:rel|v|mapcache)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/mapcache-$1.$2/
 \
 https://github.com/mapserver/mapcache/releases \
 
(?:.*?/)?(?:rel|v|mapcache)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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


[mapcache] 02/02: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository mapcache.

commit a1065d43edb3d42bc8b1ab68194f4aedf99d41c6
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 14:16:50 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index d509e1f..91bb9ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-mapcache (1.4.0-4) UNRELEASED; urgency=medium
+mapcache (1.4.0-4) unstable; urgency=medium
 
   * Update watch file to use lowercase RC in uversionmangle.
+  * Rebuild for geos transition.
 
- -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:14:03 +0200
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:15:23 +0200
 
 mapcache (1.4.0-3) unstable; urgency=medium
 

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


mapcache_1.4.0-4_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 14:15:23 +0200
Source: mapcache
Binary: libmapcache1 libmapcache1-dev mapcache-cgi mapcache-tools 
libapache2-mod-mapcache
Architecture: source amd64
Version: 1.4.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 libapache2-mod-mapcache - tile caching server - Apache module
 libmapcache1 - tile caching server - shared library
 libmapcache1-dev - tile caching server - shared library development files
 mapcache-cgi - tile caching server - CGI binary
 mapcache-tools - tile caching server - tools
Changes:
 mapcache (1.4.0-4) unstable; urgency=medium
 .
   * Update watch file to use lowercase RC in uversionmangle.
   * Rebuild for geos transition.
Checksums-Sha1:
 aef1da140d874a67d640646788212fd26f21d36d 2716 mapcache_1.4.0-4.dsc
 155345fea043710f1a12354a6de59f7c1d9fea67 12572 mapcache_1.4.0-4.debian.tar.xz
 ed8b38360214d4e33114e3c2e95e1eeec47cffa3 24544 
libapache2-mod-mapcache_1.4.0-4_amd64.deb
 0d0f9f7e02136f0a0ae6c8d7406b20797c05e1ff 20420 
libmapcache1-dev_1.4.0-4_amd64.deb
 65b67d0dc7f37fb2709a9651694ada388e801eb8 119450 libmapcache1_1.4.0-4_amd64.deb
 a4c9a3453f0c742687fe57c1081d25f02776982e 10196 mapcache-cgi_1.4.0-4_amd64.deb
 4c3a12490058d47d550c56d5b6d6630386c5ef93 21482 mapcache-tools_1.4.0-4_amd64.deb
Checksums-Sha256:
 a44c0508488e6d2d16c90dab4e1ad1f8d0c9dc68d1c208245ec7de4736b3b469 2716 
mapcache_1.4.0-4.dsc
 ce4a44880feb431014f7acdab012dde70a2471898ca335d6ccc25b5fecf09c4c 12572 
mapcache_1.4.0-4.debian.tar.xz
 9a05279a2981c6fba008a186f404fe08985ee19fa6e5de679a6438f81fac5b55 24544 
libapache2-mod-mapcache_1.4.0-4_amd64.deb
 e915d04f07c341fe934030360dc114f6f0514dc8d8d975097f625f113489d293 20420 
libmapcache1-dev_1.4.0-4_amd64.deb
 1ca3a1dda23383538b9144ca35bb7bcf2016b1c0c24c8ed68548f6d73ac04698 119450 
libmapcache1_1.4.0-4_amd64.deb
 f04df11867d66fec4a0e77bf4b1a7d703c5d2aa398bec6f4914e644e51303a0e 10196 
mapcache-cgi_1.4.0-4_amd64.deb
 6c59c8c57df498793055d75a1762e71c6b6de464d8d379c61b87d8f3a38e89b4 21482 
mapcache-tools_1.4.0-4_amd64.deb
Files:
 628e0badae7d8b7ed25288531c5dc8e3 2716 devel optional mapcache_1.4.0-4.dsc
 4c3dd518929931baadccdfc421d0893a 12572 devel optional 
mapcache_1.4.0-4.debian.tar.xz
 649340c5de77a9600fe80e83ddb9c5aa 24544 web optional 
libapache2-mod-mapcache_1.4.0-4_amd64.deb
 4f81d9f42a832a5232d74190932f031e 20420 libdevel optional 
libmapcache1-dev_1.4.0-4_amd64.deb
 74b82630d74cb20765fe8432b9eb57e5 119450 libs optional 
libmapcache1_1.4.0-4_amd64.deb
 c3049ba4d68c1d99388fd01bdee5c5f0 10196 web optional 
mapcache-cgi_1.4.0-4_amd64.deb
 487366647ee1dc87c025dcc0b9a793a5 21482 misc optional 
mapcache-tools_1.4.0-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV4aWCAAoJEGdQ8QrojUrx4fsP/0odejxK6kKvu9KeVXd1221o
qfSjbmm37cXEayAgWHxdmNk5bzRwgsudqoq7LPgASOkWEF3bl6/JLs/x4wMoT73o
kRUPTjRjBurbYmxdyPzOKWdjgo37Xg82HZzGT/f7TsNdNINj3MfwPCNv0D9cWxBi
cg0OBPjImbSqA0usHEbJvFSyeQ4G3/h1rbbXuAfTP39Z0EDclbpNYMMJ8eXTIfO6
xy724EDrshphIokVXK3GGJKuQI+rnyfAi/7cgGZ0hucwoyzmGATi5w/rCUPkGnp6
NNU5bzHc2H32cKdplosuTyqjhpFAm0Cvd6J8ZuZzWwvcpx770G+eYYMuGktzDgBh
2xCvgFpIs5As1NNdsUQbPcyt5XYv9PP5r9BDX2Vex7nuRy0KXuV4BXc6dI13+44G
fbwYiuEfEuhedRyWoIBsh7GJWitkHyN1V0xcdtwrTtuNw0sJlsZ8P6uIcIHeAFXP
C5k4a+0T6crBE1H8uhIBPtjHlSNDLEyoCQ6M1mpBDVx0b3nGQzmj6KVWpcPosDtD
tkO9n4GxzJVym1owYq/Qxx3JWy98RABulu7ZQxBPtb1OhtMnpLWqAbmgxXnFm6sc
yl3l4JEOtnrUi+HNnjyUeJhKDtiCNb1zTw7aE6TRFHuCslqRrH/zC3QCmHQJYyb5
WU54EmIeQaHmIA7R/ePU
=UuVY
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of mapserver_7.0.0-4_amd64.changes

2015-08-29 Thread Debian FTP Masters
mapserver_7.0.0-4_amd64.changes uploaded successfully to localhost
along with the files:
  mapserver_7.0.0-4.dsc
  mapserver_7.0.0-4.debian.tar.xz
  cgi-mapserver_7.0.0-4_amd64.deb
  libmapscript-java_7.0.0-4_amd64.deb
  libmapscript-perl_7.0.0-4_amd64.deb
  libmapserver-dbg_7.0.0-4_amd64.deb
  libmapserver-dev_7.0.0-4_amd64.deb
  libmapserver2_7.0.0-4_amd64.deb
  mapserver-bin_7.0.0-4_amd64.deb
  mapserver-doc_7.0.0-4_all.deb
  php5-mapscript_7.0.0-4_amd64.deb
  python-mapscript_7.0.0-4_amd64.deb
  ruby-mapscript_7.0.0-4_amd64.deb

Greetings,

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

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


[pyspatialite] 04/05: Use debian/* instead of absolute path in rules file.

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

sebastic pushed a commit to branch master
in repository pyspatialite.

commit 1aef1c7a757fe43efd2fa97c9233ce05d25e950f
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 15:22:25 2015 +0200

Use debian/* instead of absolute path in rules file.
---
 debian/changelog | 1 +
 debian/rules | 7 +++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0957597..daff5dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pyspatialite (3.0.1-10) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use HTTPS.
   * Drop © character from copyright statements.
   * Improve upstream release matching in watch file.
+  * Use debian/* instead of absolute path in rules file.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:51:11 +0200
 
diff --git a/debian/rules b/debian/rules
index 37925e4..ef983b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PS := $(CURDIR)/debian/python-pyspatialite
-
 %:
dh $@ \
--with python2 \
@@ -13,5 +11,6 @@ PS := $(CURDIR)/debian/python-pyspatialite
 
 override_dh_auto_install:
dh_auto_install
-   rm -rf $(PS)/usr/pyspatialite-doc/
-   rm -rf $(PS)/usr/lib/python*/*-packages/pyspatialite/test/
+   rm -rf debian/*/usr/pyspatialite-doc/
+   rm -rf debian/*/usr/lib/python*/*-packages/pyspatialite/test/
+

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

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

[pyspatialite] 01/05: Update Vcs-Browser URL to use HTTPS.

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

sebastic pushed a commit to branch master
in repository pyspatialite.

commit 5c8efa8ecc1288e6c214860cf1b4beb188228700
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 14:52:08 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 98d53ac..74b2ab9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyspatialite (3.0.1-10) UNRELEASED; urgency=medium
+
+  * Update Vcs-Browser URL to use HTTPS.
+
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:51:11 +0200
+
 pyspatialite (3.0.1-9) unstable; urgency=medium
 
   * Apply patch from Ubuntu to fix misbuild on 64-bit archs.
diff --git a/debian/control b/debian/control
index 94c4373..028d6f3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (= 9),
libproj-dev,
python-all-dev (= 2.6.6-3~)
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/pyspatialite.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyspatialite.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/pyspatialite.git
 Homepage: https://github.com/lokkju/pyspatialite/
 

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

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


[pyspatialite] 03/05: Improve upstream release matching in watch file.

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

sebastic pushed a commit to branch master
in repository pyspatialite.

commit 90fccca0bb1a698732fadece1fdf19fdfc3e642d
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 15:06:08 2015 +0200

Improve upstream release matching in watch file.
---
 debian/changelog | 1 +
 debian/watch | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index efd1996..0957597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pyspatialite (3.0.1-10) UNRELEASED; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
   * Drop © character from copyright statements.
+  * Improve upstream release matching in watch file.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:51:11 +0200
 
diff --git a/debian/watch b/debian/watch
index 9fd6723..f663f5e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -4,4 +4,4 @@ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
 
uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)-?(\d*)$/$1~$2$3/;s/RC/rc/,\
 filenamemangle=s/^.*?\/(\d+)/pyspatialite-$1/ \
 https://github.com/lokkju/pyspatialite/releases \
-(?:|.*/)pyspatialite/archive/(\d+\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+(?:.*?/)?(?:rel|v|pyspatialite)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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

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

[pyspatialite] 02/05: Drop © character from copyright statements.

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

sebastic pushed a commit to branch master
in repository pyspatialite.

commit c5548f9970329cd9dfd7e860843374647d0bec66
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 14:52:39 2015 +0200

Drop © character from copyright statements.
---
 debian/changelog | 1 +
 debian/copyright | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74b2ab9..efd1996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pyspatialite (3.0.1-10) UNRELEASED; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
+  * Drop © character from copyright statements.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:51:11 +0200
 
diff --git a/debian/copyright b/debian/copyright
index dad00dd..20b57cd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Lokkju Brennr lok...@lokkju.com
 Source: https://github.com/lokkju/pyspatialite/
 
 Files: *
-Copyright: © 2004-2007, Lokkju Brennr lok...@lokkju.com
-   © 2004-2010, Gerhard Häring g...@ghaering.de
+Copyright: 2004-2007, Lokkju Brennr lok...@lokkju.com
+   2004-2010, Gerhard Häring g...@ghaering.de
 License: zlib
 
 Files: src/microprotocols.c
@@ -14,7 +14,7 @@ Copyright: 2003-2004, Federico Di Gregorio f...@debian.org
 License: zlib
 
 Files: debian/*
-Copyright: © 2012, David Paleino da...@debian.org
+Copyright: 2012, David Paleino da...@debian.org
 License: zlib
 
 License: zlib

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

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

[pyspatialite] tag debian/3.0.1-10 created (now fcd5943)

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

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

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

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

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


[pyspatialite] 05/05: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository pyspatialite.

commit fcd59439ef07b2b65083b8f8d383e6e52a5af8d1
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 15:23:25 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index daff5dd..74839db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-pyspatialite (3.0.1-10) UNRELEASED; urgency=medium
+pyspatialite (3.0.1-10) unstable; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
   * Drop © character from copyright statements.
   * Improve upstream release matching in watch file.
   * Use debian/* instead of absolute path in rules file.
+  * Rebuild for geos transition.
 
- -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 14:51:11 +0200
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 15:22:27 +0200
 
 pyspatialite (3.0.1-9) unstable; urgency=medium
 

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

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

[pyspatialite] branch master updated (977e61f - fcd5943)

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

sebastic pushed a change to branch master
in repository pyspatialite.

  from  977e61f   Set distribution to unstable.
   new  5c8efa8   Update Vcs-Browser URL to use HTTPS.
   new  c5548f9   Drop © character from copyright statements.
   new  90fccca   Improve upstream release matching in watch file.
   new  1aef1c7   Use debian/* instead of absolute path in rules file.
   new  fcd5943   Set distribution to unstable.

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.


Summary of changes:
 debian/changelog | 10 ++
 debian/control   |  2 +-
 debian/copyright |  6 +++---
 debian/rules |  7 +++
 debian/watch |  2 +-
 5 files changed, 18 insertions(+), 9 deletions(-)

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

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

[spatialite-gui] 03/03: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository spatialite-gui.

commit 5afcb426dc9aa426c5389ed82c6c869d764dce9e
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 16:19:33 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index d9c2df4..0096384 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-spatialite-gui (2.0.0~devel2-2) UNRELEASED; urgency=medium
+spatialite-gui (2.0.0~devel2-2) unstable; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
   * Override dh_install to use --list-missing.
+  * Rebuild for geos transition.
 
- -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 15:56:29 +0200
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 16:19:08 +0200
 
 spatialite-gui (2.0.0~devel2-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/spatialite-gui.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 spatialite-gui_2.0.0~devel2-2_amd64.changes

2015-08-29 Thread Debian FTP Masters
spatialite-gui_2.0.0~devel2-2_amd64.changes uploaded successfully to localhost
along with the files:
  spatialite-gui_2.0.0~devel2-2.dsc
  spatialite-gui_2.0.0~devel2-2.debian.tar.xz
  spatialite-gui-dbg_2.0.0~devel2-2_amd64.deb
  spatialite-gui_2.0.0~devel2-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


[spatialite-gui] 02/03: Override dh_install to use --list-missing.

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

sebastic pushed a commit to branch master
in repository spatialite-gui.

commit f0532acfe961b7a663120a0fe2ef7306b000b7ef
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 16:19:07 2015 +0200

Override dh_install to use --list-missing.
---
 debian/changelog | 1 +
 debian/rules | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fc8f336..d9c2df4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 spatialite-gui (2.0.0~devel2-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Browser URL to use HTTPS.
+  * Override dh_install to use --list-missing.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 15:56:29 +0200
 
diff --git a/debian/rules b/debian/rules
index a577d58..cbf9ddd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,9 @@
 override_dh_autoreconf:
dh_autoreconf --as-needed
 
+override_dh_install:
+   dh_install --list-missing
+
 override_dh_strip:
dh_strip --dbg-package=spatialite-gui-dbg
+

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

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


[spatialite-gui] 01/03: Update Vcs-Browser URL to use HTTPS.

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

sebastic pushed a commit to branch master
in repository spatialite-gui.

commit 2c054fc39d88598dfa47c507e8f31650df2e0081
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 15:56:41 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index b97c3db..fc8f336 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+spatialite-gui (2.0.0~devel2-2) UNRELEASED; urgency=medium
+
+  * Update Vcs-Browser URL to use HTTPS.
+
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 15:56:29 +0200
+
 spatialite-gui (2.0.0~devel2-1) unstable; urgency=medium
 
   * Move from experimental to unstable.
diff --git a/debian/control b/debian/control
index 34ac6b1..5e490c9 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (= 9~),
wx-common,
zlib1g-dev
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/spatialite-gui.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/spatialite-gui.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/spatialite-gui.git
 Homepage: https://www.gaia-gis.it/fossil/spatialite_gui/
 

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

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


[spatialite-gui] tag debian/2.0.0.devel2-2 created (now 5afcb42)

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

sebastic pushed a change to tag debian/2.0.0.devel2-2
in repository spatialite-gui.

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

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

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


[spatialite-gui] branch master updated (7a68a98 - 5afcb42)

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

sebastic pushed a change to branch master
in repository spatialite-gui.

  from  7a68a98   Move from experimental to unstable.
   new  2c054fc   Update Vcs-Browser URL to use HTTPS.
   new  f0532ac   Override dh_install to use --list-missing.
   new  5afcb42   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/control   | 2 +-
 debian/rules | 4 
 3 files changed, 13 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/spatialite-gui.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: Update Vcs-Browser URL to use HTTPS.

2015-08-29 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 807bd75ba28b79c9113d33ea3a9298e9e5937892
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 16:36:16 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 1f51f07..7882c3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qgis (2.8.3+dfsg-2) UNRELEASED; urgency=medium
 
   * Update symbols for amd64.
   * Add patch to fix 'software' typo.
+  * Update Vcs-Browser URL to use HTTPS.
 
  -- Bas Couwenberg sebas...@debian.org  Sun, 23 Aug 2015 17:40:11 +0200
 
diff --git a/debian/control b/debian/control
index ef42565..59e3b4d 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,7 @@ Build-Depends: bison,
 Build-Conflicts: libqgis-dev,
  qgis-dev
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/qgis.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/qgis.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/qgis.git
 Homepage: http://qgis.org/
 X-Python-Version: = 2.7,  2.8

-- 
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: Mark software-typo.patch as Applied-Upstream.

2015-08-29 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 8666386a253cdbad58dd11df29d60ddd9c9ab47c
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Aug 28 14:12:28 2015 +0200

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

diff --git a/debian/patches/software-typo.patch 
b/debian/patches/software-typo.patch
index 1713ea7..2fceff9 100644
--- a/debian/patches/software-typo.patch
+++ b/debian/patches/software-typo.patch
@@ -1,6 +1,7 @@
 Description: Fix 'sofware' typo, replace with 'software'.
 Author: Bas Couwenberg sebas...@debian.org
 Forwarded: https://github.com/qgis/QGIS/pull/2270
+Applied-Upstream: 
https://github.com/qgis/QGIS/commit/12bd5bcc6bf42cc0b5c720675643d69a60ed3a4a
 
 --- a/i18n/qgis_ar.ts
 +++ b/i18n/qgis_ar.ts

-- 
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] branch master updated (6cb85f0 - e45c967)

2015-08-29 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  6cb85f0   Add patch to fix 'software' typo.
   new  460211d   Mark patch as Forwarded.
   new  8666386   Mark software-typo.patch as Applied-Upstream.
   new  807bd75   Update Vcs-Browser URL to use HTTPS.
   new  e45c967   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   | 6 --
 debian/control | 2 +-
 debian/patches/software-typo.patch | 2 ++
 3 files changed, 7 insertions(+), 3 deletions(-)

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

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


[qgis] 01/04: Mark patch as Forwarded.

2015-08-29 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 460211d4d6295ab7e8a9143ae087239aec2774e2
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Aug 23 18:29:27 2015 +0200

Mark patch as Forwarded.
---
 debian/patches/software-typo.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/software-typo.patch 
b/debian/patches/software-typo.patch
index 1311c7d..1713ea7 100644
--- a/debian/patches/software-typo.patch
+++ b/debian/patches/software-typo.patch
@@ -1,5 +1,6 @@
 Description: Fix 'sofware' typo, replace with 'software'.
 Author: Bas Couwenberg sebas...@debian.org
+Forwarded: https://github.com/qgis/QGIS/pull/2270
 
 --- a/i18n/qgis_ar.ts
 +++ b/i18n/qgis_ar.ts

-- 
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-2 created (now e45c967)

2015-08-29 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-2
in repository qgis.

at  e45c967   (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


[libosmium] branch master updated (33491dd - 1ec110a)

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

sebastic pushed a change to branch master
in repository libosmium.

  from  33491dd   Set distribution to unstable.
   new  d90f498   Imported Upstream version 2.4.1
   new  29ce501   Merge tag 'upstream/2.4.1'
   new  a669105   New upstream release.
   new  1ec110a   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:
 CHANGELOG.md| 10 +-
 CMakeLists.txt  |  2 +-
 debian/changelog|  6 ++
 include/osmium/osm/crc.hpp  |  6 +-
 test/t/basic/test_changeset.cpp |  2 +-
 test/t/basic/test_node.cpp  |  2 +-
 test/t/basic/test_relation.cpp  |  2 +-
 test/t/basic/test_way.cpp   |  2 +-
 8 files changed, 25 insertions(+), 7 deletions(-)

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


[libosmium] annotated tag upstream/2.4.1 created (now ae27d62)

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

sebastic pushed a change to annotated tag upstream/2.4.1
in repository libosmium.

at  ae27d62   (tag)
   tagging  d90f498f685f6e8c251fed8f6a5d87a753fc3e5c (commit)
  replaces  upstream/2.4.0
 tagged by  Bas Couwenberg
on  Sat Aug 29 16:41:58 2015 +0200

- Log -
Upstream version 2.4.1

Bas Couwenberg (1):
  Imported Upstream version 2.4.1

---

No new revisions were added by this update.

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


[libosmium] branch upstream updated (93fff14 - d90f498)

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

sebastic pushed a change to branch upstream
in repository libosmium.

  from  93fff14   Imported Upstream version 2.4.0
   new  d90f498   Imported Upstream version 2.4.1

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:
 CHANGELOG.md| 10 +-
 CMakeLists.txt  |  2 +-
 include/osmium/osm/crc.hpp  |  6 +-
 test/t/basic/test_changeset.cpp |  2 +-
 test/t/basic/test_node.cpp  |  2 +-
 test/t/basic/test_relation.cpp  |  2 +-
 test/t/basic/test_way.cpp   |  2 +-
 7 files changed, 19 insertions(+), 7 deletions(-)

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


[libosmium] branch pristine-tar updated (492edcf - a12c5ec)

2015-08-29 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 libosmium.

  from  492edcf   pristine-tar data for libosmium_2.4.0.orig.tar.gz
   new  a12c5ec   pristine-tar data for libosmium_2.4.1.orig.tar.gz

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:
 libosmium_2.4.1.orig.tar.gz.delta | Bin 0 - 11885 bytes
 libosmium_2.4.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libosmium_2.4.1.orig.tar.gz.delta
 create mode 100644 libosmium_2.4.1.orig.tar.gz.id

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


[libosmium] tag debian/2.4.1-1 created (now 1ec110a)

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

sebastic pushed a change to tag debian/2.4.1-1
in repository libosmium.

at  1ec110a   (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/libosmium.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


[libosmium] 01/04: Imported Upstream version 2.4.1

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

sebastic pushed a commit to branch master
in repository libosmium.

commit d90f498f685f6e8c251fed8f6a5d87a753fc3e5c
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 16:41:58 2015 +0200

Imported Upstream version 2.4.1
---
 CHANGELOG.md| 10 +-
 CMakeLists.txt  |  2 +-
 include/osmium/osm/crc.hpp  |  6 +-
 test/t/basic/test_changeset.cpp |  2 +-
 test/t/basic/test_node.cpp  |  2 +-
 test/t/basic/test_relation.cpp  |  2 +-
 test/t/basic/test_way.cpp   |  2 +-
 7 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b7bd8d..2ce0c5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,13 @@ This project adheres to [Semantic 
Versioning](http://semver.org/).
 ### Fixed
 
 
+## [2.4.1] - 2015-08-29
+
+### Fixed
+
+- CRC calculation of tags and changesets.
+
+
 ## [2.4.0] - 2015-08-29
 
 ### Added
@@ -137,7 +144,8 @@ This project adheres to [Semantic 
Versioning](http://semver.org/).
   Doxygen (up to version 1.8.8). This version contains a workaround to fix
   this.
 
-[unreleased]: https://github.com/osmcode/libosmium/compare/v2.4.0...HEAD
+[unreleased]: https://github.com/osmcode/libosmium/compare/v2.4.1...HEAD
+[2.4.1]: https://github.com/osmcode/libosmium/compare/v2.4.0...v2.4.1
 [2.4.0]: https://github.com/osmcode/libosmium/compare/v2.3.0...v2.4.0
 [2.3.0]: https://github.com/osmcode/libosmium/compare/v2.2.0...v2.3.0
 [2.2.0]: https://github.com/osmcode/libosmium/compare/v2.1.0...v2.2.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc08036..129029f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@ project(libosmium)
 
 set(LIBOSMIUM_VERSION_MAJOR 2)
 set(LIBOSMIUM_VERSION_MINOR 4)
-set(LIBOSMIUM_VERSION_PATCH 0)
+set(LIBOSMIUM_VERSION_PATCH 1)
 
 set(LIBOSMIUM_VERSION
 
${LIBOSMIUM_VERSION_MAJOR}.${LIBOSMIUM_VERSION_MINOR}.${LIBOSMIUM_VERSION_PATCH})
diff --git a/include/osmium/osm/crc.hpp b/include/osmium/osm/crc.hpp
index 61ef249..fc87994 100644
--- a/include/osmium/osm/crc.hpp
+++ b/include/osmium/osm/crc.hpp
@@ -160,7 +160,10 @@ namespace osmium {
 }
 
 void update(const TagList tags) {
-m_crc.process_bytes(tags.data(), tags.byte_size());
+for (const Tag tag : tags) {
+update_string(tag.key());
+update_string(tag.value());
+}
 }
 
 void update(const osmium::RelationMember member) {
@@ -218,6 +221,7 @@ namespace osmium {
 update_int32(changeset.num_changes());
 update_int32(changeset.uid());
 update_string(changeset.user());
+update(changeset.tags());
 }
 
 }; // class CRC
diff --git a/test/t/basic/test_changeset.cpp b/test/t/basic/test_changeset.cpp
index fc9f1bd..d214698 100644
--- a/test/t/basic/test_changeset.cpp
+++ b/test/t/basic/test_changeset.cpp
@@ -33,7 +33,7 @@ TEST_CASE(Basic Changeset) {
 REQUIRE(std::string(user) == cs1.user());
 
 crc32.update(cs1);
-REQUIRE(crc32().checksum() == 0xf44aff25);
+REQUIRE(crc32().checksum() == 0xda0cd932);
 
 osmium::Changeset cs2 = buffer_add_changeset(buffer,
 user,
diff --git a/test/t/basic/test_node.cpp b/test/t/basic/test_node.cpp
index db5b4cd..750ad39 100644
--- a/test/t/basic/test_node.cpp
+++ b/test/t/basic/test_node.cpp
@@ -42,7 +42,7 @@ SECTION(node_builder) {
 REQUIRE(2 == node.tags().size());
 
 crc32.update(node);
-REQUIRE(crc32().checksum() == 0xc696802f);
+REQUIRE(crc32().checksum() == 0x7dc553f9);
 
 node.set_visible(false);
 REQUIRE(false == node.visible());
diff --git a/test/t/basic/test_relation.cpp b/test/t/basic/test_relation.cpp
index 4b608ff..5419d5e 100644
--- a/test/t/basic/test_relation.cpp
+++ b/test/t/basic/test_relation.cpp
@@ -61,7 +61,7 @@ TEST_CASE(Build relation) {
 }
 
 crc32.update(relation);
-REQUIRE(crc32().checksum() == 0xebcd836d);
+REQUIRE(crc32().checksum() == 0x2c2352e);
 }
 
 TEST_CASE(Member role too long) {
diff --git a/test/t/basic/test_way.cpp b/test/t/basic/test_way.cpp
index 7c7bc21..c8f651f 100644
--- a/test/t/basic/test_way.cpp
+++ b/test/t/basic/test_way.cpp
@@ -45,7 +45,7 @@ SECTION(way_builder) {
 REQUIRE(! way.is_closed());
 
 crc32.update(way);
-REQUIRE(crc32().checksum() == 0x20fe7a30);
+REQUIRE(crc32().checksum() == 0x7676d0c2);
 }
 
 SECTION(closed_way) {

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


[libosmium] 01/01: pristine-tar data for libosmium_2.4.1.orig.tar.gz

2015-08-29 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 libosmium.

commit a12c5ec82253383fec544ef2dafdc60e90303277
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 16:41:58 2015 +0200

pristine-tar data for libosmium_2.4.1.orig.tar.gz
---
 libosmium_2.4.1.orig.tar.gz.delta | Bin 0 - 11885 bytes
 libosmium_2.4.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libosmium_2.4.1.orig.tar.gz.delta 
b/libosmium_2.4.1.orig.tar.gz.delta
new file mode 100644
index 000..0871c7f
Binary files /dev/null and b/libosmium_2.4.1.orig.tar.gz.delta differ
diff --git a/libosmium_2.4.1.orig.tar.gz.id b/libosmium_2.4.1.orig.tar.gz.id
new file mode 100644
index 000..463e336
--- /dev/null
+++ b/libosmium_2.4.1.orig.tar.gz.id
@@ -0,0 +1 @@
+5ae463aa9f5da145d2688665f472895a51ebcaa5

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

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


spatialite-tools_4.3.0-2_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 15:42:00 +0200
Source: spatialite-tools
Binary: spatialite-bin
Architecture: source amd64
Version: 4.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 spatialite-bin - Geospatial extension for SQLite - tools
Changes:
 spatialite-tools (4.3.0-2) unstable; urgency=medium
 .
   * Update Vcs-Browser URL to use HTTPS.
   * Rebuild for geos transition.
Checksums-Sha1:
 12b0206c6de63cadf16c3cf2d7ad27d5abbde486 2338 spatialite-tools_4.3.0-2.dsc
 2d348b28df2a713338f805a072feb77174edac6a 10536 
spatialite-tools_4.3.0-2.debian.tar.xz
 be29bd57a6f02bf0fa30faf7bd5368323f91e218 190242 
spatialite-bin_4.3.0-2_amd64.deb
Checksums-Sha256:
 17d6a626ceed98609896678f97fa7f72754239b597d9b99edbbca18958bc1128 2338 
spatialite-tools_4.3.0-2.dsc
 428b6816be6e419b3e7b65b8590bda1499ebc8c8ac6fbb6d4ba2083bdab7b248 10536 
spatialite-tools_4.3.0-2.debian.tar.xz
 0434ab55612b4703e7c9d6abca01534f1f13fed8b481387a6dc114a1274e5daf 190242 
spatialite-bin_4.3.0-2_amd64.deb
Files:
 7d08d6da8f8fb7e229510452f53b6216 2338 science optional 
spatialite-tools_4.3.0-2.dsc
 aedebc8df699b48b04e34103c4fed728 10536 science optional 
spatialite-tools_4.3.0-2.debian.tar.xz
 b2dd90298d50f611ccef15247ec174f0 190242 science optional 
spatialite-bin_4.3.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV4blgAAoJEGdQ8QrojUrxQTsP/1dAQ2Lfac4eyFWuILjIbBLK
upIjrFQ9g30bgx6S3bXwSfpGoxmWcWEy6RIuFPcjARa6NMRENcEEeO0qngY8hwHW
fTgmsjVNMyjXgSWqqwNBCfmgIUeUM5Pcjp5JZEf+YZkNWhn647PPcV1W+lKDtBBA
Y21vPZmOuDUnvz6y8QAi/aO2NSH2RKXWIAKuNGym+Na9+xGuS1WWinKqz7VZ4uJK
Kpu8vh6pMNsCzNxEF6/B8OW/APScPcDCDJAXUjTsrj5tfQ9lm+fJFNhyJn0obMLf
uN+z8AevmdHcRjGcBL1TOcHtG/F5ZtgOFRHCSordKsaNTdPnEU9avBa26DYmwRJ4
y/kRIzXM1BowBXSoN1pniftDdWOGFrC3fMNEtx+fTRin+85RBm2j3YveqZzPsxaz
oJWllFgseR4WLqxdAuoHpwJ2ehxoi0VphAuvRftxkZwYPCnXUqZJRhgMWMIG7g9D
dPGh6ok8S6JE3p5yAHv7PMbNxDxwWk+ET3Qo9ukOd7P54m4gxmb86QAgXRJqK2RV
Zf/9tSKENUh/ZtA34DQbqB0ymJiJQu4fI1J1LbJp5uzJnx1HQvd4mUvHQ9F1W8oV
MSQD8aNyKphhGYfaQVC2AjftGDv1vGWr2CkAd7p1cU3kM0lWjpXKLLThYzGPLv1y
4xcqtAVEAota3Hes9ixE
=XpdI
-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


qgis_2.8.3+dfsg-2_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 17:03:40 +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-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
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-2) unstable; urgency=medium
 .
   * Update symbols for amd64.
   * Add patch to fix 'software' typo.
   * Update Vcs-Browser URL to use HTTPS.
   * Rebuild for geos transition.
Checksums-Sha1:
 a98faf2fbe01e4ec34fb4f9083b4a0ef8722a15c 3889 qgis_2.8.3+dfsg-2.dsc
 befeee13dad11fdea4d3fa03c8502cff5b1ba3d0 368292 qgis_2.8.3+dfsg-2.debian.tar.xz
 55eea6e109b175b7e4dd07f479ea82251de7d17c 1101554 
libqgis-analysis2.8.3_2.8.3+dfsg-2_amd64.deb
 6186e0b46b2cbbfe6afc93fa104d0e6f46b4522e 3168860 
libqgis-core2.8.3_2.8.3+dfsg-2_amd64.deb
 3730b0adf57a6d539bd5283f083fbc11f0011a7e 2404798 
libqgis-customwidgets_2.8.3+dfsg-2_amd64.deb
 f6216cb6980cef05ef6f601436fa6b137232c474 1378346 
libqgis-dev_2.8.3+dfsg-2_amd64.deb
 1ff181d1785d4c5046d5a93697023e50037e5b7a 2394874 
libqgis-gui2.8.3_2.8.3+dfsg-2_amd64.deb
 6f50e7da88698b19e50fd13aacf43174e3206134 968854 
libqgis-networkanalysis2.8.3_2.8.3+dfsg-2_amd64.deb
 b04f0c5ff1ad834b6af999dae84febd84f596e63 1287838 
libqgis-server2.8.3_2.8.3+dfsg-2_amd64.deb
 fe9616fefdd813132b837074f9943d8f610c16f0 966516 
libqgispython2.8.3_2.8.3+dfsg-2_amd64.deb
 9056f73a9c05d6994ac57fefb42255f52ebdc83b 3259908 
python-qgis-common_2.8.3+dfsg-2_all.deb
 115f57535e60156e2c037daad5723ba1830295aa 3469776 
python-qgis_2.8.3+dfsg-2_amd64.deb
 deadff66d12501bdd12258bb5be4f76713e765f8 949416 
qgis-api-doc_2.8.3+dfsg-2_all.deb
 48ece6c51db3e9f0714c8a798b2cca07741d 8228392 
qgis-common_2.8.3+dfsg-2_all.deb
 69506f5a3bcc1123e980d76b511a88f7d1717723 165724378 
qgis-dbg_2.8.3+dfsg-2_amd64.deb
 21654fd0b03a604de0979d86473ee183906a778c 956112 
qgis-plugin-globe-common_2.8.3+dfsg-2_all.deb
 d9750f9c7c109a95be7a1031debcf8d0a85b82fa 1033458 
qgis-plugin-globe_2.8.3+dfsg-2_amd64.deb
 63dc56673cc5103a57d7714c92fa530626980e13 1709284 
qgis-providers-common_2.8.3+dfsg-2_all.deb
 3713c1ae4a732a111357beef984e6fc22ae739e8 1968816 
qgis-providers_2.8.3+dfsg-2_amd64.deb
 da4cf4966805901cbdd8a9080a3d2a5e3a377bb4 1366564 
qgis-server_2.8.3+dfsg-2_amd64.deb
 7cd1891662e46b43ea42e1855db07cc2c17f08ae 6603100 qgis_2.8.3+dfsg-2_amd64.deb
Checksums-Sha256:
 c7ad6157e42d4ca4f5e90fb38ed2575104c6159851bab6a27448ba6947d7a39e 3889 
qgis_2.8.3+dfsg-2.dsc
 5f5bba0546d27bbcdcf563e1de2a5ba1f5bca539c72245b58aff33f21c1d252f 368292 
qgis_2.8.3+dfsg-2.debian.tar.xz
 fa0169db972f547b7c2b7662bdc94a1ae9893e02bf7f600303236e0e41459703 1101554 
libqgis-analysis2.8.3_2.8.3+dfsg-2_amd64.deb
 86e269bd3b094394df58c87ec2484f67e8c05aabdb49557402b7a1a5144ea962 3168860 
libqgis-core2.8.3_2.8.3+dfsg-2_amd64.deb
 f3adc63e112659df6f8c73c7e35189e9833557a530edd479a1db49aa1b8cfc14 2404798 
libqgis-customwidgets_2.8.3+dfsg-2_amd64.deb
 9e4290ffa27212637b3f8880c82d95c05540a5c060a8987e1a54a2d2f44bb88c 1378346 
libqgis-dev_2.8.3+dfsg-2_amd64.deb
 2460bd2d7823371f9c516d0a320d95191a517bfd142d2a4e66564301f01faa8e 2394874 
libqgis-gui2.8.3_2.8.3+dfsg-2_amd64.deb
 1d1fda7441513e879eacaa56bd1afa61a26525c3a191090d6c3238e58595a7f1 968854 
libqgis-networkanalysis2.8.3_2.8.3+dfsg-2_amd64.deb
 0a48972f10b77697792bcc4161d69c3124b39a7327551aecb226cb6fb2ae4eaf 1287838 
libqgis-server2.8.3_2.8.3+dfsg-2_amd64.deb
 3e6dd07cca48c99903bd53c07f322b80c6d5b1d185f49c98616b78c740f0928e 966516 
libqgispython2.8.3_2.8.3+dfsg-2_amd64.deb
 

proj4js 2.3.10+ds-1 MIGRATED to testing

2015-08-29 Thread Debian testing watch
FYI: The status of the proj4js source package
in Debian's testing distribution has changed.

  Previous version: 2.3.7+ds-1
  Current version:  2.3.10+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


[libosmium] 03/04: New upstream release.

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

sebastic pushed a commit to branch master
in repository libosmium.

commit a669105f157f9b5b4dc26efdc8f3cb103008b19b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 16:43:10 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f884711..65f33b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmium (2.4.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 16:43:06 +0200
+
 libosmium (2.4.0-1) unstable; urgency=medium
 
   * New upstream release.

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


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

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

sebastic pushed a commit to branch master
in repository libosmium.

commit 1ec110af7c0edb73d0a81df4e5e6961a854f6f3d
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 16:44:24 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 65f33b1..9fb0484 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libosmium (2.4.1-1) UNRELEASED; urgency=medium
+libosmium (2.4.1-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 16:43:06 +0200
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Aug 2015 16:44:05 +0200
 
 libosmium (2.4.0-1) unstable; urgency=medium
 

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


[libosmium] 02/04: Merge tag 'upstream/2.4.1'

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

sebastic pushed a commit to branch master
in repository libosmium.

commit 29ce501105dc659b4034f726bb22376b2e789603
Merge: 33491dd d90f498
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Aug 29 16:41:59 2015 +0200

Merge tag 'upstream/2.4.1'

Upstream version 2.4.1

 CHANGELOG.md| 10 +-
 CMakeLists.txt  |  2 +-
 include/osmium/osm/crc.hpp  |  6 +-
 test/t/basic/test_changeset.cpp |  2 +-
 test/t/basic/test_node.cpp  |  2 +-
 test/t/basic/test_relation.cpp  |  2 +-
 test/t/basic/test_way.cpp   |  2 +-
 7 files changed, 19 insertions(+), 7 deletions(-)

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

2015-08-29 Thread Debian FTP Masters
libosmium_2.4.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  libosmium_2.4.1-1.dsc
  libosmium_2.4.1.orig.tar.gz
  libosmium_2.4.1-1.debian.tar.xz
  libosmium2-dev_2.4.1-1_amd64.deb
  libosmium2-doc_2.4.1-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


libosmium_2.4.1-1_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 16:44:05 +0200
Source: libosmium
Binary: libosmium2-dev libosmium2-doc
Architecture: source amd64 all
Version: 2.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 libosmium2-dev - C++ framework for working with OSM data files
 libosmium2-doc - C++ framework for working with OSM data files - documentation
Changes:
 libosmium (2.4.1-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 902906d159c20c290afa38a8a786f036a67c1158 2159 libosmium_2.4.1-1.dsc
 da6283e6162a42ee2bff271c5e027b45ea4380dd 390943 libosmium_2.4.1.orig.tar.gz
 4a50871112d8f63325b153d9a34230f0a5b01b20 5216 libosmium_2.4.1-1.debian.tar.xz
 ed1a69f7601d2496c5b096c52577b8126ade85e1 133170 
libosmium2-dev_2.4.1-1_amd64.deb
 1ada4e947aea0a52f03c9326ce6b754a89fdc70c 33301444 
libosmium2-doc_2.4.1-1_all.deb
Checksums-Sha256:
 43a27562ef1f7d6bd2b0234a70fdebea98e48496e6f19d8607cfa78428b012d6 2159 
libosmium_2.4.1-1.dsc
 47e22fefc848bb7360da0456eeeb8d265602aafa19e662d27195628092073cce 390943 
libosmium_2.4.1.orig.tar.gz
 4f5ea4fea3cfcc862c3fc506db29de60ee8b8c9d08ac0e162e7eeaeaa41cd000 5216 
libosmium_2.4.1-1.debian.tar.xz
 c1c976bc75f222962198840a7fb47a05a97d568562a633cc45dc2088ddcbe058 133170 
libosmium2-dev_2.4.1-1_amd64.deb
 db09a443f4ad63b4f528c8144403a48f2d7454da64aa055a2bf1695ea2348f83 33301444 
libosmium2-doc_2.4.1-1_all.deb
Files:
 abc794ac6147375424a772ff8ae20911 2159 science optional libosmium_2.4.1-1.dsc
 5d3eb5b959872d970c63e91dc628bf4c 390943 science optional 
libosmium_2.4.1.orig.tar.gz
 e96608d69dd1f861cfa6539dd8bce4c2 5216 science optional 
libosmium_2.4.1-1.debian.tar.xz
 c44a510ce64598871371ebd603ab0bdd 133170 libdevel optional 
libosmium2-dev_2.4.1-1_amd64.deb
 758477c9bc168a0d88c758d4e8b4f0a8 33301444 doc optional 
libosmium2-doc_2.4.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV4cdeAAoJEGdQ8QrojUrxPfgP/3CfppMEjDTbMv8L1tNTy95W
8Q09Lx/+hst8HS2jhz/3uTgLnhHCST8XA1Tlltu4JKdwF/D3u4kXVh3O1YuyvJDk
wRWozw406cYf57emt+w9pf6RUB2F0ZD1rtqyQSRgJwV7XjA2+yhMmOYjFH4RuSB+
KGRIkvO6QLpjMMFHSCXrCVkMcrcZWqYSm/GZkagMtyVwFqo4+GZrBwAfVa2Zt+hi
fevKXYG6vJKIVGnjSpxKrkk8QskK7Mf48LwU226D8lmqRk6FDnZ5KcvoWXs4HD1I
ORzZNDu6Y1+97ViMNHMSJRx/bL84APZ+pjEAPJ4E7lhUtKRc4VViYGV+ik5m3BYR
SquSPkjeHNFoJejh9k5wU2LAVvvgshNTdtxvD1AJORfv+nALpnr9tQO5pX7yDOTn
5ynvEpNXyk1mJkx8ssroZVd02WQas1aKMNkkfGX1RrX2t3ff0dLOWRAK6B9oKIJP
H9OncIodoru9+gYWRZFg0On9SdozbRxyKGiT6aK7TWEpJfKCz5bGhOOj5ZWEU7GT
QqJjoFyVltuc3guqAdEoFhuKj7v5YRr2ikWzmJbfrqFcwmKAM76DNRd71oqC2X8h
OQGT9WZCvMxvUNB4WeQy2W0kt7Y/HmnqOgoZxh4/ABV8SaPvOzpZ88vMkTyr5knH
+r2QvRgNaihMN2uetGWX
=wjti
-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


spatialite-gui_2.0.0~devel2-2_amd64.changes ACCEPTED into unstable

2015-08-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Aug 2015 16:19:08 +0200
Source: spatialite-gui
Binary: spatialite-gui spatialite-gui-dbg
Architecture: source amd64
Version: 2.0.0~devel2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 spatialite-gui - user-friendly graphical user interface for SpatiaLite
 spatialite-gui-dbg - user-friendly graphical user interface for spatialite - 
debugging
Changes:
 spatialite-gui (2.0.0~devel2-2) unstable; urgency=medium
 .
   * Update Vcs-Browser URL to use HTTPS.
   * Override dh_install to use --list-missing.
   * Rebuild for geos transition.
Checksums-Sha1:
 8bfe09d9d5227c644b128f6782557bb2aa4e8f5b 2377 spatialite-gui_2.0.0~devel2-2.dsc
 0683733d09721340ce13f90d22ae2328079809f9 12972 
spatialite-gui_2.0.0~devel2-2.debian.tar.xz
 316aaa03f2afc7addae66f2f52ccd1d0ae2c5f30 6853670 
spatialite-gui-dbg_2.0.0~devel2-2_amd64.deb
 87716fd99c13cec547d99eaee8e9e5d7c298708f 864188 
spatialite-gui_2.0.0~devel2-2_amd64.deb
Checksums-Sha256:
 3fa213964d57b2bb1af36b6d1b463778d9e59c5f059e062152bdd34cbf9d0f4b 2377 
spatialite-gui_2.0.0~devel2-2.dsc
 2d6be25c3fb52982339e54e5c0add6b42169d49c2b99e56b86703ef05547b69e 12972 
spatialite-gui_2.0.0~devel2-2.debian.tar.xz
 dd68963a76453ed9f952f9484ed4dfeeb2590aad4c09edcfde56d4d4417b35cb 6853670 
spatialite-gui-dbg_2.0.0~devel2-2_amd64.deb
 8be2f02afd77ce0ca70a8cf359a4c3ac15ca61ad69e59114e11c80ed1e8c5ebd 864188 
spatialite-gui_2.0.0~devel2-2_amd64.deb
Files:
 151ffd594eb41068ea836f8dacd7c848 2377 utils optional 
spatialite-gui_2.0.0~devel2-2.dsc
 fcde0b04ea199da39d75ad3ec4d032a1 12972 utils optional 
spatialite-gui_2.0.0~devel2-2.debian.tar.xz
 44fa7c098f32c823d1f541dc971d5733 6853670 debug extra 
spatialite-gui-dbg_2.0.0~devel2-2_amd64.deb
 5ece1bdac0d4273ef0f753151b5dd1b9 864188 utils optional 
spatialite-gui_2.0.0~devel2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV4cJpAAoJEGdQ8QrojUrxAc4QAKLkx+akZBpeGqOgXTRTprk6
vMyS9NmRQw259eDigPI79SKGNxbylrSPY8ecTRyYGRnTotcjyMgOSh1GJlP0Vb9O
+wb4GMwm8ZSbIETbMNFUhVdNDue1i5MHM49Za771N2K8pCx9Y04/V8GDPchdmNYI
v+Fj6g2yszpFYkd9fP2psCPTtmuI3QVv8E1hCTOIEwFpkPACODw8anqo93RH7UC9
qXwtp9mosgV1c/suFyW63VNg+K+j82pDwXLcFsHjybcn6LNb3VaeMtyKzd2p9FUq
AgEPDk6m9GgizKbkYjmWZzWbL+kMgpz2E8PxgVzziPha8N/Ou1sCGr9xrN07fZZy
WpXPzGUmf2W59Lw+5EVRyw0xiZoTBqKe6wpQROM7q4Jq/sh6WMpSZfc+IFY8NZaO
MuZYr0goa5d6OO6u873pSIbnr+JEUHqCAHX5a7KFo7WRpBLllSbQIKZj60M+pl4T
FDrX6qD5sJxU8Oem2KIxbZzviEoAt0Hn2AYnWqODi/HJ7oSyVcvhc8VnEliLz+t5
oZEkP0XtFhfJjkes5lmW3xJ7nwx8V44sOO7goShO9zQf+tBmZD0Tpb7OB9wp6HIA
M6ds8uQU0m54RtwufgLG1n4xAsmd66HvH1mUVfbwfMPzyrjexnR/hbSW4mRydZwJ
XiZ231k5GlT67BvJaHZA
=Qp55
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


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

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