[pyosmium] 03/05: New upstream release.

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

sebastic pushed a commit to branch master
in repository pyosmium.

commit 48979d156946a5929aaaba0fa53f87fdc21e8985
Author: Bas Couwenberg 
Date:   Mon Aug 31 16:37:02 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 9ca86aa..d174fc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyosmium (2.4.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg   Mon, 31 Aug 2015 16:37:00 +0200
+
 pyosmium (2.3.0-1) unstable; urgency=medium
 
   * New upstream release.

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


[pyosmium] 01/05: Imported Upstream version 2.4.1

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

sebastic pushed a commit to branch master
in repository pyosmium.

commit a64ab57fcea986b0a78a1c86da829cee5bccf806
Author: Bas Couwenberg 
Date:   Mon Aug 31 16:36:52 2015 +0200

Imported Upstream version 2.4.1
---
 .travis.yml  | 69 +++-
 CHANGELOG.md | 12 +--
 doc/conf.py  |  4 ++--
 setup.py |  2 +-
 4 files changed, 53 insertions(+), 34 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 19a41aa..37dda0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,39 +6,50 @@
 
 language: cpp
 
-compiler:
- - gcc
- - clang
+sudo: false
 
-env:
- - USE_PYTHON_VERSION=2
- - USE_PYTHON_VERSION=3
+matrix:
+include:
+- os: linux
+  compiler: clang
+  env: USE_PYTHON_VERSION=2
+- os: linux
+  compiler: clang
+  env: USE_PYTHON_VERSION=3
+- os: linux
+  compiler: gcc
+  env: USE_PYTHON_VERSION=2
+- os: linux
+  compiler: gcc
+  env: USE_PYTHON_VERSION=3
 
-before_install:
- # upgrade compiler (we need at least g++-4.8 for C++11 features)
- - sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
- - sudo apt-get update --yes -qq
- - gcc_version=4.8
- - sudo apt-get install --yes gcc-${gcc_version} g++-${gcc_version}
- - gcc-${gcc_version} --version
- # make sure compiler executables point to the just installed version
- - sudo ln -sf /usr/bin/cpp-${gcc_version} /usr/bin/cpp
- - sudo ln -sf /usr/bin/gcc-${gcc_version} /usr/bin/gcc
- - sudo ln -sf /usr/bin/g++-${gcc_version} /usr/bin/g++
- # install dependencies
- - sudo apt-get install --yes make python3-dev python3 libboost-dev 
libboost-python-dev libprotobuf-dev protobuf-compiler libsparsehash-dev 
python-nose python3-nose
+# http://docs.travis-ci.com/user/apt/
+addons:
+apt:
+sources:
+- boost-latest
+- ubuntu-toolchain-r-test
+packages:
+- g++-4.8
+- gcc-4.8
+- libboost-python1.55-dev
+- libboost1.55-dev
+- libsparsehash-dev
+- python-nose
+- python3
+- python3-dev
+- python3-nose
 
 install:
- - cd ..
- - git clone https://github.com/osmcode/libosmium.git
- - git clone https://github.com/scrosby/OSM-binary.git
- - cd OSM-binary/src
- - make
- - sudo make install
+- git clone --quiet --depth 1 https://github.com/osmcode/libosmium.git 
../libosmium
 
 script:
- - cd $TRAVIS_BUILD_DIR
- - python${USE_PYTHON_VERSION} setup.py build
- - cd test
- - python${USE_PYTHON_VERSION} run_tests.py
+- if [ "${CXX}" = 'g++' ]; then
+  CXX=g++-4.8;
+  CC=gcc-4.8;
+  fi
+- python${USE_PYTHON_VERSION} --version
+- python${USE_PYTHON_VERSION} setup.py build
+- cd test
+- python${USE_PYTHON_VERSION} run_tests.py
 
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d204bcf..1624941 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-31
+
+### Changed
+
+- Use current libosmium
+
+
 ## [2.3.0] - 2015-08-18
 
 ### Changed
@@ -30,7 +37,8 @@ This project adheres to [Semantic 
Versioning](http://semver.org/).
 
 - Exception not caught in test.
 
-[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.3.0...HEAD
-[2.3.0]: https://github.com/osmcode/pyosmium/compare/v2.3.0...v2.3.0
+[unreleased]: https://github.com/osmcode/pyosmium/compare/v2.4.1...HEAD
+[2.4.1]: https://github.com/osmcode/pyosmium/compare/v2.3.0...v2.4.1
+[2.3.0]: https://github.com/osmcode/pyosmium/compare/v2.2.0...v2.3.0
 [2.2.0]: https://github.com/osmcode/pyosmium/compare/v2.1.0...v2.2.0
 
diff --git a/doc/conf.py b/doc/conf.py
index 75e6b74..de2cb6c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -63,9 +63,9 @@ copyright = '2015, Sarah Hoffmann'
 # built documents.
 #
 # The short X.Y version.
-version = '2.3'
+version = '2.4'
 # The full version, including alpha/beta/rc tags.
-release = '2.3.0'
+release = '2.4.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/setup.py b/setup.py
index b3f170b..ebf81bd 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ for ext in ('io', 'osm', 'index', 'geom'):
 
 
 setup (name = 'pyosmium',
-   version = '2.3.0',
+   version = '2.4.1',
description = 'Provides python bindings for libosmium.',
packages = packages,
ext_modules = extensions)

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


[pyosmium] 01/01: pristine-tar data for pyosmium_2.4.1.orig.tar.gz

2015-08-31 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 pyosmium.

commit 5c6b4b6dcf9c712892d1ca7cd6ccdb4a61739a29
Author: Bas Couwenberg 
Date:   Mon Aug 31 16:36:52 2015 +0200

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

diff --git a/pyosmium_2.4.1.orig.tar.gz.delta b/pyosmium_2.4.1.orig.tar.gz.delta
new file mode 100644
index 000..26560ea
Binary files /dev/null and b/pyosmium_2.4.1.orig.tar.gz.delta differ
diff --git a/pyosmium_2.4.1.orig.tar.gz.id b/pyosmium_2.4.1.orig.tar.gz.id
new file mode 100644
index 000..30af918
--- /dev/null
+++ b/pyosmium_2.4.1.orig.tar.gz.id
@@ -0,0 +1 @@
+f0eb71c3cb748e8089a5b36983166718cb7c8745

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


[pyosmium] 02/05: Merge tag 'upstream/2.4.1'

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

sebastic pushed a commit to branch master
in repository pyosmium.

commit 28e594a2dd474ba6de430df4a9b65271f2969028
Merge: a71e1cf a64ab57
Author: Bas Couwenberg 
Date:   Mon Aug 31 16:36:52 2015 +0200

Merge tag 'upstream/2.4.1'

Upstream version 2.4.1

 .travis.yml  | 69 +++-
 CHANGELOG.md | 12 +--
 doc/conf.py  |  4 ++--
 setup.py |  2 +-
 4 files changed, 53 insertions(+), 34 deletions(-)

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


[pyosmium] branch upstream updated (b11f697 -> a64ab57)

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

sebastic pushed a change to branch upstream
in repository pyosmium.

  from  b11f697   Imported Upstream version 2.3.0
   new  a64ab57   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:
 .travis.yml  | 69 +++-
 CHANGELOG.md | 12 +--
 doc/conf.py  |  4 ++--
 setup.py |  2 +-
 4 files changed, 53 insertions(+), 34 deletions(-)

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


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

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

sebastic pushed a commit to branch master
in repository pyosmium.

commit 8c8b7f616418327da3d2d2f2c38223314371b0b0
Author: Bas Couwenberg 
Date:   Mon Aug 31 16:38:22 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 8e29c15..fb4e139 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-pyosmium (2.4.1-1) UNRELEASED; urgency=medium
+pyosmium (2.4.1-1) unstable; urgency=medium
 
   * New upstream release.
   * Bump minimum required libosmium2-dev to 2.4.1.
 
- -- Bas Couwenberg   Mon, 31 Aug 2015 16:37:00 +0200
+ -- Bas Couwenberg   Mon, 31 Aug 2015 16:38:11 +0200
 
 pyosmium (2.3.0-1) unstable; urgency=medium
 

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


[pyosmium] annotated tag upstream/2.4.1 created (now 65acd37)

2015-08-31 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 pyosmium.

at  65acd37   (tag)
   tagging  a64ab57fcea986b0a78a1c86da829cee5bccf806 (commit)
  replaces  upstream/2.3.0
 tagged by  Bas Couwenberg
on  Mon Aug 31 16:36:52 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/pyosmium.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


[pyosmium] branch master updated (a71e1cf -> 8c8b7f6)

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

sebastic pushed a change to branch master
in repository pyosmium.

  from  a71e1cf   Set distribution to unstable.
   new  a64ab57   Imported Upstream version 2.4.1
   new  28e594a   Merge tag 'upstream/2.4.1'
   new  48979d1   New upstream release.
   new  3515ec0   Bump minimum required libosmium2-dev to 2.4.1.
   new  8c8b7f6   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:
 .travis.yml  | 69 
 CHANGELOG.md | 12 --
 debian/changelog |  7 ++
 debian/control   |  2 +-
 doc/conf.py  |  4 ++--
 setup.py |  2 +-
 6 files changed, 61 insertions(+), 35 deletions(-)

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


[pyosmium] 04/05: Bump minimum required libosmium2-dev to 2.4.1.

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

sebastic pushed a commit to branch master
in repository pyosmium.

commit 3515ec09b8651c1e868e55c5315b52ff4f66a533
Author: Bas Couwenberg 
Date:   Mon Aug 31 16:37:22 2015 +0200

Bump minimum required libosmium2-dev to 2.4.1.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d174fc0..8e29c15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pyosmium (2.4.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Bump minimum required libosmium2-dev to 2.4.1.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 16:37:00 +0200
 
diff --git a/debian/control b/debian/control
index 0289393..0e23049 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
libexpat1-dev,
libgdal-dev,
libgeos++-dev,
-   libosmium2-dev (>= 2.3.0),
+   libosmium2-dev (>= 2.4.1),
libsparsehash-dev,
python-all-dev,
python-setuptools,

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


[pyosmium] branch pristine-tar updated (c2b3330 -> 5c6b4b6)

2015-08-31 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 pyosmium.

  from  c2b3330   pristine-tar data for pyosmium_2.3.0.orig.tar.gz
   new  5c6b4b6   pristine-tar data for pyosmium_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:
 pyosmium_2.4.1.orig.tar.gz.delta | Bin 0 -> 1918 bytes
 pyosmium_2.4.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 pyosmium_2.4.1.orig.tar.gz.delta
 create mode 100644 pyosmium_2.4.1.orig.tar.gz.id

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


[pyosmium] tag debian/2.4.1-1 created (now 8c8b7f6)

2015-08-31 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 pyosmium.

at  8c8b7f6   (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/pyosmium.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 pyosmium_2.4.1-1_amd64.changes

2015-08-31 Thread Debian FTP Masters
pyosmium_2.4.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  pyosmium_2.4.1-1.dsc
  pyosmium_2.4.1.orig.tar.gz
  pyosmium_2.4.1-1.debian.tar.xz
  pyosmium-doc_2.4.1-1_all.deb
  python-pyosmium_2.4.1-1_amd64.deb
  python3-pyosmium_2.4.1-1_amd64.deb

Greetings,

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

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


imposm-parser_1.0.7+ds-1_amd64.changes ACCEPTED into unstable

2015-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 16:00:50 +0200
Source: imposm-parser
Binary: python-imposm-parser
Architecture: source amd64
Version: 1.0.7+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 python-imposm-parser - Python module to parse OpenStreetMap data
Changes:
 imposm-parser (1.0.7+ds-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ David Paleino ]
   * Updated debian/copyright.
 .
   [ Bas Couwenberg ]
   * New upstream release.
   * Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
   * Restructure control file with cme, changes:
 - Bump Standards-Version to 3.9.6, no changes
 - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
   * Update watch file to use pypi.debian.net.
   * Update copyright file, changes:
 - Rename Upstream-Author to Upstream-Contact
 - Update Source URL for pypi.debian.net
 - Drop © character from copyright statements
 - Use more common Apache-2.0 standalone license paragraph
   * Add gbp.conf to use pristine-tar by default.
   * Use pybuild buildsystem and enable parallel builds.
   * Add upstream metadata.
   * Repack upstream tarball to exclude .egg-info directory.
   * Add build dependencies for tests: python-nose.
   * Override dh_auto_test to ignore test failures.
   * Drop test file location patch in favor of symlinks.
Checksums-Sha1:
 ec980278c88bafebec47cbafb17b89fb81131e70 2075 imposm-parser_1.0.7+ds-1.dsc
 3a22c2eee19f5943c0feaf10c86e58ebaf38680e 37288 
imposm-parser_1.0.7+ds.orig.tar.gz
 7e50dbb27cf2e8840d6eecdf9dc7bce2730922ac 3196 
imposm-parser_1.0.7+ds-1.debian.tar.xz
 dd96d13fd93e7abafb4a5010d66d65c8c7fe0891 97788 
python-imposm-parser_1.0.7+ds-1_amd64.deb
Checksums-Sha256:
 9d0540d9647c568c5075a5a207a6dc3a85d39ae23beaa3a3cf79aea8a09e8895 2075 
imposm-parser_1.0.7+ds-1.dsc
 5be40a11b8cbde09f9fa4616c8c9e3f2fbb9af5520c6e657e3a9a4c3aab799fe 37288 
imposm-parser_1.0.7+ds.orig.tar.gz
 3207b937d465048ee1af35b10c3eb90db0f8960df49b2270ab895df4bf052282 3196 
imposm-parser_1.0.7+ds-1.debian.tar.xz
 384cb4ca24dac09c0313bc9b58e2a622f7bb11525487a0d7f47695a6d547ac24 97788 
python-imposm-parser_1.0.7+ds-1_amd64.deb
Files:
 75a9fb7a9f4e68842ac247f710403641 2075 python extra imposm-parser_1.0.7+ds-1.dsc
 9fd785581eb6a0e02266d4dc031b6c68 37288 python extra 
imposm-parser_1.0.7+ds.orig.tar.gz
 fe9d6114c25a65016af29db6366e9d31 3196 python extra 
imposm-parser_1.0.7+ds-1.debian.tar.xz
 34ad2e86894ca42e20f68579031a9016 97788 python extra 
python-imposm-parser_1.0.7+ds-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV5F9zAAoJEGdQ8QrojUrx8EQP/1UbJ03bW5D+tfoYNFQtwEGn
s+fr55NXzaCWCJIqjCv8j5AzDpWJYD2v+zgeL1plNIgmojIOl2/AjRvnN02/Cz+T
ZQT54ffYlVrsOW5fxitmi0uzdIuxS23sHN/WIx1L9+RMzFy6wiPTynM5hLgyZCKB
oYxmt2aalCXmCPDd55t+dYhtElELRf/57GreAr0mSxL9vMnYJZ+dK2f2ELsNwfo4
0a1QTvEg65BgOnnYQlZfyHSXyiWVus49is7jamItfE6hbUwkUAC+uST4gtFc/wxQ
9QNxDhDpzyybUr+seV5ru1BcXU9UwS/SdXXzmvLExQL1P5/SlkzDOvrns6Rp+EjL
2HSkkFmZHHDeyqoosUvAJM4aPZ6WSFOnMLquH/MjINoboepSUuJ1qmgnpOsckX43
AdOJseeMwZ6VMFQDjoaRt2bARwPfZY+nt9w3ed+VMYQilMS66x9Eoz1l1SqLsIc9
BN2Tcb5m+047VrRaYVVmisxSublWSI/JE2G6o0WwUlU84wNbtno/Ha46Lmx4GZ1V
A7gGFcEYmqg9Y6d+FkUce2zeMrj2zk5M4NaMjDSFU8nBYTvbmgs0YEWz4l/3m055
bipeYSx9cEuN4IRmI51QlWRZiYjhqmoyQ79h4iF/rw0wxFD20fPIFy7vG2ADNyya
Hd4QM062Y3vRBQmXfpi/
=pwL7
-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

osmcoastline_2.1.1-1_amd64.changes ACCEPTED into unstable

2015-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 16:04:53 +0200
Source: osmcoastline
Binary: osmcoastline
Architecture: source amd64
Version: 2.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 osmcoastline - Extract coastline data from OpenStreetMap planet file
Changes:
 osmcoastline (2.1.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump minimum required libosmium2-dev to 2.4.1.
Checksums-Sha1:
 b2b3a0d19c3cfe5868fb54f17e911945b90e5f16 2070 osmcoastline_2.1.1-1.dsc
 f89de52f7045df2da3676a9bac045ae38408f353 94894 osmcoastline_2.1.1.orig.tar.gz
 1d7030a9527ca0c9a073b476e4e6937077ada1f4 3064 
osmcoastline_2.1.1-1.debian.tar.xz
 5336f59b8cb369c3539b4b5e004ff0b87fc7ba24 210200 osmcoastline_2.1.1-1_amd64.deb
Checksums-Sha256:
 852beeb3b9020e1f5623852f4f54e01d01e34191eebb7ddb8fc6c613144dca6b 2070 
osmcoastline_2.1.1-1.dsc
 67b7f81aabcc85b77faf4cc2eab3236ce348c1ef07375b737a2a3443dff40ac9 94894 
osmcoastline_2.1.1.orig.tar.gz
 9b92f9251e60e2927aa2f1e0de3eda2d8cd61646972b4138a3f4430f7fc5d258 3064 
osmcoastline_2.1.1-1.debian.tar.xz
 b643af1024f1ad0f796bba9196583b08b309f9b5b943aeb85ef31b8d854b373e 210200 
osmcoastline_2.1.1-1_amd64.deb
Files:
 5250008ed296bbc58add3d4b97d76166 2070 science optional osmcoastline_2.1.1-1.dsc
 01fb0cd038b2bd5eb8ad04683eccb4b2 94894 science optional 
osmcoastline_2.1.1.orig.tar.gz
 4ae5fb16a2cb3b12141fd9d8c78367da 3064 science optional 
osmcoastline_2.1.1-1.debian.tar.xz
 e46bf83dc1bc12049f58a0bec6e25315 210200 utils optional 
osmcoastline_2.1.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV5GD2AAoJEGdQ8QrojUrxY2oP/Ao6zISGatdRzXQ/Kr7b/52p
m+PbE13MYX8pkXlIyMrrY3aGnCmKWp7jbvsGE0LJTI8G1Ff5EYWdKCqgGD0D31ML
eL5OyUNe3S57Y8SqngSmlLzY0egv/fMbTc6dW4Tl+tsRUEuHplF0ybXjZpXCOejh
YzdxWvzzsLdOY0NGNtUj8pPt0SwYSohAPEHDawS8t2MLqwsg0whf9DmVMU9aqVjj
11/1eHn9ZtQBTYD5FVCUfA+OfxDFoBNVyavrYMOKGRKf7FmWkI/7PQpPX55X390j
p+tsRyNK4h3Za6HGJwV7As2kj64GPS4igNIVmcxjAI/4sl7jiBLvR2ixVMEiJfjG
69Y/LRd/aTh6sbZ8BirxU7lJiHtuT8Lcg2ACa9rbolv8rs9AObbRbpctovLl4EpI
/ZyUjkOdN0B0J+oua3ExcrEC0Uf5IHbDacXbp5tTNueyDY/+1IKwiFRjjWi06njq
jjscJEBKdpyfwGup0SfdbJS68uNaIvx0N9u8YjB7SCWNYBGVKy9WUa62+cd6MedY
04fC3J2MTQ5aTJ9NiTPFyJB/4pM70KXnPNBRtGgWTraUvKhJKU4Z6V8PzjnZqWjD
VTudGrVsJyK9cRHwL6GBpiyNKzyje4JaE4Y+zGvnv51G4Oh+PlufltMvBJbI7NnW
iID5I1B1zcb88i/BA+en
=BUIf
-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


osmium-tool_1.2.1-1_amd64.changes ACCEPTED into unstable

2015-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 16:15:53 +0200
Source: osmium-tool
Binary: osmium-tool
Architecture: source amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 osmium-tool - Command line tool for working with OpenStreetMap data
Changes:
 osmium-tool (1.2.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump minimum required libosmium2-dev to 2.4.1.
   * Update Vcs-Browser URL to use HTTPS.
   * Drop big-endian-fileinfo-test.patch, fixed upstream.
Checksums-Sha1:
 2473ad14a93c35fd96f5f8e363aa6656dc82c263 2044 osmium-tool_1.2.1-1.dsc
 3bdb4c5b0796e526c97553c8237db5265a700291 197734 osmium-tool_1.2.1.orig.tar.gz
 cd243caced9e0279f0ec7fda15f766caea941a52 4684 osmium-tool_1.2.1-1.debian.tar.xz
 4cd4f1440709534fac1b3ef94fd50f342cb18bd4 221554 osmium-tool_1.2.1-1_amd64.deb
Checksums-Sha256:
 121299c750426aa2d8952029514885112b1c0091d4b5c6ba4e3496bbae785856 2044 
osmium-tool_1.2.1-1.dsc
 f4497442e859256b6c3840f57648cdacb05f3220c05b35ab15799d9e320168d1 197734 
osmium-tool_1.2.1.orig.tar.gz
 6f934461d7bd96596af2f853019742954a6b80716c32af1be9bd613d036bd66f 4684 
osmium-tool_1.2.1-1.debian.tar.xz
 31a4e5d6503caeeb58948e1582e7e0d0d28deed5198d0cd58a76a0ba59866b7f 221554 
osmium-tool_1.2.1-1_amd64.deb
Files:
 773d33cc86c2e778385b2cd25f0f81a4 2044 science optional osmium-tool_1.2.1-1.dsc
 c52b7beffac6b45ffe8107243d3328a3 197734 science optional 
osmium-tool_1.2.1.orig.tar.gz
 e2103d3158909c61de0b46f3e2714900 4684 science optional 
osmium-tool_1.2.1-1.debian.tar.xz
 71e5304f5728a8efc6d2d8bd8a49a0eb 221554 utils optional 
osmium-tool_1.2.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV5GXIAAoJEGdQ8QrojUrx3fsP/i49ZJ0cRrEBRoIaGQr7UU+j
FGvBPEL/3sa45EL/2c7MFMgcOOhdwD/nWtzWvv54JB7/aE+ZJzNP3eAx5UR1DHrQ
53CPt4+6j4hSNd5e3TnlECiNjpes+id+0Co1AqvJUfdxMlhIRjqRTkspSJJb0u3f
ZcFWTcWoezjLAWgW4sKMLr2gB/O+OM2HBOKEjAOi10l29o04NneyU9FPD/Xrr2NH
etT+4NbtgxTmX1gpLxj5uBlDES63ElgIrbXrjLJNSmifWuj7jXbocQZdBu5uSey6
SBCHa3yc2CGjo2LWuc89NEKZMTauKfTEGDnfrPlichMDkobwf5jMESqeiTJnPPy7
0G1QL+PnWI9rlh62Q24sX/ABtHAGBRL0Eh3mHkra5Kq35eAxuLmJb4DzZidBZUpi
8Q0lNrAxbdFLO+eMAxIrDw2XWDUEvPxinn4ggpyQJt5QVfrq+J+1Y4qxd6Bsg8rw
y+tV/SusgzOZL+sWHbFn1hh3v5dK4vyo0YGrNTOlp++HUtKKJtqQSYRS9nnF/43e
NEk07Qm2+rucHtVRRpyjx7Kpzckf7tA986figmXTVp4R2KI4KSGmcn8WsoQgq0N2
4xrm7ryp3H1NfX/A84Wqk3mW1xUbmlX880HtrXbduCtaj7USBEuDBBuWtvVY4w/0
4VPZN5cXbip+NSqarfbO
=bKxI
-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


pyosmium_2.4.1-1_amd64.changes ACCEPTED into unstable

2015-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 16:38:11 +0200
Source: pyosmium
Binary: python-pyosmium python3-pyosmium pyosmium-doc
Architecture: source all amd64
Version: 2.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 pyosmium-doc - Osmium library bindings for Python - Documentation
 python-pyosmium - Osmium library bindings for Python
 python3-pyosmium - Osmium library bindings for Python 3
Changes:
 pyosmium (2.4.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bump minimum required libosmium2-dev to 2.4.1.
Checksums-Sha1:
 bdaa8e39a9b0d936b7aa90d5a3cfee59703024b6 2296 pyosmium_2.4.1-1.dsc
 e513e63545a216faacd4318bd3b7014a4c0c647e 24688 pyosmium_2.4.1.orig.tar.gz
 136c8909caff67161b82eca672eae19afcf98d78 3988 pyosmium_2.4.1-1.debian.tar.xz
 42aff93dd3125e58be85eb29f2355fb0b9d80d00 38722 pyosmium-doc_2.4.1-1_all.deb
 b4176ade68f9ab80a7d749beb0de0095e0948623 327654 
python-pyosmium_2.4.1-1_amd64.deb
 51ce8ffa80506d7949da301206057023309305ab 330492 
python3-pyosmium_2.4.1-1_amd64.deb
Checksums-Sha256:
 b7002985dd315850c7a4f334ed882c8ff329b49fccd663eb2b36c7d060433983 2296 
pyosmium_2.4.1-1.dsc
 9bcc1e6f9d54c670e07e9ecd82d71810d8acdcd0911b3b2867874b98e4d5333c 24688 
pyosmium_2.4.1.orig.tar.gz
 bc2d1ee91d7baae27679cd6296bdbc6c80772f42b6511e662452a170f1177ef2 3988 
pyosmium_2.4.1-1.debian.tar.xz
 9b01d03efb9204da1675d25452ad1ee05724eb9cc6247ccfac5fb179002cd5bb 38722 
pyosmium-doc_2.4.1-1_all.deb
 13d5a3c1d47905221335dc4d10f70a66dfafda507c28a78719b7b2efee1d6f29 327654 
python-pyosmium_2.4.1-1_amd64.deb
 aaa8531b2b7ad08408a85266a557db7e1c2d30fce142abe1639e4e2c91f551ee 330492 
python3-pyosmium_2.4.1-1_amd64.deb
Files:
 3b25ece07fa8047108849bd19425f0f7 2296 science optional pyosmium_2.4.1-1.dsc
 65022a89a626927e5b09a9a5a92c6fff 24688 science optional 
pyosmium_2.4.1.orig.tar.gz
 c9312871a9741cc52f09f4f8ba02382e 3988 science optional 
pyosmium_2.4.1-1.debian.tar.xz
 afcdde137b5cea0994b81ff27ffbbf4d 38722 doc optional 
pyosmium-doc_2.4.1-1_all.deb
 3b627230660735ec761c89e513b937ef 327654 python optional 
python-pyosmium_2.4.1-1_amd64.deb
 578e4126037b06421adb7cf1f0e2de51 330492 python optional 
python3-pyosmium_2.4.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV5GnJAAoJEGdQ8QrojUrx5SAQAKaPSWtxmQBjUFuMIiVlq5xk
S47F9aA21shmjE7bLDpIPN8CWE731t7BV/Ng5XL3VwzL7B6kD1LWaCKO/jHzsZwF
366s88IleOAhGvh0c4TWUiL75yf1ALBnZOpD7YGDU3fnVu2yRra+GQAvDZehlL+U
sW3HSEmu5+TXm2H/qW/WjjbP+EKwb/VGTCNQSWBrT8frWT+OdKDTXO48V3JE3M7K
q929OAwO1heuHYIp542XNZ7ydbD8n+ot6KTX0550kPy4V34GgHAooSbF27jBzB83
nCfAFSrgqhH+vDPonftUvIQs0oM8XS9N0F/FzxvzvwGx8hkJTQCYbCliAxrrrlcX
EB2ayBu9lMo84AE14oN/PvmRTrvCN9BuyLPveBoUTTgVgQ2wn88WbWK7XYrXn7wm
n3VXFxy4+VWW95Tq6iNpMpCdmFTZEecJqCTTO2BA9N4twmW+mz7ukGLTb8i015Us
MRLSvcqf6GrLsRUi1gkSnkiD3TYhYDyeAwcCnSCMcCsq4uLr5uB+aAQu8qHjuxYD
J2UMqlOSVY0ndHl+kBlD2AW7RMZddQn+XrNuDMSt1ET0u73d6YMFsL5zQFrYjhY/
IQu2foZxH6LoOLdrF5hO2zUDuj/fy5UeZaS29lJwzYPnnVllHg0Y+QHUZFPuN/JQ
Tpv8BIQyYl9a+eQRWkRJ
=3h6i
-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


[otb] 01/01: removed license text from debian/copyright which exists in ThirdParty/SiftFast/src

2015-08-31 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a commit to branch master
in repository otb.

commit 9ac1b916b8f1e094c4c774edb1ecdbaa82614032
Author: Rashad Kanavath 
Date:   Fri Aug 28 17:14:43 2015 +0200

removed license text from debian/copyright which exists in 
ThirdParty/SiftFast/src
---
 debian/copyright | 69 
 1 file changed, 69 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 30c9dbb..ddebfd1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -614,72 +614,3 @@ License: CeCILL
  .
  Version 2.0 dated 2006-09-05.
  .
-
-
-License: LGPL-3
-
-GNU LESSER GENERAL PUBLIC LICENSE
-
-Version 3, 29 June 2007
-
-Copyright (C) 2007 Free Software Foundation, Inc. 
-
-Everyone is permitted to copy and distribute verbatim copies of this license 
document, but changing it is not allowed.
-
-This version of the GNU Lesser General Public License incorporates the terms 
and conditions of version 3 of the GNU General Public License, supplemented by 
the additional permissions listed below.
-0. Additional Definitions.
-
-As used herein, “this License” refers to version 3 of the GNU Lesser General 
Public License, and the “GNU GPL” refers to version 3 of the GNU General Public 
License.
-
-“The Library” refers to a covered work governed by this License, other than an 
Application or a Combined Work as defined below.
-
-An “Application” is any work that makes use of an interface provided by the 
Library, but which is not otherwise based on the Library. Defining a subclass 
of a class defined by the Library is deemed a mode of using an interface 
provided by the Library.
-
-A “Combined Work” is a work produced by combining or linking an Application 
with the Library. The particular version of the Library with which the Combined 
Work was made is also called the “Linked Version”.
-
-The “Minimal Corresponding Source” for a Combined Work means the Corresponding 
Source for the Combined Work, excluding any source code for portions of the 
Combined Work that, considered in isolation, are based on the Application, and 
not on the Linked Version.
-
-The “Corresponding Application Code” for a Combined Work means the object code 
and/or source code for the Application, including any data and utility programs 
needed for reproducing the Combined Work from the Application, but excluding 
the System Libraries of the Combined Work.
-1. Exception to Section 3 of the GNU GPL.
-
-You may convey a covered work under sections 3 and 4 of this License without 
being bound by section 3 of the GNU GPL.
-2. Conveying Modified Versions.
-
-If you modify a copy of the Library, and, in your modifications, a facility 
refers to a function or data to be supplied by an Application that uses the 
facility (other than as an argument passed when the facility is invoked), then 
you may convey a copy of the modified version:
-
-* a) under this License, provided that you make a good faith effort to 
ensure that, in the event an Application does not supply the function or data, 
the facility still operates, and performs whatever part of its purpose remains 
meaningful, or
-* b) under the GNU GPL, with none of the additional permissions of this 
License applicable to that copy.
-
-3. Object Code Incorporating Material from Library Header Files.
-
-The object code form of an Application may incorporate material from a header 
file that is part of the Library. You may convey such object code under terms 
of your choice, provided that, if the incorporated material is not limited to 
numerical parameters, data structure layouts and accessors, or small macros, 
inline functions and templates (ten or fewer lines in length), you do both of 
the following:
-
-* a) Give prominent notice with each copy of the object code that the 
Library is used in it and that the Library and its use are covered by this 
License.
-* b) Accompany the object code with a copy of the GNU GPL and this license 
document.
-
-4. Combined Works.
-
-You may convey a Combined Work under terms of your choice that, taken 
together, effectively do not restrict modification of the portions of the 
Library contained in the Combined Work and reverse engineering for debugging 
such modifications, if you also do each of the following:
-
-* a) Give prominent notice with each copy of the Combined Work that the 
Library is used in it and that the Library and its use are covered by this 
License.
-* b) Accompany the Combined Work with a copy of the GNU GPL and this 
license document.
-* c) For a Combined Work that displays copyright notices during execution, 
include the copyright notice for the Library among these notices, as well as a 
reference directing the user to the copies of the GNU GPL and this license 
document.
-* d) Do one of the following:
-  o 0) Convey the Minimal Corresponding Source 

