[fiona] 06/08: Enable PIE hardening buildflags.

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

sebastic pushed a commit to branch master
in repository fiona.

commit 9b915c3e2d98e29c00231a7dcc5bd18c0f35a402
Author: Bas Couwenberg 
Date:   Mon Jun 19 07:42:27 2017 +0200

Enable PIE hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cd38454..d72646e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ fiona (1.7.7-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Add autopkgtest to test installability.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Enable PIE hardening buildflags.
 
  -- Bas Couwenberg   Mon, 19 Jun 2017 07:41:06 +0200
 
diff --git a/debian/rules b/debian/rules
index 95716f2..17d631f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 
-# Enable hardening build flags, except:
-#  pie: causes build failure
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export LC_ALL=C.UTF-8
 export LANG=C.UTF-8

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


[fiona] branch pristine-tar updated (8fed52d -> 276947a)

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

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

  from  8fed52d   pristine-tar data for fiona_1.7.6.orig.tar.gz
   new  276947a   pristine-tar data for fiona_1.7.7.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:
 fiona_1.7.7.orig.tar.gz.delta | Bin 0 -> 4690 bytes
 fiona_1.7.7.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 fiona_1.7.7.orig.tar.gz.delta
 create mode 100644 fiona_1.7.7.orig.tar.gz.id

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


[fiona] 03/08: New upstream release.

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

sebastic pushed a commit to branch master
in repository fiona.

commit 4fc16bbd4b902cd1e705beca34aea8a231498800
Author: Bas Couwenberg 
Date:   Mon Jun 19 07:41:17 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c6518dc..595bd08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fiona (1.7.7-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+
+ -- Bas Couwenberg   Mon, 19 Jun 2017 07:41:06 +0200
+
 fiona (1.7.6-1~exp1) experimental; urgency=medium
 
   * Imported Upstream version 1.7.6

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


[fiona] tag debian/1.7.7-1 created (now 3c9503c)

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

sebastic pushed a change to tag debian/1.7.7-1
in repository fiona.

at  3c9503c   (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/fiona.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


[fiona] 08/08: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository fiona.

commit 3c9503c7d7af94db65bb1fb7c5e3ed0bee50b5e1
Author: Bas Couwenberg 
Date:   Mon Jun 19 07:48:41 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index d6e79b0..cc92eed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fiona (1.7.7-1) UNRELEASED; urgency=medium
+fiona (1.7.7-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release.
@@ -6,8 +6,9 @@ fiona (1.7.7-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.0.0, no changes.
   * Enable PIE hardening buildflags.
   * Use SOURCE_DATE_EPOCH variable instead of dpkg-parsechangelog output.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Mon, 19 Jun 2017 07:41:06 +0200
+ -- Bas Couwenberg   Mon, 19 Jun 2017 07:46:01 +0200
 
 fiona (1.7.6-1~exp1) experimental; urgency=medium
 

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


[fiona] 04/08: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch master
in repository fiona.

commit 817a09b1f4a91fb32afcf464c1ac7aabdb825951
Author: Bas Couwenberg 
Date:   Mon Jun 19 07:41:48 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 595bd08..faa351d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ fiona (1.7.7-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Mon, 19 Jun 2017 07:41:06 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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


[fiona] 01/01: pristine-tar data for fiona_1.7.7.orig.tar.gz

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

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

commit 276947a6d3726dfd74bab7af984361208abaf100
Author: Bas Couwenberg 
Date:   Mon Jun 19 07:41:02 2017 +0200

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

diff --git a/fiona_1.7.7.orig.tar.gz.delta b/fiona_1.7.7.orig.tar.gz.delta
new file mode 100644
index 000..f7c5516
Binary files /dev/null and b/fiona_1.7.7.orig.tar.gz.delta differ
diff --git a/fiona_1.7.7.orig.tar.gz.id b/fiona_1.7.7.orig.tar.gz.id
new file mode 100644
index 000..8037299
--- /dev/null
+++ b/fiona_1.7.7.orig.tar.gz.id
@@ -0,0 +1 @@
+5946c85cf02f15e4534c87057b8823effccd73da

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


[fiona] 05/08: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch master
in repository fiona.

commit 928882a4eae2c8172fa46e256eaec233c2e44057
Author: Bas Couwenberg 
Date:   Mon Jun 19 07:42:10 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index faa351d..cd38454 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ fiona (1.7.7-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
   * Add autopkgtest to test installability.
+  * Bump Standards-Version to 4.0.0, no changes.
 
  -- Bas Couwenberg   Mon, 19 Jun 2017 07:41:06 +0200
 
diff --git a/debian/control b/debian/control
index 4d222ef..9b69647 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Build-Depends: debhelper (>= 9),
python-six,
python3-six,
python-sphinx
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/fiona.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/fiona.git
 Homepage: https://github.com/Toblerity/Fiona

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


[fiona] 07/08: Use SOURCE_DATE_EPOCH variable instead of dpkg-parsechangelog output.

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

sebastic pushed a commit to branch master
in repository fiona.

commit bea4085dcdf8766930d9436a860fc494be9646dd
Author: Bas Couwenberg 
Date:   Mon Jun 19 07:45:11 2017 +0200

Use SOURCE_DATE_EPOCH variable instead of dpkg-parsechangelog output.
---
 debian/changelog | 1 +
 debian/rules | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d72646e..d6e79b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ fiona (1.7.7-1) UNRELEASED; urgency=medium
   * Add autopkgtest to test installability.
   * Bump Standards-Version to 4.0.0, no changes.
   * Enable PIE hardening buildflags.
+  * Use SOURCE_DATE_EPOCH variable instead of dpkg-parsechangelog output.
 
  -- Bas Couwenberg   Mon, 19 Jun 2017 07:41:06 +0200
 
diff --git a/debian/rules b/debian/rules
index 17d631f..3731ed2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export LC_ALL=C.UTF-8
 export LANG=C.UTF-8
-LAST_CHANGE=$(shell dpkg-parsechangelog -S Date)
-BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
+
+BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(SOURCE_DATE_EPOCH)")
 
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 

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


[fiona] 01/08: Imported Upstream version 1.7.7

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

sebastic pushed a commit to branch master
in repository fiona.

commit 139c0d1affcdde0ca52de750d5a2df3f07da6877
Author: Bas Couwenberg 
Date:   Mon Jun 19 07:41:01 2017 +0200

Imported Upstream version 1.7.7
---
 .travis.yml   |  1 +
 CHANGES.txt   | 10 ++
 fiona/__init__.py |  2 +-
 fiona/_crs.pyx|  4 +++-
 fiona/_drivers.pyx|  6 --
 fiona/_err.pyx|  2 ++
 fiona/_geometry.pyx   |  2 ++
 fiona/_transform.pyx  | 10 --
 fiona/ogrext1.pyx |  5 +++--
 fiona/ogrext2.pyx |  7 ---
 tests/test_bytescollection.py |  5 ++---
 tests/test_collection.py  | 11 ++-
 12 files changed, 38 insertions(+), 27 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 774f1ad..d5854f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ python:
   - "3.5"
 before_install:
   - pip install -U pip
+  - pip install setuptools==36.0.1
   - pip install wheel
   - . ./scripts/travis_gdal_install.sh
   - export PATH=$GDALINST/gdal-$GDALVERSION/bin:$PATH
diff --git a/CHANGES.txt b/CHANGES.txt
index d5f451a..e8e1ce1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,16 @@ Changes
 
 All issue numbers are relative to https://github.com/Toblerity/Fiona/issues.
 
+Next (2017-)
+--
+
+Bug fixes:
+
+- Switch logger `warn()` (deprecated) calls to `warning()`.
+- Replace all relative imports and cimports in Cython modules with absolute
+  imports (#450).
+- Avoid setting `PROJ_LIB` to a non-existent directory (#439).
+
 1.7.6 (2017-04-26)
 --
 
diff --git a/fiona/__init__.py b/fiona/__init__.py
index 7c11959..6147e27 100644
--- a/fiona/__init__.py
+++ b/fiona/__init__.py
@@ -81,7 +81,7 @@ import uuid
 
 
 __all__ = ['bounds', 'listlayers', 'open', 'prop_type', 'prop_width']
-__version__ = "1.7.6"
+__version__ = "1.7.7"
 __gdal_version__ = get_gdal_release_name().decode('utf-8')
 
 log = logging.getLogger(__name__)
diff --git a/fiona/_crs.pyx b/fiona/_crs.pyx
index fc3dcd1..f6cb493 100644
--- a/fiona/_crs.pyx
+++ b/fiona/_crs.pyx
@@ -3,11 +3,13 @@
 Calls methods from GDAL's OSR module.
 """
 
+from __future__ import absolute_import
+
 import logging
 
 from six import string_types
 
-cimport _cpl
+from fiona cimport _cpl
 from fiona.errors import CRSError
 
 
diff --git a/fiona/_drivers.pyx b/fiona/_drivers.pyx
index 79d5b73..1886833 100644
--- a/fiona/_drivers.pyx
+++ b/fiona/_drivers.pyx
@@ -1,6 +1,8 @@
 # The GDAL and OGR driver registry.
 # GDAL driver management.
 
+from __future__ import absolute_import
+
 import os
 import os.path
 import logging
@@ -119,7 +121,7 @@ cdef class GDALEnv(object):
 os.environ['GDAL_DATA'] = share_datadir
 log.debug("Set GDAL_DATA = %r", share_datadir)
 else:
-log.warn("GDAL data files not located, GDAL_DATA not set")
+log.warning("GDAL data files not located, GDAL_DATA not set")
 
 if 'PROJ_LIB' in os.environ:
 log.debug("PROJ_LIB: %s", os.environ['PROJ_LIB'])
@@ -134,7 +136,7 @@ cdef class GDALEnv(object):
 os.environ['PROJ_LIB'] = share_datadir
 log.debug("Set PROJ_LIB = %r", share_datadir)
 else:
-log.warn("PROJ data files not located, PROJ_LIB not set")
+log.warning("PROJ data files not located, PROJ_LIB not set")
 
 for key, val in self.options.items():
 key_b = key.upper().encode('utf-8')
diff --git a/fiona/_err.pyx b/fiona/_err.pyx
index 467e8ed..c311e4c 100644
--- a/fiona/_err.pyx
+++ b/fiona/_err.pyx
@@ -29,6 +29,8 @@ manager raises a more useful and informative error:
 ValueError: The PNG driver does not support update access to existing 
datasets.
 """
 
+from __future__ import absolute_import
+
 # CPL function declarations.
 cdef extern from "cpl_error.h":
 
diff --git a/fiona/_geometry.pyx b/fiona/_geometry.pyx
index 8adda35..639ca93 100644
--- a/fiona/_geometry.pyx
+++ b/fiona/_geometry.pyx
@@ -1,5 +1,7 @@
 # Coordinate and geometry transformations.
 
+from __future__ import absolute_import
+
 import logging
 
 from fiona.errors import UnsupportedGeometryTypeError
diff --git a/fiona/_transform.pyx b/fiona/_transform.pyx
index bafdba5..16c4a4d 100644
--- a/fiona/_transform.pyx
+++ b/fiona/_transform.pyx
@@ -2,14 +2,12 @@
 #
 # Coordinate and geometry transformations.
 
-import logging
+from __future__ import absolute_import
 
-cimport _cpl
-cimport _crs
-cimport _csl
-cimport _geometry
+import logging
 
-from _crs cimport OGRSpatialReferenceH
+from fiona cimport _cpl, _crs, _csl, _geometry
+from fiona._crs cimport OGRSpatialReferenceH
 
 
 cdef extern from "ogr_geometry.h" nogil:
diff --git a/fiona/ogrext1.pyx b/fiona/ogrext1.pyx
index 57d6c43..c2eeb40 100644
--- a/fiona/ogrext1.pyx
+++ b/fiona/ogrext1.pyx

[fiona] branch upstream updated (70a9a0d -> 139c0d1)

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

sebastic pushed a change to branch upstream
in repository fiona.

  from  70a9a0d   Imported Upstream version 1.7.6
   new  139c0d1   Imported Upstream version 1.7.7

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   |  1 +
 CHANGES.txt   | 10 ++
 fiona/__init__.py |  2 +-
 fiona/_crs.pyx|  4 +++-
 fiona/_drivers.pyx|  6 --
 fiona/_err.pyx|  2 ++
 fiona/_geometry.pyx   |  2 ++
 fiona/_transform.pyx  | 10 --
 fiona/ogrext1.pyx |  5 +++--
 fiona/ogrext2.pyx |  7 ---
 tests/test_bytescollection.py |  5 ++---
 tests/test_collection.py  | 11 ++-
 12 files changed, 38 insertions(+), 27 deletions(-)

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


[fiona] annotated tag upstream/1.7.7 created (now b97ea13)

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

sebastic pushed a change to annotated tag upstream/1.7.7
in repository fiona.

at  b97ea13   (tag)
   tagging  139c0d1affcdde0ca52de750d5a2df3f07da6877 (commit)
  replaces  upstream/1.7.6
 tagged by  Bas Couwenberg
on  Mon Jun 19 07:41:02 2017 +0200

- Log -
Upstream version 1.7.7

Bas Couwenberg (1):
  Imported Upstream version 1.7.7

---

No new revisions were added by this update.

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


[fiona] 02/08: Merge tag 'upstream/1.7.7'

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

sebastic pushed a commit to branch master
in repository fiona.

commit a14087ef360b4671dcdff60ddccf47615d1ea21a
Merge: 7949dbc 139c0d1
Author: Bas Couwenberg 
Date:   Mon Jun 19 07:41:02 2017 +0200

Merge tag 'upstream/1.7.7'

Upstream version 1.7.7

 .travis.yml   |  1 +
 CHANGES.txt   | 10 ++
 fiona/__init__.py |  2 +-
 fiona/_crs.pyx|  4 +++-
 fiona/_drivers.pyx|  6 --
 fiona/_err.pyx|  2 ++
 fiona/_geometry.pyx   |  2 ++
 fiona/_transform.pyx  | 10 --
 fiona/ogrext1.pyx |  5 +++--
 fiona/ogrext2.pyx |  7 ---
 tests/test_bytescollection.py |  5 ++---
 tests/test_collection.py  | 11 ++-
 12 files changed, 38 insertions(+), 27 deletions(-)

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


[fiona] branch master updated (7949dbc -> 3c9503c)

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

sebastic pushed a change to branch master
in repository fiona.

  from  7949dbc   Release to experimental
   new  139c0d1   Imported Upstream version 1.7.7
   new  a14087e   Merge tag 'upstream/1.7.7'
   new  4fc16bb   New upstream release.
   new  817a09b   Add autopkgtest to test installability.
   new  928882a   Bump Standards-Version to 4.0.0, no changes.
   new  9b915c3   Enable PIE hardening buildflags.
   new  bea4085   Use SOURCE_DATE_EPOCH variable instead of 
dpkg-parsechangelog output.
   new  3c9503c   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   |  1 +
 CHANGES.txt   | 10 ++
 debian/changelog  | 12 
 debian/control|  2 +-
 debian/rules  |  9 -
 debian/tests/control  |  3 +++
 fiona/__init__.py |  2 +-
 fiona/_crs.pyx|  4 +++-
 fiona/_drivers.pyx|  6 --
 fiona/_err.pyx|  2 ++
 fiona/_geometry.pyx   |  2 ++
 fiona/_transform.pyx  | 10 --
 fiona/ogrext1.pyx |  5 +++--
 fiona/ogrext2.pyx |  7 ---
 tests/test_bytescollection.py |  5 ++---
 tests/test_collection.py  | 11 ++-
 16 files changed, 58 insertions(+), 33 deletions(-)
 create mode 100644 debian/tests/control

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


otb_6.0.0+dfsg-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 21:11:44 +0200
Source: otb
Binary: libotb-dev otb-testdriver libotbice-6.0-1 libotbiolum-6.0-1 
libotbiomstar-6.0-1 libotbioonera-6.0-1 libotbiorad-6.0-1 libotbiotilemap-6.0-1 
libotbiogdal-6.0-1 libotbiobsq-6.0-1 libotbiokml-6.0-1 libotbcurladapters-6.0-1 
libotbopenthreadsadapters-6.0-1 libotbossimadapters-6.0-1 libotbsampling-6.0-1 
libotbsiftfast-6.0-1 libotbstatistics-6.0-1 libotbossimplugins-6.0-1 
libotbimagemanipulation-6.0-1 libotbimageio-6.0-1 libotbimagebase-6.0-1 
libotbgdaladapters-6.0-1 libotbedge-6.0-1 libotbcommandline-6.0-1 
libotbcommandlineparser-6.0-1 libotbcommon-6.0-1 libotbcarto-6.0-1 
libotbpolarimetry-6.0-1 libotbstreaming-6.0-1 libotbextendedfilename-6.0-1 
libotbmathparser-6.0-1 libotbfuzzy-6.0-1 libotbmetadata-6.0-1 
libotbmonteverdicore-6.0-1 libotbmonteverdigui-6.0-1 libotbprojection-6.0-1 
libotbrcc8-6.0-1 libotbtestkernel-6.0-1 libotbtransform-6.0-1 
libotbvectordatabase-6.0-1 libotbvectordataio-6.0-1 libotbwavelet-6.0-1 
libotbsupervised-6.0-1 libotbqtadapters-6.0-1
 libotbqtwidget-6.0-1 libotbapplicationengine-6.0-1 libotb-apps monteverdi 
otb-bin otb-bin-qt otb-i18n python-otb
 libotb
Architecture: source amd64 all
Version: 6.0.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libotb - ORFEO Toolbox library metapackage
 libotb-apps - Plugins for ORFEO Toolbox applications
 libotb-dev - Free library of image processing algorithms - development
 libotbapplicationengine-6.0-1 - ORFEO Toolbox library - OTBApplicationEngine
 libotbcarto-6.0-1 - ORFEO Toolbox library - OTBCarto
 libotbcommandline-6.0-1 - ORFEO Toolbox library - OTBCommandLine
 libotbcommandlineparser-6.0-1 - ORFEO Toolbox library - OTBCommandLinePaser
 libotbcommon-6.0-1 - ORFEO Toolbox library - OTBCommon
 libotbcurladapters-6.0-1 - ORFEO Toolbox library - OTBCurlAdapters
 libotbedge-6.0-1 - ORFEO Toolbox library - OTBEdge
 libotbextendedfilename-6.0-1 - ORFEO Toolbox library - OTBExtendedFileName
 libotbfuzzy-6.0-1 - ORFEO Toolbox library - OTBFuzzy
 libotbgdaladapters-6.0-1 - ORFEO Toolbox library - OTBGdalAdapters
 libotbice-6.0-1 - ORFEO Toolbox library - OTBIce
 libotbimagebase-6.0-1 - ORFEO Toolbox library - OTBImageBase
 libotbimageio-6.0-1 - ORFEO Toolbox library - OTBImageIO
 libotbimagemanipulation-6.0-1 - ORFEO Toolbox library - OTBImageManipulation
 libotbiobsq-6.0-1 - ORFEO Toolbox library - OTBIOBSQ
 libotbiogdal-6.0-1 - ORFEO Toolbox library - OTBIOGDAL
 libotbiokml-6.0-1 - ORFEO Toolbox library - OTBIOKML
 libotbiolum-6.0-1 - ORFEO Toolbox library - OTBIOLUM
 libotbiomstar-6.0-1 - ORFEO Toolbox library - OTBIOMSTAR
 libotbioonera-6.0-1 - ORFEO Toolbox library - OTBIOONERA
 libotbiorad-6.0-1 - ORFEO Toolbox library - OTBIORAD
 libotbiotilemap-6.0-1 - ORFEO Toolbox library - OTBIOTileMap
 libotbmathparser-6.0-1 - ORFEO Toolbox library - OTBMathParser
 libotbmetadata-6.0-1 - ORFEO Toolbox library - OTBMetadata
 libotbmonteverdicore-6.0-1 - ORFEO Toolbox library - OTBMonteverdiCore
 libotbmonteverdigui-6.0-1 - ORFEO Toolbox library - OTBMonteverdiGUI
 libotbopenthreadsadapters-6.0-1 - ORFEO Toolbox library - 
OTBOpenThreadsAdapters
 libotbossimadapters-6.0-1 - ORFEO Toolbox library - OTBOssimAdapters
 libotbossimplugins-6.0-1 - ORFEO Toolbox library - OTBOssimPlugins
 libotbpolarimetry-6.0-1 - ORFEO Toolbox library - OTBPolarimetry
 libotbprojection-6.0-1 - ORFEO Toolbox library - OTBProjection
 libotbqtadapters-6.0-1 - ORFEO Toolbox library - OTBQtAdapters
 libotbqtwidget-6.0-1 - ORFEO Toolbox library - OTBQtWidget
 libotbrcc8-6.0-1 - ORFEO Toolbox library - OTBRCC8
 libotbsampling-6.0-1 - ORFEO Toolbox library - OTBSampling
 libotbsiftfast-6.0-1 - ORFEO Toolbox library - OTBSiftFast
 libotbstatistics-6.0-1 - ORFEO Toolbox library - OTBStatistics
 libotbstreaming-6.0-1 - ORFEO Toolbox library - OTBStreaming
 libotbsupervised-6.0-1 - ORFEO Toolbox library - OTBSupervised
 libotbtestkernel-6.0-1 - ORFEO Toolbox library - OTBTestKernel
 libotbtransform-6.0-1 - ORFEO Toolbox library - OTBTransform
 libotbvectordatabase-6.0-1 - ORFEO Toolbox library - OTBVectorDataBase
 libotbvectordataio-6.0-1 - ORFEO Toolbox library - OTBVectorDataIO
 libotbwavelet-6.0-1 - ORFEO Toolbox library - OTBWavelet
 monteverdi - ORFEO Toolbox image processing GUI
 otb-bin- ORFEO Toolbox command line applications
 otb-bin-qt - ORFEO Toolbox graphical user interface applications
 otb-i18n   - ORFEO Toolbox translations
 otb-testdriver - ORFEO Toolbox library - OTBTestDriver
 python-otb - ORFEO Toolbox Python API for applications
Changes:
 otb (6.0.0+dfsg-1) unstable; urgency=medium
 .
   * Team upload.
   * Add autopkgtest to test installability.
   * Bump Standards-Version to 4.0.0, no changes.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Drop unused lintian 

Processing of otb_6.0.0+dfsg-1_amd64.changes

2017-06-18 Thread Debian FTP Masters
otb_6.0.0+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  otb_6.0.0+dfsg-1.dsc
  otb_6.0.0+dfsg-1.debian.tar.xz
  libotb-apps-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotb-apps_6.0.0+dfsg-1_amd64.deb
  libotb-dev_6.0.0+dfsg-1_amd64.deb
  libotb_6.0.0+dfsg-1_amd64.deb
  libotbapplicationengine-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbapplicationengine-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbcarto-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbcarto-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbcommandline-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbcommandline-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbcommandlineparser-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbcommandlineparser-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbcommon-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbcommon-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbcurladapters-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbcurladapters-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbedge-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbedge-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbextendedfilename-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbextendedfilename-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbfuzzy-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbfuzzy-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbgdaladapters-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbgdaladapters-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbice-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbice-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbimagebase-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbimagebase-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbimageio-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbimageio-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbimagemanipulation-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbimagemanipulation-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbiobsq-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbiobsq-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbiogdal-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbiogdal-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbiokml-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbiokml-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbiolum-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbiolum-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbiomstar-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbiomstar-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbioonera-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbioonera-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbiorad-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbiorad-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbiotilemap-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbiotilemap-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbmathparser-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbmathparser-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbmetadata-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbmetadata-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbmonteverdicore-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbmonteverdicore-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbmonteverdigui-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbmonteverdigui-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbopenthreadsadapters-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbopenthreadsadapters-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbossimadapters-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbossimadapters-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbossimplugins-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbossimplugins-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbpolarimetry-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbpolarimetry-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbprojection-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbprojection-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbqtadapters-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbqtadapters-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbqtwidget-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbqtwidget-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbrcc8-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbrcc8-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbsampling-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbsampling-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbsiftfast-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbsiftfast-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbstatistics-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbstatistics-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbstreaming-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbstreaming-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbsupervised-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbsupervised-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbtestkernel-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbtestkernel-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbtransform-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbtransform-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbvectordatabase-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbvectordatabase-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbvectordataio-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbvectordataio-6.0-1_6.0.0+dfsg-1_amd64.deb
  libotbwavelet-6.0-1-dbgsym_6.0.0+dfsg-1_amd64.deb
  libotbwavelet-6.0-1_6.0.0+dfsg-1_amd64.deb
  monteverdi-dbgsym_6.0.0+dfsg-1_amd64.deb
  monteverdi_6.0.0+dfsg-1_amd64.deb
  otb-bin-dbgsym_6.0.0+dfsg-1_amd64.deb
  otb-bin-qt-dbgsym_6.0.0+dfsg-1_amd64.deb
  otb-bin-qt_6.0.0+dfsg-1_amd64.deb
  

[otb] tag debian/6.0.0+dfsg-1 created (now 09e341e)

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

sebastic pushed a change to tag debian/6.0.0+dfsg-1
in repository otb.

at  09e341e   (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/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


[otb] branch master updated (d8ee008 -> 09e341e)

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

sebastic pushed a change to branch master
in repository otb.

  from  d8ee008   Set distribution to experimental.
   new  0702fe0   Add autopkgtest to test installability.
   new  9156a98   Bump Standards-Version to 4.0.0, no changes.
   new  6b50615   Use pkg-info.mk variables instead of dpkg-parsechangelog 
output.
   new  017ae0b   Drop unused lintian override for spelling-error-in-binary.
   new  09e341e   Set distribution to unstable.

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


Summary of changes:
 debian/changelog   | 11 +++
 debian/control |  2 +-
 debian/control.in  |  2 +-
 debian/libotbapplicationengine-6.0-1.lintian-overrides |  1 -
 debian/libotbapplicationengine.lintian-overrides.in|  1 -
 debian/libotbmetadata-6.0-1.lintian-overrides  |  3 ---
 debian/libotbmetadata.lintian-overrides.in |  3 ---
 debian/rules   |  6 --
 debian/tests/control   |  3 +++
 9 files changed, 20 insertions(+), 12 deletions(-)
 delete mode 100644 debian/libotbmetadata-6.0-1.lintian-overrides
 delete mode 100644 debian/libotbmetadata.lintian-overrides.in
 create mode 100644 debian/tests/control

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


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

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

sebastic pushed a commit to branch master
in repository otb.

commit 09e341e635b53e656a60af27e57e2c794ec20d2b
Author: Bas Couwenberg 
Date:   Sun Jun 18 21:12:05 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index ecd676b..c873de1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-otb (6.0.0+dfsg-1~exp3) UNRELEASED; urgency=medium
+otb (6.0.0+dfsg-1) unstable; urgency=medium
 
   * Team upload.
   * Add autopkgtest to test installability.
   * Bump Standards-Version to 4.0.0, no changes.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Drop unused lintian override for spelling-error-in-binary.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Sun, 18 Jun 2017 21:10:50 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 21:11:44 +0200
 
 otb (6.0.0+dfsg-1~exp2) experimental; urgency=medium
 

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


[otb] 03/05: Use pkg-info.mk variables instead of dpkg-parsechangelog output.

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

sebastic pushed a commit to branch master
in repository otb.

commit 6b50615cfd966a32d4d543abd70804a02eb426d8
Author: Bas Couwenberg 
Date:   Sun Jun 18 23:51:19 2017 +0200

Use pkg-info.mk variables instead of dpkg-parsechangelog output.
---
 debian/changelog | 1 +
 debian/rules | 6 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1fc9039..022b972 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ otb (6.0.0+dfsg-1~exp3) UNRELEASED; urgency=medium
   * Team upload.
   * Add autopkgtest to test installability.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 21:10:50 +0200
 
diff --git a/debian/rules b/debian/rules
index 6aa5942..3c8b0fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export DEB_LDFLAGS_MAINT_APPEND = "-Wl,--as-needed"
 
+include /usr/share/dpkg/pkg-info.mk
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 ifndef PKGVERSION
@@ -32,7 +34,7 @@ OTB_VERSION_PATCH  = $(shell sed -ne 's/set(OTB_VERSION_PATCH 
"\([0-9]*\)")/\1/p
 OTB_VERSION_SONAME = $(OTB_VERSION_MAJOR).$(OTB_VERSION_MINOR)
 OTB_VERSION_FULL   = 
$(OTB_VERSION_MAJOR).$(OTB_VERSION_MINOR).$(OTB_VERSION_PATCH)
 
-UPSTREAM_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
+UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
 CMAKE_FLAGS = \
-DBUILD_EXAMPLES:BOOL=OFF \
@@ -60,7 +62,7 @@ CMAKE_FLAGS = \
-DOTB_WRAP_PYTHON:BOOL=ON
 
 
-DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+DEBPKGNAME := $(DEB_SOURCE)
 pkgcli:=$(DEBPKGNAME)-bin
 pkggui:=$(DEBPKGNAME)-bin-qt
 pkglib:=lib$(DEBPKGNAME)

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


[otb] 02/05: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch master
in repository otb.

commit 9156a988a4f39cf05e88681bc849344372d02cf5
Author: Bas Couwenberg 
Date:   Sun Jun 18 21:11:41 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog  | 1 +
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a80a9ee..1fc9039 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ otb (6.0.0+dfsg-1~exp3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Add autopkgtest to test installability.
+  * Bump Standards-Version to 4.0.0, no changes.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 21:10:50 +0200
 
diff --git a/debian/control b/debian/control
index 757f9ee..2c6805c 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Build-Depends: debhelper (>= 9),
python-dev,
python-numpy,
swig
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/otb.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/otb.git
 Homepage: http://www.orfeo-toolbox.org/
diff --git a/debian/control.in b/debian/control.in
index e23aaf1..7c593e3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -43,7 +43,7 @@ Build-Depends: debhelper (>= 9),
python-dev,
python-numpy,
swig
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/otb.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/otb.git
 Homepage: http://www.orfeo-toolbox.org/

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


[otb] 01/05: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch master
in repository otb.

commit 0702fe0594e5666ab49d04751eda336d7b8ef31e
Author: Bas Couwenberg 
Date:   Sun Jun 18 21:11:09 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 7 +++
 debian/tests/control | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e1bc83e..a80a9ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+otb (6.0.0+dfsg-1~exp3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add autopkgtest to test installability.
+
+ -- Bas Couwenberg   Sun, 18 Jun 2017 21:10:50 +0200
+
 otb (6.0.0+dfsg-1~exp2) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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


qgis_2.14.15+dfsg-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 20:31:54 +0200
Source: qgis
Binary: qgis qgis-common libqgis-app2.14.15 libqgis-core2.14.15 
libqgis-gui2.14.15 libqgis-analysis2.14.15 libqgis-networkanalysis2.14.15 
libqgisgrass7-2.14.15 libqgispython2.14.15 libqgis-customwidgets 
libqgis-server2.14.15 libqgis-dev qgis-dbg qgis-provider-grass 
qgis-plugin-grass qgis-plugin-grass-common python-qgis python-qgis-common 
qgis-providers qgis-providers-common qgis-server qgis-api-doc
Architecture: source amd64 all
Version: 2.14.15+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libqgis-analysis2.14.15 - QGIS - shared analysis library
 libqgis-app2.14.15 - QGIS - shared app library
 libqgis-core2.14.15 - QGIS - shared core library
 libqgis-customwidgets - QGIS custom widgets for Qt Designer
 libqgis-dev - QGIS - development files
 libqgis-gui2.14.15 - QGIS - shared gui library
 libqgis-networkanalysis2.14.15 - QGIS - shared network analysis library
 libqgis-server2.14.15 - QGIS - shared server library
 libqgisgrass7-2.14.15 - QGIS - shared grass library
 libqgispython2.14.15 - QGIS - shared Python library
 python-qgis - Python bindings to QGIS
 python-qgis-common - Python bindings to QGIS - architecture-independent files
 qgis   - Geographic Information System (GIS)
 qgis-api-doc - QGIS API documentation
 qgis-common - QGIS - architecture-independent data
 qgis-dbg   - QGIS - debugging symbols
 qgis-plugin-grass - GRASS plugin for QGIS
 qgis-plugin-grass-common - GRASS plugin for QGIS - architecture-independent 
data
 qgis-provider-grass - GRASS provider for QGIS
 qgis-providers - collection of data providers to QGIS
 qgis-providers-common - collection of data providers to QGIS - 
architecture-independent f
 qgis-server - QGIS server providing various OGC services
Changes:
 qgis (2.14.15+dfsg-1) unstable; urgency=medium
 .
   * Update symbols for other architectures.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Add lintian override for spelling-error-in-binary false positive.
   * Use "-noawait" variant for qgis-crssync trigger.
   * Move from experimental to unstable.
Checksums-Sha1:
 1f6fd8033136f9076ee4a0ccc006426a3ee4f3c8 4388 qgis_2.14.15+dfsg-1.dsc
 d5537be9ea178401b18ac6f266c68198053d7553 1330268 
qgis_2.14.15+dfsg-1.debian.tar.xz
 1fc14031bae01108f682acc15f6ee174c911c818 1331582 
libqgis-analysis2.14.15_2.14.15+dfsg-1_amd64.deb
 7aad52e4fea6828e0efb15b50acca42eb8c40c26 3119072 
libqgis-app2.14.15_2.14.15+dfsg-1_amd64.deb
 a62cbf3f1ec64a1308f9b0453ad8c73d5d743f8f 3938122 
libqgis-core2.14.15_2.14.15+dfsg-1_amd64.deb
 3e0f3b2c0383ee533841bbeabad2b8d1f8de7c7a 2708390 
libqgis-customwidgets_2.14.15+dfsg-1_amd64.deb
 925dcd6b5fcdccf9742aeb988220e75244e0e469 1732624 
libqgis-dev_2.14.15+dfsg-1_amd64.deb
 79364557783e9ad65e76555fd4e24eb549352c2a 2955332 
libqgis-gui2.14.15_2.14.15+dfsg-1_amd64.deb
 ee8535e2eacb5427a84592bf1de3e57ce23a9541 1192718 
libqgis-networkanalysis2.14.15_2.14.15+dfsg-1_amd64.deb
 1afb3c4050da70c25793c5851d726ae1a1f77157 1538024 
libqgis-server2.14.15_2.14.15+dfsg-1_amd64.deb
 839e9912dcf84b394ff3c3a9e87304d3a62b11c2 1366404 
libqgisgrass7-2.14.15_2.14.15+dfsg-1_amd64.deb
 9f976e64f32fa2b5b6c752d06d0b0c203bb8a420 1188456 
libqgispython2.14.15_2.14.15+dfsg-1_amd64.deb
 1d0d492cfce70a0edae6c9453d4e6555f36a8b4b 3650336 
python-qgis-common_2.14.15+dfsg-1_all.deb
 656f16a641094399ceaadfb82050b1854010d091 4537484 
python-qgis_2.14.15+dfsg-1_amd64.deb
 0ab555f281e1f7fdc62ae083c04c2fdb9706c0d1 162769152 
qgis-api-doc_2.14.15+dfsg-1_all.deb
 051326b87a805e23d46edb94255752613a3eec3e 10321362 
qgis-common_2.14.15+dfsg-1_all.deb
 4e1fd3db899bf6ae41853da472df7c059468281b 212069396 
qgis-dbg_2.14.15+dfsg-1_amd64.deb
 9af5368384cab5e21a741ba5b695d16ebba54b0d 1646458 
qgis-plugin-grass-common_2.14.15+dfsg-1_all.deb
 da64bfb817ad8a2d9a35a00d2db0e0e5cc489229 1734152 
qgis-plugin-grass_2.14.15+dfsg-1_amd64.deb
 c0df4f65e2cc0d224e9780f54239f636130e20c8 1233546 
qgis-provider-grass_2.14.15+dfsg-1_amd64.deb
 8e66a73ceafa104edbb9ccac799caab961d7e7f9 1934366 
qgis-providers-common_2.14.15+dfsg-1_all.deb
 42b49b6a97fcf739ad8e0c5f467ced1f0736513b 2327446 
qgis-providers_2.14.15+dfsg-1_amd64.deb
 1823690e82c9a8920b097499f30ccac5c83b5a17 1638620 
qgis-server_2.14.15+dfsg-1_amd64.deb
 8742802a339ce45b15618ba3af1095c47897cd4f 27891 
qgis_2.14.15+dfsg-1_amd64.buildinfo
 4608753505a64259bfc3248fa4167367a9e00bc9 4786890 qgis_2.14.15+dfsg-1_amd64.deb
Checksums-Sha256:
 c5d4ee6ab9915e6abaa1656b2c4040572f3f08b645bc218adc0cc3e8b00a8673 4388 
qgis_2.14.15+dfsg-1.dsc
 628b704c3db81b635ad373d3d3581971984de7dab9bfdbe9063fb8d7eb4d2075 1330268 
qgis_2.14.15+dfsg-1.debian.tar.xz
 

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

2017-06-18 Thread Debian FTP Masters
qgis_2.14.15+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  qgis_2.14.15+dfsg-1.dsc
  qgis_2.14.15+dfsg-1.debian.tar.xz
  libqgis-analysis2.14.15_2.14.15+dfsg-1_amd64.deb
  libqgis-app2.14.15_2.14.15+dfsg-1_amd64.deb
  libqgis-core2.14.15_2.14.15+dfsg-1_amd64.deb
  libqgis-customwidgets_2.14.15+dfsg-1_amd64.deb
  libqgis-dev_2.14.15+dfsg-1_amd64.deb
  libqgis-gui2.14.15_2.14.15+dfsg-1_amd64.deb
  libqgis-networkanalysis2.14.15_2.14.15+dfsg-1_amd64.deb
  libqgis-server2.14.15_2.14.15+dfsg-1_amd64.deb
  libqgisgrass7-2.14.15_2.14.15+dfsg-1_amd64.deb
  libqgispython2.14.15_2.14.15+dfsg-1_amd64.deb
  python-qgis-common_2.14.15+dfsg-1_all.deb
  python-qgis_2.14.15+dfsg-1_amd64.deb
  qgis-api-doc_2.14.15+dfsg-1_all.deb
  qgis-common_2.14.15+dfsg-1_all.deb
  qgis-dbg_2.14.15+dfsg-1_amd64.deb
  qgis-plugin-grass-common_2.14.15+dfsg-1_all.deb
  qgis-plugin-grass_2.14.15+dfsg-1_amd64.deb
  qgis-provider-grass_2.14.15+dfsg-1_amd64.deb
  qgis-providers-common_2.14.15+dfsg-1_all.deb
  qgis-providers_2.14.15+dfsg-1_amd64.deb
  qgis-server_2.14.15+dfsg-1_amd64.deb
  qgis_2.14.15+dfsg-1_amd64.buildinfo
  qgis_2.14.15+dfsg-1_amd64.deb

Greetings,

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

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


[qgis] tag debian/2.14.15+dfsg-1 created (now e833c38)

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

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

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

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

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


[qgis] 01/07: Update symbols for other architectures.

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

sebastic pushed a commit to branch master
in repository qgis.

commit 716ff8293f878d8546d903b62969643898a2b364
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:50:12 2017 +0200

Update symbols for other architectures.
---
 debian/changelog   |   6 ++
 debian/libqgis-analysis2.14.15.symbols |   6 +-
 debian/libqgis-app2.14.15.symbols  |  96 +--
 debian/libqgis-core2.14.15.symbols |   6 +-
 debian/libqgis-gui2.14.15.symbols  | 102 ++---
 debian/libqgisgrass7-2.14.15.symbols   |   8 +--
 6 files changed, 201 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9b25623..149dce3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qgis (2.14.15+dfsg-1~exp3) UNRELEASED; urgency=medium
+
+  * Update symbols for other architectures.
+
+ -- Bas Couwenberg   Sun, 18 Jun 2017 19:49:53 +0200
+
 qgis (2.14.15+dfsg-1~exp2) experimental; urgency=medium
 
   * Add Breaks/Replaces to python-qgis-common for qgis_customwidgets.py move.
diff --git a/debian/libqgis-analysis2.14.15.symbols 
b/debian/libqgis-analysis2.14.15.symbols
index 381cdd9..ce4ec90 100644
--- a/debian/libqgis-analysis2.14.15.symbols
+++ b/debian/libqgis-analysis2.14.15.symbols
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 2.14.10 amd64 arm64 armel armhf hppa i386 mips 
mips64el mipsel powerpc ppc64el s390x
+# SymbolsHelper-Confirmed: 2.14.15 kfreebsd-amd64 m68k
 libqgis_analysis.so.2.14.15 #PACKAGE# #MINVER#
  _ZN12TriDecorator10calcNormalEddP8Vector3D@Base 2.0.1
  _ZN12TriDecorator11getTriangleEddP7Point3DPiS1_S2_S1_S2_@Base 2.0.1
@@ -494,9 +494,9 @@ libqgis_analysis.so.2.14.15 #PACKAGE# #MINVER#
  _ZNK8Vector3D9getLengthEv@Base 2.0.1
  _ZNK8Vector3DeqERKS_@Base 2.14.0
  _ZNK8Vector3DneERKS_@Base 2.14.0
- (optional=templinst|arch=amd64 arm64 armel armhf hppa mips64el 
ppc64el)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS2_E@Base
 2.14.10
+ 
(optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS2_E@Base
 2.14.10
  
(optional=templinst)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE15_M_insert_equalIS0_IdiEEESt17_Rb_tree_iteratorIS2_EOT_@Base
 2.8.0
- (optional=templinst|arch=armel 
armhf)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE4findERS1_@Base
 2.8.3
+ (optional=templinst|arch=armel armhf 
m68k)_ZNSt8_Rb_treeIdSt4pairIKdiESt10_Select1stIS2_ESt4lessIdESaIS2_EE4findERS1_@Base
 2.8.3
  
(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
  
(optional=templinst)_ZNSt8_Rb_treeIiSt4pairIKidESt10_Select1stIS2_ESt4lessIiESaIS2_EE5eraseERS1_@Base
 2.0.1
diff --git a/debian/libqgis-app2.14.15.symbols 
b/debian/libqgis-app2.14.15.symbols
index f9e1189..98679e6 100644
--- a/debian/libqgis-app2.14.15.symbols
+++ b/debian/libqgis-app2.14.15.symbols
@@ -1,6 +1,9 @@
-# SymbolsHelper-Confirmed: 2.14.12 hurd-i386 i386
+# SymbolsHelper-Confirmed: 2.14.15 amd64 arm64 armel armhf hppa m68k mips 
mips64el mipsel powerpc powerpcspe ppc64el s390x
 libqgis_app.so.2.14.15 #PACKAGE# #MINVER#
+ 
(optional=templinst)_Z10qDeleteAllI5QListIPN13QFormInternal11DomPropertyEEEvRKT_@Base
 2.14.15
  
(optional=templinst)_Z13qvariant_castI26QUiTranslatableStringValueET_RK8QVariant@Base
 2.14.0
+ (optional=templinst)_Z13qvariant_castI5QIconET_RK8QVariant@Base 2.14.15
+ (optional=templinst)_Z13qvariant_castI5QListIP7QWidgetEET_RK8QVariant@Base 
2.14.15
  (optional=templinst|arch=alpha armel armhf mips mips64el mipsel 
s390x)_Z13qvariant_castI7QStringET_RK8QVariant@Base 2.14.0
  
(optional=templinst)_Z21qMetaTypeDeleteHelperI26QUiTranslatableStringValueEvPT_@Base
 2.14.0
  (optional=templinst)_Z21qMetaTypeDeleteHelperI5QListIP7QWidgetEEvPT_@Base 
2.14.0
@@ -560,6 +563,8 @@ libqgis_app.so.2.14.15 #PACKAGE# #MINVER#
  _ZN13QFormInternal17QFormBuilderExtra16CustomWidgetDataC1Ev@Base 2.14.0
  
_ZN13QFormInternal17QFormBuilderExtra16CustomWidgetDataC2EPKNS_15DomCustomWidgetE@Base
 2.14.0
  _ZN13QFormInternal17QFormBuilderExtra16CustomWidgetDataC2Ev@Base 2.14.0
+ _ZN13QFormInternal17QFormBuilderExtra16CustomWidgetDataD1Ev@Base 2.14.15
+ _ZN13QFormInternal17QFormBuilderExtra16CustomWidgetDataD2Ev@Base 2.14.15
  _ZN13QFormInternal17QFormBuilderExtra16boxLayoutStretchEPK10QBoxLayout@Base 
2.14.0
  _ZN13QFormInternal17QFormBuilderExtra16clearTextBuilderEv@Base 2.14.0
  
_ZN13QFormInternal17QFormBuilderExtra18setResourceBuilderEPNS_16QResourceBuilderE@Base
 2.14.0
@@ -3070,53 +3075,81 @@ libqgis_app.so.2.14.15 #PACKAGE# #MINVER#
  

[qgis] 06/07: Use "-noawait" variant for qgis-crssync trigger.

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

sebastic pushed a commit to branch master
in repository qgis.

commit 0c4165604d53c4757033d796dfde2413af004359
Author: Bas Couwenberg 
Date:   Sun Jun 18 22:37:15 2017 +0200

Use "-noawait" variant for qgis-crssync trigger.
---
 debian/changelog   | 1 +
 debian/control | 3 ++-
 debian/qgis-providers.triggers | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3372bc1..d6cb3df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qgis (2.14.15+dfsg-1~exp3) UNRELEASED; urgency=medium
   * Add autopkgtest to test installability.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Add lintian override for spelling-error-in-binary false positive.
+  * Use "-noawait" variant for qgis-crssync trigger.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:49:53 +0200
 
diff --git a/debian/control b/debian/control
index dbf13a1..5166556 100644
--- a/debian/control
+++ b/debian/control
@@ -390,7 +390,8 @@ Description: Python bindings to QGIS - 
architecture-independent files
 
 Package: qgis-providers
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends: dpkg (>= 1.16.1),
+ ${misc:Pre-Depends}
 Depends: qgis-providers-common (= ${source:Version}),
  libqca2-plugin-ossl,
  libqt4-sql-sqlite,
diff --git a/debian/qgis-providers.triggers b/debian/qgis-providers.triggers
index e9f5946..5fb7d68 100644
--- a/debian/qgis-providers.triggers
+++ b/debian/qgis-providers.triggers
@@ -1 +1 @@
-interest qgis-crssync
+interest-noawait qgis-crssync

-- 
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/07: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch master
in repository qgis.

commit 127fd4d5b001d139fe7da81e6e744e5be28eece9
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:51:34 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dc155f8..d88a57d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qgis (2.14.15+dfsg-1~exp3) UNRELEASED; urgency=medium
 
   * Update symbols for other architectures.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:49:53 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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

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


[qgis] 02/07: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch master
in repository qgis.

commit d83347f98c47cfbd7b580192e12b3edf5c644206
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:50:44 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 149dce3..dc155f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qgis (2.14.15+dfsg-1~exp3) UNRELEASED; urgency=medium
 
   * Update symbols for other architectures.
+  * Bump Standards-Version to 4.0.0, no changes.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:49:53 +0200
 
diff --git a/debian/control b/debian/control
index 29f1e58..dbf13a1 100644
--- a/debian/control
+++ b/debian/control
@@ -66,7 +66,7 @@ Build-Depends: bison,
pkg-kde-tools
 Build-Conflicts: libqgis-dev,
  qgis-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/qgis.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/qgis.git
 Homepage: https://qgis.org/

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

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

sebastic pushed a commit to branch master
in repository qgis.

commit e833c3866c2a692e349ae28204da375ec4129b12
Author: Bas Couwenberg 
Date:   Sun Jun 18 20:32:02 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index d6cb3df..1c7641f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qgis (2.14.15+dfsg-1~exp3) UNRELEASED; urgency=medium
+qgis (2.14.15+dfsg-1) unstable; urgency=medium
 
   * Update symbols for other architectures.
   * Bump Standards-Version to 4.0.0, no changes.
@@ -6,8 +6,9 @@ qgis (2.14.15+dfsg-1~exp3) UNRELEASED; urgency=medium
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Add lintian override for spelling-error-in-binary false positive.
   * Use "-noawait" variant for qgis-crssync trigger.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Sun, 18 Jun 2017 19:49:53 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 20:31:54 +0200
 
 qgis (2.14.15+dfsg-1~exp2) experimental; urgency=medium
 

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

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


[qgis] 04/07: Use pkg-info.mk variables instead of dpkg-parsechangelog output.

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

sebastic pushed a commit to branch master
in repository qgis.

commit 56f1cb44cb0f4e6f5bc484364fb0ba988b44c8dd
Author: Bas Couwenberg 
Date:   Sun Jun 18 20:29:40 2017 +0200

Use pkg-info.mk variables instead of dpkg-parsechangelog output.
---
 debian/changelog | 1 +
 debian/rules | 6 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d88a57d..838dba6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qgis (2.14.15+dfsg-1~exp3) UNRELEASED; urgency=medium
   * Update symbols for other architectures.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
+  * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:49:53 +0200
 
diff --git a/debian/rules b/debian/rules
index 4e0f3a4..4a80db4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@ export DH_OPTIONS
 # Enable hardening build flags
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+include /usr/share/dpkg/pkg-info.mk
+
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -21,10 +23,10 @@ QT_PLUGIN_DIR = usr/lib/$(DEB_BUILD_MULTIARCH)/qt4/plugins
 DEB_TEST_TARGET ?= Experimental
 QGIS_BUILDDIR ?= debian/build
 
-QGIS_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\([0-9]\+:\)\?\([^+-]\+\).*$$/\2/p')
+QGIS_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
 ifeq (,$(DIST))
-   DISTRIBUTION := $(shell dpkg-parsechangelog --format rfc822 | sed -ne 
"s/^Distribution: //p")
+   DISTRIBUTION := $(DEB_DISTRIBUTION)
 else
DISTRIBUTION := $(DIST)
 endif

-- 
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 (ec6aa50 -> e833c38)

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

sebastic pushed a change to branch master
in repository qgis.

  from  ec6aa50   Set distribution to experimental.
   new  716ff82   Update symbols for other architectures.
   new  d83347f   Bump Standards-Version to 4.0.0, no changes.
   new  127fd4d   Add autopkgtest to test installability.
   new  56f1cb4   Use pkg-info.mk variables instead of dpkg-parsechangelog 
output.
   new  77f0bc3   Add lintian override for spelling-error-in-binary false 
positive.
   new  0c41656   Use "-noawait" variant for qgis-crssync trigger.
   new  e833c38   Set distribution to unstable.

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


Summary of changes:
 debian/changelog|  12 
 debian/control  |   5 +-
 debian/libqgis-analysis2.14.15.symbols  |   6 +-
 debian/libqgis-app2.14.15.symbols   |  96 --
 debian/libqgis-core2.14.15.symbols  |   6 +-
 debian/libqgis-gui2.14.15.lintian-overrides |   3 +
 debian/libqgis-gui2.14.15.symbols   | 102 +---
 debian/libqgisgrass7-2.14.15.symbols|   8 +--
 debian/qgis-providers.triggers  |   2 +-
 debian/rules|   6 +-
 debian/tests/control|   3 +
 11 files changed, 221 insertions(+), 28 deletions(-)
 create mode 100644 debian/libqgis-gui2.14.15.lintian-overrides
 create mode 100644 debian/tests/control

-- 
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] 05/07: Add lintian override for spelling-error-in-binary false positive.

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

sebastic pushed a commit to branch master
in repository qgis.

commit 77f0bc31f7249cf86abf6e25e3a00c48d93321b9
Author: Bas Couwenberg 
Date:   Sun Jun 18 21:33:03 2017 +0200

Add lintian override for spelling-error-in-binary false positive.
---
 debian/changelog| 1 +
 debian/libqgis-gui2.14.15.lintian-overrides | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 838dba6..3372bc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qgis (2.14.15+dfsg-1~exp3) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
+  * Add lintian override for spelling-error-in-binary false positive.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:49:53 +0200
 
diff --git a/debian/libqgis-gui2.14.15.lintian-overrides 
b/debian/libqgis-gui2.14.15.lintian-overrides
new file mode 100644
index 000..3b939ff
--- /dev/null
+++ b/debian/libqgis-gui2.14.15.lintian-overrides
@@ -0,0 +1,3 @@
+# False positive, CAs is correct for Certificate Authorities
+libqgis-gui2.14.15: spelling-error-in-binary usr/lib/libqgis_gui.so.2.14.15 
CAs Case
+

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


pycsw_2.0.3+dfsg-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 22:04:03 +0200
Source: pycsw
Binary: pycsw python-pycsw python3-pycsw pycsw-wsgi python-pycsw-wsgi pycsw-doc 
python-pycsw-doc
Architecture: source all
Version: 2.0.3+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 pycsw  - OGC compliant metadata (Catalogue Service for the Web) server
 pycsw-doc  - OGC compliant metadata (Catalogue Service for the Web) server - d
 pycsw-wsgi - WSGI Apache CSW service based on pycsw
 python-pycsw - OGC compliant metadata (Catalogue Service for the Web) server - 
P
 python-pycsw-doc - Transitional dummy package to pycsw-doc
 python-pycsw-wsgi - Transitional dummy package to pycsw-wsgi
 python3-pycsw - OGC compliant metadata (Catalogue Service for the Web) server 
- P
Changes:
 pycsw (2.0.3+dfsg-1) unstable; urgency=medium
 .
   * Team upload.
   * Fix case in description.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
   * Move from experimental to unstable.
Checksums-Sha1:
 3f7e4336cad3bdfcac135cd603cd74da0c2b3695 2816 pycsw_2.0.3+dfsg-1.dsc
 3d85af9f92e95850a40a7e5b25bf237600bd970c 17304 pycsw_2.0.3+dfsg-1.debian.tar.xz
 1bababef65ce57b6b5519fdcfe853e96c754b348 88560 pycsw-doc_2.0.3+dfsg-1_all.deb
 bbca0ceda76d255af368a7d30dfea8a5896d3c7e 131302 pycsw-wsgi_2.0.3+dfsg-1_all.deb
 8c6a69e8f4e80d7131f4eb70e97c0701c7cddf4f 19982 pycsw_2.0.3+dfsg-1_all.deb
 16b310dc079517226fb019664ba55c5bc516adf9 11033 
pycsw_2.0.3+dfsg-1_amd64.buildinfo
 f91a63bc7ee0e6b5f328379274e29524c91e9eed 11376 
python-pycsw-doc_2.0.3+dfsg-1_all.deb
 92da03b2b14ecef904a759a453f6e1dbc20d8de7 11384 
python-pycsw-wsgi_2.0.3+dfsg-1_all.deb
 afa6955252455b07cd2187289bc9ac6d881f36b0 243118 
python-pycsw_2.0.3+dfsg-1_all.deb
 0bcb087b9b2ec5fb9977b24223242ebf130f9067 243220 
python3-pycsw_2.0.3+dfsg-1_all.deb
Checksums-Sha256:
 c0ae5805dff65e8189b0c60a22a778fabff92e38baf5d00563c06da4d9fe87dd 2816 
pycsw_2.0.3+dfsg-1.dsc
 4ff5edffccc544b9a8aa9330fde3327c70535e35db9be473b4baf417f11d5cae 17304 
pycsw_2.0.3+dfsg-1.debian.tar.xz
 1c2984e859a6b09305e771bf18ea998bf25b0e19f1aaf79dcfdd31e9fa63b7cd 88560 
pycsw-doc_2.0.3+dfsg-1_all.deb
 05aec3b9b16c73f35df694c19529b28d288b872c0dd8323f98122bda8b900fc1 131302 
pycsw-wsgi_2.0.3+dfsg-1_all.deb
 af2e1a93f0f924b4c327e2f0188a574bd443f08d9eed0f2e27724200b007223d 19982 
pycsw_2.0.3+dfsg-1_all.deb
 a343dd4393dfccd9b54b6324bc98f7e91d7d8033a14b84930821124f9f486bf8 11033 
pycsw_2.0.3+dfsg-1_amd64.buildinfo
 e7f5a9ee17ea94f118a214c4295b8b2561002c657e84949cc07cfb9e1e7b93a2 11376 
python-pycsw-doc_2.0.3+dfsg-1_all.deb
 e9a4ac87ff6449264a6b105bb165dd13f470e3d7069608f0d505337935469f26 11384 
python-pycsw-wsgi_2.0.3+dfsg-1_all.deb
 6bc01dd94cbb88d2cf563bd1207c8164244583c6fd3e511dd02f06c9b24a98ee 243118 
python-pycsw_2.0.3+dfsg-1_all.deb
 cbbd7247864890f33faf7503a268c1a46df072845beafe5134ce44476aef5698 243220 
python3-pycsw_2.0.3+dfsg-1_all.deb
Files:
 deac0a7c98a55bcdea955a8d3c6b14d6 2816 non-free/python optional 
pycsw_2.0.3+dfsg-1.dsc
 25d72cbf42db3edc17082e6101a677a6 17304 non-free/python optional 
pycsw_2.0.3+dfsg-1.debian.tar.xz
 2173141a0c06c73d530c3171fbfafdae 88560 non-free/doc optional 
pycsw-doc_2.0.3+dfsg-1_all.deb
 82fd8ea4b90166e45b420f53e1d3b7c6 131302 non-free/web optional 
pycsw-wsgi_2.0.3+dfsg-1_all.deb
 5c5f0a980544cbbacf23f43112c4032e 19982 non-free/web optional 
pycsw_2.0.3+dfsg-1_all.deb
 504622c78c937da2f3dadebdd30d552c 11033 non-free/python optional 
pycsw_2.0.3+dfsg-1_amd64.buildinfo
 f8272ab8a17a5d6de835709fad29cc52 11376 non-free/oldlibs extra 
python-pycsw-doc_2.0.3+dfsg-1_all.deb
 eda5c68b18b0cf8f5bcaa7e48bdc18f0 11384 non-free/oldlibs extra 
python-pycsw-wsgi_2.0.3+dfsg-1_all.deb
 9c46422573dd55a3ed078d7834524a14 243118 non-free/python optional 
python-pycsw_2.0.3+dfsg-1_all.deb
 7f6c2e4f1a22777865f57afdce05a4cd 243220 non-free/python optional 
python3-pycsw_2.0.3+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJZRt66AAoJEGdQ8QrojUrxZjEP/1KM0hdq5POLhr1w765lDefo
Ahkk//3E8OmGR9KYPZ70I8dwOINFnbnSXxD0xAjqlocs65/o1u9IsmXzwbF/mXd9
2j1TwvFRNSoIBZRQgvPmfEehdalX1RwRfFe99wMA9mdtHxIwlGbzI/G4uoBo7Hfl
GFGWeoNITWmQjRFMVNrtK+tnwTfOakKhj6ZCq70axFmRH18A+F9gPADik7zLH7JH
/StpHo698IiIkXkh7qzApBA4R/3+xNCQSCYV3eMgVCA7m9G3k0LlghMSKuRozDva
JhyQoT8Q2OVJfrFDgx3VenQrOyIipvGpedrCKSUSRVu5FR9dCShS+uQGBelr85ju
6FtftIiylUa9bKU+nowhnYuaLjRO6xCxwUrU5kQNT7BJO3So2cug5jdO2IXJM3Sz
Ag1y14s2/wgSzltgJH+FvlgDN2spONS+MK/T1PfMDOmrqZY6bBpeYjvgB3pGF29J
DuVBVNjkCYOITi5R/GZr1g38mHX6ZoSBCaE5o/VaR/lr2jWMZfchROfOGBRYqIjh
JVrTpcr+FZImx4e4ktA7fauwSsaA5Pt9c7oxaGIDHC7k0S9ZZCwuR5Ket/LnbUVu
swstsEHv/ILNdDth/uLasWn3VVTCWRt/hB7LAPZUAfQ8ZsDeaT/owjUNI5ClTUEW
K2ProZO4T7+xiolr/LUz
=06vy
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___

libcitygml_2.0.4-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 22:15:27 +0200
Source: libcitygml
Binary: libcitygml2 libcitygml-dev libcitygml-bin
Architecture: source amd64
Version: 2.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libcitygml-bin - Utils of libcitygml - citygmltest
 libcitygml-dev - Static and header files of libcitygml
 libcitygml2 - Open source C++ library for parsing CityGML files
Changes:
 libcitygml (2.0.4-1) unstable; urgency=medium
 .
   * Team upload.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Add patch to fix spelling errors.
   * Move from experimental to unstable.
Checksums-Sha1:
 e780e0e2a50d53c598c1db8000394b7428e9d85a 2155 libcitygml_2.0.4-1.dsc
 222fdb1583efded6bec2f77d1622f98c7572f908 19008 libcitygml_2.0.4-1.debian.tar.xz
 0699107e2b42d300e9c35d9a5d246a0084c88a6a 39018 
libcitygml-bin-dbgsym_2.0.4-1_amd64.deb
 2fa091240d26b7e5f5f98f8a386a7aa8bfca75f7 10512 libcitygml-bin_2.0.4-1_amd64.deb
 4d802a40e56775039d529fd79a81015acb249216 16742 libcitygml-dev_2.0.4-1_amd64.deb
 b5cdb1308903c8670aa56dada917a7d172acb94d 3510322 
libcitygml2-dbgsym_2.0.4-1_amd64.deb
 4900f92a961dc02ae5a5cf5b6cd3463bd29653c5 259550 libcitygml2_2.0.4-1_amd64.deb
 02456460d7436e05748dc33d2fbb87df59e7b094 13002 
libcitygml_2.0.4-1_amd64.buildinfo
Checksums-Sha256:
 6eeca7b3c814c3bed3b25c24e2ce55ff660d508c86a6c249e58c0338399070f0 2155 
libcitygml_2.0.4-1.dsc
 ef10c701852ffe603d8db53e43573b66bb7e308e3871ae01cf10a1e59343da08 19008 
libcitygml_2.0.4-1.debian.tar.xz
 391afca972db83048825d7e1d1a998f08f081240829c4963ee310259e4631feb 39018 
libcitygml-bin-dbgsym_2.0.4-1_amd64.deb
 f0bb4b7167238a3c553fd55d98ae989572585c71bcfee35dc2c55868f3c01b37 10512 
libcitygml-bin_2.0.4-1_amd64.deb
 6f18b9f0ebe02804dafcf61f1a77a7c7f5276a4d73ca6fb89986cf065b3830d2 16742 
libcitygml-dev_2.0.4-1_amd64.deb
 46a028eb7844718dec9fd575dcf411bd67dd9a7d501719074423d4f498dd7513 3510322 
libcitygml2-dbgsym_2.0.4-1_amd64.deb
 524856972d11b8d9ff313cfe723cf3dad4f9821e93ee75947f8b3ea96da57440 259550 
libcitygml2_2.0.4-1_amd64.deb
 d56df8ed5083dd171fdfead64f71640120f8bd9aa330543f935b4c8a5b2fa85e 13002 
libcitygml_2.0.4-1_amd64.buildinfo
Files:
 51b85b5d02086a37087f58bdf9c02505 2155 libs optional libcitygml_2.0.4-1.dsc
 2880a2bd66fda9b3ff20f4bd355d6fea 19008 libs optional 
libcitygml_2.0.4-1.debian.tar.xz
 bf15c22d09e08a1b80e1994fd0d805fd 39018 debug extra 
libcitygml-bin-dbgsym_2.0.4-1_amd64.deb
 9aca728b401948167a83e85a85ff6e74 10512 utils optional 
libcitygml-bin_2.0.4-1_amd64.deb
 e42c38ed6626c18a5483fe7b460bffa6 16742 libdevel optional 
libcitygml-dev_2.0.4-1_amd64.deb
 5ce6056f64ef76a975bcb1ec8bf966ba 3510322 debug extra 
libcitygml2-dbgsym_2.0.4-1_amd64.deb
 dbdd6da89e2b07e8121fa70334384ec8 259550 libs optional 
libcitygml2_2.0.4-1_amd64.deb
 f3792fd6ab7d61c28744208a305ab0d2 13002 libs optional 
libcitygml_2.0.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJZRuS9AAoJEGdQ8QrojUrxLl0P/2S4aoz3Z4ZW7CBwA+eMsuMB
obW5krnTGOs8Bk3rwUMGX7eFMty+KMCuL++CYdDz2bLs5XJy9W/CYQdFGbgIDgNt
yQADfV3v1rxvH1tKR6WGJe+Osbo87RdNMSu+6BEE/ot7G72Up9X3we3EImSZIqRZ
hAnb+x7Hy5sLszlIsGEmaCwH1Kp8ITaKz7wOc5cjZgpmbx6mwQ3zvJj4B+xy8JpH
rVftDnSwHf13g8ivq4DgYJV2htpnrIJMKZeWCS17BvuIJsiCvWMkl5U3IxrFF7yY
j/RzLPAcsS463zPCPFl6APObYNIGkCVPUh/zZL0uA1U8FArKrmrDYbTufGOdbC0U
Vdk0Lwh02ervahuUKDY8EtKtLswOf4tDTEbCIsOx1bouI2wwTqC5DgKjKlyy+V3G
Q79fA/uKak5CHO51HBpiGFHjFPFdxCahtbaGG/2TqEMUr4V33qb9Iji6k0QpyxPM
Qfpq0ISXG5e7O/d/wnzb0N25hMmNdnEQhn4/kjvmsyDXymohlXzxrlXu7jNaVQNJ
7Z84jj+mA96DSP9IeDNVLZKFT+D1O/h2bZ7+GK9ROeMeRWltf0zUyivuuIrZlBRY
zqzF5VfzquRzjm87urr40kqTTNt/2HjeHDf0yfURDMDpgPwEFuy7Pj9q67hkIBq3
9KSfq4EjGQ9KrX1QDsPa
=i+E8
-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 libcitygml_2.0.4-1_amd64.changes

2017-06-18 Thread Debian FTP Masters
libcitygml_2.0.4-1_amd64.changes uploaded successfully to localhost
along with the files:
  libcitygml_2.0.4-1.dsc
  libcitygml_2.0.4-1.debian.tar.xz
  libcitygml-bin-dbgsym_2.0.4-1_amd64.deb
  libcitygml-bin_2.0.4-1_amd64.deb
  libcitygml-dev_2.0.4-1_amd64.deb
  libcitygml2-dbgsym_2.0.4-1_amd64.deb
  libcitygml2_2.0.4-1_amd64.deb
  libcitygml_2.0.4-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.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] 02/05: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit ec21fddc70516673050bdb26d191645aaa4dc89c
Author: Bas Couwenberg 
Date:   Sun Jun 18 22:15:12 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 958ead9..9fa4084 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libcitygml (2.0.4-1~exp3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 22:14:18 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

-- 
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/05: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit b08d97b56f754e741c6884a26ac0a5315dc74051
Author: Bas Couwenberg 
Date:   Sun Jun 18 22:14:50 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b99416b..958ead9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libcitygml (2.0.4-1~exp3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Bump Standards-Version to 4.0.0, no changes.
+
+ -- Bas Couwenberg   Sun, 18 Jun 2017 22:14:18 +0200
+
 libcitygml (2.0.4-1~exp2) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 851e59a..752c414 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
libgl1-mesa-dev | libgl-dev,
libglu-dev,
pkg-kde-tools
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libcitygml.git
 Vcs-Git: https://anonscm.debian.org/git/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] 03/05: Use pkg-info.mk variables instead of dpkg-parsechangelog output.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit dbc318ceeb476754c694aca67c1c0937440663f3
Author: Bas Couwenberg 
Date:   Sun Jun 18 22:28:18 2017 +0200

Use pkg-info.mk variables instead of dpkg-parsechangelog output.
---
 debian/changelog | 1 +
 debian/rules | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9fa4084..6291255 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libcitygml (2.0.4-1~exp3) UNRELEASED; urgency=medium
   * Team upload.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
+  * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 22:14:18 +0200
 
diff --git a/debian/rules b/debian/rules
index 17399e1..cc915c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,14 @@
 # Enable hardening build flags
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+include /usr/share/dpkg/pkg-info.mk
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 CFLAGS   += $(CPPFLAGS)
 CXXFLAGS += $(CPPFLAGS)
 
-CITYGML_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
+CITYGML_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
 %:
dh $@ --with pkgkde_symbolshelper

-- 
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/05: Add patch to fix spelling errors.

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit 618570f6281269ba7eece620ddb2ddf6f739936b
Author: Bas Couwenberg 
Date:   Sun Jun 18 22:29:49 2017 +0200

Add patch to fix spelling errors.
---
 debian/changelog |  1 +
 debian/citygmltest.1 |  2 +-
 debian/patches/series|  1 +
 debian/patches/spelling-errors.patch | 15 +++
 4 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6291255..652f2ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libcitygml (2.0.4-1~exp3) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 22:14:18 +0200
 
diff --git a/debian/citygmltest.1 b/debian/citygmltest.1
index 1e013f9..74f3d8c 100644
--- a/debian/citygmltest.1
+++ b/debian/citygmltest.1
@@ -22,7 +22,7 @@ SolitaryVegetationObject, WaterBody, TINRelief, LandUse,
 Tunnel, Bridge, BridgeConstructionElement,
 BridgeInstallation, BridgePart, All
 .IP
-and seperators |,&,~.
+and separators |,&,~.
 Examples:
 "All&~Track&~Room" to parse everything but tracks & rooms
 "Road" to parse only roads & railways
diff --git a/debian/patches/series b/debian/patches/series
index 803021d..3d8c606 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Included-functional-header-in-address-parser-which-p.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
new file mode 100644
index 000..71f3264
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ * seperators -> separators
+Author: Bas Couwenberg 
+
+--- a/test/citygmltest.cpp
 b/test/citygmltest.cpp
+@@ -37,7 +37,7 @@ void usage()
+ << "   SolitaryVegetationObject, WaterBody, 
TINRelief, LandUse," << std::endl
+ << "   Tunnel, Bridge, BridgeConstructionElement," << 
std::endl
+ << "   BridgeInstallation, BridgePart, All" << 
std::endl
+-<< "  and seperators |,&,~." << std::endl
++<< "  and separators |,&,~." << std::endl
+ << "  Examples:" << std::endl
+ << "  \"All&~Track&~Room\" to parse everything but 
tracks & rooms" << std::endl
+ << "  \"Road\" to parse only roads & 
railways" << std::endl;

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

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

sebastic pushed a commit to branch master
in repository libcitygml.

commit 20750139eba7ae3d508982437fdab380a042e699
Author: Bas Couwenberg 
Date:   Sun Jun 18 22:15:36 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 652f2ed..4be3a8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-libcitygml (2.0.4-1~exp3) UNRELEASED; urgency=medium
+libcitygml (2.0.4-1) unstable; urgency=medium
 
   * Team upload.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Add patch to fix spelling errors.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Sun, 18 Jun 2017 22:14:18 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 22:15:27 +0200
 
 libcitygml (2.0.4-1~exp2) experimental; 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] tag debian/2.0.4-1 created (now 2075013)

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

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

at  2075013   (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 master updated (363f1cb -> 2075013)

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

sebastic pushed a change to branch master
in repository libcitygml.

  from  363f1cb   Set distribution to experimental.
   new  b08d97b   Bump Standards-Version to 4.0.0, no changes.
   new  ec21fdd   Add autopkgtest to test installability.
   new  dbc318c   Use pkg-info.mk variables instead of dpkg-parsechangelog 
output.
   new  618570f   Add patch to fix spelling errors.
   new  2075013   Set distribution to unstable.

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


Summary of changes:
 debian/changelog | 11 +++
 debian/citygmltest.1 |  2 +-
 debian/control   |  2 +-
 debian/patches/series|  1 +
 debian/patches/spelling-errors.patch | 15 +++
 debian/rules |  4 +++-
 debian/tests/control |  3 +++
 7 files changed, 35 insertions(+), 3 deletions(-)
 create mode 100644 debian/patches/spelling-errors.patch
 create mode 100644 debian/tests/control

-- 
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 pycsw_2.0.3+dfsg-1_amd64.changes

2017-06-18 Thread Debian FTP Masters
pycsw_2.0.3+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  pycsw_2.0.3+dfsg-1.dsc
  pycsw_2.0.3+dfsg-1.debian.tar.xz
  pycsw-doc_2.0.3+dfsg-1_all.deb
  pycsw-wsgi_2.0.3+dfsg-1_all.deb
  pycsw_2.0.3+dfsg-1_all.deb
  pycsw_2.0.3+dfsg-1_amd64.buildinfo
  python-pycsw-doc_2.0.3+dfsg-1_all.deb
  python-pycsw-wsgi_2.0.3+dfsg-1_all.deb
  python-pycsw_2.0.3+dfsg-1_all.deb
  python3-pycsw_2.0.3+dfsg-1_all.deb

Greetings,

Your Debian queue daemon (running on host usper.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


[pycsw] 02/03: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch master
in repository pycsw.

commit 4d650594649ee05bdbc903ca383b4c0fb463ec9f
Author: Bas Couwenberg 
Date:   Sun Jun 18 22:03:42 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0ada7d0..5710716 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pycsw (2.0.3+dfsg-1~exp2) UNRELEASED; urgency=medium
   * Team upload.
   * Fix case in description.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 10:08:26 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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


[pycsw] branch master updated (dfe7b77 -> 4b3f45b)

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

sebastic pushed a change to branch master
in repository pycsw.

  from  dfe7b77   Fix case in description.
   new  c0bed0c   Bump Standards-Version to 4.0.0, no changes.
   new  4d65059   Add autopkgtest to test installability.
   new  4b3f45b   Set distribution to unstable.

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


Summary of changes:
 debian/changelog | 7 +--
 debian/control   | 2 +-
 debian/tests/control | 3 +++
 3 files changed, 9 insertions(+), 3 deletions(-)
 create mode 100644 debian/tests/control

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


[pycsw] 01/03: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch master
in repository pycsw.

commit c0bed0ca4973bbaa1ed7d869153717f7adf04935
Author: Bas Couwenberg 
Date:   Sun Jun 18 22:03:24 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index feda71e..0ada7d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pycsw (2.0.3+dfsg-1~exp2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Fix case in description.
+  * Bump Standards-Version to 4.0.0, no changes.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 10:08:26 +0200
 
diff --git a/debian/control b/debian/control
index c480394..af25d4f 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Build-Depends: apache2-dev,
python3-tz,
python3-xmltodict,
ruby-ronn
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pycsw.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pycsw.git
 Homepage: http://pycsw.org

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


[pycsw] tag debian/2.0.3+dfsg-1 created (now 4b3f45b)

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

sebastic pushed a change to tag debian/2.0.3+dfsg-1
in repository pycsw.

at  4b3f45b   (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/pycsw.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


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

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

sebastic pushed a commit to branch master
in repository pycsw.

commit 4b3f45b5d56368bd2111899e119097a552bfa65c
Author: Bas Couwenberg 
Date:   Sun Jun 18 22:04:48 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 5710716..bea0b92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-pycsw (2.0.3+dfsg-1~exp2) UNRELEASED; urgency=medium
+pycsw (2.0.3+dfsg-1) unstable; urgency=medium
 
   * Team upload.
   * Fix case in description.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Sun, 18 Jun 2017 10:08:26 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 22:04:03 +0200
 
 pycsw (2.0.3+dfsg-1~exp1) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pycsw.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-geojson_1.3.4-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 20:50:30 +0200
Source: python-geojson
Binary: python-geojson python3-geojson
Architecture: source all
Version: 1.3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 python-geojson - Python 2 bindings and utilities for GeoJSON
 python3-geojson - Python 3 bindings and utilities for GeoJSON
Changes:
 python-geojson (1.3.4-1) unstable; urgency=medium
 .
   * Team upload.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
   * Move from experimental to unstable.
Checksums-Sha1:
 494bd3b01c3171106a0e1972529c70af3b298db0 2141 python-geojson_1.3.4-1.dsc
 664822fe79056304834464cb10127cb9b1d8539a 3192 
python-geojson_1.3.4-1.debian.tar.xz
 41b5c360ba0fb3e27e6b462dd98c1321e04292e5 13764 python-geojson_1.3.4-1_all.deb
 5bf46e90f174632b17bc39d8e1b2dffb10eef83a 6113 
python-geojson_1.3.4-1_amd64.buildinfo
 e1f58a87dca04918961869bd630eead9930a2b5f 13854 python3-geojson_1.3.4-1_all.deb
Checksums-Sha256:
 1ef908770616801cac3a33a5de86c87d16cdec55baf2e39145e673e0bdf13fcf 2141 
python-geojson_1.3.4-1.dsc
 09b1c6585c1d71c96c226ac668d3f8ca8e579b6b900b1601455b5408b8a09500 3192 
python-geojson_1.3.4-1.debian.tar.xz
 eb4a14b87895407a8a9f7922bba5ba96bd60b8826a44758dae534f24b65c3fc7 13764 
python-geojson_1.3.4-1_all.deb
 77210c5ff2f447dde61cb43ce0fa970499a8aaca4230a92a7ceca9ef52cdf115 6113 
python-geojson_1.3.4-1_amd64.buildinfo
 40cf095f16dd44247e08e4886aca2f9b250e5e8c3601db77614f60e2f5126606 13854 
python3-geojson_1.3.4-1_all.deb
Files:
 fcc0b9ee187225371d4277ff32b7e3c2 2141 python optional 
python-geojson_1.3.4-1.dsc
 488d31f28182940417d945462af2c4b1 3192 python optional 
python-geojson_1.3.4-1.debian.tar.xz
 dcd9fff98d71055da035a1b74f7b9072 13764 python optional 
python-geojson_1.3.4-1_all.deb
 22e6799a9f5f0485cfcfd9279850df16 6113 python optional 
python-geojson_1.3.4-1_amd64.buildinfo
 6be1c0689a8372fa5232d341d3c6749c 13854 python optional 
python3-geojson_1.3.4-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJZRs1zAAoJEGdQ8QrojUrxSKEQAMLrOHoSJ9VqIwfoJrn+iQBU
RYPJJj8DvsIqc3to8Td7/ns7giNaitGbx/XylLr0N4l1JJW6ZnBz9jBAC7ekRMAM
SY1maWiqJ4/MZvs9HDZKUtPMXl6e+hcbLw7gXq7JPtCrR2Nr5RMYz017MmD2dw6Q
Xlm1GVuJSv1Ud369/y0o5wV3j+av4G/UoWJ1+t6THol6jZVUzWeTZ+aY0/odl0qZ
Fl9G3iwcpailWit9gzRO2Dbx8si6f+Z9zvgVAHulGV+SV0fAeC3gTTEHZ4JB6eSE
G1sNaqQ37qGJ56P14g48Gm4zXJ0eBcRjdiGC6f62/rh/kwcr738CwPJh9+yQhlHK
KL79gMe3QC26v6Etx29lbiYMMVfmwLQDrvd7l+g9Pgp9Q9/rHdOy8dMb0p14qDwq
9ghSMvBMtJDbe4HsgW/ZOOMEs478Gq6HuZHdOusAS7UTFMVCokdOya3cPb5VScQM
mO+7o23wuV4cOq8OfaFxKD2d0GS/m6hqtGdVv4qu5WXlimCuVssWxqVu5B9xTu1A
mzlTcLFAGjmZQosAn22pOnOVcdkapWZxSIL01qpcCyppv5MywRDUkODV1YGy9VJr
uaJrx7VXdIG+lvl+SQ0nY0rsXIIVVYfDNma8BlHVewoNCqE1ZfKT3r92GeN1fRib
4MVXfZcynNpm/YzJjcjw
=vkgy
-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 python-geojson_1.3.4-1_amd64.changes

2017-06-18 Thread Debian FTP Masters
python-geojson_1.3.4-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-geojson_1.3.4-1.dsc
  python-geojson_1.3.4-1.debian.tar.xz
  python-geojson_1.3.4-1_all.deb
  python-geojson_1.3.4-1_amd64.buildinfo
  python3-geojson_1.3.4-1_all.deb

Greetings,

Your Debian queue daemon (running on host usper.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-geojson] tag debian/1.3.4-1 created (now 780b515)

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

sebastic pushed a change to tag debian/1.3.4-1
in repository python-geojson.

at  780b515   (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-geojson.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-geojson] 03/03: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository python-geojson.

commit 780b5151e6578a14d8f8a020aa8932714263fbe4
Author: Bas Couwenberg 
Date:   Sun Jun 18 20:50:43 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index db82019..9a57e59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-python-geojson (1.3.4-1~exp2) UNRELEASED; urgency=medium
+python-geojson (1.3.4-1) unstable; urgency=medium
 
   * Team upload.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Sun, 18 Jun 2017 20:49:02 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 20:50:30 +0200
 
 python-geojson (1.3.4-1~exp1) experimental; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-geojson.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-geojson] branch master updated (26f7444 -> 780b515)

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

sebastic pushed a change to branch master
in repository python-geojson.

  from  26f7444   releasing package python-geojson version 1.3.4-1~exp1
   new  c9eb2ab   Bump Standards-Version to 4.0.0, no changes.
   new  3105700   Add autopkgtest to test installability.
   new  780b515   Set distribution to unstable.

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


Summary of changes:
 debian/changelog | 9 +
 debian/control   | 2 +-
 debian/tests/control | 3 +++
 3 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 debian/tests/control

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-geojson.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-geojson] 02/03: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch master
in repository python-geojson.

commit 3105700d211ca41ef72b5e913cdebcd960658c11
Author: Bas Couwenberg 
Date:   Sun Jun 18 20:50:06 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5183b2a..db82019 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-geojson (1.3.4-1~exp2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 20:49:02 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-geojson.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-geojson] 01/03: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch master
in repository python-geojson.

commit c9eb2ab2ac404d0ce47547f5e7100bf0cc1164e4
Author: Bas Couwenberg 
Date:   Sun Jun 18 20:49:34 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3a361d0..5183b2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-geojson (1.3.4-1~exp2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Bump Standards-Version to 4.0.0, no changes.
+
+ -- Bas Couwenberg   Sun, 18 Jun 2017 20:49:02 +0200
+
 python-geojson (1.3.4-1~exp1) experimental; urgency=medium
 
   [ Bas Couwenberg ]
diff --git a/debian/control b/debian/control
index aa44c17..7b43fba 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
python-all,
python3-setuptools,
python3-all,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-geojson.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-geojson.git
 Homepage: https://github.com/frewsxcv/python-geojson

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


libgdal-grass_2.1.2-6_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 19:46:34 +0200
Source: libgdal-grass
Binary: libgdal20-2.1.2-grass libgdal-grass
Architecture: source all amd64
Version: 2.1.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libgdal-grass - GRASS extension for the GDAL library - metapackage
 libgdal20-2.1.2-grass - GRASS extension for the GDAL library
Changes:
 libgdal-grass (2.1.2-6) unstable; urgency=medium
 .
   * Bump minimum GRASS version to 7.2.1.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
Checksums-Sha1:
 5849f4194ab6c04b9d022c0cff3d8722db5e505a 2211 libgdal-grass_2.1.2-6.dsc
 aa85cd2df27e1cb0e24648191c136aba8c387313 7544 
libgdal-grass_2.1.2-6.debian.tar.xz
 d6b78b6e5ee8de86bdf3396c69606208c2af521e 6062 libgdal-grass_2.1.2-6_all.deb
 ea3804fdd786917710528808dff297c6a56c8835 12798 
libgdal-grass_2.1.2-6_amd64.buildinfo
 cc220f28c61984b343fbc3182ca5fea5df32ad5e 26590 
libgdal20-2.1.2-grass_2.1.2-6_amd64.deb
Checksums-Sha256:
 7c2b45007b9efacd2072c1b11ea3402b0adb29f1e04db272fa6c4472ffcc3e47 2211 
libgdal-grass_2.1.2-6.dsc
 812e249275b8d5fb678e5f333eebe6ec2f30b769194619827903e0bca85106a8 7544 
libgdal-grass_2.1.2-6.debian.tar.xz
 567d731845f9c654665d7c3c98128b909605999fa0033a9927baf871ad9a9d61 6062 
libgdal-grass_2.1.2-6_all.deb
 46d7799634b8dc7541113dc27c995622a2ab00a166a4fb1f6cff053d9f85b55b 12798 
libgdal-grass_2.1.2-6_amd64.buildinfo
 5c3d3c20f48b2a76d1062cae286c9e3f62bad35fd0c2e57d651944b78abd2428 26590 
libgdal20-2.1.2-grass_2.1.2-6_amd64.deb
Files:
 5f413368abc6a6b2e0217c25faaa845b 2211 science optional 
libgdal-grass_2.1.2-6.dsc
 fb1cc2e1890e1f39f846015437ca4a34 7544 science optional 
libgdal-grass_2.1.2-6.debian.tar.xz
 71745682c31958ac338c2e9862ea5916 6062 metapackages optional 
libgdal-grass_2.1.2-6_all.deb
 ffc2849e9f833d10a613c4818a395fe4 12798 science optional 
libgdal-grass_2.1.2-6_amd64.buildinfo
 c9333f0af5c9a5e6e25c48c2bddaf933 26590 libs optional 
libgdal20-2.1.2-grass_2.1.2-6_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJZRsauAAoJEGdQ8QrojUrxFrkP/RxRCcQ6ozf0KrkPmMXcqSd8
X3iHIEEiLuiBdwbqaq+hcPcP3FpqaPfWmSU1kBlQQmm+WyS4M4fZ8i2yagwNJcHJ
kP582frxhFGbE+cUEdr4o13aU/1fw57hqlMA5IrqUQ/JzuqJZmTxQfjc1uX9l8Ud
EyNwnlNMz5txl3Ld7Hywm/tCCKwbjxDQdkYYNUWR84e/26GP8nanjqbttVyU+PDF
YZW4q87g5kNG08ZK97a2bKv1px+H0AHpPd5DdYXQukmTGIRbsjFuTMWOWjpbGLRh
Rqj7GgAt40WfRJU3yexaHqMWVOUJQTrJDvh7Q77BgDahlQ2kMRzhHurlaswdG/ap
ie7pgybIy3/TniO1Xqi134hEjPCMa91yFlo1FdL8YR2xAVSkyutgHbZRt15oWdTu
/PfdBKidFwyMRPRpakSCulXsUM3YiPEIMLxVa3ujBWYiWsbHAHZYhp2B0AYggeJE
fC1CllnUwG1OQFa1e/hmONZS7w9eJ4U+he0L2asu7NtyzE5Ol/d+HsLPpay0q9Sh
+VBI2E4d82/JaGh+f8n4CNP3kELN9Vt+3QwBweiBdHD2HRsMtRQG1OFvRFe8RZ0G
EA6h24ClThqWsfStaM/qIs8pTYH8xoh8PA+uRKRy+q3EeZpIjLdSsC0TT31cR6SR
n2GD9f29ZvjPH8uzm3ZN
=VXpW
-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 libgdal-grass_2.1.2-6_amd64.changes

2017-06-18 Thread Debian FTP Masters
libgdal-grass_2.1.2-6_amd64.changes uploaded successfully to localhost
along with the files:
  libgdal-grass_2.1.2-6.dsc
  libgdal-grass_2.1.2-6.debian.tar.xz
  libgdal-grass_2.1.2-6_all.deb
  libgdal-grass_2.1.2-6_amd64.buildinfo
  libgdal20-2.1.2-grass_2.1.2-6_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.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


grass_7.2.1-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 19:41:57 +0200
Source: grass
Binary: grass grass-core grass-gui grass-doc grass-dev-doc grass-dev
Architecture: source amd64 all
Version: 7.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 grass  - Geographic Resources Analysis Support System (GRASS GIS)
 grass-core - GRASS GIS core components
 grass-dev  - GRASS GIS development files
 grass-dev-doc - GRASS GIS Programmers' Manual
 grass-doc  - GRASS GIS user documentation
 grass-gui  - GRASS GIS graphical user interfaces
Changes:
 grass (7.2.1-1) unstable; urgency=medium
 .
   * Add autopkgtest to test installability.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add patch to fix spelling errors.
   * Move from experimental to unstable.
Checksums-Sha1:
 fea2bf91c64a5c20193d3a4e64a245bd68f4bf4d 2792 grass_7.2.1-1.dsc
 1d041bf7ef4e109a48bb55b35aa603b1c669c75e 30652 grass_7.2.1-1.debian.tar.xz
 6c4da0e898752dae8b6d863db835888feb4f72db 11528496 
grass-core-dbgsym_7.2.1-1_amd64.deb
 568fcde6506e552be2ada6be4ac24c99c79d7257 5513782 grass-core_7.2.1-1_amd64.deb
 7376b24d55828b642bb663e7df0ce8627b471c48 3666 
grass-dev-dbgsym_7.2.1-1_amd64.deb
 1e8d2dee0544b278f2db907dcaf0e0bfbe1214e3 8192656 grass-dev-doc_7.2.1-1_all.deb
 b00802d6be136d28dcd392420a9915be3adaa344 201422 grass-dev_7.2.1-1_amd64.deb
 6a21296470c99d574510971d76e8ce1dbb181e91 24192118 grass-doc_7.2.1-1_all.deb
 6b1fe93140f45898918c8b457f7d71a06581f58e 3201420 grass-gui_7.2.1-1_amd64.deb
 cead6a3af4feaeb52f64bf6b817dee0e5f1f8a48 19676 grass_7.2.1-1_all.deb
 422b4dfab3a6ef39cb44fecbfe00d9d57a159f24 18283 grass_7.2.1-1_amd64.buildinfo
Checksums-Sha256:
 8adec4da5d01c8e95b743fb24216ed8e86b52f33617f131cf94eabcd6d19ec26 2792 
grass_7.2.1-1.dsc
 f6130630d40e6bdca7f0142afb7074015ae5c9a2d1dabac18c3507fb25200186 30652 
grass_7.2.1-1.debian.tar.xz
 1a20da66e092c2fd322ab636503c414b285a87bec63c5d8cb63e21419937c22e 11528496 
grass-core-dbgsym_7.2.1-1_amd64.deb
 3757c35bdc2ab4499bb4285f18c64bd02997d35430de2353c3dd5f22fe3f3124 5513782 
grass-core_7.2.1-1_amd64.deb
 69408ca82fe460d0c53d37ac4253ba1533ee84fd09662cbface4cb4b02ba7600 3666 
grass-dev-dbgsym_7.2.1-1_amd64.deb
 128c327b693efbdc84fa8b6c83d47927f8214376b48ad9ea54a02f1828b1bee4 8192656 
grass-dev-doc_7.2.1-1_all.deb
 868be049cd9d98cce6612ab60e647c67c186cf4f3280807edd5ef7d322fe8db4 201422 
grass-dev_7.2.1-1_amd64.deb
 42e738627b8ff227b7dd76660799162758d9e2c17f920734a5d7c30037a4bf57 24192118 
grass-doc_7.2.1-1_all.deb
 29d5b506bfc402bc9440cb078ae99ea5a24fd5566f1cbaeb1f6dc108af947855 3201420 
grass-gui_7.2.1-1_amd64.deb
 3c2dba27fbbf9913e230ec58bab500c2ec9416051431ff05c72e2e11142c36aa 19676 
grass_7.2.1-1_all.deb
 57edc136318b536798965a636723f4bfe20aec2c1f1e5b4905959bcefb60cad6 18283 
grass_7.2.1-1_amd64.buildinfo
Files:
 8acbfc7457fdb637267b4bfd44068798 2792 science optional grass_7.2.1-1.dsc
 a2081c91b8a9bfed4895325db1d2a4ec 30652 science optional 
grass_7.2.1-1.debian.tar.xz
 8b5e3889bf0a6ddf45a2742efffdbb2d 11528496 debug extra 
grass-core-dbgsym_7.2.1-1_amd64.deb
 04914ddd5cb3e5746508ab3f53369fe6 5513782 science optional 
grass-core_7.2.1-1_amd64.deb
 2d0f3831c04a6595add215b0ab2c906d 3666 debug extra 
grass-dev-dbgsym_7.2.1-1_amd64.deb
 e53a3f32bdc95f27c0f81901809fe7bd 8192656 doc optional 
grass-dev-doc_7.2.1-1_all.deb
 fae5d75307bd2479b03446eb33f1326e 201422 devel optional 
grass-dev_7.2.1-1_amd64.deb
 cfaba9e525ae4beda3303a4674fb3d94 24192118 doc optional 
grass-doc_7.2.1-1_all.deb
 7cab270e559f7b9c4a944540c9db097f 3201420 science optional 
grass-gui_7.2.1-1_amd64.deb
 b3970951136c0eed6ad6e8541a54bac8 19676 metapackages optional 
grass_7.2.1-1_all.deb
 23a71227b8ac6036b8d89a5e2e3d1531 18283 science optional 
grass_7.2.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJZRsP1AAoJEGdQ8QrojUrxKdYP/1kImGmpcl4Wb8cC9kZ4Xi1W
usaxRVCwlHWNbNHPeuNBaVXvyRAmk33z53kcG2F+yTrDBZM2BQ5z6ISpaJTX0i80
eTtdT9tf5IHX011P0NWY60cIn9N0XHSPunbNwt4KQ7CiLvN9hiw82d9+bU3hocOn
RDvvoly9gbDvtgK1Pqjch6nHEXxii89MNhDasmxHQ9WG/Ql18y61sI0CptuStn/j
MsF7QGTZFnxUlvvqunb5iRggpbW7GgDa3wxNHvqUTwWBgYmkdiSMvjUcvgNHSnj8
z6aS8Xp8BZbRu5HXJlfsDBHQdTttfQjYm5NnA2qiSJc04cHzFEoFoF+NkUAm9vQl
Dtvoz+qw96kWRXE4xi5AVYqz1kEaz3LYXTq9UTAQsLmGFBGXsB+bBMqeyTo2Pfga
cOEtHIesgLNWnvy1mGL9dI26ZwduU91dBB42Ng2+sNmABybX6ZcESI/Cy2gpMQEy
GDCp9NUk6uKmTmCnm+ACrzf0u/zue52LQUZAou2cm8XGxq3TozLff1ob4H9aYzf4
B+ni8oaIWIVWVKMEAC7OTYmY7ARVwB7geF5IhF94HgHXKUK16LzgiM8rsqPiNZom
zYGu021rQVgcGiE/55Mfxw9UXJiLHLH5V6jyX8BkkAJYlQH1ly0WcKJNk+K3uKfp
VKPz+2TXJ2TnXcX+73Wm
=HdDW
-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


[gdal-grass] tag debian/2.1.2-6 created (now 89d602b)

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

sebastic pushed a change to tag debian/2.1.2-6
in repository gdal-grass.

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

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

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


[gdal-grass] branch master updated (1d56cec -> 89d602b)

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

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

  from  1d56cec   Set distribution to unstable.
   new  ad6ba11   Bump minimum GRASS version to 7.2.1.
   new  ae6eeea   Bump Standards-Version to 4.0.0, no changes.
   new  3ca0e20   Add autopkgtest to test installability.
   new  89d602b   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/control   | 8 
 debian/control.in| 6 +++---
 debian/tests/control | 3 +++
 4 files changed, 18 insertions(+), 7 deletions(-)
 create mode 100644 debian/tests/control

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

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


[gdal-grass] 02/02: Add autopkgtest to test installability.

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

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

commit e2bc8d99b8ff209d2e00e7a40942d54fb6d3abea
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:46:33 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6416137..1f7886e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libgdal-grass (2.2.0-1~exp2) UNRELEASED; urgency=medium
 
   * Disable PIE on Ubuntu where it's still problematic.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:47:24 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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

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


[gdal-grass] 03/04: Add autopkgtest to test installability.

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

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

commit 3ca0e20e764d5d18eb3baf505db5da47b8eb1bdb
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:46:33 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 281809d..76fada7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libgdal-grass (2.1.2-6) UNRELEASED; urgency=medium
 
   * Bump minimum GRASS version to 7.2.1.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:44:35 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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

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


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

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

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

commit 89d602bd401e4b50da944e958e1259ca67a71921
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:46:44 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 76fada7..a130431 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libgdal-grass (2.1.2-6) UNRELEASED; urgency=medium
+libgdal-grass (2.1.2-6) unstable; urgency=medium
 
   * Bump minimum GRASS version to 7.2.1.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
 
- -- Bas Couwenberg   Sun, 18 Jun 2017 19:44:35 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 19:46:34 +0200
 
 libgdal-grass (2.1.2-5) unstable; urgency=medium
 

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

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


[gdal-grass] 02/04: Bump Standards-Version to 4.0.0, no changes.

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

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

commit ae6eeea6cbe1f5818f50416c165a000b532bd10a
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:46:07 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog  | 1 +
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ab8491..281809d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libgdal-grass (2.1.2-6) UNRELEASED; urgency=medium
 
   * Bump minimum GRASS version to 7.2.1.
+  * Bump Standards-Version to 4.0.0, no changes.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:44:35 +0200
 
diff --git a/debian/control b/debian/control
index 87ae957..2b641ce 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
libproj-dev,
libpq-dev,
pkg-config
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git
 Homepage: http://www.gdal.org/
diff --git a/debian/control.in b/debian/control.in
index 59597b8..a293e36 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
libproj-dev,
libpq-dev,
pkg-config
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git
 Homepage: http://www.gdal.org/

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

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


[gdal-grass] 01/04: Bump minimum GRASS version to 7.2.1.

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

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

commit ad6ba11157163b1aa1473adcfba490e58142c1be
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:45:11 2017 +0200

Bump minimum GRASS version to 7.2.1.
---
 debian/changelog  | 6 ++
 debian/control| 6 +++---
 debian/control.in | 4 ++--
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 82abc09..0ab8491 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgdal-grass (2.1.2-6) UNRELEASED; urgency=medium
+
+  * Bump minimum GRASS version to 7.2.1.
+
+ -- Bas Couwenberg   Sun, 18 Jun 2017 19:44:35 +0200
+
 libgdal-grass (2.1.2-5) unstable; urgency=medium
 
   * Enable PIE hardening flags.
diff --git a/debian/control b/debian/control
index 1af774b..87ae957 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
dh-autoreconf,
d-shlibs,
-   grass (>= 7.2.0),
-   grass-dev (>= 7.2.0),
+   grass (>= 7.2.1),
+   grass-dev (>= 7.2.1),
libgdal-dev (>= 2.1.2),
libproj-dev,
libpq-dev,
@@ -21,7 +21,7 @@ Homepage: http://www.gdal.org/
 Package: libgdal20-2.1.2-grass
 Architecture: any
 Section: libs
-Depends: grass720,
+Depends: grass721,
  ${shlibs:Depends},
  ${misc:Depends}
 Recommends: gdal-bin
diff --git a/debian/control.in b/debian/control.in
index 161b3c8..59597b8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,8 +7,8 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
dh-autoreconf,
d-shlibs,
-   grass (>= 7.2.0),
-   grass-dev (>= 7.2.0),
+   grass (>= 7.2.1),
+   grass-dev (>= 7.2.1),
libgdal-dev (>= 2.1.2),
libproj-dev,
libpq-dev,

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

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


[gdal-grass] 01/02: Bump Standards-Version to 4.0.0, no changes.

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

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

commit 7b98dcaceceff35ffe32e3d34a7c129187ce29a8
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:46:07 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog  | 3 ++-
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74abbd6..6416137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 libgdal-grass (2.2.0-1~exp2) UNRELEASED; urgency=medium
 
   * Disable PIE on Ubuntu where it's still problematic.
+  * Bump Standards-Version to 4.0.0, no changes.
 
- -- Bas Couwenberg   Sun, 04 Jun 2017 19:49:37 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 19:47:24 +0200
 
 libgdal-grass (2.2.0-1~exp1) experimental; urgency=medium
 
diff --git a/debian/control b/debian/control
index bab8822..7ec995a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
libproj-dev,
libpq-dev,
pkg-config
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git -b 
experimental-2.2
 Homepage: http://www.gdal.org/
diff --git a/debian/control.in b/debian/control.in
index 55b5023..c509fbb 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
libproj-dev,
libpq-dev,
pkg-config
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git -b 
experimental-2.2
 Homepage: http://www.gdal.org/

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

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


[gdal-grass] branch experimental-2.2 updated (3ceb436 -> e2bc8d9)

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

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

  from  3ceb436   Disable PIE on Ubuntu where it's still problematic.
   new  7b98dca   Bump Standards-Version to 4.0.0, no changes.
   new  e2bc8d9   Add autopkgtest to test installability.

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 | 4 +++-
 debian/control   | 2 +-
 debian/control.in| 2 +-
 debian/tests/control | 3 +++
 4 files changed, 8 insertions(+), 3 deletions(-)
 create mode 100644 debian/tests/control

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

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


Processing of grass_7.2.1-1_amd64.changes

2017-06-18 Thread Debian FTP Masters
grass_7.2.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  grass_7.2.1-1.dsc
  grass_7.2.1-1.debian.tar.xz
  grass-core-dbgsym_7.2.1-1_amd64.deb
  grass-core_7.2.1-1_amd64.deb
  grass-dev-dbgsym_7.2.1-1_amd64.deb
  grass-dev-doc_7.2.1-1_all.deb
  grass-dev_7.2.1-1_amd64.deb
  grass-doc_7.2.1-1_all.deb
  grass-gui_7.2.1-1_amd64.deb
  grass_7.2.1-1_all.deb
  grass_7.2.1-1_amd64.buildinfo

Greetings,

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

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


[gdal] 01/02: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch experimental-2.2
in repository gdal.

commit 6422ce0fd8fa53793ffab34a78a469f5589e084d
Author: Bas Couwenberg 
Date:   Sun Jun 18 20:22:36 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fc7e5ea..956618c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 gdal (2.2.0+dfsg-1~exp2) UNRELEASED; urgency=medium
 
   * Disable PIE on Ubuntu where it's still problematic.
+  * Bump Standards-Version to 4.0.0, no changes.
 
- -- Bas Couwenberg   Sun, 04 Jun 2017 19:50:51 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 20:22:21 +0200
 
 gdal (2.2.0+dfsg-1~exp1) experimental; urgency=medium
 
diff --git a/debian/control b/debian/control
index 4b6a2bd..9941368 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@ Build-Depends: debhelper (>= 9),
zlib1g-dev
 Build-Conflicts: automake1.11,
  python-setuptools
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal.git -b experimental-2.2
 Homepage: http://www.gdal.org/

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

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


[gdal] branch experimental-2.2 updated (0a0cfc5 -> a6a2efc)

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

sebastic pushed a change to branch experimental-2.2
in repository gdal.

  from  0a0cfc5   Disable PIE on Ubuntu where it's still problematic.
   new  6422ce0   Bump Standards-Version to 4.0.0, no changes.
   new  a6a2efc   Add autopkgtest to test installability.

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 | 4 +++-
 debian/control   | 2 +-
 debian/tests/control | 3 +++
 3 files changed, 7 insertions(+), 2 deletions(-)
 create mode 100644 debian/tests/control

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

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


[gdal] 02/02: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch experimental-2.2
in repository gdal.

commit a6a2efcd9e04c50bda3356b33d217b80f5d1b2b6
Author: Bas Couwenberg 
Date:   Sun Jun 18 20:23:04 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 956618c..c0cdef2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gdal (2.2.0+dfsg-1~exp2) UNRELEASED; urgency=medium
 
   * Disable PIE on Ubuntu where it's still problematic.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 20:22:21 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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

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


[grass] tag debian/7.2.1-1 created (now 2d1ebf0)

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

sebastic pushed a change to tag debian/7.2.1-1
in repository grass.

at  2d1ebf0   (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/grass.git

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


[grass] 04/05: Add patch to fix spelling errors.

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

sebastic pushed a commit to branch master
in repository grass.

commit ab2c24971c04e0a9be6239cc6b26e415bdc8de0b
Author: Bas Couwenberg 
Date:   Sun Jun 18 20:01:47 2017 +0200

Add patch to fix spelling errors.
---
 debian/changelog |   1 +
 debian/patches/series|   1 +
 debian/patches/spelling-errors.patch | 246 +++
 3 files changed, 248 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1b32b3c..72af8fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ grass (7.2.1-1~exp2) UNRELEASED; urgency=medium
 
   * Add autopkgtest to test installability.
   * Bump Standards-Version to 4.0.0, no changes.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:40:49 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index e8223ff..74dbebd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ instdir
 no-fail-html.patch
 appstream.patch
 jquery.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
new file mode 100644
index 000..4ea67a4
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,246 @@
+Description: Fix spelling errors.
+ * complet -> complete
+Author: Bas Couwenberg 
+
+--- a/vector/v.net.steiner/main.c
 b/vector/v.net.steiner/main.c
+@@ -595,7 +595,7 @@ int main(int argc, char **argv)
+ /* Calculate true costs, which may be lower than MST if steiner points 
were not used */
+ 
+ if (nsp < nterms - 2) {
+-G_message(_("Spanning tree costs on complet graph = %f\n"
++G_message(_("Spanning tree costs on complete graph = %f\n"
+ "(may be higher than resulting Steiner tree costs!!!)"),
+   cost);
+ }
+--- a/locale/po/grassmods_ar.po
 b/locale/po/grassmods_ar.po
+@@ -5953,7 +5953,7 @@ msgstr "الخريطة الراستري�
+ #: ../vector/v.net.steiner/main.c:598
+ #, c-format
+ msgid ""
+-"Spanning tree costs on complet graph = %f\n"
++"Spanning tree costs on complete graph = %f\n"
+ "(may be higher than resulting Steiner tree costs!!!)"
+ msgstr ""
+ 
+--- a/locale/po/grassmods_cs.po
 b/locale/po/grassmods_cs.po
+@@ -5997,7 +5997,7 @@ msgstr "Počet Steinerových bodů (-1 p
+ #: ../vector/v.net.steiner/main.c:598
+ #, c-format
+ msgid ""
+-"Spanning tree costs on complet graph = %f\n"
++"Spanning tree costs on complete graph = %f\n"
+ "(may be higher than resulting Steiner tree costs!!!)"
+ msgstr ""
+ 
+--- a/locale/po/grassmods_de.po
 b/locale/po/grassmods_de.po
+@@ -5907,7 +5907,7 @@ msgstr "Anzahl der Steiner Punkte (-1 f�
+ #: ../vector/v.net.steiner/main.c:598
+ #, c-format
+ msgid ""
+-"Spanning tree costs on complet graph = %f\n"
++"Spanning tree costs on complete graph = %f\n"
+ "(may be higher than resulting Steiner tree costs!!!)"
+ msgstr ""
+ 
+--- a/locale/po/grassmods_el.po
 b/locale/po/grassmods_el.po
+@@ -5745,7 +5745,7 @@ msgstr ""
+ #: ../vector/v.net.steiner/main.c:598
+ #, c-format
+ msgid ""
+-"Spanning tree costs on complet graph = %f\n"
++"Spanning tree costs on complete graph = %f\n"
+ "(may be higher than resulting Steiner tree costs!!!)"
+ msgstr ""
+ 
+--- a/locale/po/grassmods_es.po
 b/locale/po/grassmods_es.po
+@@ -5722,7 +5722,7 @@ msgstr "Número de puntos steiner (-1 pa
+ #: ../vector/v.net.steiner/main.c:598
+ #, c-format
+ msgid ""
+-"Spanning tree costs on complet graph = %f\n"
++"Spanning tree costs on complete graph = %f\n"
+ "(may be higher than resulting Steiner tree costs!!!)"
+ msgstr ""
+ 
+--- a/locale/po/grassmods_fi.po
 b/locale/po/grassmods_fi.po
+@@ -5512,7 +5512,7 @@ msgstr ""
+ #: ../vector/v.net.steiner/main.c:598
+ #, c-format
+ msgid ""
+-"Spanning tree costs on complet graph = %f\n"
++"Spanning tree costs on complete graph = %f\n"
+ "(may be higher than resulting Steiner tree costs!!!)"
+ msgstr ""
+ 
+--- a/locale/po/grassmods_fr.po
 b/locale/po/grassmods_fr.po
+@@ -6165,7 +6165,7 @@ msgstr "couche vecteur des points de dé
+ #: ../vector/v.net.steiner/main.c:598
+ #, c-format
+ msgid ""
+-"Spanning tree costs on complet graph = %f\n"
++"Spanning tree costs on complete graph = %f\n"
+ "(may be higher than resulting Steiner tree costs!!!)"
+ msgstr ""
+ 
+--- a/locale/po/grassmods_it.po
 b/locale/po/grassmods_it.po
+@@ -5866,7 +5866,7 @@ msgstr "Numero di punti di steiner (-1 p
+ #: ../vector/v.net.steiner/main.c:598
+ #, c-format
+ msgid ""
+-"Spanning tree costs on complet graph = %f\n"
++"Spanning tree costs on complete graph = %f\n"
+ "(may be higher than resulting Steiner tree costs!!!)"
+ msgstr ""
+ 
+--- a/locale/po/grassmods_ja.po
 b/locale/po/grassmods_ja.po
+@@ -5891,7 +5891,7 @@ msgstr "Steiner ポイント数 (-1は
+ #: ../vector/v.net.steiner/main.c:598
+ #, c-format
+ msgid ""
+-"Spanning tree 

[grass] 03/05: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch master
in repository grass.

commit d46ce9626030ac5bed72b642a7ecb6895a85a47f
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:41:41 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog  | 1 +
 debian/control| 2 +-
 debian/control.in | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7706e96..1b32b3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 grass (7.2.1-1~exp2) UNRELEASED; urgency=medium
 
   * Add autopkgtest to test installability.
+  * Bump Standards-Version to 4.0.0, no changes.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:40:49 +0200
 
diff --git a/debian/control b/debian/control
index e5b19b4..753c7d1 100644
--- a/debian/control
+++ b/debian/control
@@ -49,7 +49,7 @@ Build-Depends: autoconf2.13,
python-wxgtk3.0,
unixodbc-dev,
zlib1g-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/grass.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git
 Homepage: http://grass.osgeo.org/
diff --git a/debian/control.in b/debian/control.in
index 9486c2f..891cf7f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -49,7 +49,7 @@ Build-Depends: autoconf2.13,
python-wxgtk3.0,
unixodbc-dev,
zlib1g-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/grass.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git
 Homepage: http://grass.osgeo.org/

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

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


[grass] 02/05: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch master
in repository grass.

commit 71085e67a97fba2bf968b90259bad310a1c2b88c
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:41:09 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 6 ++
 debian/tests/control | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3c87dc9..7706e96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.2.1-1~exp2) UNRELEASED; urgency=medium
+
+  * Add autopkgtest to test installability.
+
+ -- Bas Couwenberg   Sun, 18 Jun 2017 19:40:49 +0200
+
 grass (7.2.1-1~exp1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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

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


[grass] tag ubuntugis/7.2.1.rc2-1.exp1.zesty1 created (now e94babe)

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

sebastic pushed a change to tag ubuntugis/7.2.1.rc2-1.exp1.zesty1
in repository grass.

at  e94babe   (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/grass.git

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


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

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

sebastic pushed a commit to branch master
in repository grass.

commit 2d1ebf0da180bc6fc02d2ca4d51b860a2fd50193
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:42:11 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 72af8fb..9f0a697 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-grass (7.2.1-1~exp2) UNRELEASED; urgency=medium
+grass (7.2.1-1) unstable; urgency=medium
 
   * Add autopkgtest to test installability.
   * Bump Standards-Version to 4.0.0, no changes.
   * Add patch to fix spelling errors.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Sun, 18 Jun 2017 19:40:49 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 19:41:57 +0200
 
 grass (7.2.1-1~exp1) experimental; urgency=medium
 

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

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


[grass] branch master updated (7398dec -> 2d1ebf0)

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

sebastic pushed a change to branch master
in repository grass.

  from  7398dec   Set distribution to unstable.
  adds  e0fa381   Update branch in gbp.conf & Vcs-Git URL.
  adds  f6982bb   Imported Upstream version 7.2.1~rc1
  adds  01c28ca   Merge tag 'upstream/7.2.1_rc1' into experimental
  adds  183789c   New upstream release candidate.
  adds  91944d0   Drop patches applied upstream.
  adds  5e4728f   Update copyright file.
  adds  75121c7   Add patch to fix spelling errors.
  adds  b5cbf04   Set distribution to experimental.
  adds  1b6b075   Disable PIE on Ubuntu where it's still problematic.
  adds  11bfb75   Imported Upstream version 7.2.1~rc2
  adds  69544e9   Merge tag 'upstream/7.2.1_rc2' into experimental
  adds  08892dc   New upstream release candidate.
  adds  b89037f   Drop spelling-errors.patch, applied upstream.
  adds  3a583c1   Set distribution to experimental.
  adds  beb009c   Imported Upstream version 7.2.1
  adds  11d593a   Merge tag 'upstream/7.2.1' into experimental
  adds  d90212e   New upstream release.
  adds  42071f1   Set distribution to experimental.
   new  8a78e08   Update branch in gbp.conf & Vcs-Git URL.
   new  71085e6   Add autopkgtest to test installability.
   new  d46ce96   Bump Standards-Version to 4.0.0, no changes.
   new  ab2c249   Add patch to fix spelling errors.
   new  2d1ebf0   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:
 CITING | 2 +-
 ChangeLog_7.2.0.gz |   Bin 854955 -> 0 bytes
 ChangeLog_7.2.1.gz |   Bin 0 -> 863712 bytes
 INSTALL| 4 +-
 REQUIREMENTS.html  | 4 +-
 Vagrantfile|13 +-
 contributors.csv   | 9 +-
 contributors_extra.csv |17 +-
 db/drivers/ogr/describe.c  |14 +-
 db/drivers/postgres/describe.c | 4 +-
 db/drivers/postgres/grass-pg.html  | 7 +-
 debian/changelog   |34 +
 debian/control | 4 +-
 debian/control.in  | 2 +-
 debian/copyright   | 5 +-
 debian/patches/hicolor-icons.patch |62 -
 debian/patches/series  | 1 -
 debian/patches/spelling-errors.patch   |   256 +-
 debian/rules   | 7 +
 debian/tests/control   | 3 +
 display/d.barscale/draw_scale.c|   323 +-
 display/d.barscale/main.c  |19 +-
 display/d.barscale/options.h   | 2 +-
 display/d.legend.vect/d.legend.vect.html   | 4 +-
 display/d.legend.vect/draw.c   | 6 -
 display/d.linegraph/d.linegraph.html   | 2 +-
 display/d.linegraph/main.c | 4 +
 display/d.mon/d.mon.html   | 2 +-
 display/d.mon/render_cmd.py|10 +-
 display/d.text/main.c  |   112 +-
 display/d.vect.thematic/d.vect.thematic.html   | 4 +-
 display/d.vect/zcoor.c |35 +-
 doc/gi_addons.jpg  |   Bin 0 -> 28793 bytes
 doc/{gi_misc.jpg => gi_miscellaneous.jpg}  |   Bin
 doc/grass_database.png |   Bin 46732 -> 51787 bytes
 doc/grass_database.svg |   117 +-
 doc/howto_release.txt  |35 +-
 doc/infrastructure.txt |61 +-
 general/g.parser/standard_option.c | 1 +
 general/g.region/Makefile  | 4 +-
 general/g.region/main.c|70 +-
 general/g.version/Makefile | 2 +-
 general/g.version/g.version.html   |35 +-
 grasslib.dox   | 2 +-
 gui/icons/Makefile |32 +-
 gui/wxpython/core/debug.py | 4 +-
 gui/wxpython/core/render.py| 8 +-
 gui/wxpython/core/settings.py  |12 +-
 gui/wxpython/core/utils.py |10 +-
 gui/wxpython/core/ws.py| 2 +-
 

[grass] 01/05: Update branch in gbp.conf & Vcs-Git URL.

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

sebastic pushed a commit to branch master
in repository grass.

commit 8a78e082981e190bfbc571c865190c75ecc5fd70
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:43:29 2017 +0200

Update branch in gbp.conf & Vcs-Git URL.
---
 debian/control| 2 +-
 debian/control.in | 2 +-
 debian/gbp.conf   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 539cfda..e5b19b4 100644
--- a/debian/control
+++ b/debian/control
@@ -51,7 +51,7 @@ Build-Depends: autoconf2.13,
zlib1g-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/grass.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git -b experimental
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git
 Homepage: http://grass.osgeo.org/
 
 Package: grass
diff --git a/debian/control.in b/debian/control.in
index 0ff6c13..9486c2f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -51,7 +51,7 @@ Build-Depends: autoconf2.13,
zlib1g-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/grass.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git -b experimental
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/grass.git
 Homepage: http://grass.osgeo.org/
 
 Package: grass
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 6464eea..21d0417 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -6,7 +6,7 @@ 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 = experimental
+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

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

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


qmapshack_1.8.1-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 19:01:16 +0200
Source: qmapshack
Binary: qmapshack
Architecture: source amd64
Version: 1.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 qmapshack  - GPS mapping (GeoTiff and vector) and GPSr management
Changes:
 qmapshack (1.8.1-1) unstable; urgency=medium
 .
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
   * Move from experimental to unstable.
Checksums-Sha1:
 b9af5b0b2d5946e5fc2b92f2e865c71a2dad1dec 2217 qmapshack_1.8.1-1.dsc
 fdc557489c79f07a5edb4bab7542014012f31f99 5692 qmapshack_1.8.1-1.debian.tar.xz
 e8779ae3535e92ac9e89e1637a86e889d3ebb277 44672872 
qmapshack-dbgsym_1.8.1-1_amd64.deb
 09bdb9734d2d6cef9b50eb75f2045c9d38a0e9f1 16608 
qmapshack_1.8.1-1_amd64.buildinfo
 2a84d23e9de843fed498cdef22df8075a99a1bfb 2970506 qmapshack_1.8.1-1_amd64.deb
Checksums-Sha256:
 77ccd0c7a2d93ad1bc23f8ff0cc699450032b6d57042b51237eaf72f6c19a010 2217 
qmapshack_1.8.1-1.dsc
 b7a1cec1d8dff464208aa297f81b889e4a6da23aa132f74eb85cc7a5b351dcb9 5692 
qmapshack_1.8.1-1.debian.tar.xz
 405325b22750d33a49c12a9338ca559edaec55879475b179366c84ad58fe51df 44672872 
qmapshack-dbgsym_1.8.1-1_amd64.deb
 86959c779e16812d23246dd930e586ebb5f028ecb9406302c74f10e104a0a496 16608 
qmapshack_1.8.1-1_amd64.buildinfo
 a9bc5ef71bb43c2f4e58be7da27ff9e09dacce46e745f5a6a3abdab2afa0190c 2970506 
qmapshack_1.8.1-1_amd64.deb
Files:
 1f83cd44aa95babb76c91f0f695c8a97 2217 science optional qmapshack_1.8.1-1.dsc
 1089b21f0864249f49d96f3b83577f75 5692 science optional 
qmapshack_1.8.1-1.debian.tar.xz
 d35881e4a2f6aedb50fa971bc6800397 44672872 debug extra 
qmapshack-dbgsym_1.8.1-1_amd64.deb
 8100a46b2b93abb53498d43433c17916 16608 science optional 
qmapshack_1.8.1-1_amd64.buildinfo
 8d5ad750e43fc74b05ad977d9ea6c779 2970506 science optional 
qmapshack_1.8.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJZRrpuAAoJEGdQ8QrojUrx3UIQAMY1RspoiT3lqFvjZO2RiDng
hnLf54TenevVvVblQsPU3OPbb6qwAO/gHgEKSOVDzF6qFh5xOg9sWQlCQH74Tuom
pPJFzB8BZo6gaCR7zJ7XpeY6i+kcrDpN8UfWzVCk0jqhEo3d4U/YPS0h9j272qAq
NbhgrYdyNBsocQ/ohoXnd8J01sxR8TxuG3Yts3GswPfsvsDxxaWCZyIzXVA3eRe6
WyYI31lVKAtfAas6pMsO6n9aAkC5SRok3nZPqDXmMK2dcTxJ8Mb5Azx01RZJP7LK
1ZLeyQ5EdSjwsu3jl3SY+3ZyduDDbFoR598o509Mv27PmIamzwTBbaTXwmF9FX4r
WWw2Uffb78MRXk1Du/ZaLvSLrFSIzDTICXCtXGKWMnbTXIJ58BNGZoldAIGHRHGt
lA/8QMGf7m5+35O1WHL5imPwnw9BguJ6bNESAN7nFvCSXJdNG0QRx8zCwKNHFaTm
HYDUDkjaShOBta5ryJNuReIWQNfeFeZs4lXc8hUIZjkuECvDVYUB4E1Tg7eT+NGU
Tml6EmaIX46FvV8ztsEARi7cnYITrbUQZTCuBkLXl7YpImyJH8zEe+HumTnhw7FH
zNikIwy/9tpYtZuS98H7F60jAbJWY/DgCCbNwgxFdo1kkSCBIXqH63ATS9YHt0Md
+1+sY1SwFL3xlhb0XONc
=yLT9
-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 qmapshack_1.8.1-1_amd64.changes

2017-06-18 Thread Debian FTP Masters
qmapshack_1.8.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  qmapshack_1.8.1-1.dsc
  qmapshack_1.8.1-1.debian.tar.xz
  qmapshack-dbgsym_1.8.1-1_amd64.deb
  qmapshack_1.8.1-1_amd64.buildinfo
  qmapshack_1.8.1-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.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


routino_3.2-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 18:22:51 +0200
Source: routino
Binary: routino routino-common routino-www libroutino0 libroutino-slim0 
libroutino-dev routino-dbg
Architecture: source amd64 all
Version: 3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libroutino-dev - Routino library development headers
 libroutino-slim0 - Routino slim routing library
 libroutino0 - Routino routing library
 routino- Set of tools to find a path between two points
 routino-common - Routino data
 routino-dbg - Debug symbols for Routino
 routino-www - Web frontend for routino
Changes:
 routino (3.2-1) unstable; urgency=medium
 .
   * Bump Standards-Version to 4.0.0, no changes.
   * Fix debian-rules-parses-dpkg-parsechangelog lintian issues.
   * Add autopkgtest to test installability.
   * Move from experimental to unstable.
Checksums-Sha1:
 fdd773ba5be5f3b040aca846ce13130c17fa2b4d 2373 routino_3.2-1.dsc
 2bd2f907e45306acd2ef959396347a7e650dbce1 29512 routino_3.2-1.debian.tar.xz
 0c9751a531ee1df8e15bb83b1ff06a0e1e1eefad 92100 libroutino-dev_3.2-1_amd64.deb
 5cb03285699d325a0a2f27e05e1b75760ff1cd8d 156890 
libroutino-slim0_3.2-1_amd64.deb
 37c418a3a4971a4b0cadf67f0bfc0a95f6992baa 138632 libroutino0_3.2-1_amd64.deb
 a20ff6e6a8fdcf8c43ed434e95fc6035d6284936 97662 routino-common_3.2-1_all.deb
 43b1b238b50e74760778a55b7d1714759423adbc 1433690 routino-dbg_3.2-1_amd64.deb
 b08d7f4dd4307fb55dd179162a44a27c1ba2025f 1470450 routino-www_3.2-1_all.deb
 11ed52215e0e40382dcc62b4cb06465ad71dbeed 8744 routino_3.2-1_amd64.buildinfo
 a90d7b0bbeca73c399dbba0438c4f5eb0e6e17f6 464438 routino_3.2-1_amd64.deb
Checksums-Sha256:
 86f9e08825ffbc51cc77c212ac8e38a4ea63a5b269464b9369921f0a03289eb8 2373 
routino_3.2-1.dsc
 176e48941ff5f319c7f3c6d0bfe8e85a37c1f283b2043740765524f193148bca 29512 
routino_3.2-1.debian.tar.xz
 3df9001a913fd69d78c74790761d58ed0d269a8539f99e3a319a9eadba91b56e 92100 
libroutino-dev_3.2-1_amd64.deb
 fbb1c378efe6efed741206f8d65c4c585d9476dea42102edb65e4ac4e7c68a40 156890 
libroutino-slim0_3.2-1_amd64.deb
 a28ccc6d322b4fdf9555185b213f5c0684489b4bd9f351777062b867b3c4c410 138632 
libroutino0_3.2-1_amd64.deb
 fd54261c75f1ad244a5ab78cebab0d383f7c765264629a7c3af2de64f00bd751 97662 
routino-common_3.2-1_all.deb
 0ca437df797175fbb672702642ceb5c6f5512d5fb7c90820f163d3c57c6001b0 1433690 
routino-dbg_3.2-1_amd64.deb
 df6a3204dce58f876392bc659662427a6f931a55a27b25f43f46d7a079d96d15 1470450 
routino-www_3.2-1_all.deb
 40bef1ca432c03fbd5ce8413cb9f11b3c02ba3802991b05b498cd3ae4630a1ae 8744 
routino_3.2-1_amd64.buildinfo
 1699505b1a8a6c15372c219e60e9ade2e3e60b2e5ade49847bf961b9f0e2f53e 464438 
routino_3.2-1_amd64.deb
Files:
 1c98101aed880e0f02792588388df549 2373 misc extra routino_3.2-1.dsc
 6595f625edab7ba5484d292120eccc72 29512 misc extra routino_3.2-1.debian.tar.xz
 97fbd8835de9fc566fe73d4bcb7f8cb5 92100 libdevel extra 
libroutino-dev_3.2-1_amd64.deb
 b19e2c29701febe3233b627fb23729f8 156890 libs extra 
libroutino-slim0_3.2-1_amd64.deb
 39976d2855279445562a8d1708a30911 138632 libs extra libroutino0_3.2-1_amd64.deb
 4fedce657df7f0c4215fd238d13b784c 97662 misc extra routino-common_3.2-1_all.deb
 af83f2f94d73ec5881575a99ef550323 1433690 debug extra 
routino-dbg_3.2-1_amd64.deb
 51d669e60c29317ed4f1e27ad244e712 1470450 web extra routino-www_3.2-1_all.deb
 73199c76591cc7c2a8878b8e751da462 8744 misc extra routino_3.2-1_amd64.buildinfo
 1dae1ac6c05445a1f79e0cd71704ecce 464438 misc extra routino_3.2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJZRrFgAAoJEGdQ8QrojUrxyWsQANKYRi2xHKQUzaIjoSlR8jI3
UF/NBTU04msmXhVQdg+RpfSa1l/+lEpZEmY5f6K07KQVU1DanCNIiHkvzyEVdIdH
tPa+cKkcVrHqWelVHZIubUu72zgM/wNsmIsu1X9dq49WjlTADcXvBrr2xGrKIh9w
PMgdEXLW0AEG6JgQSte/sWSOVPUmXhQVbAJBGKsBE61rVOy7V7TVj5tIUUHccFGK
HMTeCrrSL9wLRb3cAK+cAGzMJUWUv8XQTfGwi4Fz7UrGLxSpKDDAiWTmJySmhLsO
UI9pXwwYxjgU0ilS55Pa7uka8mA8DKn6xpYG1iGNnmcZ9cJ23gOjFuOWA/ct49aF
2jIbTbsYpNSUAolCBUcLsLM8MNK0nMYw9NdCAVH79PYG+N8ifttmmb5bvX58Wqhx
I2UvQrUwaTtL69TrDgkWRbRm17gzQJg30EzfefgXF8Fkqiwi4ufKoXmCXWaHvqvu
TQOJ+8QihKKBl+NRndfU4tDvQQLZpwzH/N/+N5QBeRTKu/5Z+tltjuIeKohzaIXj
R5qsy++3altItEOLZPO7HyLRwKu8tNj5cOf6y97vmqRn0BgIuXnGfpbRbTLoBObJ
24/wYE2vSRwvzUR7JG12Ln1iMnmJGsMMO1z6whTDToD+FtMLZEQnPQh1dSH801W+
9QrawYIT8tHF/HDaVDyk
=M19m
-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


[qmapshack] 02/03: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch master
in repository qmapshack.

commit 099f264b2ff0bfc0c9b6aabcca930b0e888ae336
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:19:45 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ba34b6e..97b51c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qmapshack (1.8.1-1~exp2) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.0.0, no changes.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 19:00:43 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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


[qmapshack] branch master updated (bb81d0d -> 60cbdd9)

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

sebastic pushed a change to branch master
in repository qmapshack.

  from  bb81d0d   Set distribution to experimental.
   new  5c1ad56   Bump Standards-Version to 4.0.0, no changes.
   new  099f264   Add autopkgtest to test installability.
   new  60cbdd9   Set distribution to unstable.

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


Summary of changes:
 debian/changelog | 8 
 debian/control   | 2 +-
 debian/tests/control | 3 +++
 3 files changed, 12 insertions(+), 1 deletion(-)
 create mode 100644 debian/tests/control

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


[qmapshack] tag debian/1.8.1-1 created (now 60cbdd9)

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

sebastic pushed a change to tag debian/1.8.1-1
in repository qmapshack.

at  60cbdd9   (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/qmapshack.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


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

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

sebastic pushed a commit to branch master
in repository qmapshack.

commit 60cbdd956c11367ae3083f3f08d2d2bcbe1e3311
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:01:27 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 97b51c1..234144b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-qmapshack (1.8.1-1~exp2) UNRELEASED; urgency=medium
+qmapshack (1.8.1-1) unstable; urgency=medium
 
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
+  * Move from experimental to unstable.
 
- -- Bas Couwenberg   Sun, 18 Jun 2017 19:00:43 +0200
+ -- Bas Couwenberg   Sun, 18 Jun 2017 19:01:16 +0200
 
 qmapshack (1.8.1-1~exp1) experimental; urgency=medium
 

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


[qmapshack] 01/03: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch master
in repository qmapshack.

commit 5c1ad569c6de8db63a9900b09bc04abe846a8b65
Author: Bas Couwenberg 
Date:   Sun Jun 18 19:00:57 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b0f4c8d..ba34b6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qmapshack (1.8.1-1~exp2) UNRELEASED; urgency=medium
+
+  * Bump Standards-Version to 4.0.0, no changes.
+
+ -- Bas Couwenberg   Sun, 18 Jun 2017 19:00:43 +0200
+
 qmapshack (1.8.1-1~exp1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index eccdfc6..de5c1b7 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: cmake,
qttools5-dev,
qttools5-dev-tools,
qtscript5-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/qmapshack.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/qmapshack.git
 Homepage: https://bitbucket.org/maproom/qmapshack/wiki/Home

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


pgrouting_2.4.1-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 18:03:18 +0200
Source: pgrouting
Binary: postgresql-9.6-pgrouting postgresql-9.6-pgrouting-scripts 
postgresql-9.6-pgrouting-doc
Architecture: source amd64 all
Version: 2.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 postgresql-9.6-pgrouting - Routing functionality support for PostgreSQL/PostGIS
 postgresql-9.6-pgrouting-doc - Routing functionality support for 
PostgreSQL/PostGIS (Documentati
 postgresql-9.6-pgrouting-scripts - Routing functionality support for 
PostgreSQL/PostGIS - scripts
Changes:
 pgrouting (2.4.1-1) unstable; urgency=medium
 .
   * Team upload.
   * Move from experimental to unstable.
Checksums-Sha1:
 bacf77c0c21e6a253d6dd4d8624888f556801113 2287 pgrouting_2.4.1-1.dsc
 c2ec7a7033d7a4847250a4dea2aa06115c58fb54 9308 pgrouting_2.4.1-1.debian.tar.xz
 ae80a3ed28610f2499dc99cb04e97f4d258ce887 12642 
pgrouting_2.4.1-1_amd64.buildinfo
 5216e8214b011803ec7e284dd5a88e502cfb1e2b 9504606 
postgresql-9.6-pgrouting-dbgsym_2.4.1-1_amd64.deb
 829e0db84cc2d03cbbbd7a6ca63501ca0701c915 793658 
postgresql-9.6-pgrouting-doc_2.4.1-1_all.deb
 cde1be87a8faeef4845a384f242853df874fd61b 43508 
postgresql-9.6-pgrouting-scripts_2.4.1-1_all.deb
 7ae6c41235e444e629c67643cfc54a8dd197e969 514682 
postgresql-9.6-pgrouting_2.4.1-1_amd64.deb
Checksums-Sha256:
 d1cb9765a3fa87c4ba7e7f9a1bd883acd5535c4d92e0839b68fed775d7fc0040 2287 
pgrouting_2.4.1-1.dsc
 807e1de2ca530108b74b808bc30e35eba8801b2aa3f7b9138ab3d53cd255a101 9308 
pgrouting_2.4.1-1.debian.tar.xz
 ed017b9d73aa8472c820be99f1159a66a8cf32ad1f8b5cd2e52b3f1d4677b8bf 12642 
pgrouting_2.4.1-1_amd64.buildinfo
 f6e8a2cd9c9cce0fcdba7e8e781008106cbc9c2b9d47b95a7caf66f1b5ce30fa 9504606 
postgresql-9.6-pgrouting-dbgsym_2.4.1-1_amd64.deb
 f4dff9fe4b344e1ddd44f418b8789ca0e4bc0f6d739bf431489776cee8130924 793658 
postgresql-9.6-pgrouting-doc_2.4.1-1_all.deb
 5fab8f41db6cb70c9da9bd6528bea503c47f68452628650ad25cebb552e54489 43508 
postgresql-9.6-pgrouting-scripts_2.4.1-1_all.deb
 51c731f589df696ef02d1be4de6acf5c73feb22d3cfb3532b01e0c41aa6a7e1f 514682 
postgresql-9.6-pgrouting_2.4.1-1_amd64.deb
Files:
 87e1ea58faee742decf6e5327691c640 2287 misc optional pgrouting_2.4.1-1.dsc
 17aeb5ab368592456f3dc778daf024fc 9308 misc optional 
pgrouting_2.4.1-1.debian.tar.xz
 861c47fe2a25e59c7360e7231141373e 12642 misc optional 
pgrouting_2.4.1-1_amd64.buildinfo
 943d79b1563e272c7627c18399122233 9504606 debug extra 
postgresql-9.6-pgrouting-dbgsym_2.4.1-1_amd64.deb
 ac3cfe458d94b8c52d3568f0f972984b 793658 doc optional 
postgresql-9.6-pgrouting-doc_2.4.1-1_all.deb
 dead1b1ca3bfeb0c67ff31808c47b9a8 43508 misc optional 
postgresql-9.6-pgrouting-scripts_2.4.1-1_all.deb
 b04b8245975fdd5c77d7296856c4831c 514682 misc optional 
postgresql-9.6-pgrouting_2.4.1-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAllGqH8ACgkQZ1DxCuiN
SvHJWA//fSANvAbpSH+CAEWigv8/BUcbfp8tZb6XLlEz72aZVSeAKenGi6rjojG0
MxBmLWToWTgAuvD06nPH69YLZn2H8XpAYDTKpwLLPzaZ6qFVx3oBE/Mm44dVEtQN
nohbOAlC5/IqbmoKbDHxV/dAL218Qh8QIQ2gvqvkQBM6FwT6icZ11D+KZXaVWH2B
KQAMNx3GDO1PRI4E9i8gckk80E6P43CLSoVKBrKwmJUK+7yQHjZNPq/lmkY+6QZv
8KBQgx2INiz4LUf+FM2jIMFGOdk04ReByg/jVFMxQJRJo4rtAvcqTKT9qVDZd7Tp
qcc7aASFhvNM3K8UoFF6BHAascjIdxSAlt5WRaSFf3MLsAkBoUFnlsTMjZXzpuWQ
Tb/IrgTuBmbSuiPK71anC/kYAVKFGrb4tj8mFD948Uzc+2/QL+N6Wh9hupbPEwd1
hklyzHmk4cobYmeSGcDqRGkbOFXaqoqLhAlxM/K20nQ61OPdlk2dkTlcvLD+TLSH
nrf3XlZsmjZlUKwroKFnRBIRTw2UDllhJ49cktEvfs9SYAAIJ3jRllv77R6E1tkO
VztqsVmpzi28kn2AcZ1IT76IFCCy4cCKO7PNRhan7xr36FWUsrs9w0r/ZNwq4HgB
0TiwY3ezoD8UyvbZXEO0V1ki5IyAk+11Q+GnSquqWOwmDyQHvZ4=
=O63n
-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 routino_3.2-1_amd64.changes

2017-06-18 Thread Debian FTP Masters
routino_3.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  routino_3.2-1.dsc
  routino_3.2-1.debian.tar.xz
  libroutino-dev_3.2-1_amd64.deb
  libroutino-slim0_3.2-1_amd64.deb
  libroutino0_3.2-1_amd64.deb
  routino-common_3.2-1_all.deb
  routino-dbg_3.2-1_amd64.deb
  routino-www_3.2-1_all.deb
  routino_3.2-1_amd64.buildinfo
  routino_3.2-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.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


[routino] tag debian/3.2-1 created (now 9262c80)

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

sebastic pushed a change to tag debian/3.2-1
in repository routino.

at  9262c80   (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/routino.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


[routino] 04/04: Move from experimental to unstable.

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

sebastic pushed a commit to branch master
in repository routino.

commit 9262c8013542a3de68a8ce2d769da01e2da75e2a
Author: Bas Couwenberg 
Date:   Sun Jun 18 18:23:03 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 260d364..5238b38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ routino (3.2-1) unstable; urgency=medium
   * Bump Standards-Version to 4.0.0, no changes.
   * Fix debian-rules-parses-dpkg-parsechangelog lintian issues.
   * Add autopkgtest to test installability.
+  * Move from experimental to unstable.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 18:22:51 +0200
 

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


[routino] 03/04: Add autopkgtest to test installability.

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

sebastic pushed a commit to branch master
in repository routino.

commit 003413a87ad06f3b21e826b2809e3041b3d43a6c
Author: Bas Couwenberg 
Date:   Sun Jun 18 18:44:51 2017 +0200

Add autopkgtest to test installability.
---
 debian/changelog | 1 +
 debian/tests/control | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b97cbb2..260d364 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ routino (3.2-1) unstable; urgency=medium
 
   * Bump Standards-Version to 4.0.0, no changes.
   * Fix debian-rules-parses-dpkg-parsechangelog lintian issues.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 18:22:51 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..3b18c6d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true

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


[routino] 02/04: Fix debian-rules-parses-dpkg-parsechangelog lintian issues.

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

sebastic pushed a commit to branch master
in repository routino.

commit 8fe0e5a752fed15baa0d8cb62a2a6cb2c7fd2278
Author: Bas Couwenberg 
Date:   Sun Jun 18 18:37:36 2017 +0200

Fix debian-rules-parses-dpkg-parsechangelog lintian issues.
---
 debian/changelog | 1 +
 debian/rules | 6 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e7d3fd1..b97cbb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 routino (3.2-1) unstable; urgency=medium
 
   * Bump Standards-Version to 4.0.0, no changes.
+  * Fix debian-rules-parses-dpkg-parsechangelog lintian issues.
 
  -- Bas Couwenberg   Sun, 18 Jun 2017 18:22:51 +0200
 
diff --git a/debian/rules b/debian/rules
index 78cbd7c..5b904c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
+include /usr/share/dpkg/pkg-info.mk
 
-BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u "+%d %B %Y" -f -)
+UPSTREAM_VERSION=$(shell echo ${DEB_VERSION_UPSTREAM} | sed -e 's/\+.*//')
+
+BUILD_DATE=$(shell echo ${SOURCE_DATE_EPOCH} | LC_ALL=C date -u "+%d %B %Y" -f 
-)
 
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 

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


[routino] branch master updated (12187e1 -> 9262c80)

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

sebastic pushed a change to branch master
in repository routino.

  from  12187e1   Set distribution to experimental.
   new  d74dbf6   Bump Standards-Version to 4.0.0, no changes.
   new  8fe0e5a   Fix debian-rules-parses-dpkg-parsechangelog lintian 
issues.
   new  003413a   Add autopkgtest to test installability.
   new  9262c80   Move from experimental to unstable.

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


Summary of changes:
 debian/changelog | 9 +
 debian/control   | 2 +-
 debian/rules | 6 --
 debian/tests/control | 3 +++
 4 files changed, 17 insertions(+), 3 deletions(-)
 create mode 100644 debian/tests/control

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


[routino] 01/04: Bump Standards-Version to 4.0.0, no changes.

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

sebastic pushed a commit to branch master
in repository routino.

commit d74dbf64408e1aba3279df339ec66a542c4e641f
Author: Bas Couwenberg 
Date:   Sun Jun 18 18:32:39 2017 +0200

Bump Standards-Version to 4.0.0, no changes.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7af7a99..e7d3fd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+routino (3.2-1) unstable; urgency=medium
+
+  * Bump Standards-Version to 4.0.0, no changes.
+
+ -- Bas Couwenberg   Sun, 18 Jun 2017 18:22:51 +0200
+
 routino (3.2-1~exp1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 7c6229b..7379e7a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/routino.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/routino.git
 Homepage: http://www.routino.org/

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

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


postgis_2.3.2+dfsg-1_amd64.changes ACCEPTED into unstable

2017-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Jun 2017 17:09:12 +0200
Source: postgis
Binary: postgis postgis-gui postgis-doc liblwgeom-2.3-0 liblwgeom-dev 
postgresql-9.6-postgis-2.3 postgresql-9.6-postgis-2.3-scripts 
postgresql-9.6-postgis-scripts
Architecture: source amd64 all
Version: 2.3.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 liblwgeom-2.3-0 - PostGIS "Lightweight Geometry" library
 liblwgeom-dev - PostGIS "Lightweight Geometry" library - Development files
 postgis- Geographic objects support for PostgreSQL
 postgis-doc - Geographic objects support for PostgreSQL -- documentation
 postgis-gui - Geographic objects support for PostgreSQL -- GUI programs
 postgresql-9.6-postgis-2.3 - Geographic objects support for PostgreSQL 9.6
 postgresql-9.6-postgis-2.3-scripts - Geographic objects support for PostgreSQL 
9.6 -- scripts
 postgresql-9.6-postgis-scripts - transitional dummy package
Changes:
 postgis (2.3.2+dfsg-1) unstable; urgency=medium
 .
   [ Markus Wanner ]
   * Add a trivial autopkgtest to check creation of the extension.
 .
   [ Bas Couwenberg ]
   * Fix test-extension-creation autopkgtest name in control file.
   * Move from experimental to unstable.
Checksums-Sha1:
 5e4a47e73d6d84746398299030627bd8e17ebca8 3078 postgis_2.3.2+dfsg-1.dsc
 a079cc594e21e2490de1fb286f4ded16a4fe0c59 38780 
postgis_2.3.2+dfsg-1.debian.tar.xz
 9659526aba81078017ff2d2fa5c79f84f64b5b7c 511344 
liblwgeom-2.3-0-dbgsym_2.3.2+dfsg-1_amd64.deb
 4b0fd20d9a516f1484d8a6b6b215a60828f0f69c 667138 
liblwgeom-2.3-0_2.3.2+dfsg-1_amd64.deb
 0603be16f32e3971b6318f1782ef49c3f652485f 704840 
liblwgeom-dev_2.3.2+dfsg-1_amd64.deb
 9d6db089a9453e1f98f5e81d373c0ddd10cbe55e 275532 
postgis-dbgsym_2.3.2+dfsg-1_amd64.deb
 abe6672c9be1607276ca9864799f2de7d48bf8ab 3375962 
postgis-doc_2.3.2+dfsg-1_all.deb
 e0cbd218e774eb58746a74c84c73aabcdb4b2215 139140 
postgis-gui-dbgsym_2.3.2+dfsg-1_amd64.deb
 daf096266e6750c40bc9c5a473303099b6494c23 560250 
postgis-gui_2.3.2+dfsg-1_amd64.deb
 9802b624cd032ed3732d7749ba2ec544d6de7f6c 23986 
postgis_2.3.2+dfsg-1_amd64.buildinfo
 8e5e8f7e093188a91183ecfc8d6f36358a114ef2 581756 postgis_2.3.2+dfsg-1_amd64.deb
 958c66fc00af5467a2012f955f8033d333953f8f 1335102 
postgresql-9.6-postgis-2.3-dbgsym_2.3.2+dfsg-1_amd64.deb
 51ec691bc65d95d7b4e572e5be972a981f6bdc8a 1375260 
postgresql-9.6-postgis-2.3-scripts_2.3.2+dfsg-1_all.deb
 5a6a7e9fc0619ac395f4bf52dcd116ddad91daa6 994912 
postgresql-9.6-postgis-2.3_2.3.2+dfsg-1_amd64.deb
 d48f283a7df33849066c973c872cb7e1eff04d85 468780 
postgresql-9.6-postgis-scripts_2.3.2+dfsg-1_all.deb
Checksums-Sha256:
 1edc17cf91aa789eba35f39a905ff3a7b7908759e296a79860fae58ecb5e1604 3078 
postgis_2.3.2+dfsg-1.dsc
 0e7e43147105aded0b4f18c767790747c06b78cd167a27ce7dfaa630f8e6beea 38780 
postgis_2.3.2+dfsg-1.debian.tar.xz
 f04b5d811f742e60612934763e400db6e104560cc1f7ffedcc57ebca860fcc89 511344 
liblwgeom-2.3-0-dbgsym_2.3.2+dfsg-1_amd64.deb
 4ff8a415ee459c9158b4982c81552d660e773ceff2418c112451e04b355c4880 667138 
liblwgeom-2.3-0_2.3.2+dfsg-1_amd64.deb
 214027f7ba335f57d15ff0eadaea410b159bf6225ee0dde608723a4f3648ba20 704840 
liblwgeom-dev_2.3.2+dfsg-1_amd64.deb
 5548b1effe4f17a04c9c8dd29a6f7fb8ee8f3864f1545adfb613295911001bf7 275532 
postgis-dbgsym_2.3.2+dfsg-1_amd64.deb
 16e3b5dce566908af1168bfc2175726e52d1129433a688fd5d276dcba317f906 3375962 
postgis-doc_2.3.2+dfsg-1_all.deb
 7b04ba7cdab9dd1a7eda4c97082c7b26e14a70a5fc3dbf2cb0a729262472a810 139140 
postgis-gui-dbgsym_2.3.2+dfsg-1_amd64.deb
 5fe01b93b31e44a602cd24c731031da2e958c2acd364c562274cefdeaace68b6 560250 
postgis-gui_2.3.2+dfsg-1_amd64.deb
 f27bf21d41cbace21410c179ff6e74441a660f201197e52970d802f025118809 23986 
postgis_2.3.2+dfsg-1_amd64.buildinfo
 daaa3ad285832d395257bbdfdb7274c253e82a058fddc98a87bbce4abf0bc451 581756 
postgis_2.3.2+dfsg-1_amd64.deb
 7edbee5bf2ec43fbb0bc789b90c89bf06acb34f27e9ed03ad0b782deb85ffbf1 1335102 
postgresql-9.6-postgis-2.3-dbgsym_2.3.2+dfsg-1_amd64.deb
 f3353b6746368a3eb480e2ffbcb626347c8e036cbaf0965dcadccefa26e7f497 1375260 
postgresql-9.6-postgis-2.3-scripts_2.3.2+dfsg-1_all.deb
 caf8597843a395e44642188cdd0a8e289531fef44c67a8f0e7c60af6d11ed900 994912 
postgresql-9.6-postgis-2.3_2.3.2+dfsg-1_amd64.deb
 1e9deaef5d9c87a195cf6e6a94edb9f68bb8978da06695202ba7daf636c60c0b 468780 
postgresql-9.6-postgis-scripts_2.3.2+dfsg-1_all.deb
Files:
 cabfd7e0c3bb9ab8339854d1733ad2bf 3078 misc optional postgis_2.3.2+dfsg-1.dsc
 736ccbc8ff2451f05e1cafc462ea1efe 38780 misc optional 
postgis_2.3.2+dfsg-1.debian.tar.xz
 4992579c7e9eeb722e219bb5b477789b 511344 debug extra 
liblwgeom-2.3-0-dbgsym_2.3.2+dfsg-1_amd64.deb
 50c54899e70e1ba76712dcaff41af5ce 667138 libs optional 
liblwgeom-2.3-0_2.3.2+dfsg-1_amd64.deb
 719d0169b5b70a9354343f517fae265f 704840 libdevel optional 
liblwgeom-dev_2.3.2+dfsg-1_amd64.deb
 a44fe29264cefb07289f33b5a8c0b601 275532 

Processing of pgrouting_2.4.1-1_amd64.changes

2017-06-18 Thread Debian FTP Masters
pgrouting_2.4.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  pgrouting_2.4.1-1.dsc
  pgrouting_2.4.1-1.debian.tar.xz
  pgrouting_2.4.1-1_amd64.buildinfo
  postgresql-9.6-pgrouting-dbgsym_2.4.1-1_amd64.deb
  postgresql-9.6-pgrouting-doc_2.4.1-1_all.deb
  postgresql-9.6-pgrouting-scripts_2.4.1-1_all.deb
  postgresql-9.6-pgrouting_2.4.1-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.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


[pgrouting] branch master updated (aca81b0 -> 479d49e)

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

sebastic pushed a change to branch master
in repository pgrouting.

  from  aca81b0   Set distribution to experimental.
   new  479d49e   Move from experimental to unstable.

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


Summary of changes:
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

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


[pgrouting] tag debian/2.4.1-1 created (now 479d49e)

2017-06-18 Thread Bas 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 pgrouting.

at  479d49e   (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/pgrouting.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   3   >