[otb] branch master updated (a87438c -> 9ac1b91)

2015-08-31 Thread Rashad Kanavath
This is an automated email from the git hooks/post-receive script.

rashad-guest pushed a change to branch master
in repository otb.

  from  a87438c   add required cmake files for OTB6S
   new  9ac1b91   removed license text from debian/copyright which exists 
in ThirdParty/SiftFast/src

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


Summary of changes:
 debian/copyright | 69 
 1 file changed, 69 deletions(-)

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

2015-08-31 Thread Debian FTP Masters
python-rtree_0.8.2+ds-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-rtree_0.8.2+ds-1.dsc
  python-rtree_0.8.2+ds.orig.tar.gz
  python-rtree_0.8.2+ds-1.debian.tar.xz
  python-rtree_0.8.2+ds-1_all.deb
  python3-rtree_0.8.2+ds-1_all.deb

Greetings,

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

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


[python-rtree] 01/01: pristine-tar data for python-rtree_0.8.2+ds.orig.tar.gz

2015-08-31 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 python-rtree.

commit 162bb245725a016f07139aabd26fc8be766caf9b
Author: Bas Couwenberg 
Date:   Mon Aug 31 17:55:23 2015 +0200

pristine-tar data for python-rtree_0.8.2+ds.orig.tar.gz
---
 python-rtree_0.8.2+ds.orig.tar.gz.delta | Bin 0 -> 43229 bytes
 python-rtree_0.8.2+ds.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/python-rtree_0.8.2+ds.orig.tar.gz.delta 
b/python-rtree_0.8.2+ds.orig.tar.gz.delta
new file mode 100644
index 000..93fd196
Binary files /dev/null and b/python-rtree_0.8.2+ds.orig.tar.gz.delta differ
diff --git a/python-rtree_0.8.2+ds.orig.tar.gz.id 
b/python-rtree_0.8.2+ds.orig.tar.gz.id
new file mode 100644
index 000..8c4b43d
--- /dev/null
+++ b/python-rtree_0.8.2+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+4602e5a74afe21b97a77aeeff1abfc2b98f48d12

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

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


[python-rtree] branch upstream created (now 78a5396)

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

sebastic pushed a change to branch upstream
in repository python-rtree.

at  78a5396   Imported Upstream version 0.8.2+ds

This branch includes the following new commits:

   new  78a5396   Imported Upstream version 0.8.2+ds

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.


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

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


[python-rtree] branch pristine-tar created (now 162bb24)

2015-08-31 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 python-rtree.

at  162bb24   pristine-tar data for python-rtree_0.8.2+ds.orig.tar.gz

This branch includes the following new commits:

   new  162bb24   pristine-tar data for python-rtree_0.8.2+ds.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.


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


[gis] branch master updated (06195c8 -> 5363ad9)

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

sebastic pushed a change to branch master
in repository gis.

  from  06195c8   Drop librasterlite-dev from devel task.
   new  5363ad9   Add python-rtree to devel task.

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:
 tasks/devel | 2 ++
 1 file changed, 2 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/blends/projects/gis.git

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


[python-rtree] tag debian/0.8.2+ds-1 created (now 49b3803)

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

sebastic pushed a change to tag debian/0.8.2+ds-1
in repository python-rtree.

at  49b3803   (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/python-rtree.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


[gis] 01/01: Add python-rtree to devel task.

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

sebastic pushed a commit to branch master
in repository gis.

commit 5363ad950c3d67974b07fb1d8ac9d9f5765acbee
Author: Bas Couwenberg 
Date:   Mon Aug 31 18:44:26 2015 +0200

Add python-rtree to devel task.
---
 tasks/devel | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tasks/devel b/tasks/devel
index 77ea0e9..f136f43 100644
--- a/tasks/devel
+++ b/tasks/devel
@@ -56,6 +56,8 @@ Depends: grass-dev, \
  python3-cligj, \
  python-geojson, \
  python3-geojson, \
+ python-rtree, \
+ python3-rtree, \
  python-pysal
 X-Comment: Packages maintained by the Debian GIS Project
 

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


[imposm] 02/27: Update copyright file.

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

sebastic pushed a commit to branch master
in repository imposm.

commit d433ab631c84a2328b4446f0af59113c53fcd7e7
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:11:55 2015 +0200

Update copyright file.

Changes:
- Rename Upstream-Author to Upstream-Contact
- Rename Upstream-Source to Source
- Drop © character from copyright statements
- Use more common Apache-2.0 standalone license paragraph
---
 debian/changelog |  5 +
 debian/copyright | 15 +--
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4588ab5..a4728cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,11 @@ imposm (2.5.0-4) UNRELEASED; urgency=medium
   * Team upload.
   * Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
   * Update watch file to use pypi.debian.net.
+  * Update copyright file, changes:
+- Rename Upstream-Author to Upstream-Contact
+- Rename Upstream-Source to Source
+- Drop © character from copyright statements
+- Use more common Apache-2.0 standalone license paragraph
 
  -- Bas Couwenberg   Fri, 13 Mar 2015 20:05:14 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 657f4c8..854997e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: imposm
-Upstream-Author: Oliver Tonnhofer 
-Upstream-Source: http://imposm.org
+Upstream-Contact: Oliver Tonnhofer 
+Source: http://pypi.debian.net/imposm/
 
 Files: *
-Copyright: © 2011, Omniscale 
+Copyright: 2011, Omniscale 
 License: Apache-2.0
 
 Files: debian/*
-Copyright: © 2011-2012, David Paleino 
+Copyright: 2011-2012, David Paleino 
 License: Apache-2.0
 
 License: Apache-2.0
@@ -21,7 +21,10 @@ License: Apache-2.0
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ .
  See the License for the specific language governing permissions and
  limitations under the License.
-X-Comment: on Debian systems, the complete text of the Apache version 2.0
- license can be found in "/usr/share/common-licenses/Apache-2.0".
+ .
+ On Debian systems, the complete text of the Apache License version 2
+ an be found in the `/usr/share/common-licenses/Apache-2.0' file.
+

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

[imposm] 04/27: Add gbp.conf to use pristine-tar by default.

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

sebastic pushed a commit to branch master
in repository imposm.

commit 99b42963be6669377ca872436053d84fa9739177
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:14:23 2015 +0200

Add gbp.conf to use pristine-tar by default.
---
 debian/changelog |  1 +
 debian/gbp.conf  | 16 
 2 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c69de40..2184f58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ imposm (2.5.0-4) UNRELEASED; urgency=medium
   * Restructure control file with cme, changes:
 - Bump Standards-Version to 3.9.6, no changes
 - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
+  * Add gbp.conf to use pristine-tar by default.
 
  -- Bas Couwenberg   Fri, 13 Mar 2015 20:05:14 +0100
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True

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


[imposm] 10/27: Use pybuild buildsystem and enable parallel builds.

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

sebastic pushed a commit to branch master
in repository imposm.

commit d3c2e28cb82b1e9910a022369bfd51159a46f8d2
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:26:38 2015 +0200

Use pybuild buildsystem and enable parallel builds.
---
 debian/changelog | 1 +
 debian/rules | 5 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b656d2f..cf11786 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ imposm (2.6.0-1) UNRELEASED; urgency=medium
 - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
   * Add gbp.conf to use pristine-tar by default.
   * Drop 00-fix_sql_path.patch, applied upstream.
+  * Use pybuild buildsystem and enable parallel builds.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 13:15:19 +0200
 
diff --git a/debian/rules b/debian/rules
index e05d7fc..b4e9fd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,7 @@
 
 %:
dh $@ \
-   --with python2
+   --with python2 \
+   --buildsystem pybuild \
+   --parallel
+

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


[imposm] 07/27: New upstream release.

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

sebastic pushed a commit to branch master
in repository imposm.

commit 3f088290dc0e26dd4bd79511f15b251cbcbe0100
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:15:31 2015 +0200

New upstream release.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2184f58..bf7c2c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-imposm (2.5.0-4) UNRELEASED; urgency=medium
+imposm (2.6.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * New upstream release.
   * Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
   * Update watch file to use pypi.debian.net.
   * Update copyright file, changes:
@@ -13,7 +14,7 @@ imposm (2.5.0-4) UNRELEASED; urgency=medium
 - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
   * Add gbp.conf to use pristine-tar by default.
 
- -- Bas Couwenberg   Fri, 13 Mar 2015 20:05:14 +0100
+ -- Bas Couwenberg   Mon, 31 Aug 2015 13:15:19 +0200
 
 imposm (2.5.0-3) unstable; urgency=low
 

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


[imposm] 16/27: Undo modification of the upstream sources, restore 00-fix_sql_path.patch.

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

sebastic pushed a commit to branch master
in repository imposm.

commit 1c3265ae0c94db9b200b2700902b4159e8f58010
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:44:09 2015 +0200

Undo modification of the upstream sources, restore 00-fix_sql_path.patch.

Revert "Drop 00-fix_sql_path.patch, applied upstream."

This reverts commit febebcbedc0e34882195da6b226a0367819d6a18.
---
 debian/changelog |  1 -
 debian/patches/00-fix_sql_path.patch | 20 
 debian/patches/series|  1 +
 imposm/psqldb.py |  2 +-
 4 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 26e76db..4e197f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,7 +13,6 @@ imposm (2.6.0+ds-1) UNRELEASED; urgency=medium
 - Bump Standards-Version to 3.9.6, no changes
 - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
   * Add gbp.conf to use pristine-tar by default.
-  * Drop 00-fix_sql_path.patch, applied upstream.
   * Use pybuild buildsystem and enable parallel builds.
   * Add upstream metadata.
   * Repack upstream tarball to exclude .egg-info directory.
diff --git a/debian/patches/00-fix_sql_path.patch 
b/debian/patches/00-fix_sql_path.patch
new file mode 100644
index 000..7cdb8fb
--- /dev/null
+++ b/debian/patches/00-fix_sql_path.patch
@@ -0,0 +1,20 @@
+From: David Paleino 
+Subject: point to the correctly installed file
+Origin: vendor
+Forwarded: no
+
+---
+ imposm/psqldb.py |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/imposm/psqldb.py
 b/imposm/psqldb.py
+@@ -116,7 +116,7 @@ def main():
+ 'password': options.password,
+ }
+ 
+-mapping['epsg900913_sql'] = join(dirname(__file__), '900913.sql')
++mapping['epsg900913_sql'] = '/usr/share/python-imposm/900913.sql'
+ find_sql_files(options.pg_version, options.postgis_version, mapping)
+ 
+ if options.postgis_version == '2.0':
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..d2a6d63
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00-fix_sql_path.patch
diff --git a/imposm/psqldb.py b/imposm/psqldb.py
index f6dbc21..fdfff42 100644
--- a/imposm/psqldb.py
+++ b/imposm/psqldb.py
@@ -116,7 +116,7 @@ def main():
 'password': options.password,
 }
 
-mapping['epsg900913_sql'] = '/usr/share/python-imposm/900913.sql'
+mapping['epsg900913_sql'] = join(dirname(__file__), '900913.sql')
 find_sql_files(options.pg_version, options.postgis_version, mapping)
 
 if options.postgis_version == '2.0':

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


[imposm] 09/27: Reorder (build) dependencies.

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

sebastic pushed a commit to branch master
in repository imposm.

commit 091892ee8500478710751de894da0c2cabf9fde7
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:25:39 2015 +0200

Reorder (build) dependencies.
---
 debian/control | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 55d9caf..2accf4d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,13 @@ Uploaders: David Paleino 
 Section: python
 Priority: extra
 Build-Depends: debhelper (>= 9~),
+   dh-python,
+   cython,
python-all-dev,
python-setuptools,
-   libtokyocabinet-dev,
-   cython,
protobuf-compiler,
-   libprotobuf-dev
+   libprotobuf-dev,
+   libtokyocabinet-dev
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/imposm.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/imposm.git
@@ -18,8 +19,8 @@ Homepage: http://imposm.org/
 Package: python-imposm
 Architecture: any
 Depends: ${python:Depends},
- ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ ${misc:Depends}
 Provides: ${python:Provides}
 Description: importer for OpenStreetMap data - Python module
  Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
@@ -33,10 +34,10 @@ Description: importer for OpenStreetMap data - Python module
 Package: imposm
 Architecture: all
 Section: web
-Depends: ${misc:Depends},
+Depends: python-imposm (>= ${binary:Version}),
+ python-pkg-resources,
  ${python:Depends},
- python-imposm (>= ${binary:Version}),
- python-pkg-resources
+ ${misc:Depends}
 Description: importer for OpenStreetMap data
  Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
  can import the data into PostgreSQL/PostGIS databases.

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


[imposm] 14/27: Merge tag 'upstream/2.6.0+ds'

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

sebastic pushed a commit to branch master
in repository imposm.

commit f10f8d98b508b4b4d5bfc471ac9d6d11d9d222dc
Merge: f51a9c6 6bdc045
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:40:07 2015 +0200

Merge tag 'upstream/2.6.0+ds'

Upstream version 2.6.0+ds

 imposm.egg-info/PKG-INFO   | 140 -
 imposm.egg-info/SOURCES.txt|  50 
 imposm.egg-info/dependency_links.txt   |   1 -
 imposm.egg-info/entry_points.txt   |   4 -
 imposm.egg-info/namespace_packages.txt |   1 -
 imposm.egg-info/requires.txt   |   3 -
 imposm.egg-info/top_level.txt  |   1 -
 7 files changed, 200 deletions(-)

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


[imposm] 08/27: Drop 00-fix_sql_path.patch, applied upstream.

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

sebastic pushed a commit to branch master
in repository imposm.

commit febebcbedc0e34882195da6b226a0367819d6a18
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:21:52 2015 +0200

Drop 00-fix_sql_path.patch, applied upstream.
---
 debian/changelog |  1 +
 debian/patches/00-fix_sql_path.patch | 20 
 debian/patches/series|  1 -
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf7c2c9..b656d2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ imposm (2.6.0-1) UNRELEASED; urgency=medium
 - Bump Standards-Version to 3.9.6, no changes
 - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
   * Add gbp.conf to use pristine-tar by default.
+  * Drop 00-fix_sql_path.patch, applied upstream.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 13:15:19 +0200
 
diff --git a/debian/patches/00-fix_sql_path.patch 
b/debian/patches/00-fix_sql_path.patch
deleted file mode 100644
index 952752f..000
--- a/debian/patches/00-fix_sql_path.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: David Paleino 
-Subject: point to the correctly installed file
-Origin: vendor
-Forwarded: no
-

- imposm/psqldb.py |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 imposm.orig/imposm/psqldb.py
-+++ imposm/imposm/psqldb.py
-@@ -116,7 +116,7 @@ def main():
- 'password': options.password,
- }
- 
--mapping['epsg900913_sql'] = join(dirname(__file__), '900913.sql')
-+mapping['epsg900913_sql'] = '/usr/share/python-imposm/900913.sql'
- find_sql_files(options.pg_version, options.postgis_version, mapping)
- 
- if options.postgis_version == '2.0':
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d2a6d63..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-00-fix_sql_path.patch

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


[imposm] 15/27: New repacked upstream release.

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

sebastic pushed a commit to branch master
in repository imposm.

commit db13876e492470eba1dfc6787fe0fc5bedc92594
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:40:56 2015 +0200

New repacked upstream release.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d5a529c..26e76db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-imposm (2.6.0-1) UNRELEASED; urgency=medium
+imposm (2.6.0+ds-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
@@ -18,7 +18,7 @@ imposm (2.6.0-1) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Repack upstream tarball to exclude .egg-info directory.
 
- -- Bas Couwenberg   Mon, 31 Aug 2015 13:15:19 +0200
+ -- Bas Couwenberg   Mon, 31 Aug 2015 13:40:19 +0200
 
 imposm (2.5.0-3) unstable; urgency=low
 

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


[imposm] 12/27: Repack upstream tarball to exclude .egg-info directory.

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

sebastic pushed a commit to branch master
in repository imposm.

commit f51a9c6a6be4c7e380761cff05c960cf648c26d8
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:39:07 2015 +0200

Repack upstream tarball to exclude .egg-info directory.
---
 debian/changelog | 1 +
 debian/clean | 5 -
 debian/copyright | 3 +++
 debian/watch | 3 ++-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 045cef8..d5a529c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ imposm (2.6.0-1) UNRELEASED; urgency=medium
   * Drop 00-fix_sql_path.patch, applied upstream.
   * Use pybuild buildsystem and enable parallel builds.
   * Add upstream metadata.
+  * Repack upstream tarball to exclude .egg-info directory.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 13:15:19 +0200
 
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 68e9247..000
--- a/debian/clean
+++ /dev/null
@@ -1,5 +0,0 @@
-#imposm/cache/internal.pb.cc
-#imposm/cache/internal.pb.h
-#imposm/cache/tc.c
-imposm.egg-info/PKG-INFO
-
diff --git a/debian/copyright b/debian/copyright
index 1db60fb..53fe91e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,9 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: Imposm
 Upstream-Contact: Oliver Tonnhofer 
 Source: http://pypi.debian.net/imposm/
+Comment: The upstream sources are repacked to excluded the imposm.egg-info
+ directory that is automatically removed by dh_clean.
+Files-Excluded: imposm.egg-info/*
 
 Files: *
 Copyright: 2011, Omniscale 
diff --git a/debian/watch b/debian/watch
index f68ebc6..d4fdbc8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,6 @@
 version=3
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/
 \
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\
+repacksuffix=+ds \
 
http://pypi.debian.net/imposm/imposm-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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


[imposm] 17/27: Mark patch as Forwarded: not-needed.

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

sebastic pushed a commit to branch master
in repository imposm.

commit bab44f53012e46251b9b7e9e2cecd964e87671a1
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:46:09 2015 +0200

Mark patch as Forwarded: not-needed.
---
 debian/patches/00-fix_sql_path.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/00-fix_sql_path.patch 
b/debian/patches/00-fix_sql_path.patch
index 7cdb8fb..2fb97fe 100644
--- a/debian/patches/00-fix_sql_path.patch
+++ b/debian/patches/00-fix_sql_path.patch
@@ -1,7 +1,7 @@
 From: David Paleino 
 Subject: point to the correctly installed file
 Origin: vendor
-Forwarded: no
+Forwarded: not-needed
 
 ---
  imposm/psqldb.py |2 +-

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


[imposm] 18/27: Add build dependencies for tests: python-shapely.

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

sebastic pushed a commit to branch master
in repository imposm.

commit 323747a3be6d1f49dc2b7cdb2f16cc403420d78f
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:50:11 2015 +0200

Add build dependencies for tests: python-shapely.
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4e197f2..bf80c1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ imposm (2.6.0+ds-1) UNRELEASED; urgency=medium
   * Use pybuild buildsystem and enable parallel builds.
   * Add upstream metadata.
   * Repack upstream tarball to exclude .egg-info directory.
+  * Add build dependencies for tests: python-shapely.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 13:40:19 +0200
 
diff --git a/debian/control b/debian/control
index 2accf4d..f6c686b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9~),
cython,
python-all-dev,
python-setuptools,
+   python-shapely,
protobuf-compiler,
libprotobuf-dev,
libtokyocabinet-dev
@@ -46,3 +47,4 @@ Description: importer for OpenStreetMap data
  services.
  .
  This package contains the importer.
+

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


[imposm] 26/27: Drop usr/{bin, lib} from install files, not needed for pybuild.

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

sebastic pushed a commit to branch master
in repository imposm.

commit 0a5dcce4c892f4055bbe211329461aca7d845bb9
Author: Bas Couwenberg 
Date:   Mon Aug 31 19:14:44 2015 +0200

Drop usr/{bin,lib} from install files, not needed for pybuild.
---
 debian/imposm.install| 1 -
 debian/python-imposm.install | 4 +---
 debian/rules | 7 +++
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/imposm.install b/debian/imposm.install
deleted file mode 100644
index c703cf8..000
--- a/debian/imposm.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/
diff --git a/debian/python-imposm.install b/debian/python-imposm.install
index f1060b2..f4d2b4b 100644
--- a/debian/python-imposm.install
+++ b/debian/python-imposm.install
@@ -1,3 +1 @@
-usr/lib/
-
-imposm/900913.sql  usr/share/python-imposm/
+imposm/900913.sql usr/share/python-imposm/
diff --git a/debian/rules b/debian/rules
index 6f69858..c1493e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,10 @@ export PYBUILD_NAME=imposm
 override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"
 
+override_dh_auto_install:
+   dh_auto_install
+
+   # Move imposm & imposm-psqldb to imposm package
+   mkdir -p debian/imposm/usr
+   mv debian/python-imposm/usr/bin debian/imposm/usr
+

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


[imposm] 20/27: Add patch to fix Shapely geos_capi_version check.

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

sebastic pushed a commit to branch master
in repository imposm.

commit 6565d5512dbbd1e466322e86a0f78f7bfa8a6d11
Author: Bas Couwenberg 
Date:   Mon Aug 31 14:17:21 2015 +0200

Add patch to fix Shapely geos_capi_version check.
---
 debian/changelog   |  1 +
 debian/patches/geos-capi-version.patch | 18 ++
 debian/patches/series  |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cd1ed07..cda8e6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ imposm (2.6.0+ds-1) UNRELEASED; urgency=medium
   * Repack upstream tarball to exclude .egg-info directory.
   * Add build dependencies for tests: python-shapely.
   * Override dh_auto_test to ignore test failures.
+  * Add patch to fix Shapely geos_capi_version check.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 13:40:19 +0200
 
diff --git a/debian/patches/geos-capi-version.patch 
b/debian/patches/geos-capi-version.patch
new file mode 100644
index 000..fcef0ac
--- /dev/null
+++ b/debian/patches/geos-capi-version.patch
@@ -0,0 +1,18 @@
+Description: Disable failing geos_capi_version check.
+ The minimum required GEOS version is in Debian.
+Author: Bas Couwenberg 
+
+--- a/imposm/geom.py
 b/imposm/geom.py
+@@ -48,7 +48,10 @@ TOLERANCE_DEEGREES = 1e-8
+ TOLERANCE_METERS = 1e-3
+ 
+ # older versions had unhandled floating point execptions in .buffer(0)
+-SHAPELY_SUPPORTS_BUFFER = shapely.geos.geos_capi_version >= (1, 6, 0)
++#SHAPELY_SUPPORTS_BUFFER = shapely.geos.geos_capi_version >= (1, 6, 0)
++# The geos_capi_version check fails with Shapely 1.5.12 & GEOS 3.5.0,
++# GEOS >= 3.1.1 has CAPI >= 1.6.0 and that's been in Debian for a while.
++SHAPELY_SUPPORTS_BUFFER = True
+ 
+ def validate_and_simplify(geom, meter_units=False):
+ if SHAPELY_SUPPORTS_BUFFER:
diff --git a/debian/patches/series b/debian/patches/series
index d2a6d63..a1da294 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 00-fix_sql_path.patch
+geos-capi-version.patch

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


[imposm] 25/27: Drop sql file location patch in favor of symlinks.

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

sebastic pushed a commit to branch master
in repository imposm.

commit 4e4db109dfe7a67afb69d80690e974098240252f
Author: Bas Couwenberg 
Date:   Mon Aug 31 16:44:14 2015 +0200

Drop sql file location patch in favor of symlinks.
---
 debian/changelog |  1 +
 debian/patches/00-fix_sql_path.patch | 20 
 debian/patches/series|  1 -
 debian/python-imposm.links   |  1 +
 4 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fd49874..c45c647 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ imposm (2.6.0+ds-1) UNRELEASED; urgency=medium
 python-psycopg2 & python-imposm-parser.
   * Override dh_auto_test to ignore test failures.
   * Add patch to fix Shapely geos_capi_version check.
+  * Drop sql file location patch in favor of symlinks.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 13:40:19 +0200
 
diff --git a/debian/patches/00-fix_sql_path.patch 
b/debian/patches/00-fix_sql_path.patch
deleted file mode 100644
index 2fb97fe..000
--- a/debian/patches/00-fix_sql_path.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: David Paleino 
-Subject: point to the correctly installed file
-Origin: vendor
-Forwarded: not-needed
-

- imposm/psqldb.py |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 a/imposm/psqldb.py
-+++ b/imposm/psqldb.py
-@@ -116,7 +116,7 @@ def main():
- 'password': options.password,
- }
- 
--mapping['epsg900913_sql'] = join(dirname(__file__), '900913.sql')
-+mapping['epsg900913_sql'] = '/usr/share/python-imposm/900913.sql'
- find_sql_files(options.pg_version, options.postgis_version, mapping)
- 
- if options.postgis_version == '2.0':
diff --git a/debian/patches/series b/debian/patches/series
index a1da294..9b378af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-00-fix_sql_path.patch
 geos-capi-version.patch
diff --git a/debian/python-imposm.links b/debian/python-imposm.links
new file mode 100644
index 000..550d6f3
--- /dev/null
+++ b/debian/python-imposm.links
@@ -0,0 +1 @@
+usr/share/python-imposm/900913.sql 
usr/lib/python2.7/dist-packages/imposm/900913.sql

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


[imposm] 24/27: Update copyright years for Omniscale

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

sebastic pushed a commit to branch master
in repository imposm.

commit ea74a89548204ae9cf3c43b400162e468853a1e0
Author: Bas Couwenberg 
Date:   Mon Aug 31 16:40:40 2015 +0200

Update copyright years for Omniscale
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3ba152c..fd49874 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ imposm (2.6.0+ds-1) UNRELEASED; urgency=medium
 - Rename Upstream-Source to Source
 - Drop © character from copyright statements
 - Use more common Apache-2.0 standalone license paragraph
+- Update copyright years for Omniscale
   * Restructure control file with cme, changes:
 - Bump Standards-Version to 3.9.6, no changes
 - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
diff --git a/debian/copyright b/debian/copyright
index 53fe91e..bd121ee 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,7 +7,7 @@ Comment: The upstream sources are repacked to excluded the 
imposm.egg-info
 Files-Excluded: imposm.egg-info/*
 
 Files: *
-Copyright: 2011, Omniscale 
+Copyright: 2010-2012, Omniscale (http://omniscale.com)
 License: Apache-2.0
 
 Files: debian/*

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

[imposm] branch pristine-tar updated (c4cf8ff -> 2d8abe6)

2015-08-31 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 imposm.

  from  c4cf8ff   pristine-tar data for imposm_2.5.0.orig.tar.gz
   new  1f9adef   pristine-tar data for imposm_2.6.0.orig.tar.gz
   new  2d8abe6   pristine-tar data for imposm_2.6.0+ds.orig.tar.gz

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:
 imposm_2.6.0+ds.orig.tar.gz.delta | Bin 0 -> 96219 bytes
 imposm_2.6.0+ds.orig.tar.gz.id|   1 +
 imposm_2.6.0.orig.tar.gz.delta| Bin 0 -> 2549 bytes
 imposm_2.6.0.orig.tar.gz.id   |   1 +
 4 files changed, 2 insertions(+)
 create mode 100644 imposm_2.6.0+ds.orig.tar.gz.delta
 create mode 100644 imposm_2.6.0+ds.orig.tar.gz.id
 create mode 100644 imposm_2.6.0.orig.tar.gz.delta
 create mode 100644 imposm_2.6.0.orig.tar.gz.id

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


[imposm] 01/02: pristine-tar data for imposm_2.6.0.orig.tar.gz

2015-08-31 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 imposm.

commit 1f9adefd064ab50581bc2b29a7a15f3984dab852
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:15:09 2015 +0200

pristine-tar data for imposm_2.6.0.orig.tar.gz
---
 imposm_2.6.0.orig.tar.gz.delta | Bin 0 -> 2549 bytes
 imposm_2.6.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/imposm_2.6.0.orig.tar.gz.delta b/imposm_2.6.0.orig.tar.gz.delta
new file mode 100644
index 000..a56210b
Binary files /dev/null and b/imposm_2.6.0.orig.tar.gz.delta differ
diff --git a/imposm_2.6.0.orig.tar.gz.id b/imposm_2.6.0.orig.tar.gz.id
new file mode 100644
index 000..dd6e0cd
--- /dev/null
+++ b/imposm_2.6.0.orig.tar.gz.id
@@ -0,0 +1 @@
+c503e0390a0f5156f04130945554e4637b5b25c3

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


[imposm] 27/27: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository imposm.

commit 67901aee1493587387417f0b797d679a4362679a
Author: Bas Couwenberg 
Date:   Mon Aug 31 19:40:04 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 c45c647..329cc2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-imposm (2.6.0+ds-1) UNRELEASED; urgency=medium
+imposm (2.6.0+ds-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release.
@@ -23,7 +23,7 @@ imposm (2.6.0+ds-1) UNRELEASED; urgency=medium
   * Add patch to fix Shapely geos_capi_version check.
   * Drop sql file location patch in favor of symlinks.
 
- -- Bas Couwenberg   Mon, 31 Aug 2015 13:40:19 +0200
+ -- Bas Couwenberg   Mon, 31 Aug 2015 19:39:38 +0200
 
 imposm (2.5.0-3) unstable; urgency=low
 

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


[imposm] branch upstream updated (03271ca -> 6bdc045)

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

sebastic pushed a change to branch upstream
in repository imposm.

  from  03271ca   Imported Upstream version 2.5.0
   new  16c8789   Imported Upstream version 2.6.0
   new  6bdc045   Imported Upstream version 2.6.0+ds

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:
 CHANGES |13 +
 PKG-INFO|17 +-
 imposm.egg-info/PKG-INFO|   127 -
 imposm.egg-info/SOURCES.txt |49 -
 imposm.egg-info/dependency_links.txt| 1 -
 imposm.egg-info/entry_points.txt| 4 -
 imposm.egg-info/namespace_packages.txt  | 1 -
 imposm.egg-info/requires.txt| 3 -
 imposm.egg-info/top_level.txt   | 1 -
 imposm/app.py   |17 +-
 imposm/cache/internal.cc|   545 +-
 imposm/cache/tc.c   | 12531 +++---
 imposm/db/config.py | 7 +
 imposm/db/postgis.py|76 +-
 imposm/dbimporter.py|55 +-
 imposm/defaultmapping.py|27 +-
 imposm/geom.py  |76 +-
 imposm/mapping.py   |48 +-
 imposm/multipolygon.py  |80 +-
 imposm/test/test_large_limit_to_geom.py |42 +
 imposm/test/test_tag_mapper.py  |46 +-
 imposm/util/geom.py |27 +-
 imposm/version.py   | 2 +-
 23 files changed, 8738 insertions(+), 5057 deletions(-)
 delete mode 100644 imposm.egg-info/PKG-INFO
 delete mode 100644 imposm.egg-info/SOURCES.txt
 delete mode 100644 imposm.egg-info/dependency_links.txt
 delete mode 100644 imposm.egg-info/entry_points.txt
 delete mode 100644 imposm.egg-info/namespace_packages.txt
 delete mode 100644 imposm.egg-info/requires.txt
 delete mode 100644 imposm.egg-info/top_level.txt
 create mode 100644 imposm/test/test_large_limit_to_geom.py

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


[imposm] 02/02: pristine-tar data for imposm_2.6.0+ds.orig.tar.gz

2015-08-31 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 imposm.

commit 2d8abe6fefc6c7687050bc190860dad4e824fe44
Author: Bas Couwenberg 
Date:   Mon Aug 31 13:40:07 2015 +0200

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

diff --git a/imposm_2.6.0+ds.orig.tar.gz.delta 
b/imposm_2.6.0+ds.orig.tar.gz.delta
new file mode 100644
index 000..0474469
Binary files /dev/null and b/imposm_2.6.0+ds.orig.tar.gz.delta differ
diff --git a/imposm_2.6.0+ds.orig.tar.gz.id b/imposm_2.6.0+ds.orig.tar.gz.id
new file mode 100644
index 000..87d63bd
--- /dev/null
+++ b/imposm_2.6.0+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+719b10d5184b151dd455fd6e8a8dfacb83a4c608

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


[imposm] annotated tag upstream/2.6.0 created (now 7886b1b)

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

sebastic pushed a change to annotated tag upstream/2.6.0
in repository imposm.

at  7886b1b   (tag)
   tagging  16c87894cd02de37bbcd6b2f46bdb34b31eea070 (commit)
  replaces  upstream/2.5.0
 tagged by  Bas Couwenberg
on  Mon Aug 31 13:15:09 2015 +0200

- Log -
Upstream version 2.6.0

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


[imposm] annotated tag upstream/2.6.0+ds created (now 7ed4189)

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

sebastic pushed a change to annotated tag upstream/2.6.0+ds
in repository imposm.

at  7ed4189   (tag)
   tagging  6bdc045dfa3e4e067f453161f72792b3c0652fe2 (commit)
  replaces  upstream/2.6.0
 tagged by  Bas Couwenberg
on  Mon Aug 31 13:40:07 2015 +0200

- Log -
Upstream version 2.6.0+ds

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

---

No new revisions were added by this update.

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

2015-08-31 Thread Debian FTP Masters
imposm_2.6.0+ds-1_amd64.changes uploaded successfully to localhost
along with the files:
  imposm_2.6.0+ds-1.dsc
  imposm_2.6.0+ds.orig.tar.gz
  imposm_2.6.0+ds-1.debian.tar.xz
  imposm_2.6.0+ds-1_all.deb
  python-imposm_2.6.0+ds-1_amd64.deb

Greetings,

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

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


[imposm] tag debian/2.6.0+ds-1 created (now 67901ae)

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

sebastic pushed a change to tag debian/2.6.0+ds-1
in repository imposm.

at  67901ae   (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/imposm.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


imposm_2.6.0+ds-1_amd64.changes ACCEPTED into unstable

2015-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 19:39:38 +0200
Source: imposm
Binary: python-imposm imposm
Architecture: source all amd64
Version: 2.6.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 imposm - importer for OpenStreetMap data
 python-imposm - importer for OpenStreetMap data - Python module
Changes:
 imposm (2.6.0+ds-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
   * Update watch file to use pypi.debian.net.
   * Update copyright file, changes:
 - Rename Upstream-Author to Upstream-Contact
 - Rename Upstream-Source to Source
 - Drop © character from copyright statements
 - Use more common Apache-2.0 standalone license paragraph
 - Update copyright years for Omniscale
   * Restructure control file with cme, changes:
 - Bump Standards-Version to 3.9.6, no changes
 - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
   * Add gbp.conf to use pristine-tar by default.
   * Use pybuild buildsystem and enable parallel builds.
   * Add upstream metadata.
   * Repack upstream tarball to exclude .egg-info directory.
   * Add build dependencies for tests: python-shapely, python-nose,
 python-psycopg2 & python-imposm-parser.
   * Override dh_auto_test to ignore test failures.
   * Add patch to fix Shapely geos_capi_version check.
   * Drop sql file location patch in favor of symlinks.
Checksums-Sha1:
 15a6456dcfb6e561b9e22cff14aebcc975f5c33a 2107 imposm_2.6.0+ds-1.dsc
 604ef805c7087360d9b65bb3da9a296944f7a6bc 118964 imposm_2.6.0+ds.orig.tar.gz
 d4ccce08de7de70ceebc5213620ea9f345d0e4a0 3660 imposm_2.6.0+ds-1.debian.tar.xz
 3b0c7cae58fcf9b83cd2f77440be91a05a593107 4672 imposm_2.6.0+ds-1_all.deb
 f9b2edcee3f51cd1e91e380aa3dd12128e0d4c99 150246 
python-imposm_2.6.0+ds-1_amd64.deb
Checksums-Sha256:
 bad50d6123d144d52167b2b69040a5379cd21f768637213bd7f893b17481573b 2107 
imposm_2.6.0+ds-1.dsc
 3fe7def3fccdc6180795f02b778bbdee4c75dceaf5c807fadd141de0eee8d15f 118964 
imposm_2.6.0+ds.orig.tar.gz
 8226d6651ec3d7b123fc863b3b0c027731f6a554e9ec21e65027bcace3664122 3660 
imposm_2.6.0+ds-1.debian.tar.xz
 656bb54a1a8ec1fa473c5ccf83dcf308298b4b148ca9f34cd89744cec0b6eac5 4672 
imposm_2.6.0+ds-1_all.deb
 ef176383858da6af9ca2392b5caa4d12f1cab425dd263107d9022092f5aa97bf 150246 
python-imposm_2.6.0+ds-1_amd64.deb
Files:
 238508718a0c01882a4180e756b35ae0 2107 python extra imposm_2.6.0+ds-1.dsc
 d01c1c441c4f03e271f91ffdefe9489a 118964 python extra 
imposm_2.6.0+ds.orig.tar.gz
 0d49dc527458544fc9d97c98896728ac 3660 python extra 
imposm_2.6.0+ds-1.debian.tar.xz
 3a171720378d17c44040553f6559c1b2 4672 web extra imposm_2.6.0+ds-1_all.deb
 e15928441c989300f824436b234be551 150246 python extra 
python-imposm_2.6.0+ds-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV5JMYAAoJEGdQ8QrojUrxWYEP/iRSXlWjQUvs+pdtyc+HDtc3
JsGcdxIQ9rKpXniajVUERHfd5Kc/djTEBA3PWy+41dbcjvDLw8iBGDxwhX/h+rSY
ZYuUNoWm1W4MEo0+e7tPxLjpqi7pUs0ig+GVRByX6xAwAwrJCmxQqle4O0ZlUDGI
uSvzZf7tpf2TlafK/YPd7kAwEwTZY5Rq7aG1fC986lN21BDz8JlB+OFnAQB7X+AN
UDQgdN5+X7IAl/tf3mxQE43pwcza0r/4VrAyWQ/WT9SXno5s67f04AnW99ykBN+C
R/V2uipp2++qm1kCI3CDPhOe/bxVUrAvA2KpBsxDwCdYsbsE0MeATyZvG3KymAzf
lzMmDMjCwC+xyeZPi2FJX4B5MQpuhVvj8zLtJHO+ub6qNYiC2xoEA56BLuE3lYvS
3XvHqwZxsfNiU4TUd/FjLVuPrUx183x2LlXMHJ64QPazXsBJjEl71UJW6Gx4lero
1vMWxDoGmo4M72hWKcn/SCRC339Ifi68cFfazBQX/SOG/s1xCUnITDx8kdvWxu8L
e1eWIJEwCSCmRoY6y1BV7GzG+tzNwA0gdMqBn2N+hAFdrasPQe780FTSA9Gk5k3N
vM4UtP8eNMtETtR5DuvQQQfj8gGdBgWpks0pyPw8Qg/FhYlO49sSMYx5trRzVp8m
SNVEw1Hf7HZPgmyKK1aY
=P6r5
-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 osgearth_2.7.0+dfsg-1~exp4_amd64.changes

2015-08-31 Thread Debian FTP Masters
osgearth_2.7.0+dfsg-1~exp4_amd64.changes uploaded successfully to localhost
along with the files:
  osgearth_2.7.0+dfsg-1~exp4.dsc
  osgearth_2.7.0+dfsg-1~exp4.debian.tar.xz
  libosgearth-dev_2.7.0+dfsg-1~exp4_amd64.deb
  libosgearth5_2.7.0+dfsg-1~exp4_amd64.deb
  libosgearthannotation5_2.7.0+dfsg-1~exp4_amd64.deb
  libosgearthfeatures5_2.7.0+dfsg-1~exp4_amd64.deb
  libosgearthqt5_2.7.0+dfsg-1~exp4_amd64.deb
  libosgearthsymbology5_2.7.0+dfsg-1~exp4_amd64.deb
  libosgearthutil5_2.7.0+dfsg-1~exp4_amd64.deb
  openscenegraph-plugin-osgearth_2.7.0+dfsg-1~exp4_amd64.deb
  osgearth-data_2.7.0+dfsg-1~exp4_all.deb
  osgearth_2.7.0+dfsg-1~exp4_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_2.7.0+dfsg-1~exp4_amd64.changes ACCEPTED into experimental

2015-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 19:56:44 +0200
Source: osgearth
Binary: osgearth osgearth-data libosgearth5 libosgearthannotation5 
libosgearthfeatures5 libosgearthqt5 libosgearthsymbology5 libosgearthutil5 
openscenegraph-plugin-osgearth libosgearth-dev
Architecture: source amd64 all
Version: 2.7.0+dfsg-1~exp4
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libosgearth-dev - osgEarth development files
 libosgearth5 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph (shared 
l
 libosgearthannotation5 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarth
 libosgearthfeatures5 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 libosgearthqt5 - Dynamic 3D terrain rendering toolkit for OpenSceneGraph 
(osgEarth
 libosgearthsymbology5 - Dynamic 3D terrain rendering toolkit for 
OpenSceneGraph (osgEarth
 libosgearthutil5 - 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.7.0+dfsg-1~exp4) experimental; urgency=medium
 .
   * Update symbols for other architectures.
   * Rebuild for openscenegraph transition.
Checksums-Sha1:
 68f83db4124656127fe9d99e32abdae887e4ecf6 2937 osgearth_2.7.0+dfsg-1~exp4.dsc
 c4c2184b018dd69b1f905ce8dd823dfd42278da6 108964 
osgearth_2.7.0+dfsg-1~exp4.debian.tar.xz
 a575105b145f3b20c56bea4afe135f78fb9670b8 498742 
libosgearth-dev_2.7.0+dfsg-1~exp4_amd64.deb
 1c163100d393e48dbda1250ba1fbcb4b7ce907fa 1052302 
libosgearth5_2.7.0+dfsg-1~exp4_amd64.deb
 4e90a80da198d5f2c37cf8b799078c90d7c220c0 240870 
libosgearthannotation5_2.7.0+dfsg-1~exp4_amd64.deb
 2dfa4ed87007f879f05eb213e1d846f5d741564c 356268 
libosgearthfeatures5_2.7.0+dfsg-1~exp4_amd64.deb
 5992ec3680bae18599e204e048d89a00ca7006b4 209236 
libosgearthqt5_2.7.0+dfsg-1~exp4_amd64.deb
 6a4f668ed3d3491c1c65ae6988074e0231228f6f 433760 
libosgearthsymbology5_2.7.0+dfsg-1~exp4_amd64.deb
 f1d608272b7e307e6078f31a63d8b4ed6debc762 583450 
libosgearthutil5_2.7.0+dfsg-1~exp4_amd64.deb
 ccc2d513d3e5dc98196a3b87a5bab9a90260287d 4350384 
openscenegraph-plugin-osgearth_2.7.0+dfsg-1~exp4_amd64.deb
 5bcf68ca96c6ab963e66f33db862b815470e4bd1 4708386 
osgearth-data_2.7.0+dfsg-1~exp4_all.deb
 eb7837dbdd4c26c1b111601c1054b1e0625d0bfb 229124 
osgearth_2.7.0+dfsg-1~exp4_amd64.deb
Checksums-Sha256:
 258c70805b52651a03a5c28c3776663858a24910eb57fa1e265d4aaa0c7f15d8 2937 
osgearth_2.7.0+dfsg-1~exp4.dsc
 07bb6d2dc96e42fb3293445103021b82dc9d8148ad09451dd51d3ea9efef9a2d 108964 
osgearth_2.7.0+dfsg-1~exp4.debian.tar.xz
 2daca147ece8c580b61890d5a76ae1c41075cb4d0ab15f511db73604d84d6a54 498742 
libosgearth-dev_2.7.0+dfsg-1~exp4_amd64.deb
 1498fd08bbe1190d8d80f609cfc5e56a4eed055e39156a07d93f08795f4fb74d 1052302 
libosgearth5_2.7.0+dfsg-1~exp4_amd64.deb
 9e14782db384a9c4977bb2214fbbe8495fae3b2ee7b9d6f27d0e5be5f5770c71 240870 
libosgearthannotation5_2.7.0+dfsg-1~exp4_amd64.deb
 03dc859d04aed66f5effdcbde60121b6b2579dff457e61403c18679fa01b9192 356268 
libosgearthfeatures5_2.7.0+dfsg-1~exp4_amd64.deb
 8eeef320c221bba892ac7164d4faeaa2a437551d341bc7d950a9a8bbdf413072 209236 
libosgearthqt5_2.7.0+dfsg-1~exp4_amd64.deb
 2b007411e5a25317abde463e2989427e0df39297e721a32b60c0180643351221 433760 
libosgearthsymbology5_2.7.0+dfsg-1~exp4_amd64.deb
 d2ded5bdba56e8a6bcff5521d5c50806a5b3f19b1b8e200248f46e63f49408f8 583450 
libosgearthutil5_2.7.0+dfsg-1~exp4_amd64.deb
 6955674235d94be90fe8b883fe256b018e1988c35959b1b79e48a9894ff527e1 4350384 
openscenegraph-plugin-osgearth_2.7.0+dfsg-1~exp4_amd64.deb
 299653ce8b45eedaf3c5e253816c9737088f2e8ccbd21150a037b853b06c6513 4708386 
osgearth-data_2.7.0+dfsg-1~exp4_all.deb
 8bbc1d9aa4452d87782002095c3831adb7caf56ae96602219be061448ad41c25 229124 
osgearth_2.7.0+dfsg-1~exp4_amd64.deb
Files:
 b9fafd0752d70a0c762ca2453ad7fcaf 2937 devel optional 
osgearth_2.7.0+dfsg-1~exp4.dsc
 282b0f99646a31d9492a36e18ab7f00e 108964 devel optional 
osgearth_2.7.0+dfsg-1~exp4.debian.tar.xz
 52811295683bab7ecd36cf9d9eb5ce14 498742 libdevel optional 
libosgearth-dev_2.7.0+dfsg-1~exp4_amd64.deb
 54bf0602cb58dd4add46253767b91efb 1052302 libs optional 
libosgearth5_2.7.0+dfsg-1~exp4_amd64.deb
 beb6be0c4d6c53040faaf526cd049170 240870 libs optional 
libosgearthannotation5_2.7.0+dfsg-1~exp4_amd64.deb
 9de69942d6ae01a7de8a7f2cfa60a03a 356268 libs optional 
libosgearthfeatures5_2.7.0+dfsg-1~exp4_amd64.deb
 c9c35ffa419da74775a8ab37c6ab483a 209236 libs optional 
libosgearthqt5_2.7.0+dfsg-1~exp4_amd64.deb
 51103aa6784d6f48ee95ea5a5d591a50 433760 libs optional 
libosgearthsymbology5_2.7.0+dfsg-1~exp4_amd64.deb
 758ddbda0bd9b79f31ca5062dbdf9e3c 583450 libs optional 

[osgearth] branch master updated (f85764f -> d33b188)

2015-08-31 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  f85764f   Merge changes from unstable.
   new  ccbf84d   Update symbols for other architectures.
   new  6a92a28   Drop missing symbols.
   new  d33b188   Set distribution to experimental.

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


Summary of changes:
 debian/changelog  |7 +
 debian/libosgearth5.symbols   | 1767 -
 debian/libosgearthannotation5.symbols |  272 ++---
 debian/libosgearthfeatures5.symbols   |  584 ---
 debian/libosgearthqt5.symbols |  130 +--
 debian/libosgearthsymbology5.symbols  |  533 --
 debian/libosgearthutil5.symbols   |  751 --
 7 files changed, 1393 insertions(+), 2651 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] 03/03: Set distribution to experimental.

2015-08-31 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 d33b18871fca8318ecc686f8e2716a3d7a8e7bff
Author: Bas Couwenberg 
Date:   Mon Aug 31 19:57:16 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index a847cb7..201c5f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-osgearth (2.7.0+dfsg-1~exp4) UNRELEASED; urgency=medium
+osgearth (2.7.0+dfsg-1~exp4) experimental; urgency=medium
 
   * Update symbols for other architectures.
+  * Rebuild for openscenegraph transition.
 
- -- Bas Couwenberg   Sun, 30 Aug 2015 01:52:26 +0200
+ -- Bas Couwenberg   Mon, 31 Aug 2015 19:56:44 +0200
 
 osgearth (2.7.0+dfsg-1~exp3) experimental; 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] tag debian/2.7.0+dfsg-1.exp4 created (now d33b188)

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

sebastic pushed a change to tag debian/2.7.0+dfsg-1.exp4
in repository osgearth.

at  d33b188   (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-7_amd64.changes

2015-08-31 Thread Debian FTP Masters
osgearth_2.5.0+dfsg-7_amd64.changes uploaded successfully to localhost
along with the files:
  osgearth_2.5.0+dfsg-7.dsc
  osgearth_2.5.0+dfsg-7.debian.tar.xz
  libosgearth-dev_2.5.0+dfsg-7_amd64.deb
  libosgearth3_2.5.0+dfsg-7_amd64.deb
  libosgearthannotation3_2.5.0+dfsg-7_amd64.deb
  libosgearthfeatures3_2.5.0+dfsg-7_amd64.deb
  libosgearthqt3_2.5.0+dfsg-7_amd64.deb
  libosgearthsymbology3_2.5.0+dfsg-7_amd64.deb
  libosgearthutil3_2.5.0+dfsg-7_amd64.deb
  openscenegraph-plugin-osgearth_2.5.0+dfsg-7_amd64.deb
  osgearth-data_2.5.0+dfsg-7_all.deb
  osgearth_2.5.0+dfsg-7_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] 01/02: Update watch file to use lowercase RC in uversionmangle.

2015-08-31 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 b8b8b149df64544e762649f23b54734a6c99878b
Author: Bas Couwenberg 
Date:   Mon Aug 31 20:43:32 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 9dc69c5..f36939b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osgearth (2.5.0+dfsg-7) UNRELEASED; urgency=medium
+
+  * Update watch file to use lowercase RC in uversionmangle.
+
+ -- Bas Couwenberg   Mon, 31 Aug 2015 20:41:16 +0200
+
 osgearth (2.5.0+dfsg-6) unstable; urgency=medium
 
   * Update symbols for other architectures.
diff --git a/debian/watch b/debian/watch
index cf40e3c..e4c07a3 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|b|beta|a|alpha)\d*)$/$1~$2/;s/^\d+\.\d+$/$&.0/,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|a|alpha)\d*)$/$1~$2/;s/RC/rc/;s/^\d+\.\d+$/$&.0/,\
 repacksuffix=+dfsg \
 https://github.com/gwaldron/osgearth/releases \
 .*/osgearth-(\d[\d\.a-z]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
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] branch stretch updated (5818083 -> 1418aa1)

2015-08-31 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  5818083   Set distribution to unstable.
   new  b8b8b14   Update watch file to use lowercase RC in uversionmangle.
   new  1418aa1   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/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] 02/02: Set distribution to unstable.

2015-08-31 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 1418aa185c9a3790a6a528cdcbf84383e3010ed3
Author: Bas Couwenberg 
Date:   Mon Aug 31 20:41:30 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 f36939b..de5bf77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-osgearth (2.5.0+dfsg-7) UNRELEASED; urgency=medium
+osgearth (2.5.0+dfsg-7) unstable; urgency=medium
 
   * Update watch file to use lowercase RC in uversionmangle.
+  * Rebuild for openscenegraph transition.
 
- -- Bas Couwenberg   Mon, 31 Aug 2015 20:41:16 +0200
+ -- Bas Couwenberg   Mon, 31 Aug 2015 20:47:40 +0200
 
 osgearth (2.5.0+dfsg-6) 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] tag debian/2.5.0+dfsg-7 created (now 1418aa1)

2015-08-31 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-7
in repository osgearth.

at  1418aa1   (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


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

2015-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 20:47:40 +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-7
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
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-7) unstable; urgency=medium
 .
   * Update watch file to use lowercase RC in uversionmangle.
   * Rebuild for openscenegraph transition.
Checksums-Sha1:
 112f57bfccab7eee3343dbee939cd7bd8f966d14 2925 osgearth_2.5.0+dfsg-7.dsc
 69c0b5bb8680ff29bfd5dfd0dbb29b4f959403bf 97320 
osgearth_2.5.0+dfsg-7.debian.tar.xz
 e333631d235b54f4f0402a72a96d23c14d2a23ab 448524 
libosgearth-dev_2.5.0+dfsg-7_amd64.deb
 984951698a6620c388ba1928e27223bf26545c3d 965718 
libosgearth3_2.5.0+dfsg-7_amd64.deb
 3f5edf88ce586d67eea0a2045d7a9b0bb83b2da2 223116 
libosgearthannotation3_2.5.0+dfsg-7_amd64.deb
 dd5a3eb6e1abf4ab17bb282b33c624d25d8b60b3 326314 
libosgearthfeatures3_2.5.0+dfsg-7_amd64.deb
 7314b53ac94f4f1b4e354f0136e0e9931ed09ada 196270 
libosgearthqt3_2.5.0+dfsg-7_amd64.deb
 eb99b00e0c4339b9b35a5b9183fa39fba3ded0fe 348220 
libosgearthsymbology3_2.5.0+dfsg-7_amd64.deb
 9982e68851e9647840337a73bb2c8d514ffe3b70 736640 
libosgearthutil3_2.5.0+dfsg-7_amd64.deb
 faa2013d293f406864e5c1eaf1ad4b77076526b9 3740620 
openscenegraph-plugin-osgearth_2.5.0+dfsg-7_amd64.deb
 ab436d451207c0f3d01d513dd4bed7ed1b2e532a 3943432 
osgearth-data_2.5.0+dfsg-7_all.deb
 323245417f1edc89295f23e0a77f9ffa04fa8c6d 198394 osgearth_2.5.0+dfsg-7_amd64.deb
Checksums-Sha256:
 36f1bc3c59bc7a30e5e0547251de24d0d0643bf142304ca29e3c780410197bc2 2925 
osgearth_2.5.0+dfsg-7.dsc
 c36f785af38989f8f763f8f1ef8f074ef6aa991be55e46537eaa2fc0ab120ef7 97320 
osgearth_2.5.0+dfsg-7.debian.tar.xz
 1a03c2c9c584e4904f0d3446b9eb5f68c398ee3b8720be212e3d8b76c1d31bba 448524 
libosgearth-dev_2.5.0+dfsg-7_amd64.deb
 c6cbe7497d176a3d0a014980f3774d2677fd0deec431e1a54a793c7f28816735 965718 
libosgearth3_2.5.0+dfsg-7_amd64.deb
 3d6887f7494cc54e0f4cbee056b43f956800f1b2b85e37923b8be66b37d80bf2 223116 
libosgearthannotation3_2.5.0+dfsg-7_amd64.deb
 544df590c9d40aa3b17888dacfbd37f680bcab02c95dd056270d76b55dee18ce 326314 
libosgearthfeatures3_2.5.0+dfsg-7_amd64.deb
 63c8686794a197d16db5397f8c72f257694fd63288609e38bf7c8e506cece00b 196270 
libosgearthqt3_2.5.0+dfsg-7_amd64.deb
 e7c7832642050fcb5e52828a03b24e32b54c28af3f3abdad455f8c7211bc 348220 
libosgearthsymbology3_2.5.0+dfsg-7_amd64.deb
 5cc200c1622e441460a2153f7d1ebc260e3b3d7b3de02f2d8c07f5dc28363805 736640 
libosgearthutil3_2.5.0+dfsg-7_amd64.deb
 e132e693e8b09711009c2ec2c47e57c9ee2dfcbbe94e1d34386176b937ba3c93 3740620 
openscenegraph-plugin-osgearth_2.5.0+dfsg-7_amd64.deb
 ae2d4333d53ed4af17fb9e7846201a7c086ff2f72e8d3845823a42f3fb07d91f 3943432 
osgearth-data_2.5.0+dfsg-7_all.deb
 aeb84d67047033fba7a4244c5ce20e81e3e1180361b943897823858cfb365596 198394 
osgearth_2.5.0+dfsg-7_amd64.deb
Files:
 d4251b4ec182aac798b2a6a5f85569b2 2925 devel optional osgearth_2.5.0+dfsg-7.dsc
 b90609132be437fae04c2d9a85b73c77 97320 devel optional 
osgearth_2.5.0+dfsg-7.debian.tar.xz
 c5bb5e9a7ff52a1af66a3f62e5dbd514 448524 libdevel optional 
libosgearth-dev_2.5.0+dfsg-7_amd64.deb
 22c7a332e13b7cbed3a59085151c08fa 965718 libs optional 
libosgearth3_2.5.0+dfsg-7_amd64.deb
 8880afa0c990aa196b1eb914bc64fbe6 223116 libs optional 
libosgearthannotation3_2.5.0+dfsg-7_amd64.deb
 065eefbeeede78e39d0a3afc5ed259b4 326314 libs optional 
libosgearthfeatures3_2.5.0+dfsg-7_amd64.deb
 9d06d8904e50ee6667b570d703e93342 196270 libs optional 
libosgearthqt3_2.5.0+dfsg-7_amd64.deb
 bece0f9e327adbd87dd2eb2a12d6097e 348220 libs optional 
libosgearthsymbology3_2.5.0+dfsg-7_amd64.deb
 0c15df2584c8802a2cf755897fe7abe7 736640 libs optional 
libosgearthutil3_2.5.0+dfsg-7_amd64.deb
 2988a3e64c2a5df1a78acacbccf9e415 3740620 devel optional 
openscenegraph-plugin-osgearth_2.5.0+dfsg-7_amd64.deb
 970a2ac9317b7016cfed1b9f7ecc9522 3943432 

Processing of josm_0.0.svn8159+dfsg1-2_amd64.changes

2015-08-31 Thread Debian FTP Masters
josm_0.0.svn8159+dfsg1-2_amd64.changes uploaded successfully to localhost
along with the files:
  josm_0.0.svn8159+dfsg1-2.dsc
  josm_0.0.svn8159+dfsg1-2.debian.tar.xz
  josm-l10n_0.0.svn8159+dfsg1-2_all.deb
  josm_0.0.svn8159+dfsg1-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


[josm] tag debian/0.0.svn8159+dfsg1-2 created (now 5d4e3ed)

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

sebastic pushed a change to tag debian/0.0.svn8159+dfsg1-2
in repository josm.

at  5d4e3ed   (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/josm.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


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

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

sebastic pushed a commit to branch stretch
in repository josm.

commit 5d4e3ed2815693935d63c4a8e180d86cb1cdd1be
Author: Bas Couwenberg 
Date:   Mon Aug 31 21:35:28 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 d043bc3..e00a92d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-josm (0.0.svn8159+dfsg1-2) UNRELEASED; urgency=medium
+josm (0.0.svn8159+dfsg1-2) unstable; urgency=medium
 
   * Patch REVISION file to add Build-Name property for identification of the
 Debian build. (closes: #789161)
   * Update Vcs-Browser URL to use HTTPS.
 
- -- Bas Couwenberg   Thu, 18 Jun 2015 14:55:12 +0200
+ -- Bas Couwenberg   Mon, 31 Aug 2015 21:35:05 +0200
 
 josm (0.0.svn8159+dfsg1-1) unstable; urgency=medium
 

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


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

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

sebastic pushed a commit to branch stretch
in repository josm.

commit ef764fc8b64607df94534fd0f7356b8040d428e2
Author: Bas Couwenberg 
Date:   Mon Aug 31 21:34:40 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 74d2272..d043bc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ josm (0.0.svn8159+dfsg1-2) UNRELEASED; urgency=medium
 
   * Patch REVISION file to add Build-Name property for identification of the
 Debian build. (closes: #789161)
+  * Update Vcs-Browser URL to use HTTPS.
 
  -- Bas Couwenberg   Thu, 18 Jun 2015 14:55:12 +0200
 
diff --git a/debian/control b/debian/control
index d59dae7..a5b31d0 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9~),
libterm-readkey-perl,
jmapviewer (>= 1.07)
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/josm.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/josm.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/josm.git -b stretch
 Homepage: http://josm.openstreetmap.de
 

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


[josm] branch stretch updated (8cf49a9 -> 5d4e3ed)

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

sebastic pushed a change to branch stretch
in repository josm.

  from  8cf49a9   Patch REVISION file to add Build-Name property for 
identification of the Debian build.
   new  ef764fc   Update Vcs-Browser URL to use HTTPS.
   new  5d4e3ed   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 | 5 +++--
 debian/control   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/josm.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: Update watch file to use lowercase RC in uversionmangle.

2015-08-31 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 17b5652b72c86b741f2010a7f800769f307c4bd9
Author: Bas Couwenberg 
Date:   Mon Aug 31 21:20:26 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index d89bc60..6da5bbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qgis (2.8.3+dfsg-3) UNRELEASED; urgency=medium
+
+  * Update watch file to use lowercase RC in uversionmangle.
+
+ -- Bas Couwenberg   Mon, 31 Aug 2015 21:20:12 +0200
+
 qgis (2.8.3+dfsg-2) unstable; urgency=medium
 
   * Update symbols for amd64.
diff --git a/debian/watch b/debian/watch
index bcd6ee7..baa20fb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,7 @@
 version=3
-opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
-repacksuffix=+dfsg" \
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\
+repacksuffix=+dfsg \
 http://qgis.org/downloads/ \
 
(?:.*/)?(?:rel|v|qgis)[\-\_](2\.8\.\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/qgis.git

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


[qgis] 03/04: Drop missing symbols.

2015-08-31 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 16271aaf26840c75b835fe3df8e7fd3297fb252f
Author: Bas Couwenberg 
Date:   Mon Aug 31 21:23:59 2015 +0200

Drop missing symbols.
---
 debian/libqgis-analysis2.8.3.symbols |  8 -
 debian/libqgis-core2.8.3.symbols | 60 
 debian/libqgis-gui2.8.3.symbols  | 33 
 debian/libqgis-server2.8.3.symbols   |  4 ---
 4 files changed, 105 deletions(-)

diff --git a/debian/libqgis-analysis2.8.3.symbols 
b/debian/libqgis-analysis2.8.3.symbols
index 5cd2ebe..146d799 100644
--- a/debian/libqgis-analysis2.8.3.symbols
+++ b/debian/libqgis-analysis2.8.3.symbols
@@ -412,7 +412,6 @@ libqgis_analysis.so.2.8.3 #PACKAGE# #MINVER#
  
(optional=templinst)_ZN5QHashI7QString10QgsFeatureE11deleteNode2EPN9QHashData4NodeE@Base
 2.4.0
  
(optional=templinst)_ZN5QHashI7QString10QgsFeatureE13duplicateNodeEPN9QHashData4NodeEPv@Base
 2.4.0
  (optional=templinst)_ZN5QHashI7QStringiE11deleteNode2EPN9QHashData4NodeE@Base 
2.0.1
-#MISSING: 2.8.3# 
(optional=templinst)_ZN5QHashI7QStringiE13detach_helperEv@Base 2.0.1
  
(optional=templinst)_ZN5QHashI7QStringiE13duplicateNodeEPN9QHashData4NodeEPv@Base
 2.0.1
  (optional=templinst|arch=!amd64 !i386 !kfreebsd-amd64 
!kfreebsd-i386)_ZN5QHashI7QStringiED1Ev@Base 2.8.3
  (optional=templinst|arch=!amd64 !i386 !kfreebsd-amd64 
!kfreebsd-i386)_ZN5QHashI7QStringiED2Ev@Base 2.8.3
@@ -434,8 +433,6 @@ libqgis_analysis.so.2.8.3 #PACKAGE# #MINVER#
  (optional=templinst|arch=!amd64 !i386 !kfreebsd-amd64 
!kfreebsd-i386)_ZN5QListI10QgsFeatureED2Ev@Base 2.8.3
  (optional=templinst)_ZN5QListI5QPairI7QStringiEE18detach_helper_growEii@Base 
2.0.1
  (optional=templinst)_ZN5QListI5QPairI7QStringiEE6appendERKS2_@Base 2.0.1
-#MISSING: 2.8.3# (optional=templinst|arch=arm64 armhf mips mipsel powerpc 
ppc64el s390x sparc)_ZN5QListI5QPairI7QStringiEED1Ev@Base 2.2.0
-#MISSING: 2.8.3# (optional=templinst|arch=arm64 armhf mips mipsel powerpc 
ppc64el s390x sparc)_ZN5QListI5QPairI7QStringiEED2Ev@Base 2.2.0
  (optional=templinst)_ZN5QListI5QPairIidEE18detach_helper_growEii@Base 2.0.1
  (optional=templinst)_ZN5QListI5QPairIidEE6appendERKS1_@Base 2.0.1
  (optional=templinst|arch=!amd64 !i386 !kfreebsd-amd64 
!kfreebsd-i386)_ZN5QListI5QPairIidEED1Ev@Base 2.8.3
@@ -448,7 +445,6 @@ libqgis_analysis.so.2.8.3 #PACKAGE# #MINVER#
  (optional=templinst)_ZN5QListI7QStringE18detach_helper_growEii@Base 2.0.1
  (optional=templinst)_ZN5QListI7QStringE4freeEPN9QListData4DataE@Base 2.8.3
  (optional=templinst)_ZN5QListI7QStringE6appendERKS0_@Base 2.0.1
-#MISSING: 2.8.3# (optional=templinst)_ZN5QListI7QStringE6detachEv@Base 2.4.0
  (optional=templinst|arch=!amd64 !i386 !kfreebsd-amd64 
!kfreebsd-i386)_ZN5QListI7QStringED1Ev@Base 2.8.3
  (optional=templinst|arch=!amd64 !i386 !kfreebsd-amd64 
!kfreebsd-i386)_ZN5QListI7QStringED2Ev@Base 2.8.3
  (optional=templinst)_ZN5QListI7QStringEixEi@Base 2.8.3
@@ -488,7 +484,6 @@ libqgis_analysis.so.2.8.3 #PACKAGE# #MINVER#
  (optional=templinst)_ZN5QListIiE3endEv@Base 2.8.3
  (optional=templinst)_ZN5QListIiE5beginEv@Base 2.8.3
  (optional=templinst)_ZN5QListIiE6appendERKi@Base 2.0.1
-#MISSING: 2.8.3# (optional=templinst)_ZN5QListIiE6detachEv@Base 2.0.1
  (optional=templinst)_ZN5QListIiE7prependERKi@Base 2.8.3
  (optional=templinst|arch=!amd64 !i386 !kfreebsd-amd64 
!kfreebsd-i386)_ZN5QListIiED1Ev@Base 2.8.3
  (optional=templinst|arch=!amd64 !i386 !kfreebsd-amd64 
!kfreebsd-i386)_ZN5QListIiED2Ev@Base 2.8.3
@@ -664,10 +659,8 @@ libqgis_analysis.so.2.8.3 #PACKAGE# #MINVER#
  
(optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS2_E@Base
 2.8.3
  
(optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE15_M_insert_equalIS0_IdiEEESt17_Rb_tree_iteratorIS2_EOT_@Base
 2.8.0
  (optional=templinst|arch=!amd64 !arm64 !i386 !kfreebsd-amd64 !kfreebsd-i386 
!mips !mipsel !powerpc !ppc64 !ppc64el !s390x 
!sparc)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE4findERS1_@Base
 2.8.3
-#MISSING: 2.8.3# (arch=!amd64 !arm64 !armel !armhf !kfreebsd-amd64 
!ppc64el)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE5eraseB5cxx11ESt17_Rb_tree_iteratorIS2_E@Base
 2.8.2
  
(optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base
 2.0.1
  
(optional=templinst)_ZNSt8_Rb_treeIiSt4pairIKidESt10_Select1stIS2_ESt4lessIiESaIS2_EE16_M_insert_uniqueIS0_IidEEES0_ISt17_Rb_tree_iteratorIS2_EbEOT_@Base
 2.8.0
-#MISSING: 2.8.3# (optional=templinst|arch=amd64 arm64 armel armhf 
kfreebsd-amd64 
ppc64el)_ZNSt8_Rb_treeIiSt4pairIKidESt10_Select1stIS2_ESt4lessIiESaIS2_EE4findERS1_@Base
 2.0.1
  
(optional=templinst)_ZNSt8_Rb_treeIiSt4pairIKidESt10_Select1stIS2_ESt4lessIiESaIS2_EE5eraseERS1_@Base
 2.0.1
  

[qgis] tag debian/2.8.3+dfsg-3 created (now 72d67b6)

2015-08-31 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-3
in repository qgis.

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

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

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


[qgis] branch master updated (e45c967 -> 72d67b6)

2015-08-31 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  e45c967   Set distribution to unstable.
   new  17b5652   Update watch file to use lowercase RC in uversionmangle.
   new  fc26975   Update symbols for other architectures.
   new  16271aa   Drop missing symbols.
   new  72d67b6   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|8 +
 debian/libqgis-analysis2.8.3.symbols|  104 ++-
 debian/libqgis-core2.8.3.symbols| 1056 +--
 debian/libqgis-gui2.8.3.symbols |  768 ++-
 debian/libqgis-networkanalysis2.8.3.symbols |   20 +-
 debian/libqgis-server2.8.3.symbols  |  230 +++---
 debian/libqgispython2.8.3.symbols   |   16 +-
 debian/watch|7 +-
 8 files changed, 1107 insertions(+), 1102 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] 04/04: Set distribution to unstable.

2015-08-31 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 72d67b690f90e798bc264f0801c18d236dd05a7a
Author: Bas Couwenberg 
Date:   Mon Aug 31 21:24:34 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 5b55646..38bc71e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-qgis (2.8.3+dfsg-3) UNRELEASED; urgency=medium
+qgis (2.8.3+dfsg-3) unstable; urgency=medium
 
   * Update watch file to use lowercase RC in uversionmangle.
   * Update symbols for other architectures.
+  * Rebuild for openscenegraph transition.
 
- -- Bas Couwenberg   Mon, 31 Aug 2015 21:20:12 +0200
+ -- Bas Couwenberg   Mon, 31 Aug 2015 21:24:05 +0200
 
 qgis (2.8.3+dfsg-2) unstable; urgency=medium
 

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

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


Processing of gpsdrive_2.10~pre4-6.dfsg-5.3_multi.changes

2015-08-31 Thread Debian FTP Masters
gpsdrive_2.10~pre4-6.dfsg-5.3_multi.changes uploaded successfully to localhost
along with the files:
  gpsdrive_2.10~pre4-6.dfsg-5.3.dsc
  gpsdrive_2.10~pre4-6.dfsg-5.3.diff.gz
  gpsdrive-data_2.10~pre4-6.dfsg-5.3_all.deb
  gpsdrive-scripts_2.10~pre4-6.dfsg-5.3_all.deb
  gpsdrive_2.10~pre4-6.dfsg-5.3_amd64.deb

Greetings,

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

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


josm_0.0.svn8159+dfsg1-2_amd64.changes ACCEPTED into unstable

2015-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 21:35:05 +0200
Source: josm
Binary: josm josm-l10n
Architecture: source all
Version: 0.0.svn8159+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 josm   - Editor for OpenStreetMap
 josm-l10n  - Editor for OpenStreetMap - translation files
Closes: 789161
Changes:
 josm (0.0.svn8159+dfsg1-2) unstable; urgency=medium
 .
   * Patch REVISION file to add Build-Name property for identification of the
 Debian build. (closes: #789161)
   * Update Vcs-Browser URL to use HTTPS.
Checksums-Sha1:
 c2997a94171a7eccef19034ae8bd26a173584b0f 2470 josm_0.0.svn8159+dfsg1-2.dsc
 daa1062b3ab5f6afe61039ca01374b9815ad89dd 33232 
josm_0.0.svn8159+dfsg1-2.debian.tar.xz
 da00c8e48a71a611a78ddc98384b4a3d80dd769d 1402948 
josm-l10n_0.0.svn8159+dfsg1-2_all.deb
 fea3501b2a2656fbbb77f035b2eb0333461be74a 5642254 
josm_0.0.svn8159+dfsg1-2_all.deb
Checksums-Sha256:
 96d8d870c5aa3b4abd2e570d1f325cffcafbab697dae5ea196acc3eaa4ad1ae3 2470 
josm_0.0.svn8159+dfsg1-2.dsc
 8a338d4fd798bf2c80240229e1d916f555f59c436677a0e74097da67fbf85463 33232 
josm_0.0.svn8159+dfsg1-2.debian.tar.xz
 9ee4978c89ac3736f335304b7e9f8912fce69eff6d37eb5f521dccd3d0512a61 1402948 
josm-l10n_0.0.svn8159+dfsg1-2_all.deb
 a750dfdf5a70486b5764e0bb757a59a7d2912fc627f3782fd0a4e6a238068b7d 5642254 
josm_0.0.svn8159+dfsg1-2_all.deb
Files:
 3ef76c47d65597e7649aace04ef456a0 2470 utils extra josm_0.0.svn8159+dfsg1-2.dsc
 39c684431e63fea0a819b4f837767627 33232 utils extra 
josm_0.0.svn8159+dfsg1-2.debian.tar.xz
 5b71e22cf2a65624ab2e1434e13d66e2 1402948 localization extra 
josm-l10n_0.0.svn8159+dfsg1-2_all.deb
 36e01afdd9fd3293301a9a518c82a0d4 5642254 utils extra 
josm_0.0.svn8159+dfsg1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV5LCxAAoJEGdQ8QrojUrxJBwP+wbVCGsS++sLMy9mibIcFlX+
n6tOHO5B75chlXMFLTvKfik/qFeuc2mCYKs4XM09/5EcGqi8+4RNssqgwsZGSpLN
Hcd3wHB6Mv8zHd1sFf7LOVbHmDbnIEmTbB3D+rNo3gV0fiMf4ZlzoRs7kooH2tQg
Qa9NmMpQP2I8FObzSl5dNvZrPqTPO1P5koFrfTZAuc5Yuh7642x/0DruHbGpnMVx
0ZMBS8+03C49Tej4h7FEDD4cUkfEbZxr10VvC4s9m/QBnOQ5j3IEzABkZbsLkuu3
+tEvDPmNSiozCIo6EMNIlPgyU4r6C17kIB8M2k/vE4Jcp1OhWqMQ+dpaXdA6OcFs
DzW0334j238707Ze38VUxmo2TEMYWSBBLD2w+jPrPw/B6pC+d1j+/uGHakAk26ip
uUZWLGj5QWHWK/oPr6a3vi0+oIp6LcHZbzRnKd1Mz4s2wJbo6dLw5JdzKMLHKigz
Gu0Je03lAmsWuNqd360CHFGUnSjT4z+P9ppUjLHrtCdmrcK1mQiP6J+3H90Z/93n
sYF8R9NFAiUlHZDQisUU1hDmA1VPf//VrI3qg7xfbmf4DibO0hHP4HwO3OZhF4rz
KhzieYSVbUheOznT2Zfbjg0ZsCLDfpVBqjMpE5+0s2MMrZs1PBeJ6gF1+eJSOlpC
Zb+JOWcTiECjc0+Fl4vI
=k9uw
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Bug#789161: marked as done (josm: Change JOSM User-Agent to indicate it's a Debian build)

2015-08-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Aug 2015 21:26:08 +
with message-id 
and subject line Bug#789161: fixed in josm 0.0.svn8159+dfsg1-2
has caused the Debian Bug report #789161,
regarding josm: Change JOSM User-Agent to indicate it's a Debian build
to be marked as done.

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

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


-- 
789161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: josm
Version: 0.0.svn8159+dfsg1-1
Severity: wishlist
Tags: upstream

One of the JOSM upstream developers has requested to change the
User-Agent to indicate it's a Debian build:

"
 E.g. the debian build is still not marked in a way, that we 
 could see them in our stats. Recomendation still is to add "DEBIAN" or 
 "D" in the version string like "SVN" for the self-builds.
"

https://lists.openstreetmap.org/pipermail/josm-dev/2015-June/007389.html
--- End Message ---
--- Begin Message ---
Source: josm
Source-Version: 0.0.svn8159+dfsg1-2

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

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

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

Debian distribution maintenance software
pp.
Bas Couwenberg  (supplier of updated josm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 21:35:05 +0200
Source: josm
Binary: josm josm-l10n
Architecture: source all
Version: 0.0.svn8159+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 josm   - Editor for OpenStreetMap
 josm-l10n  - Editor for OpenStreetMap - translation files
Closes: 789161
Changes:
 josm (0.0.svn8159+dfsg1-2) unstable; urgency=medium
 .
   * Patch REVISION file to add Build-Name property for identification of the
 Debian build. (closes: #789161)
   * Update Vcs-Browser URL to use HTTPS.
Checksums-Sha1:
 c2997a94171a7eccef19034ae8bd26a173584b0f 2470 josm_0.0.svn8159+dfsg1-2.dsc
 daa1062b3ab5f6afe61039ca01374b9815ad89dd 33232 
josm_0.0.svn8159+dfsg1-2.debian.tar.xz
 da00c8e48a71a611a78ddc98384b4a3d80dd769d 1402948 
josm-l10n_0.0.svn8159+dfsg1-2_all.deb
 fea3501b2a2656fbbb77f035b2eb0333461be74a 5642254 
josm_0.0.svn8159+dfsg1-2_all.deb
Checksums-Sha256:
 96d8d870c5aa3b4abd2e570d1f325cffcafbab697dae5ea196acc3eaa4ad1ae3 2470 
josm_0.0.svn8159+dfsg1-2.dsc
 8a338d4fd798bf2c80240229e1d916f555f59c436677a0e74097da67fbf85463 33232 
josm_0.0.svn8159+dfsg1-2.debian.tar.xz
 9ee4978c89ac3736f335304b7e9f8912fce69eff6d37eb5f521dccd3d0512a61 1402948 
josm-l10n_0.0.svn8159+dfsg1-2_all.deb
 a750dfdf5a70486b5764e0bb757a59a7d2912fc627f3782fd0a4e6a238068b7d 5642254 
josm_0.0.svn8159+dfsg1-2_all.deb
Files:
 3ef76c47d65597e7649aace04ef456a0 2470 utils extra josm_0.0.svn8159+dfsg1-2.dsc
 39c684431e63fea0a819b4f837767627 33232 utils extra 
josm_0.0.svn8159+dfsg1-2.debian.tar.xz
 5b71e22cf2a65624ab2e1434e13d66e2 1402948 localization extra 
josm-l10n_0.0.svn8159+dfsg1-2_all.deb
 36e01afdd9fd3293301a9a518c82a0d4 5642254 utils extra 
josm_0.0.svn8159+dfsg1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV5LCxAAoJEGdQ8QrojUrxJBwP+wbVCGsS++sLMy9mibIcFlX+
n6tOHO5B75chlXMFLTvKfik/qFeuc2mCYKs4XM09/5EcGqi8+4RNssqgwsZGSpLN
Hcd3wHB6Mv8zHd1sFf7LOVbHmDbnIEmTbB3D+rNo3gV0fiMf4ZlzoRs7kooH2tQg
Qa9NmMpQP2I8FObzSl5dNvZrPqTPO1P5koFrfTZAuc5Yuh7642x/0DruHbGpnMVx
0ZMBS8+03C49Tej4h7FEDD4cUkfEbZxr10VvC4s9m/QBnOQ5j3IEzABkZbsLkuu3
+tEvDPmNSiozCIo6EMNIlPgyU4r6C17kIB8M2k/vE4Jcp1OhWqMQ+dpaXdA6OcFs
DzW0334j238707Ze38VUxmo2TEMYWSBBLD2w+jPrPw/B6pC+d1j+/uGHakAk26ip
uUZWLGj5QWHWK/oPr6a3vi0+oIp6LcHZbzRnKd1Mz4s2wJbo6dLw5JdzKMLHKigz
Gu0Je03lAmsWuNqd360CHFGUnSjT4z+P9ppUjLHrtCdmrcK1mQiP6J+3H90Z/93n
sYF8R9NFAiUlHZDQisUU1hDmA1VPf//VrI3qg7xfbmf4DibO0hHP4HwO3OZhF4rz
KhzieYSVbUheOznT2Zfbjg0ZsCLDfpVBqjMpE5+0s2MMrZs1PBeJ6gF1+eJSOlpC
Zb+JOWcTiECjc0+Fl4vI
=k9uw
-END PGP SIGNATURE End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org

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

2015-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 31 Aug 2015 21:24:05 +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-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libqgis-analysis2.8.3 - QGIS - shared analysis library
 libqgis-core2.8.3 - QGIS - shared core library
 libqgis-customwidgets - QGIS custom widgets for Qt Designer
 libqgis-dev - QGIS - development files
 libqgis-gui2.8.3 - QGIS - shared gui library
 libqgis-networkanalysis2.8.3 - QGIS - shared network analysis library
 libqgis-server2.8.3 - QGIS - shared server library
 libqgispython2.8.3 - QGIS - shared Python library
 python-qgis - Python bindings to QGIS
 python-qgis-common - Python bindings to QGIS - architecture-independent files
 qgis   - Geographic Information System (GIS)
 qgis-api-doc - QGIS API documentation
 qgis-common - QGIS - architecture-independent data
 qgis-dbg   - QGIS - debugging symbols
 qgis-plugin-globe - OSG globe plugin for QGIS
 qgis-plugin-globe-common - OSG globe plugin for QGIS - 
architecture-independent data
 qgis-providers - collection of data providers to QGIS
 qgis-providers-common - collection of data providers to QGIS - 
architecture-independent f
 qgis-server - QGIS server providing various OGC services
Changes:
 qgis (2.8.3+dfsg-3) unstable; urgency=medium
 .
   * Update watch file to use lowercase RC in uversionmangle.
   * Update symbols for other architectures.
   * Rebuild for openscenegraph transition.
Checksums-Sha1:
 247b804323459fa541cc58f872c2796d6e8435b0 3889 qgis_2.8.3+dfsg-3.dsc
 01f68965474637c3f8c3b08d987162a0fab30855 368956 qgis_2.8.3+dfsg-3.debian.tar.xz
 32b492897e3b5de500a0cfcf0cc71e1517ae180d 1101208 
libqgis-analysis2.8.3_2.8.3+dfsg-3_amd64.deb
 6044008a21e013cb01596007fa4ee53971086a90 3168146 
libqgis-core2.8.3_2.8.3+dfsg-3_amd64.deb
 5bec58dd2c339baee9a649ff0f855ba555dc989f 2404924 
libqgis-customwidgets_2.8.3+dfsg-3_amd64.deb
 70ad200fa3a218c7d5ce34f41f5f675cc09749da 1378562 
libqgis-dev_2.8.3+dfsg-3_amd64.deb
 1d4e43180307f4e9184a63441b0edef610444b1a 2398300 
libqgis-gui2.8.3_2.8.3+dfsg-3_amd64.deb
 55ed2b8ae65c36c137289997850e28ae290cae0c 968860 
libqgis-networkanalysis2.8.3_2.8.3+dfsg-3_amd64.deb
 41fb1cf5df821f0e680d36519faa54d77600f57c 1287586 
libqgis-server2.8.3_2.8.3+dfsg-3_amd64.deb
 3bbff5af9b6e44e27463dae28d070d655e89e7b3 966554 
libqgispython2.8.3_2.8.3+dfsg-3_amd64.deb
 e20b9dc6cb21183fa3e397e3c69a430b2bc73c34 3259192 
python-qgis-common_2.8.3+dfsg-3_all.deb
 b14190df573ba758d390a4e8757397d519da87c3 3467240 
python-qgis_2.8.3+dfsg-3_amd64.deb
 cd1a2c7c2eb99c0e35134d7705c837a45f957e74 949466 
qgis-api-doc_2.8.3+dfsg-3_all.deb
 18aacb6043f964ca895ed812e617ce42901635a5 8202498 
qgis-common_2.8.3+dfsg-3_all.deb
 5faeccad8eda1acf89be339a8a09d50b59c43fd3 165724690 
qgis-dbg_2.8.3+dfsg-3_amd64.deb
 631c70893ed9f4f8f5ef99762aabbd4a14c44a40 956168 
qgis-plugin-globe-common_2.8.3+dfsg-3_all.deb
 1816061e481d20424d6882879200a68de700b1ea 1033274 
qgis-plugin-globe_2.8.3+dfsg-3_amd64.deb
 650cb8e9f330d11bb2fb310e5cd91650f586c9df 1710554 
qgis-providers-common_2.8.3+dfsg-3_all.deb
 12566bad2028d8dda4f18b8026be376b77a44883 1970724 
qgis-providers_2.8.3+dfsg-3_amd64.deb
 90dd21e8859c3d56bf9fd5e2c14eb24808571121 1366966 
qgis-server_2.8.3+dfsg-3_amd64.deb
 5e9c3a5b8e22f3ef9b0030833617a1c519623769 6601856 qgis_2.8.3+dfsg-3_amd64.deb
Checksums-Sha256:
 4586b7f9ef7c80d1f4e6aa10fcf829d94252726712055f22b4d2231a2cfa1889 3889 
qgis_2.8.3+dfsg-3.dsc
 b9109427984468efa98a62f55efdbe775238beebfab667c5115a64216a98ad16 368956 
qgis_2.8.3+dfsg-3.debian.tar.xz
 df8b5941d1751ce108285642219cd0995178f4e0fb6339f2c96c1703cb5f0607 1101208 
libqgis-analysis2.8.3_2.8.3+dfsg-3_amd64.deb
 50e6ff15bb4f2c758460e3363c464dcdd68594d43a029743a84c24bdb2f6e730 3168146 
libqgis-core2.8.3_2.8.3+dfsg-3_amd64.deb
 90aa3e6adce690c42beb5a7e5a3fb1718befbd550bece868ea43e2eea244580e 2404924 
libqgis-customwidgets_2.8.3+dfsg-3_amd64.deb
 3e63598738666b415ab58e9f16c9fd65b7b023fa2cfee9832cb535b05cf731f7 1378562 
libqgis-dev_2.8.3+dfsg-3_amd64.deb
 59f9f4bfeff5aba4b0dccfe3b77b5ff897a41c38a822a42c0a4a81832780b951 2398300 
libqgis-gui2.8.3_2.8.3+dfsg-3_amd64.deb
 7b26adbf2b618149fed6f2c621c433adf01b5833fc21f22e6c8988c81e5e6286 968860 
libqgis-networkanalysis2.8.3_2.8.3+dfsg-3_amd64.deb
 5f2cac14b4db01923ccb48dabb7f74a53eeb1699824945f2c90a8edbd14e67ee 1287586 
libqgis-server2.8.3_2.8.3+dfsg-3_amd64.deb
 4973280c274a0db6e4760fa532a18c6acfec7e41b617655055fb9ce8f3a89a6c 966554 
libqgispython2.8.3_2.8.3+dfsg-3_amd64.deb
 

[libcitygml] 01/11: Imported Upstream version 2.0

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit 9e30b172236c16bc71f758307ce5d57403785157
Author: Bas Couwenberg 
Date:   Mon Aug 31 00:21:55 2015 +0200

Imported Upstream version 2.0
---
 CMakeLists.txt| 28 ---
 osgplugin/ReaderWriterCityGML.cpp |  6 ++---
 sources/CMakeLists.txt| 16 +
 sources/citygml.pc.cmake  | 11 +
 sources/include/citygml/appearancetarget.h|  8 +++
 sources/include/citygml/geometry.h|  8 +++
 sources/include/citygml/polygon.h |  8 +++
 sources/include/citygml/texturetargetdefinition.h | 12 +-
 sources/include/parser/elementparser.h|  2 ++
 sources/include/parser/geocoordinatetransformer.h |  5 ++--
 sources/include/parser/textureelementparser.h |  2 +-
 sources/src/citygml/appearancetarget.cpp  | 16 ++---
 sources/src/citygml/geometry.cpp  | 18 +++
 sources/src/citygml/linearring.cpp|  8 +++
 sources/src/citygml/polygon.cpp   | 26 ++---
 sources/src/citygml/texturetargetdefinition.cpp   | 16 ++---
 sources/src/parser/addressparser.cpp  |  8 +++
 sources/src/parser/geocoordinatetransformer.cpp   | 26 ++---
 sources/src/parser/geometryelementparser.cpp  |  2 +-
 sources/src/parser/gmlfeaturecollectionparser.cpp |  2 +-
 sources/src/parser/textureelementparser.cpp   |  3 +--
 test/CMakeLists.txt   |  3 +++
 test/citygmltest.cpp  |  2 +-
 23 files changed, 140 insertions(+), 96 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0ca992..d193f0b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,9 +2,9 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.2 FATAL_ERROR)
 
 PROJECT ( libcitygml )
 
-set(META_VERSION_MAJOR   "1")
-set(META_VERSION_MINOR   "4")
-set(META_VERSION_PATCH   "3")
+set(META_VERSION_MAJOR   "2")
+set(META_VERSION_MINOR   "0")
+set(META_VERSION_PATCH   "0")
 
 set(META_VERSION 
"${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
 
@@ -97,6 +97,28 @@ SET(OUTPUT_LIBDIR ${PROJECT_BINARY_DIR}/lib)
 MAKE_DIRECTORY(${OUTPUT_LIBDIR})
 SET(LIBRARY_OUTPUT_PATH ${OUTPUT_LIBDIR})
 
+if(NOT DEFINED BIN_INSTALL_DIR)
+set(BIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/bin")
+endif(NOT DEFINED BIN_INSTALL_DIR)
+if(NOT DEFINED LIB_INSTALL_DIR)
+set(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib")
+endif(NOT DEFINED LIB_INSTALL_DIR)
+if(NOT DEFINED DATA_INSTALL_DIR)
+set(DATA_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share")
+endif(NOT DEFINED DATA_INSTALL_DIR)
+if(NOT DEFINED INCLUDE_INSTALL_DIR)
+set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/citygml")
+endif(NOT DEFINED INCLUDE_INSTALL_DIR)
+if(NOT DEFINED MAN_INSTALL_DIR)
+set(MAN_INSTALL_DIR "${DATA_INSTALL_DIR}/man")
+endif(NOT DEFINED MAN_INSTALL_DIR)
+if(NOT DEFINED RESOURCE_INSTALL_DIR)
+set(RESOURCE_INSTALL_DIR 
"${DATA_INSTALL_DIR}/libcitygml${META_VERSION_MAJOR}/resource/")
+endif(NOT DEFINED RESOURCE_INSTALL_DIR)
+if(NOT DEFINED LOCALE_INSTALL_DIR)
+set(LOCALE_INSTALL_DIR "${DATA_INSTALL_DIR}/locale/")
+endif(NOT DEFINED LOCALE_INSTALL_DIR)
+
 # IF( DEBUG_BUILD )
   # SET( CMAKE_BUILD_TYPE "Debug" )
 # ELSE( DEBUG_BUILD )
diff --git a/osgplugin/ReaderWriterCityGML.cpp 
b/osgplugin/ReaderWriterCityGML.cpp
index a516a30..d611ff7 100644
--- a/osgplugin/ReaderWriterCityGML.cpp
+++ b/osgplugin/ReaderWriterCityGML.cpp
@@ -274,7 +274,7 @@ osgDB::ReaderWriter::ReadResult 
ReaderWriterCityGML::readCity(std::shared_ptr stateset, osg::Geometry* geom, 
const citygml::Polygon& polygon, CityGMLSettings& settings) {
-const citygml::Texture* citygmlTex = 
polygon.getTextureFor(settings._theme);
+const auto citygmlTex = polygon.getTextureFor(settings._theme);
 
 if ( !citygmlTex )
 {
@@ -338,7 +338,7 @@ void setTexture(osg::ref_ptr stateset, 
osg::Geometry* geom, const
 
 void setMaterial(osg::ref_ptr stateset, const citygml::Polygon& 
polygon, CityGMLSettings& settings) {
 
-const citygml::Material* citygmlMaterial = 
polygon.getMaterialFor(settings._theme);
+const auto citygmlMaterial = polygon.getMaterialFor(settings._theme);
 
 if (!citygmlMaterial) {
 return;
@@ -364,7 +364,7 @@ void setMaterial(osg::ref_ptr stateset, 
const citygml::Polygon& p
 void createOsgGeometryFromCityGMLGeometry(const citygml::Geometry& geometry, 
CityGMLSettings& settings, osg::Geode* geometryContainer, const osg::Vec3d& 
offset ) {
 for ( unsigned int j = 0; j < geometry.getPolygonsCount(); j++ )
 {
-const citygml::Polygon& p = geometry.getPolygon(j);
+const citygml::Polygon& p = 

[libcitygml] 06/11: Rename library package for SONAME bump.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit cbaa415e011780b9be8bbc4060c661d392b4e65d
Author: Bas Couwenberg 
Date:   Mon Aug 31 22:51:18 2015 +0200

Rename library package for SONAME bump.
---
 debian/changelog| 1 +
 debian/control  | 6 +++---
 debian/{libcitygml1.install => libcitygml2.install} | 0
 debian/{libcitygml1.symbols => libcitygml2.symbols} | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8c1f21e..2eae77a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libcitygml (2.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Drop patches, applied upstream.
   * Update Vcs-Browser URL to use HTTPS.
+  * Rename library package for SONAME bump.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 00:22:05 +0200
 
diff --git a/debian/control b/debian/control
index 2c85011..b078b8d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-grass/libcitygml.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/libcitygml.git
 Homepage: https://github.com/jklimke/libcitygml
 
-Package: libcitygml1
+Package: libcitygml2
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -39,7 +39,7 @@ Package: libcitygml-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libcitygml1 (= ${binary:Version}),
+Depends: libcitygml2 (= ${binary:Version}),
  ${misc:Depends},
 Pre-Depends: ${misc:Pre-Depends}
 Breaks: libcitygml0-dev (<< 1.4.3-1~)
@@ -61,7 +61,7 @@ Description: Static and header files of libcitygml
 Package: libcitygml-bin
 Architecture: any
 Section: utils
-Depends: libcitygml1 (= ${binary:Version}),
+Depends: libcitygml2 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Breaks: libcitygml0-bin (<< 1.4.3-1~)
diff --git a/debian/libcitygml1.install b/debian/libcitygml2.install
similarity index 100%
rename from debian/libcitygml1.install
rename to debian/libcitygml2.install
diff --git a/debian/libcitygml1.symbols b/debian/libcitygml2.symbols
similarity index 99%
rename from debian/libcitygml1.symbols
rename to debian/libcitygml2.symbols
index 28e39ca..727e7fd 100644
--- a/debian/libcitygml1.symbols
+++ b/debian/libcitygml2.symbols
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 1.4.3 amd64 arm64 armel armhf i386 kfreebsd-i386 
mips mipsel powerpc ppc64el s390x
-libcitygml.so.1 libcitygml1 #MINVER#
+libcitygml.so.2 libcitygml2 #MINVER#
  _Z11toStdStringB5cxx11PKt@Base 1.4.3
  _Z11toStdStringPKt@Base 1.4.3
  _Z14toXercesStringRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 
1.4.3

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


[libcitygml] branch master updated (83794c9 -> b24c6e7)

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

sebastic pushed a change to branch master
in repository libcitygml.

  from  83794c9   Move from experimental to unstable.
   new  9e30b17   Imported Upstream version 2.0
   new  fe84722   Merge tag 'upstream/2.0'
   new  ef6c1e0   New upstream release.
   new  4ada230   Drop patches, applied upstream.
   new  ea31380   Update Vcs-Browser URL to use HTTPS.
   new  cbaa415   Rename library package for SONAME bump.
   new  c31a255   Update symbols for amd64.
   new  eb260c1   Reinstate openscenegraph plugin packages.
   new  31e1347   Strip trailing whitespace.
   new  38b6677   Disable OpenSceneGraph plugin again, still FTBFS.
   new  b24c6e7   Set distribution to experimental.

The 11 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:
 CMakeLists.txt |  28 +-
 debian/changelog   |  11 +
 debian/control |  44 +-
 .../{libcitygml1.install => libcitygml2.install}   |   0
 .../{libcitygml1.symbols => libcitygml2.symbols}   | 681 +++--
 debian/patches/information-typo.diff   |  16 -
 debian/patches/install-citygmltest.diff|  14 -
 debian/patches/install-paths.diff  |  56 --
 debian/patches/pkgconfig-support.diff  |  28 -
 debian/patches/series  |   5 -
 debian/patches/soversion.diff  |  19 -
 debian/rules   |   7 +-
 osgplugin/ReaderWriterCityGML.cpp  |   6 +-
 sources/CMakeLists.txt |  16 +-
 sources/citygml.pc.cmake   |  11 +
 sources/include/citygml/appearancetarget.h |   8 +-
 sources/include/citygml/geometry.h |   8 +-
 sources/include/citygml/polygon.h  |   8 +-
 sources/include/citygml/texturetargetdefinition.h  |  12 +-
 sources/include/parser/elementparser.h |   2 +
 sources/include/parser/geocoordinatetransformer.h  |   5 +-
 sources/include/parser/textureelementparser.h  |   2 +-
 sources/src/citygml/appearancetarget.cpp   |  16 +-
 sources/src/citygml/geometry.cpp   |  18 +-
 sources/src/citygml/linearring.cpp |   8 +-
 sources/src/citygml/polygon.cpp|  26 +-
 sources/src/citygml/texturetargetdefinition.cpp|  16 +-
 sources/src/parser/addressparser.cpp   |   8 +-
 sources/src/parser/geocoordinatetransformer.cpp|  26 +-
 sources/src/parser/geometryelementparser.cpp   |   2 +-
 sources/src/parser/gmlfeaturecollectionparser.cpp  |   2 +-
 sources/src/parser/textureelementparser.cpp|   3 +-
 test/CMakeLists.txt|   3 +
 test/citygmltest.cpp   |   2 +-
 34 files changed, 528 insertions(+), 589 deletions(-)
 rename debian/{libcitygml1.install => libcitygml2.install} (100%)
 rename debian/{libcitygml1.symbols => libcitygml2.symbols} (78%)
 delete mode 100644 debian/patches/information-typo.diff
 delete mode 100644 debian/patches/install-citygmltest.diff
 delete mode 100644 debian/patches/install-paths.diff
 delete mode 100644 debian/patches/pkgconfig-support.diff
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/soversion.diff
 create mode 100644 sources/citygml.pc.cmake

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


[libcitygml] 03/11: New upstream release.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit ef6c1e00217759737e07bd59f0e2ed20cd25111d
Author: Bas Couwenberg 
Date:   Mon Aug 31 00:22:09 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 8437653..c86d41b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libcitygml (2.0-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+
+ -- Bas Couwenberg   Mon, 31 Aug 2015 00:22:05 +0200
+
 libcitygml (1.4.3-1) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libcitygml.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 libcitygml_2.0-1~exp1_amd64.changes

2015-08-31 Thread Debian FTP Masters
libcitygml_2.0-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  libcitygml_2.0-1~exp1.dsc
  libcitygml_2.0.orig.tar.gz
  libcitygml_2.0-1~exp1.debian.tar.xz
  libcitygml-bin_2.0-1~exp1_amd64.deb
  libcitygml-dev_2.0-1~exp1_amd64.deb
  libcitygml2_2.0-1~exp1_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


[libcitygml] 09/11: Strip trailing whitespace.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit 31e13477cda449387f3479b0d17c0ef2dca811ba
Author: Bas Couwenberg 
Date:   Mon Aug 31 23:40:00 2015 +0200

Strip trailing whitespace.
---
 debian/control | 60 +-
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/debian/control b/debian/control
index e371d18..db4303b 100644
--- a/debian/control
+++ b/debian/control
@@ -23,15 +23,15 @@ Depends: ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: Open source C++ library for parsing CityGML files
- libcitygml is a small and easy to use open source C++ library for parsing 
- CityGML files in such a way that data can be easily exploited by 3D 
+ libcitygml is a small and easy to use open source C++ library for parsing
+ CityGML files in such a way that data can be easily exploited by 3D
  rendering applications (geometry data are tesselated and optimized for
- rendering during parsing). For instance, it can be used to develop readers 
- of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...) 
+ rendering during parsing). For instance, it can be used to develop readers
+ of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
  Most metadata are not lost, they are available through a per-node hashmap.
  .
- CityGML (City Geography Markup Language) is an XML-based schema for the 
- modelling and exchange of georeferenced 3D city and landscape models that 
+ CityGML (City Geography Markup Language) is an XML-based schema for the
+ modelling and exchange of georeferenced 3D city and landscape models that
  is quickly being adopted on an international level.
  .
  This package contains share library.
@@ -46,15 +46,15 @@ Pre-Depends: ${misc:Pre-Depends}
 Breaks: libcitygml0-dev (<< 1.4.3-1~)
 Replaces: libcitygml0-dev (<< 1.4.3-1~)
 Description: Static and header files of libcitygml
- libcitygml is a small and easy to use open source C++ library for parsing 
- CityGML files in such a way that data can be easily exploited by 3D 
+ libcitygml is a small and easy to use open source C++ library for parsing
+ CityGML files in such a way that data can be easily exploited by 3D
  rendering applications (geometry data are tesselated and optimized for
- rendering during parsing). For instance, it can be used to develop readers 
- of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...) 
+ rendering during parsing). For instance, it can be used to develop readers
+ of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
  Most metadata are not lost, they are available through a per-node hashmap.
  .
- CityGML (City Geography Markup Language) is an XML-based schema for the 
- modelling and exchange of georeferenced 3D city and landscape models that 
+ CityGML (City Geography Markup Language) is an XML-based schema for the
+ modelling and exchange of georeferenced 3D city and landscape models that
  is quickly being adopted on an international level.
  .
  This package contains develop files: static and header files of libcitygml.
@@ -68,15 +68,15 @@ Depends: libcitygml2 (= ${binary:Version}),
 Breaks: libcitygml0-bin (<< 1.4.3-1~)
 Replaces: libcitygml0-bin (<< 1.4.3-1~)
 Description: Utils of libcitygml - citygmltest
- libcitygml is a small and easy to use open source C++ library for parsing 
- CityGML files in such a way that data can be easily exploited by 3D 
+ libcitygml is a small and easy to use open source C++ library for parsing
+ CityGML files in such a way that data can be easily exploited by 3D
  rendering applications (geometry data are tesselated and optimized for
- rendering during parsing). For instance, it can be used to develop readers 
- of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...) 
+ rendering during parsing). For instance, it can be used to develop readers
+ of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
  Most metadata are not lost, they are available through a per-node hashmap.
  .
- CityGML (City Geography Markup Language) is an XML-based schema for the 
- modelling and exchange of georeferenced 3D city and landscape models that 
+ CityGML (City Geography Markup Language) is an XML-based schema for the
+ modelling and exchange of georeferenced 3D city and landscape models that
  is quickly being adopted on an international level.
  .
  This package contains the citygmltest utility.
@@ -89,15 +89,15 @@ Depends: libcitygml2 (= ${binary:Version}),
  ${misc:Depends},
  ${libosg-share}
 Description: libcitygml OpenSceneGraph plugin (shared version)
- libcitygml is a small and easy to use open source C++ library for parsing 
- CityGML files in such a way that data can be easily exploited by 3D 
+ libcitygml is a small and easy to 

[libcitygml] 02/11: Merge tag 'upstream/2.0'

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit fe84722fab7a45b2543a440307746bc8f3a44df7
Merge: 83794c9 9e30b17
Author: Bas Couwenberg 
Date:   Mon Aug 31 00:21:55 2015 +0200

Merge tag 'upstream/2.0'

Upstream version 2.0

 CMakeLists.txt| 28 ---
 osgplugin/ReaderWriterCityGML.cpp |  6 ++---
 sources/CMakeLists.txt| 16 +
 sources/citygml.pc.cmake  | 11 +
 sources/include/citygml/appearancetarget.h|  8 +++
 sources/include/citygml/geometry.h|  8 +++
 sources/include/citygml/polygon.h |  8 +++
 sources/include/citygml/texturetargetdefinition.h | 12 +-
 sources/include/parser/elementparser.h|  2 ++
 sources/include/parser/geocoordinatetransformer.h |  5 ++--
 sources/include/parser/textureelementparser.h |  2 +-
 sources/src/citygml/appearancetarget.cpp  | 16 ++---
 sources/src/citygml/geometry.cpp  | 18 +++
 sources/src/citygml/linearring.cpp|  8 +++
 sources/src/citygml/polygon.cpp   | 26 ++---
 sources/src/citygml/texturetargetdefinition.cpp   | 16 ++---
 sources/src/parser/addressparser.cpp  |  8 +++
 sources/src/parser/geocoordinatetransformer.cpp   | 26 ++---
 sources/src/parser/geometryelementparser.cpp  |  2 +-
 sources/src/parser/gmlfeaturecollectionparser.cpp |  2 +-
 sources/src/parser/textureelementparser.cpp   |  3 +--
 test/CMakeLists.txt   |  3 +++
 test/citygmltest.cpp  |  2 +-
 23 files changed, 140 insertions(+), 96 deletions(-)

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


[libcitygml] 08/11: Reinstate openscenegraph plugin packages.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit eb260c162bebf9b1b257d0a23fbe41cb4a0cb730
Author: Bas Couwenberg 
Date:   Mon Aug 31 23:34:20 2015 +0200

Reinstate openscenegraph plugin packages.
---
 debian/changelog   |  1 +
 debian/control | 43 ++
 debian/gencontrol  |  9 +
 .../openscenegraph-plugin-citygml-shared.install   |  1 +
 .../openscenegraph-plugin-citygml-static.install   |  1 +
 debian/rules   | 11 --
 6 files changed, 63 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 100d020..bcbba8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libcitygml (2.0-1) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use HTTPS.
   * Rename library package for SONAME bump.
   * Update symbols for amd64.
+  * Reinstate openscenegraph plugin packages.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 00:22:05 +0200
 
diff --git a/debian/control b/debian/control
index b078b8d..e371d18 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9),
libgdal-dev,
libgl1-mesa-dev | libgl-dev,
libglu-dev,
+   libopenscenegraph-dev (>= 3.0.1-4~),
pkg-kde-tools
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libcitygml.git
@@ -80,3 +81,45 @@ Description: Utils of libcitygml - citygmltest
  .
  This package contains the citygmltest utility.
 
+Package: openscenegraph-plugin-citygml-shared
+Architecture: any
+Section: devel
+Depends: libcitygml2 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${libosg-share}
+Description: libcitygml OpenSceneGraph plugin (shared version)
+ libcitygml is a small and easy to use open source C++ library for parsing 
+ CityGML files in such a way that data can be easily exploited by 3D 
+ rendering applications (geometry data are tesselated and optimized for
+ rendering during parsing). For instance, it can be used to develop readers 
+ of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...) 
+ Most metadata are not lost, they are available through a per-node hashmap.
+ .
+ CityGML (City Geography Markup Language) is an XML-based schema for the 
+ modelling and exchange of georeferenced 3D city and landscape models that 
+ is quickly being adopted on an international level.
+ .
+ This package contains OpenSceneGraph plugin (.so version).
+
+Package: openscenegraph-plugin-citygml-static
+Architecture: any
+Section: devel
+Depends: libcitygml2 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${libosg-static}
+Description: libcitygml OpenSceneGraph plugin (static version)
+ libcitygml is a small and easy to use open source C++ library for parsing 
+ CityGML files in such a way that data can be easily exploited by 3D 
+ rendering applications (geometry data are tesselated and optimized for
+ rendering during parsing). For instance, it can be used to develop readers 
+ of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...) 
+ Most metadata are not lost, they are available through a per-node hashmap.
+ .
+ CityGML (City Geography Markup Language) is an XML-based schema for the 
+ modelling and exchange of georeferenced 3D city and landscape models that 
+ is quickly being adopted on an international level.
+ .
+ This package contains OpenSceneGraph plugin (.a version).
+
diff --git a/debian/gencontrol b/debian/gencontrol
new file mode 100644
index 000..c7bc71f
--- /dev/null
+++ b/debian/gencontrol
@@ -0,0 +1,9 @@
+LIBOSG_SHARE=`dpkg --get-selections | grep 
"libopenscenegraph[0-9]*[v5]*:.*\s*install" | awk '{print $1}' | awk -F: 
'{print $1}'`
+LIBOSG_VERSION=`dpkg -l $LIBOSG_SHARE | grep "^ii\s*$LIBOSG_SHARE" | awk 
'{print $3}' | sed 's/-.*//'`
+TMP1=`echo $LIBOSG_VERSION | awk -F '.' '{print $1}'`
+TMP2=`echo $LIBOSG_VERSION | awk -F '.' '{print $2}'`
+TMP3=`echo $LIBOSG_VERSION | awk -F '.' '{print $3}' | sed 's/~.*$//'`
+TMP3=$((TMP3+1))
+LIBOSG_VERSIONPLUS=$TMP1.$TMP2.$TMP3~
+echo $LIBOSG_VERSION
+dh_gencontrol -- -Vlibosg-share="$LIBOSG_SHARE" 
-Vlibosg-static="libopenscenegraph-dev (>= $LIBOSG_VERSION), 
libopenscenegraph-dev (<< $LIBOSG_VERSIONPLUS)"
diff --git a/debian/openscenegraph-plugin-citygml-shared.install 
b/debian/openscenegraph-plugin-citygml-shared.install
new file mode 100644
index 000..fd4b5ad
--- /dev/null
+++ b/debian/openscenegraph-plugin-citygml-shared.install
@@ -0,0 +1 @@
+usr/lib/*/osgPlugins-*/*.so
diff --git a/debian/openscenegraph-plugin-citygml-static.install 
b/debian/openscenegraph-plugin-citygml-static.install
new file mode 100644

[libcitygml] 05/11: Update Vcs-Browser URL to use HTTPS.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit ea31380b29125c6d0d23b2b9bc713e2c5488140e
Author: Bas Couwenberg 
Date:   Mon Aug 31 22:47:57 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 824341c..8c1f21e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libcitygml (2.0-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
   * Drop patches, applied upstream.
+  * Update Vcs-Browser URL to use HTTPS.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 00:22:05 +0200
 
diff --git a/debian/control b/debian/control
index c1239f1..2c85011 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
libglu-dev,
pkg-kde-tools
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/libcitygml.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libcitygml.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/libcitygml.git
 Homepage: https://github.com/jklimke/libcitygml
 

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


[libcitygml] 04/11: Drop patches, applied upstream.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit 4ada230876aec81349e3bc54f8d190c981b31f5d
Author: Bas Couwenberg 
Date:   Mon Aug 31 22:46:47 2015 +0200

Drop patches, applied upstream.
---
 debian/changelog|  1 +
 debian/patches/information-typo.diff| 16 --
 debian/patches/install-citygmltest.diff | 14 -
 debian/patches/install-paths.diff   | 56 -
 debian/patches/pkgconfig-support.diff   | 28 -
 debian/patches/series   |  5 ---
 debian/patches/soversion.diff   | 19 ---
 7 files changed, 1 insertion(+), 138 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c86d41b..824341c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libcitygml (2.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Drop patches, applied upstream.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 00:22:05 +0200
 
diff --git a/debian/patches/information-typo.diff 
b/debian/patches/information-typo.diff
deleted file mode 100644
index 50d5260..000
--- a/debian/patches/information-typo.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix 'informations' typo, replace with 'information'.
-Author: Bas Couwenberg 
-Forwarded: https://github.com/jklimke/libcitygml/pull/15
-Applied-Upstream: 
https://github.com/jklimke/libcitygml/commit/ce6e5feb61cb3b4ad01a2d2abef18a601c630d53
-
 a/test/citygmltest.cpp
-+++ b/test/citygmltest.cpp
-@@ -28,7 +28,7 @@ void usage()
- {
- std::cout << "Usage: citygmltest [-options...] " << std::endl;
- std::cout << " Options:" << std::endl;
--std::cout << "  -logPrint some informations during parsing" 
<< std::endl;
-+std::cout << "  -logPrint some information during parsing" << 
std::endl;
- std::cout << "  -filter   CityGML objects to parse (default:All)" 
<< std::endl
- << "  The mask is composed of:" << std::endl
- << "   GenericCityObject, Building, Room," << 
std::endl
diff --git a/debian/patches/install-citygmltest.diff 
b/debian/patches/install-citygmltest.diff
deleted file mode 100644
index 05ba743..000
--- a/debian/patches/install-citygmltest.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Install citygmltest utility.
-Author: YunQiang Su 
-Forwarded: https://github.com/jklimke/libcitygml/pull/15
-Applied-Upstream: 
https://github.com/jklimke/libcitygml/commit/ce6e5feb61cb3b4ad01a2d2abef18a601c630d53
-
 a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -41,3 +41,6 @@ ADD_EXECUTABLE( citygmltest ${PRG_SRCS}
- # ENDIF( MSVC_IDE )
- 
- TARGET_LINK_LIBRARIES( citygmltest citygml ${XERCESC_LIBRARY} 
${OPENGL_LIBRARIES} )
-+
-+install(TARGETS citygmltest RUNTIME DESTINATION ${BIN_INSTALL_DIR})
-+
diff --git a/debian/patches/install-paths.diff 
b/debian/patches/install-paths.diff
deleted file mode 100644
index 4e43e6c..000
--- a/debian/patches/install-paths.diff
+++ /dev/null
@@ -1,56 +0,0 @@
-Description: Add user customizable install paths.
-Author: YunQiang Su 
-Forwarded: https://github.com/jklimke/libcitygml/pull/15
-Applied-Upstream: 
https://github.com/jklimke/libcitygml/commit/ce6e5feb61cb3b4ad01a2d2abef18a601c630d53
-
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -97,6 +97,28 @@ SET(OUTPUT_LIBDIR ${PROJECT_BINARY_DIR}/
- MAKE_DIRECTORY(${OUTPUT_LIBDIR})
- SET(LIBRARY_OUTPUT_PATH ${OUTPUT_LIBDIR})
- 
-+if(NOT DEFINED BIN_INSTALL_DIR)
-+set(BIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/bin")
-+endif(NOT DEFINED BIN_INSTALL_DIR)
-+if(NOT DEFINED LIB_INSTALL_DIR)
-+set(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib")
-+endif(NOT DEFINED LIB_INSTALL_DIR)
-+if(NOT DEFINED DATA_INSTALL_DIR)
-+set(DATA_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share")
-+endif(NOT DEFINED DATA_INSTALL_DIR)
-+if(NOT DEFINED INCLUDE_INSTALL_DIR)
-+set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/citygml")
-+endif(NOT DEFINED INCLUDE_INSTALL_DIR)
-+if(NOT DEFINED MAN_INSTALL_DIR)
-+set(MAN_INSTALL_DIR "${DATA_INSTALL_DIR}/man")
-+endif(NOT DEFINED MAN_INSTALL_DIR)
-+if(NOT DEFINED RESOURCE_INSTALL_DIR)
-+set(RESOURCE_INSTALL_DIR 
"${DATA_INSTALL_DIR}/libcitygml${META_VERSION_MAJOR}/resource/")
-+endif(NOT DEFINED RESOURCE_INSTALL_DIR)
-+if(NOT DEFINED LOCALE_INSTALL_DIR)
-+set(LOCALE_INSTALL_DIR "${DATA_INSTALL_DIR}/locale/")
-+endif(NOT DEFINED LOCALE_INSTALL_DIR)
-+
- # IF( DEBUG_BUILD )
-   # SET( CMAKE_BUILD_TYPE "Debug" )
- # ELSE( DEBUG_BUILD )
 a/sources/CMakeLists.txt
-+++ b/sources/CMakeLists.txt
-@@ -153,13 +153,13 @@ TARGET_LINK_LIBRARIES( ${target} ${XERCE
- 
- INSTALL(
- TARGETS ${target}
--RUNTIME DESTINATION bin
--LIBRARY DESTINATION lib
--ARCHIVE DESTINATION lib
-+RUNTIME 

[libcitygml] 10/11: Disable OpenSceneGraph plugin again, still FTBFS.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit 38b667793ad52412e96f08b03017e28ed8b17c9d
Author: Bas Couwenberg 
Date:   Mon Aug 31 23:51:58 2015 +0200

Disable OpenSceneGraph plugin again, still FTBFS.

Revert "Reinstate openscenegraph plugin packages."

This reverts commit b8a79aec57a3b7a3b76c54e0a007664c5b59e213.

Conflicts:
debian/control
---
 debian/changelog   |  1 -
 debian/control | 43 --
 debian/gencontrol  |  9 -
 .../openscenegraph-plugin-citygml-shared.install   |  1 -
 .../openscenegraph-plugin-citygml-static.install   |  1 -
 debian/rules   |  4 --
 6 files changed, 59 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bcbba8b..100d020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,6 @@ libcitygml (2.0-1) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use HTTPS.
   * Rename library package for SONAME bump.
   * Update symbols for amd64.
-  * Reinstate openscenegraph plugin packages.
 
  -- Bas Couwenberg   Mon, 31 Aug 2015 00:22:05 +0200
 
diff --git a/debian/control b/debian/control
index db4303b..d2048ca 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 9),
libgdal-dev,
libgl1-mesa-dev | libgl-dev,
libglu-dev,
-   libopenscenegraph-dev (>= 3.0.1-4~),
pkg-kde-tools
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libcitygml.git
@@ -81,45 +80,3 @@ Description: Utils of libcitygml - citygmltest
  .
  This package contains the citygmltest utility.
 
-Package: openscenegraph-plugin-citygml-shared
-Architecture: any
-Section: devel
-Depends: libcitygml2 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
- ${libosg-share}
-Description: libcitygml OpenSceneGraph plugin (shared version)
- libcitygml is a small and easy to use open source C++ library for parsing
- CityGML files in such a way that data can be easily exploited by 3D
- rendering applications (geometry data are tesselated and optimized for
- rendering during parsing). For instance, it can be used to develop readers
- of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
- Most metadata are not lost, they are available through a per-node hashmap.
- .
- CityGML (City Geography Markup Language) is an XML-based schema for the
- modelling and exchange of georeferenced 3D city and landscape models that
- is quickly being adopted on an international level.
- .
- This package contains OpenSceneGraph plugin (.so version).
-
-Package: openscenegraph-plugin-citygml-static
-Architecture: any
-Section: devel
-Depends: libcitygml2 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
- ${libosg-static}
-Description: libcitygml OpenSceneGraph plugin (static version)
- libcitygml is a small and easy to use open source C++ library for parsing
- CityGML files in such a way that data can be easily exploited by 3D
- rendering applications (geometry data are tesselated and optimized for
- rendering during parsing). For instance, it can be used to develop readers
- of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
- Most metadata are not lost, they are available through a per-node hashmap.
- .
- CityGML (City Geography Markup Language) is an XML-based schema for the
- modelling and exchange of georeferenced 3D city and landscape models that
- is quickly being adopted on an international level.
- .
- This package contains OpenSceneGraph plugin (.a version).
-
diff --git a/debian/gencontrol b/debian/gencontrol
deleted file mode 100644
index c7bc71f..000
--- a/debian/gencontrol
+++ /dev/null
@@ -1,9 +0,0 @@
-LIBOSG_SHARE=`dpkg --get-selections | grep 
"libopenscenegraph[0-9]*[v5]*:.*\s*install" | awk '{print $1}' | awk -F: 
'{print $1}'`
-LIBOSG_VERSION=`dpkg -l $LIBOSG_SHARE | grep "^ii\s*$LIBOSG_SHARE" | awk 
'{print $3}' | sed 's/-.*//'`
-TMP1=`echo $LIBOSG_VERSION | awk -F '.' '{print $1}'`
-TMP2=`echo $LIBOSG_VERSION | awk -F '.' '{print $2}'`
-TMP3=`echo $LIBOSG_VERSION | awk -F '.' '{print $3}' | sed 's/~.*$//'`
-TMP3=$((TMP3+1))
-LIBOSG_VERSIONPLUS=$TMP1.$TMP2.$TMP3~
-echo $LIBOSG_VERSION
-dh_gencontrol -- -Vlibosg-share="$LIBOSG_SHARE" 
-Vlibosg-static="libopenscenegraph-dev (>= $LIBOSG_VERSION), 
libopenscenegraph-dev (<< $LIBOSG_VERSIONPLUS)"
diff --git a/debian/openscenegraph-plugin-citygml-shared.install 
b/debian/openscenegraph-plugin-citygml-shared.install
deleted file mode 100644
index fd4b5ad..000
--- a/debian/openscenegraph-plugin-citygml-shared.install
+++ /dev/null
@@ -1 +0,0 @@

[libcitygml] 11/11: Set distribution to experimental.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit b24c6e761d96b77b542f9b64cb943a77b0e38977
Author: Bas Couwenberg 
Date:   Mon Aug 31 23:13:46 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 100d020..d225e5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libcitygml (2.0-1) UNRELEASED; urgency=medium
+libcitygml (2.0-1~exp1) experimental; urgency=medium
 
   * Team upload.
   * New upstream release.
@@ -7,7 +7,7 @@ libcitygml (2.0-1) UNRELEASED; urgency=medium
   * Rename library package for SONAME bump.
   * Update symbols for amd64.
 
- -- Bas Couwenberg   Mon, 31 Aug 2015 00:22:05 +0200
+ -- Bas Couwenberg   Mon, 31 Aug 2015 23:13:31 +0200
 
 libcitygml (1.4.3-1) unstable; urgency=medium
 

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


[libcitygml] 01/01: pristine-tar data for libcitygml_2.0.orig.tar.gz

2015-08-31 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 libcitygml.

commit bd1b1e46409846dbfd6f26edf750e31a8f2c31e2
Author: Bas Couwenberg 
Date:   Mon Aug 31 00:21:55 2015 +0200

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

diff --git a/libcitygml_2.0.orig.tar.gz.delta b/libcitygml_2.0.orig.tar.gz.delta
new file mode 100644
index 000..ed93f1e
Binary files /dev/null and b/libcitygml_2.0.orig.tar.gz.delta differ
diff --git a/libcitygml_2.0.orig.tar.gz.id b/libcitygml_2.0.orig.tar.gz.id
new file mode 100644
index 000..c4f4743
--- /dev/null
+++ b/libcitygml_2.0.orig.tar.gz.id
@@ -0,0 +1 @@
+089c6ea051e97d0634c230c29e1204ace6e68192

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


[libcitygml] branch pristine-tar updated (6daab63 -> bd1b1e4)

2015-08-31 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 libcitygml.

  from  6daab63   pristine-tar data for libcitygml_1.4.3.orig.tar.gz
   new  bd1b1e4   pristine-tar data for libcitygml_2.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:
 libcitygml_2.0.orig.tar.gz.delta | Bin 0 -> 6363 bytes
 libcitygml_2.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libcitygml_2.0.orig.tar.gz.delta
 create mode 100644 libcitygml_2.0.orig.tar.gz.id

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


[libcitygml] tag debian/2.0-1.exp1 created (now b24c6e7)

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

sebastic pushed a change to tag debian/2.0-1.exp1
in repository libcitygml.

at  b24c6e7   (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/libcitygml.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


[libcitygml] branch upstream updated (9288a1e -> 9e30b17)

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

sebastic pushed a change to branch upstream
in repository libcitygml.

  from  9288a1e   Imported Upstream version 1.4.3
   new  9e30b17   Imported Upstream version 2.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:
 CMakeLists.txt| 28 ---
 osgplugin/ReaderWriterCityGML.cpp |  6 ++---
 sources/CMakeLists.txt| 16 +
 sources/citygml.pc.cmake  | 11 +
 sources/include/citygml/appearancetarget.h|  8 +++
 sources/include/citygml/geometry.h|  8 +++
 sources/include/citygml/polygon.h |  8 +++
 sources/include/citygml/texturetargetdefinition.h | 12 +-
 sources/include/parser/elementparser.h|  2 ++
 sources/include/parser/geocoordinatetransformer.h |  5 ++--
 sources/include/parser/textureelementparser.h |  2 +-
 sources/src/citygml/appearancetarget.cpp  | 16 ++---
 sources/src/citygml/geometry.cpp  | 18 +++
 sources/src/citygml/linearring.cpp|  8 +++
 sources/src/citygml/polygon.cpp   | 26 ++---
 sources/src/citygml/texturetargetdefinition.cpp   | 16 ++---
 sources/src/parser/addressparser.cpp  |  8 +++
 sources/src/parser/geocoordinatetransformer.cpp   | 26 ++---
 sources/src/parser/geometryelementparser.cpp  |  2 +-
 sources/src/parser/gmlfeaturecollectionparser.cpp |  2 +-
 sources/src/parser/textureelementparser.cpp   |  3 +--
 test/CMakeLists.txt   |  3 +++
 test/citygmltest.cpp  |  2 +-
 23 files changed, 140 insertions(+), 96 deletions(-)
 create mode 100644 sources/citygml.pc.cmake

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


[libcitygml] annotated tag upstream/2.0 created (now dae04d6)

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

sebastic pushed a change to annotated tag upstream/2.0
in repository libcitygml.

at  dae04d6   (tag)
   tagging  9e30b172236c16bc71f758307ce5d57403785157 (commit)
  replaces  upstream/1.4.3
 tagged by  Bas Couwenberg
on  Mon Aug 31 00:21:55 2015 +0200

- Log -
Upstream version 2.0

Bas Couwenberg (1):
  Imported Upstream version 2.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/libcitygml.git

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


Bug#797401: Removed package(s) from unstable

2015-08-31 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

librasterlite | 1.1g-5 | source
librasterlite-dev |  1.1g-5+b2 | amd64, arm64, armel, armhf, hurd-i386, i386, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x
librasterlite2 |  1.1g-5+b2 | amd64, arm64, armel, armhf, hurd-i386, i386, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x
rasterlite-bin |  1.1g-5+b2 | amd64, arm64, armel, armhf, hurd-i386, i386, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x
rasterlite-dbg |  1.1g-5+b2 | amd64, arm64, armel, armhf, hurd-i386, i386, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, ppc64el, s390x

--- Reason ---
ROM; Deprecated upstream, superseded by librasterlite2
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 797...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/797401

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

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


libcitygml_2.0-1~exp1_amd64.changes is NEW

2015-08-31 Thread Debian FTP Masters
binary:libcitygml2 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

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


[imposm-parser] annotated tag upstream/1.0.7+ds created (now f69d20a)

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

sebastic pushed a change to annotated tag upstream/1.0.7+ds
in repository imposm-parser.

at  f69d20a   (tag)
   tagging  a60f9cfef51958429a1257c4b6dd2aa046c0f2d2 (commit)
  replaces  upstream/1.0.6
 tagged by  Bas Couwenberg
on  Mon Aug 31 15:16:40 2015 +0200

- Log -
Upstream version 1.0.7+ds

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

---

No new revisions were added by this update.

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


[imposm-parser] branch upstream updated (38a9a76 -> a60f9cf)

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

sebastic pushed a change to branch upstream
in repository imposm-parser.

  from  38a9a76   Imported Upstream version 1.0.6
   new  a60f9cf   Imported Upstream version 1.0.7+ds

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:
 CHANGES   |9 +-
 MANIFEST.in   |1 +
 PKG-INFO  |   12 +-
 imposm.parser.egg-info/PKG-INFO   |   97 -
 imposm.parser.egg-info/SOURCES.txt|   28 -
 imposm.parser.egg-info/dependency_links.txt   |1 -
 imposm.parser.egg-info/namespace_packages.txt |1 -
 imposm.parser.egg-info/top_level.txt  |1 -
 imposm/parser/pbf/osm.cc  | 7892 ++---
 setup.py  |2 +-
 10 files changed, 5813 insertions(+), 2231 deletions(-)
 delete mode 100644 imposm.parser.egg-info/PKG-INFO
 delete mode 100644 imposm.parser.egg-info/SOURCES.txt
 delete mode 100644 imposm.parser.egg-info/dependency_links.txt
 delete mode 100644 imposm.parser.egg-info/namespace_packages.txt
 delete mode 100644 imposm.parser.egg-info/top_level.txt

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


[imposm-parser] tag debian/1.0.7+ds-1 created (now ab5ac0e)

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

sebastic pushed a change to tag debian/1.0.7+ds-1
in repository imposm-parser.

at  ab5ac0e   (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/imposm-parser.git

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


[osmium-tool] 06/08: Drop big-endian-fileinfo-test.patch, fixed upstream.

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

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

commit 703ede36b5153d2630e5fc1881b7b472c41991f0
Author: Bas Couwenberg 
Date:   Mon Aug 31 16:23:12 2015 +0200

Drop big-endian-fileinfo-test.patch, fixed upstream.
---
 debian/changelog  |  1 +
 debian/patches/big-endian-fileinfo-test.patch | 52 ---
 debian/patches/series |  1 -
 3 files changed, 1 insertion(+), 53 deletions(-)

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

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

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


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

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

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

  from  cf54dbd   Set distribution to unstable.
   new  92b46a9   Imported Upstream version 1.2.1
   new  33fe43e   Merge tag 'upstream/1.2.1'
   new  ac3ee3c   New upstream release.
   new  639fa47   Bump minimum required libosmium2-dev to 2.4.1.
   new  9f1f5d1   Update Vcs-Browser URL to use HTTPS.
   new  703ede3   Drop big-endian-fileinfo-test.patch, fixed upstream.
   new  f085220   Drop obsolete lintian override.
   new  c2b3e69   Set distribution to unstable.

The 8 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:
 .travis.yml   |  2 +-
 CHANGELOG.md  | 16 ++-
 CMakeLists.txt|  4 +-
 appveyor.yml  | 13 ++---
 cmake/FindOsmium.cmake| 69 +++
 cmake/run_test_compare_output.cmake   | 16 +++
 debian/changelog  |  9 
 debian/control|  4 +-
 debian/patches/big-endian-fileinfo-test.patch | 52 
 debian/patches/series |  1 -
 debian/source.lintian-overrides   |  3 --
 scripts/travis_install.sh |  8 
 scripts/travis_script.sh  |  7 +++
 src/cmd_factory.cpp   |  2 +-
 src/command_fileinfo.cpp  |  2 +-
 src/command_renumber.cpp  | 11 -
 src/main.cpp  |  9 
 test/CMakeLists.txt   | 24 +-
 test/fileinfo/fi1-result.txt  |  4 +-
 test/renumber/CMakeLists.txt  |  7 ++-
 20 files changed, 118 insertions(+), 145 deletions(-)
 delete mode 100644 debian/patches/big-endian-fileinfo-test.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/source.lintian-overrides
 delete mode 100755 scripts/travis_install.sh

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

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


  1   2   >