Bug#859466: unblock: mapnik/3.0.12+ds-3

2017-04-03 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mapnik

It fixes #859424 by enabling the PIE hardening buildflags.

unblock mapnik/3.0.12+ds-3

Kind Regards,

Bas
diff -Nru mapnik-3.0.12+ds/debian/changelog mapnik-3.0.12+ds/debian/changelog
--- mapnik-3.0.12+ds/debian/changelog   2016-11-05 14:15:44.0 +0100
+++ mapnik-3.0.12+ds/debian/changelog   2017-04-03 14:47:38.0 +0200
@@ -1,3 +1,11 @@
+mapnik (3.0.12+ds-3) unstable; urgency=medium
+
+  * Update branch in gbp.conf & Vcs-Git URL.
+  * Enable PIE hardening buildflags.
+(closes: #859424)
+
+ -- Bas Couwenberg   Mon, 03 Apr 2017 14:47:38 +0200
+
 mapnik (3.0.12+ds-2) unstable; urgency=medium
 
   * Add patch to fix 'dependencies' typo.
diff -Nru mapnik-3.0.12+ds/debian/control mapnik-3.0.12+ds/debian/control
--- mapnik-3.0.12+ds/debian/control 2016-10-30 12:18:51.0 +0100
+++ mapnik-3.0.12+ds/debian/control 2017-04-03 14:45:40.0 +0200
@@ -33,7 +33,7 @@
zlib1g-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapnik.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapnik.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapnik.git -b stretch
 Homepage: http://www.mapnik.org/
 
 Package: libmapnik3.0
diff -Nru mapnik-3.0.12+ds/debian/gbp.conf mapnik-3.0.12+ds/debian/gbp.conf
--- mapnik-3.0.12+ds/debian/gbp.conf2016-10-15 20:08:15.0 +0200
+++ mapnik-3.0.12+ds/debian/gbp.conf2017-04-03 14:45:48.0 +0200
@@ -6,7 +6,7 @@
 
 # The default name for the Debian branch is "master".
 # Change it if the name is different (for instance, "debian/unstable").
-debian-branch = master
+debian-branch = stretch
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig
diff -Nru mapnik-3.0.12+ds/debian/rules mapnik-3.0.12+ds/debian/rules
--- mapnik-3.0.12+ds/debian/rules   2016-11-05 14:13:46.0 +0100
+++ mapnik-3.0.12+ds/debian/rules   2017-04-03 14:46:26.0 +0200
@@ -4,9 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Enable hardening build flags, except:
-#  pie: causes python-mapnik build failure
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 NJOBS := -j1
 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#859464: unblock: libhdf4/4.2.12-2

2017-04-03 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libhdf4

It fixes #859413 by enabling the PIE hardening buildflags.

unblock libhdf4/4.2.12-2

Kind Regards,

Bas
diff -Nru libhdf4-4.2.12/debian/changelog libhdf4-4.2.12/debian/changelog
--- libhdf4-4.2.12/debian/changelog 2016-07-06 17:35:44.0 +0200
+++ libhdf4-4.2.12/debian/changelog 2017-04-03 14:28:06.0 +0200
@@ -1,3 +1,12 @@
+libhdf4 (4.2.12-2) unstable; urgency=medium
+
+  * Team upload.
+  * Enable PIE hardening flags.
+(closes: #859413)
+  * Drop unused lintian overrides for hardening-no-pie.
+
+ -- Bas Couwenberg   Mon, 03 Apr 2017 14:28:06 +0200
+
 libhdf4 (4.2.12-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru libhdf4-4.2.12/debian/hdf4-tools.lintian-overrides 
libhdf4-4.2.12/debian/hdf4-tools.lintian-overrides
--- libhdf4-4.2.12/debian/hdf4-tools.lintian-overrides  2016-05-20 
18:11:05.0 +0200
+++ libhdf4-4.2.12/debian/hdf4-tools.lintian-overrides  1970-01-01 
01:00:00.0 +0100
@@ -1,3 +0,0 @@
-# PIE breaks the build
-hdf4-tools: hardening-no-pie *
-
diff -Nru libhdf4-4.2.12/debian/rules libhdf4-4.2.12/debian/rules
--- libhdf4-4.2.12/debian/rules 2016-06-30 23:28:39.0 +0200
+++ libhdf4-4.2.12/debian/rules 2017-04-03 14:26:02.0 +0200
@@ -6,7 +6,7 @@
 #
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
@@ -24,9 +24,9 @@
 CXX  := g++
 LIBS := -ljpeg -lz -lm
 
-CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get CFLAGS)
-CFLAGS += $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get CPPFLAGS)
-LDFLAGS = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get LDFLAGS)
+CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
CFLAGS)
+CFLAGS += $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
CPPFLAGS)
+LDFLAGS = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
LDFLAGS)
 
 ifneq (,$(findstring verbose,$(DEB_BUILD_OPTIONS)))
DH_VERBOSE=1
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#859465: unblock: ogdi-dfsg/3.2.0+ds-2

2017-04-03 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package ogdi-dfsg

It fixes #859433 by enabling the PIE hardening buildflags.

unblock ogdi-dfsg/3.2.0+ds-2

Kind Regards,

Bas
diff -Nru ogdi-dfsg-3.2.0+ds/debian/changelog 
ogdi-dfsg-3.2.0+ds/debian/changelog
--- ogdi-dfsg-3.2.0+ds/debian/changelog 2016-07-19 15:58:59.0 +0200
+++ ogdi-dfsg-3.2.0+ds/debian/changelog 2017-04-03 15:36:52.0 +0200
@@ -1,3 +1,12 @@
+ogdi-dfsg (3.2.0+ds-2) unstable; urgency=medium
+
+  * Team upload.
+  * Enable PIE hardening buildflags.
+(closes: #859433)
+  * Drop unused lintian overrides for hardening-no-pie.
+
+ -- Bas Couwenberg   Mon, 03 Apr 2017 15:36:52 +0200
+
 ogdi-dfsg (3.2.0+ds-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru ogdi-dfsg-3.2.0+ds/debian/ogdi-bin.lintian-overrides 
ogdi-dfsg-3.2.0+ds/debian/ogdi-bin.lintian-overrides
--- ogdi-dfsg-3.2.0+ds/debian/ogdi-bin.lintian-overrides2016-07-19 
15:19:14.0 +0200
+++ ogdi-dfsg-3.2.0+ds/debian/ogdi-bin.lintian-overrides1970-01-01 
01:00:00.0 +0100
@@ -1,3 +0,0 @@
-# PIE breaks the build
-ogdi-bin: hardening-no-pie *
-
diff -Nru ogdi-dfsg-3.2.0+ds/debian/rules ogdi-dfsg-3.2.0+ds/debian/rules
--- ogdi-dfsg-3.2.0+ds/debian/rules 2016-07-19 15:48:19.0 +0200
+++ ogdi-dfsg-3.2.0+ds/debian/rules 2017-04-03 15:36:52.0 +0200
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export TOPDIR=$(CURDIR)
 export CFG=debug
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

pdal_1.5.0~rc1-1~exp1_amd64.changes ACCEPTED into experimental

2017-04-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 20:41:43 +0200
Source: pdal
Binary: pdal pdal-doc libpdal-base4 libpdal-plang4 libpdal-util4 libpdal-dev 
libpdal-plugins libpdal-plugin-greyhound libpdal-plugin-icebridge 
libpdal-plugin-pgpointcloud libpdal-plugin-python libpdal-plugin-sqlite
Architecture: source amd64 all
Version: 1.5.0~rc1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libpdal-base4 - Point Data Abstraction Library - libpdal_base
 libpdal-dev - Point Data Abstraction Library - development files
 libpdal-plang4 - Point Data Abstraction Library - libpdal_plang
 libpdal-plugin-greyhound - Point Data Abstraction Library - Greyhound plugin
 libpdal-plugin-icebridge - Point Data Abstraction Library - Icebridge plugin
 libpdal-plugin-pgpointcloud - Point Data Abstraction Library - PostgreSQL 
PointCloud plugin
 libpdal-plugin-python - Point Data Abstraction Library - Python plugin
 libpdal-plugin-sqlite - Point Data Abstraction Library - SQLite plugin
 libpdal-plugins - Point Data Abstraction Library - plugins
 libpdal-util4 - Point Data Abstraction Library - libpdal_util
 pdal   - Point Data Abstraction Library
 pdal-doc   - Point Data Abstraction Library - documentation
Changes:
 pdal (1.5.0~rc1-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * Update copyright years for Hobu, Inc & Bradley J Chambers.
   * Enable PIE hardening buildflags.
   * Drop kfreebsd.patch, applied upstream.
   * Drop 0001-Add-include.-Should-fix-1484.patch, included upstream.
   * Add patch to fix build without LASzip.
Checksums-Sha1:
 9b9dda1413f63170521ec8d949d32afe1c81d9dd 3204 pdal_1.5.0~rc1-1~exp1.dsc
 15496f259c135c7d6509e5b5c6249a2c4cc0ab79 58884214 pdal_1.5.0~rc1.orig.tar.bz2
 802517466647ec7f58997663bb6e45a587792bdb 56024 
pdal_1.5.0~rc1-1~exp1.debian.tar.xz
 f4fe2fb900ef239dcc2802c86fc1af45e83c174b 25719636 
libpdal-base4-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 5fcbdafc07ecba4f751896443915aff36042c9cb 1211676 
libpdal-base4_1.5.0~rc1-1~exp1_amd64.deb
 1aa9529534a58cb547eeb1121182492d18bdc3b6 391956 
libpdal-dev_1.5.0~rc1-1~exp1_amd64.deb
 200e4dc2feef6d40db443a3c6125ecebd3f1d644 492250 
libpdal-plang4-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 ce92bc9fe72719568baf8688ce209f8a4c1c2455 214254 
libpdal-plang4_1.5.0~rc1-1~exp1_amd64.deb
 61edf0cf646430698bc33507fc57a5e79e2f7392 692710 
libpdal-plugin-greyhound-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 8aa55abdaf718926f3b2f781a60e43cddd8fd013 225598 
libpdal-plugin-greyhound_1.5.0~rc1-1~exp1_amd64.deb
 f9d247b51620a29563de92d76c3917fbd1809e66 357862 
libpdal-plugin-icebridge-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 df2229998fc5801115032b965d4de235b1d5f1ad 198774 
libpdal-plugin-icebridge_1.5.0~rc1-1~exp1_amd64.deb
 e556085bb0aa808f4dd6986fdb3d3d20bd8ef115 742130 
libpdal-plugin-pgpointcloud-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 971815e6333ae844accbbc86dc6d3bbc89edfc41 228390 
libpdal-plugin-pgpointcloud_1.5.0~rc1-1~exp1_amd64.deb
 93586353e80a23c4f8b8df7fdfbdc7d7e1b55343 641436 
libpdal-plugin-python-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 bd84f14f2329e9ac32dfea9b87e57fbe8fcec3d3 210100 
libpdal-plugin-python_1.5.0~rc1-1~exp1_amd64.deb
 67842fa3c364f603501e78c79199374230b6c55a 896258 
libpdal-plugin-sqlite-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 69c174df1a24c4c1a6a4a69f4d788ce3a98b9519 239240 
libpdal-plugin-sqlite_1.5.0~rc1-1~exp1_amd64.deb
 7066d69d84d4f863958482cb0c99f70a432f59b2 172600 
libpdal-plugins_1.5.0~rc1-1~exp1_amd64.deb
 c2399895fd280742ba698e56ae3cea4308a01221 442158 
libpdal-util4-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 8051b6e67ac3f1874b715165f2b0d629e14cc2da 220616 
libpdal-util4_1.5.0~rc1-1~exp1_amd64.deb
 98172022890700042c78d57a61a386f634a8ffd5 408288 
pdal-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 a8c2016c6ad9645a27c95d1511c05dcee7d2a9e6 29850324 
pdal-doc_1.5.0~rc1-1~exp1_all.deb
 49041340f35ec39979b7b2171313aa7335d48773 20539 
pdal_1.5.0~rc1-1~exp1_amd64.buildinfo
 fd0a3ec14d5e32cd35d980279d025f70e349f9a3 208306 pdal_1.5.0~rc1-1~exp1_amd64.deb
Checksums-Sha256:
 3ecc5f6051807da372b9dbe8349a11211d02887b1da117020fcb3948dcd240e9 3204 
pdal_1.5.0~rc1-1~exp1.dsc
 c2c3b4a8272719f87f01e8a4c32b1b67be10c61aca3f8a58dc1cd77174b40e95 58884214 
pdal_1.5.0~rc1.orig.tar.bz2
 95bfd037c60e00223a760c47c29fc6eabee8c4009adfe6b48c73cb78c096705a 56024 
pdal_1.5.0~rc1-1~exp1.debian.tar.xz
 f5e67b89c0807444e86116aa7a1d88d31674e093308991b40b7253ab366b1037 25719636 
libpdal-base4-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 280b94e94cbb8ef23caa1989f443a64227800901bd70ee3de1641a551d385083 1211676 
libpdal-base4_1.5.0~rc1-1~exp1_amd64.deb
 5875f1f9a100d2e22b5285d291df2273a9cc42b8c7f33fe73583c5060974bf2e 391956 
libpdal-dev_1.5.0~rc1-1~exp1_amd64.deb
 3fb6b2fa1d4a527b98fb4b9962c13d081573221f436919a577cb29a309c782a0 492250 
libpdal-plang4-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
 

[pdal] branch master updated (431d606 -> 31f7613)

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

sebastic pushed a change to branch master
in repository pdal.

  from  431d606   Mark laszip.patch as Forwarded.
   new  bc89b3d   Mark laszip.patch as Applied-Upstream.
   new  31f7613   Update symbols for amd64.

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


Summary of changes:
 debian/changelog  |   6 +
 debian/libpdal-base4.symbols  | 616 +-
 debian/libpdal-plang4.symbols |  12 +-
 debian/libpdal-util4.symbols  |   4 +-
 debian/patches/laszip.patch   |   2 +
 5 files changed, 449 insertions(+), 191 deletions(-)

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

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


[pdal] 01/02: Mark laszip.patch as Applied-Upstream.

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

sebastic pushed a commit to branch master
in repository pdal.

commit bc89b3da749f325de316d88ac635196b3109ba39
Author: Bas Couwenberg 
Date:   Mon Apr 3 21:27:34 2017 +0200

Mark laszip.patch as Applied-Upstream.
---
 debian/patches/laszip.patch | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/patches/laszip.patch b/debian/patches/laszip.patch
index 840d401..b59a475 100644
--- a/debian/patches/laszip.patch
+++ b/debian/patches/laszip.patch
@@ -2,6 +2,8 @@ Description: Fix build without LASzip.
 Author: Bas Couwenberg 
 Forwarded: https://github.com/PDAL/PDAL/pull/1549
https://github.com/PDAL/PDAL/pull/1550
+Applied-Upstream: 
https://github.com/PDAL/PDAL/commit/3e98d50ddc37add6a927036df98dead63031d341
+  
https://github.com/PDAL/PDAL/commit/fd72f8812a429fcf2d4fec4ba8a13cc847bf3aa6
 
 --- a/cmake/laszip.cmake
 +++ b/cmake/laszip.cmake

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

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


[pdal] tag debian/1.5.0.rc1-1.exp1 created (now b3136fc)

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

sebastic pushed a change to tag debian/1.5.0.rc1-1.exp1
in repository pdal.

at  b3136fc   (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/pdal.git

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


[pdal] annotated tag upstream/1.5.0_rc1 created (now f270937)

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

sebastic pushed a change to annotated tag upstream/1.5.0_rc1
in repository pdal.

at  f270937   (tag)
   tagging  9ae234c83c66fb2e7a3733a4c5db59544745e0fc (commit)
  replaces  upstream/1.4.0
 tagged by  Bas Couwenberg
on  Mon Apr 3 20:30:50 2017 +0200

- Log -
Upstream version 1.5.0~rc1

Bas Couwenberg (1):
  Imported Upstream version 1.5.0~rc1

---

No new revisions were added by this update.

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

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


[pdal] 01/01: pristine-tar data for pdal_1.5.0~rc1.orig.tar.bz2

2017-04-03 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 pdal.

commit 4726f14f6acd84e88afa57cd83eb110e682c7a42
Author: Bas Couwenberg 
Date:   Mon Apr 3 20:30:50 2017 +0200

pristine-tar data for pdal_1.5.0~rc1.orig.tar.bz2
---
 pdal_1.5.0~rc1.orig.tar.bz2.delta | Bin 0 -> 204527 bytes
 pdal_1.5.0~rc1.orig.tar.bz2.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pdal_1.5.0~rc1.orig.tar.bz2.delta 
b/pdal_1.5.0~rc1.orig.tar.bz2.delta
new file mode 100644
index 000..82d48d9
Binary files /dev/null and b/pdal_1.5.0~rc1.orig.tar.bz2.delta differ
diff --git a/pdal_1.5.0~rc1.orig.tar.bz2.id b/pdal_1.5.0~rc1.orig.tar.bz2.id
new file mode 100644
index 000..9ee62ca
--- /dev/null
+++ b/pdal_1.5.0~rc1.orig.tar.bz2.id
@@ -0,0 +1 @@
+a089a8a5726e848656987166d2265f6890109034

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

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


[pdal] branch upstream updated (071c75a -> 9ae234c)

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

sebastic pushed a change to branch upstream
in repository pdal.

  from  071c75a   Imported Upstream version 1.4.0
   new  9ae234c   Imported Upstream version 1.5.0~rc1

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|2 +-
 CMakeLists.txt |5 +-
 HOWTORELEASE.txt   |   43 +-
 LICENSE.txt|4 +-
 Vagrantfile|  140 ---
 apps/pdal-config   |4 +-
 apps/pdal.cpp  |7 +-
 cmake/curl.cmake   |2 +
 cmake/laszip.cmake |3 +
 cmake/modules/FindLASzip.cmake |   10 +-
 cmake/modules/FindMBSystem.cmake   |   57 +
 cmake/options.cmake|9 +-
 dimbuilder/DimBuilder.cpp  |4 +-
 doc/{workshop/pdal-introduction.rst => about.rst}  |  207 ++--
 doc/api/index.rst  |3 +-
 doc/apps/delta.rst |   10 +-
 doc/apps/density.rst   |   16 +-
 doc/apps/diff.rst  |8 +-
 doc/apps/ground.rst|4 -
 doc/apps/index.rst |   16 +-
 doc/apps/info.rst  |   35 +-
 doc/apps/merge.rst |5 +-
 doc/apps/pcl.rst   |   10 +-
 doc/apps/pipeline.rst  |   69 +-
 doc/apps/random.rst|   22 +-
 doc/apps/sort.rst  |8 +-
 doc/apps/split.rst |   11 +-
 doc/apps/tindex.rst|   48 +-
 doc/apps/translate.rst |   42 +-
 doc/community.rst  |   14 +-
 doc/development/compilation/dependencies.rst   |   14 +-
 doc/development/compilation/index.rst  |1 -
 doc/development/compilation/python.rst |   35 -
 doc/development/docker.rst |   85 ++
 doc/development/index.rst  |3 +-
 doc/development/integration.rst|3 +-
 doc/development/metadata.rst   |  281 ++---
 doc/{tutorial => development}/overview.rst |   57 +-
 doc/{tutorial => development}/pipeline.png |  Bin
 doc/download.rst   |   12 +-
 doc/faq.rst|4 +
 doc/images/docker-maintenance-branch.png   |  Bin 0 -> 21212 bytes
 doc/images/docker-master-branch.png|  Bin 0 -> 21749 bytes
 doc/images/foss4g-2017.png |  Bin 0 -> 21420 bytes
 doc/images/las-reproject-pgpointcloud.png  |  Bin 0 -> 71518 bytes
 doc/images/python-pdal-pipeline.png|  Bin 0 -> 97244 bytes
 doc/images/reproject-merge-pipeline.png|  Bin 72049 -> 165082 bytes
 doc/index.rst  |   43 +-
 doc/pipeline.rst   |   85 +-
 doc/python.rst |  128 ++
 doc/quickstart.rst |   31 +-
 doc/stages/filters.assign.rst  |   41 +
 doc/stages/filters.cluster.rst |   41 +
 doc/stages/filters.crop.rst|6 +-
 doc/stages/filters.groupby.rst |   29 +
 doc/stages/filters.locate.rst  |   38 +
 .../{filters.attribute.rst => filters.overlay.rst} |   53 +-
 doc/stages/filters.pmf.rst |   31 +
 doc/stages/filters.predicate.rst   |8 +
 doc/stages/filters.programmable.rst|  129 +-
 doc/stages/filters.range.rst   |   60 +
 doc/stages/filters.reprojection.rst|   46 +-
 doc/stages/filters.smrf.rst|   35 +-
 doc/stages/filters.sort.rst|   16 +-
 doc/stages/ranges.rst  |   57 -
 doc/stages/readers.faux.rst|   28 +-
 doc/stages/readers.gdal.rst|   19 +-
 doc/stages/readers.las.rst |   17 +-
 doc/stages/readers.mbio.rst|   53 +
 doc/stages/readers.nitf.rst|8 +
 doc/stages/readers.ply.rst |   10 +-
 

[pdal] 09/09: Mark laszip.patch as Forwarded.

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

sebastic pushed a commit to branch master
in repository pdal.

commit 431d606a697a858ab93090e8155bb865423d0056
Author: Bas Couwenberg 
Date:   Mon Apr 3 21:25:04 2017 +0200

Mark laszip.patch as Forwarded.
---
 debian/patches/laszip.patch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/patches/laszip.patch b/debian/patches/laszip.patch
index 82daed5..840d401 100644
--- a/debian/patches/laszip.patch
+++ b/debian/patches/laszip.patch
@@ -1,5 +1,7 @@
 Description: Fix build without LASzip.
 Author: Bas Couwenberg 
+Forwarded: https://github.com/PDAL/PDAL/pull/1549
+   https://github.com/PDAL/PDAL/pull/1550
 
 --- a/cmake/laszip.cmake
 +++ b/cmake/laszip.cmake
@@ -13,7 +15,7 @@ Author: Bas Couwenberg 
  else()
  set(LASZIP_LIBRARY "")
 +set(LASZIP_INCLUDE_DIR "")
-+set(LASZIP_LASZIP_DEFINES "")
++set(LASZIP_DEFINES "")
  set(WITH_LASZIP FALSE)
  endif()
  else()

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

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


[pdal] branch pristine-tar updated (9645f17 -> 4726f14)

2017-04-03 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 pdal.

  from  9645f17   pristine-tar data for pdal_1.4.0.orig.tar.bz2
   new  4726f14   pristine-tar data for pdal_1.5.0~rc1.orig.tar.bz2

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:
 pdal_1.5.0~rc1.orig.tar.bz2.delta | Bin 0 -> 204527 bytes
 pdal_1.5.0~rc1.orig.tar.bz2.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 pdal_1.5.0~rc1.orig.tar.bz2.delta
 create mode 100644 pdal_1.5.0~rc1.orig.tar.bz2.id

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

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


[pdal] 05/09: Enable PIE hardening buildflags.

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

sebastic pushed a commit to branch master
in repository pdal.

commit 2f65707f8ef0a550c9adf47e33f5f630fea3f85b
Author: Bas Couwenberg 
Date:   Mon Apr 3 20:39:16 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index d422d98..7071d22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pdal (1.5.0~rc1-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Update copyright years for Hobu, Inc & Bradley J Chambers.
+  * Enable PIE hardening buildflags.
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 20:31:31 +0200
 
diff --git a/debian/pdal.lintian-overrides b/debian/pdal.lintian-overrides
deleted file mode 100644
index f5539fd..000
--- a/debian/pdal.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# PIE breaks the build
-pdal: hardening-no-pie usr/bin/pdal
-
diff --git a/debian/rules b/debian/rules
index 74aec2a..a8c1fc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 # DH_VERBOSE := 1
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 CXXFLAGS += $(CPPFLAGS)
 

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

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


[pdal] 07/09: Add patch to fix build without LASzip.

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

sebastic pushed a commit to branch master
in repository pdal.

commit 6e4738f688e69fdf7c4f0924b120e858483fec26
Author: Bas Couwenberg 
Date:   Mon Apr 3 21:00:20 2017 +0200

Add patch to fix build without LASzip.
---
 debian/changelog|  1 +
 debian/patches/laszip.patch | 19 +++
 debian/patches/series   |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 88e6a74..aea8195 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pdal (1.5.0~rc1-1) UNRELEASED; urgency=medium
   * Enable PIE hardening buildflags.
   * Drop kfreebsd.patch, applied upstream.
   * Drop 0001-Add-include.-Should-fix-1484.patch, included upstream.
+  * Add patch to fix build without LASzip.
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 20:31:31 +0200
 
diff --git a/debian/patches/laszip.patch b/debian/patches/laszip.patch
new file mode 100644
index 000..82daed5
--- /dev/null
+++ b/debian/patches/laszip.patch
@@ -0,0 +1,19 @@
+Description: Fix build without LASzip.
+Author: Bas Couwenberg 
+
+--- a/cmake/laszip.cmake
 b/cmake/laszip.cmake
+@@ -17,9 +17,13 @@ if(WITH_LASZIP)
+ set(PDAL_HAVE_LASZIP 1)
+ if(NOT WITH_STATIC_LASZIP AND WIN32)
+ set(LASZIP_DEFINES "-DLASZIP_DLL_IMPORT=1")
++else()
++set(LASZIP_DEFINES "")
+ endif()
+ else()
+ set(LASZIP_LIBRARY "")
++set(LASZIP_INCLUDE_DIR "")
++set(LASZIP_LASZIP_DEFINES "")
+ set(WITH_LASZIP FALSE)
+ endif()
+ else()
diff --git a/debian/patches/series b/debian/patches/series
index 080f495..9ffee90 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 privacy-breach.patch
 disable-sphinxcontrib-bibtex.patch
 use-mathjax-package.patch
+laszip.patch

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

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


[pdal] 02/09: Merge tag 'upstream/1.5.0_rc1'

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

sebastic pushed a commit to branch master
in repository pdal.

commit ec0600a11bcd75ef19801f68c698c0dbc0cb1076
Merge: 8955d14 9ae234c
Author: Bas Couwenberg 
Date:   Mon Apr 3 20:30:52 2017 +0200

Merge tag 'upstream/1.5.0_rc1'

Upstream version 1.5.0~rc1

 .travis.yml|2 +-
 CMakeLists.txt |5 +-
 HOWTORELEASE.txt   |   43 +-
 LICENSE.txt|4 +-
 Vagrantfile|  140 ---
 apps/pdal-config   |4 +-
 apps/pdal.cpp  |7 +-
 cmake/curl.cmake   |2 +
 cmake/laszip.cmake |3 +
 cmake/modules/FindLASzip.cmake |   10 +-
 cmake/modules/FindMBSystem.cmake   |   57 +
 cmake/options.cmake|9 +-
 dimbuilder/DimBuilder.cpp  |4 +-
 doc/{workshop/pdal-introduction.rst => about.rst}  |  207 ++--
 doc/api/index.rst  |3 +-
 doc/apps/delta.rst |   10 +-
 doc/apps/density.rst   |   16 +-
 doc/apps/diff.rst  |8 +-
 doc/apps/ground.rst|4 -
 doc/apps/index.rst |   16 +-
 doc/apps/info.rst  |   35 +-
 doc/apps/merge.rst |5 +-
 doc/apps/pcl.rst   |   10 +-
 doc/apps/pipeline.rst  |   69 +-
 doc/apps/random.rst|   22 +-
 doc/apps/sort.rst  |8 +-
 doc/apps/split.rst |   11 +-
 doc/apps/tindex.rst|   48 +-
 doc/apps/translate.rst |   42 +-
 doc/community.rst  |   14 +-
 doc/development/compilation/dependencies.rst   |   14 +-
 doc/development/compilation/index.rst  |1 -
 doc/development/compilation/python.rst |   35 -
 doc/development/docker.rst |   85 ++
 doc/development/index.rst  |3 +-
 doc/development/integration.rst|3 +-
 doc/development/metadata.rst   |  281 ++---
 doc/{tutorial => development}/overview.rst |   57 +-
 doc/{tutorial => development}/pipeline.png |  Bin
 doc/download.rst   |   12 +-
 doc/faq.rst|4 +
 doc/images/docker-maintenance-branch.png   |  Bin 0 -> 21212 bytes
 doc/images/docker-master-branch.png|  Bin 0 -> 21749 bytes
 doc/images/foss4g-2017.png |  Bin 0 -> 21420 bytes
 doc/images/las-reproject-pgpointcloud.png  |  Bin 0 -> 71518 bytes
 doc/images/python-pdal-pipeline.png|  Bin 0 -> 97244 bytes
 doc/images/reproject-merge-pipeline.png|  Bin 72049 -> 165082 bytes
 doc/index.rst  |   43 +-
 doc/pipeline.rst   |   85 +-
 doc/python.rst |  128 ++
 doc/quickstart.rst |   31 +-
 doc/stages/filters.assign.rst  |   41 +
 doc/stages/filters.cluster.rst |   41 +
 doc/stages/filters.crop.rst|6 +-
 doc/stages/filters.groupby.rst |   29 +
 doc/stages/filters.locate.rst  |   38 +
 .../{filters.attribute.rst => filters.overlay.rst} |   53 +-
 doc/stages/filters.pmf.rst |   31 +
 doc/stages/filters.predicate.rst   |8 +
 doc/stages/filters.programmable.rst|  129 +-
 doc/stages/filters.range.rst   |   60 +
 doc/stages/filters.reprojection.rst|   46 +-
 doc/stages/filters.smrf.rst|   35 +-
 doc/stages/filters.sort.rst|   16 +-
 doc/stages/ranges.rst  |   57 -
 doc/stages/readers.faux.rst|   28 +-
 doc/stages/readers.gdal.rst|   19 +-
 doc/stages/readers.las.rst |   17 +-
 doc/stages/readers.mbio.rst|   53 +
 doc/stages/readers.nitf.rst|8 +
 doc/stages/readers.ply.rst |   10 +-
 doc/stages/readers.pts.rst |3 +-
 doc/stages/readers.tindex.rst  |   11 +-
 doc/stages/writers.derivative.rst   

Processing of pdal_1.5.0~rc1-1~exp1_amd64.changes

2017-04-03 Thread Debian FTP Masters
pdal_1.5.0~rc1-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  pdal_1.5.0~rc1-1~exp1.dsc
  pdal_1.5.0~rc1.orig.tar.bz2
  pdal_1.5.0~rc1-1~exp1.debian.tar.xz
  libpdal-base4-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-base4_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-dev_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plang4-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plang4_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-greyhound-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-greyhound_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-icebridge-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-icebridge_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-pgpointcloud-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-pgpointcloud_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-python-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-python_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-sqlite-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugin-sqlite_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-plugins_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-util4-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
  libpdal-util4_1.5.0~rc1-1~exp1_amd64.deb
  pdal-dbgsym_1.5.0~rc1-1~exp1_amd64.deb
  pdal-doc_1.5.0~rc1-1~exp1_all.deb
  pdal_1.5.0~rc1-1~exp1_amd64.buildinfo
  pdal_1.5.0~rc1-1~exp1_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


[pdal] 06/09: Drop kfreebsd.patch, applied upstream.

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

sebastic pushed a commit to branch master
in repository pdal.

commit 06f669c321f7197c5f5216bfc9939cee67251bbc
Author: Bas Couwenberg 
Date:   Mon Apr 3 20:41:28 2017 +0200

Drop kfreebsd.patch, applied upstream.

Drop 0001-Add-include.-Should-fix-1484.patch, included upstream.
---
 debian/changelog   |  2 ++
 debian/patches/0001-Add-include.-Should-fix-1484.patch | 16 
 debian/patches/kfreebsd.patch  | 16 
 debian/patches/series  |  2 --
 4 files changed, 2 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7071d22..88e6a74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ pdal (1.5.0~rc1-1) UNRELEASED; urgency=medium
   * New upstream release candidate.
   * Update copyright years for Hobu, Inc & Bradley J Chambers.
   * Enable PIE hardening buildflags.
+  * Drop kfreebsd.patch, applied upstream.
+  * Drop 0001-Add-include.-Should-fix-1484.patch, included upstream.
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 20:31:31 +0200
 
diff --git a/debian/patches/0001-Add-include.-Should-fix-1484.patch 
b/debian/patches/0001-Add-include.-Should-fix-1484.patch
deleted file mode 100644
index 748a114..000
--- a/debian/patches/0001-Add-include.-Should-fix-1484.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Add include.  Should fix #1484.
-Author: Connor Manning 
-Origin: 
https://github.com/PDAL/PDAL/commit/5e04355d8516888e52eca20db7899dde7a29b573
-Bug: https://github.com/PDAL/PDAL/issues/1484
-Bug-Debian: https://bugs.debian.org/853607
-
 a/vendor/arbiter/arbiter.hpp
-+++ b/vendor/arbiter/arbiter.hpp
-@@ -55,6 +55,7 @@ SOFTWARE.
- #pragma once
- 
- #include 
-+#include 
- #include 
- #include 
- #include 
diff --git a/debian/patches/kfreebsd.patch b/debian/patches/kfreebsd.patch
deleted file mode 100644
index 650e105..000
--- a/debian/patches/kfreebsd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Add support for GNU/kFreeBSD.
-Author: Bas Couwenberg 
-Forwarded: https://github.com/PDAL/PDAL/pull/1447
-Applied-Upstream: 
https://github.com/PDAL/PDAL/commit/20bff4543345b14c71c8df3364b73c616397a2d0
-
 a/pdal/PluginManager.cpp
-+++ b/pdal/PluginManager.cpp
-@@ -60,7 +60,7 @@ static PluginManager s_instance;
- 
- #if defined(__APPLE__) && defined(__MACH__)
- const std::string dynamicLibraryExtension(".dylib");
--#elif defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__) || 
defined(__GNU__)
-+#elif defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__) || 
defined(__FreeBSD_kernel__) || defined(__GNU__)
- const std::string dynamicLibraryExtension(".so");
- #elif defined _WIN32
- const std::string dynamicLibraryExtension(".dll");
diff --git a/debian/patches/series b/debian/patches/series
index 915b4f8..080f495 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,3 @@
 privacy-breach.patch
 disable-sphinxcontrib-bibtex.patch
 use-mathjax-package.patch
-kfreebsd.patch
-0001-Add-include.-Should-fix-1484.patch

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

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


[pdal] 04/09: Update copyright years for Hobu, Inc & Bradley J Chambers.

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

sebastic pushed a commit to branch master
in repository pdal.

commit 2a2c08ff9fe680ddd2dcb1e4f6085c3119005c47
Author: Bas Couwenberg 
Date:   Mon Apr 3 20:37:58 2017 +0200

Update copyright years for Hobu, Inc & Bradley J Chambers.
---
 debian/changelog | 1 +
 debian/copyright | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 20da390..d422d98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pdal (1.5.0~rc1-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
+  * Update copyright years for Hobu, Inc & Bradley J Chambers.
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 20:31:31 +0200
 
diff --git a/debian/copyright b/debian/copyright
index dd00309..aa859d7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: Hobu, Inc. 
 Source: http://download.osgeo.org/pdal/
 
 Files: *
-Copyright: 2014-2016, Hobu, Inc. 
+Copyright: 2014-2017, Hobu, Inc. 
+   2011-2017, Bradley J Chambers 
2014-2016, Peter J. Gadomski 
2014-2016, RadiantBlue Technologies, Inc
   2014, 2016, Connor Manning 
-   2011-2016, Bradley J Chambers 
2009-2016, Howard Butler 
 2015, James W. O'Meara 
  2010, 2013-2014, Andrew Bell

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

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


[pdal] 03/09: New upstream release candidate.

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

sebastic pushed a commit to branch master
in repository pdal.

commit 14e3f90662a1aa6f6462e13a929c8004500bb51e
Author: Bas Couwenberg 
Date:   Mon Apr 3 20:31:42 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f54d3f7..20da390 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pdal (1.5.0~rc1-1) UNRELEASED; urgency=medium
+
+  * New upstream release candidate.
+
+ -- Bas Couwenberg   Mon, 03 Apr 2017 20:31:31 +0200
+
 pdal (1.4.0-2~exp1) experimental; urgency=medium
 
   * Add upstream patch to fix FTBFS with GCC 7.

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

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


[pdal] branch master updated (8955d14 -> 431d606)

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

sebastic pushed a change to branch master
in repository pdal.

  from  8955d14   Set distribution to experimental.
   new  9ae234c   Imported Upstream version 1.5.0~rc1
   new  ec0600a   Merge tag 'upstream/1.5.0_rc1'
   new  14e3f90   New upstream release candidate.
   new  2a2c08f   Update copyright years for Hobu, Inc & Bradley J Chambers.
   new  2f65707   Enable PIE hardening buildflags.
   new  06f669c   Drop kfreebsd.patch, applied upstream.
   new  6e4738f   Add patch to fix build without LASzip.
   new  b3136fc   Set distribution to experimental.
   new  431d606   Mark laszip.patch as Forwarded.

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


Summary of changes:
 .travis.yml|2 +-
 CMakeLists.txt |5 +-
 HOWTORELEASE.txt   |   43 +-
 LICENSE.txt|4 +-
 Vagrantfile|  140 ---
 apps/pdal-config   |4 +-
 apps/pdal.cpp  |7 +-
 cmake/curl.cmake   |2 +
 cmake/laszip.cmake |3 +
 cmake/modules/FindLASzip.cmake |   10 +-
 cmake/modules/FindMBSystem.cmake   |   57 +
 cmake/options.cmake|9 +-
 debian/changelog   |   11 +
 debian/copyright   |4 +-
 .../0001-Add-include.-Should-fix-1484.patch|   16 -
 debian/patches/kfreebsd.patch  |   16 -
 debian/patches/laszip.patch|   21 +
 debian/patches/series  |3 +-
 debian/pdal.lintian-overrides  |3 -
 debian/rules   |2 +-
 dimbuilder/DimBuilder.cpp  |4 +-
 doc/{workshop/pdal-introduction.rst => about.rst}  |  207 ++--
 doc/api/index.rst  |3 +-
 doc/apps/delta.rst |   10 +-
 doc/apps/density.rst   |   16 +-
 doc/apps/diff.rst  |8 +-
 doc/apps/ground.rst|4 -
 doc/apps/index.rst |   16 +-
 doc/apps/info.rst  |   35 +-
 doc/apps/merge.rst |5 +-
 doc/apps/pcl.rst   |   10 +-
 doc/apps/pipeline.rst  |   69 +-
 doc/apps/random.rst|   22 +-
 doc/apps/sort.rst  |8 +-
 doc/apps/split.rst |   11 +-
 doc/apps/tindex.rst|   48 +-
 doc/apps/translate.rst |   42 +-
 doc/community.rst  |   14 +-
 doc/development/compilation/dependencies.rst   |   14 +-
 doc/development/compilation/index.rst  |1 -
 doc/development/compilation/python.rst |   35 -
 doc/development/docker.rst |   85 ++
 doc/development/index.rst  |3 +-
 doc/development/integration.rst|3 +-
 doc/development/metadata.rst   |  281 ++---
 doc/{tutorial => development}/overview.rst |   57 +-
 doc/{tutorial => development}/pipeline.png |  Bin
 doc/download.rst   |   12 +-
 doc/faq.rst|4 +
 doc/images/docker-maintenance-branch.png   |  Bin 0 -> 21212 bytes
 doc/images/docker-master-branch.png|  Bin 0 -> 21749 bytes
 doc/images/foss4g-2017.png |  Bin 0 -> 21420 bytes
 doc/images/las-reproject-pgpointcloud.png  |  Bin 0 -> 71518 bytes
 doc/images/python-pdal-pipeline.png|  Bin 0 -> 97244 bytes
 doc/images/reproject-merge-pipeline.png|  Bin 72049 -> 165082 bytes
 doc/index.rst  |   43 +-
 doc/pipeline.rst   |   85 +-
 doc/python.rst |  128 ++
 doc/quickstart.rst |   31 +-
 doc/stages/filters.assign.rst  |   41 +
 doc/stages/filters.cluster.rst |   41 +
 doc/stages/filters.crop.rst|6 +-
 doc/stages/filters.groupby.rst |   29 +
 doc/stages/filters.locate.rst

Bug#859424: marked as done (mapnik shouldn't disable PIE)

2017-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Apr 2017 15:35:30 +
with message-id 
and subject line Bug#859424: fixed in mapnik 3.0.13+ds-1~exp2
has caused the Debian Bug report #859424,
regarding mapnik shouldn't disable PIE
to be marked as done.

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

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


-- 
859424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859424
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mapnik
Version: 3.0.12+ds-2
Severity: important
Tags: patch

With gcc in stretch defaulting to PIE, hardening=+all,-pie changed
semantics from "enable hardening but not PIE" to "enable all hardening
and explicitely disable the default PIE".
The latter is usually not intended.

For packages like mapnik that include static libraries the situation
is even worse, since non-PIE static libraries cannot be used with
the stretch gcc unless -no-pie is explicitly passed when linking.

The -pie in hardening flags was in some cases required in pre-stretch
releases to avoid build failures caused by (incorrectly) passing -fPIE
to the compiler when building shared libraries or plugins.
This problem does no longer exist.

I verified that python-mapnik still builds after this change.

Please apply the following patch:

--- debian/rules.old2017-04-03 11:04:40.0 +
+++ debian/rules2017-04-03 11:04:53.0 +
@@ -4,9 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Enable hardening build flags, except:
-#  pie: causes python-mapnik build failure
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# Enable hardening build flags:
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 NJOBS := -j1
 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS
--- End Message ---
--- Begin Message ---
Source: mapnik
Source-Version: 3.0.13+ds-1~exp2

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

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

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

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

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 15:36:12 +0200
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.13+ds-1~exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Closes: 859424
Changes:
 mapnik (3.0.13+ds-1~exp2) experimental; urgency=medium
 .
   * Merge changes from mapnik (3.0.12+ds-3).
 (closes: #859424)
   * Drop unused lintian overrides for hardening-no-pie.
Checksums-Sha1:
 2d5c6f22a996fdb7c6171ccb44660a7ea367817e 3022 mapnik_3.0.13+ds-1~exp2.dsc
 7ac6103bbfcebfe9bec7cc55ac235e2eeb7285c7 16612 
mapnik_3.0.13+ds-1~exp2.debian.tar.xz
 80c5802ded8cbb1f9b97dbae89af2ac75962bf95 668034 
libmapnik-dev_3.0.13+ds-1~exp2_amd64.deb
 4630c6d7ab7ac1bbd7b3cb4dd88097680a1b0cc2 2165282 
libmapnik3.0_3.0.13+ds-1~exp2_amd64.deb
 dff5b167a0d9c51723b0bf32a6475b3397c121b9 2137372 
mapnik-doc_3.0.13+ds-1~exp2_all.deb
 9f004745a320d06a6fc74449f7606be40bc0d958 223636 
mapnik-utils_3.0.13+ds-1~exp2_amd64.deb
 a78fc1e6631d0e9922ed8ec3f3202aeb85dfab9a 13372 
mapnik_3.0.13+ds-1~exp2_amd64.buildinfo
Checksums-Sha256:
 12bda52cb3dd7bca62633bc3f5fffcf64e6ef59032cd38f6d283a89b5bad43a3 3022 
mapnik_3.0.13+ds-1~exp2.dsc
 771e642d71c3c99f8b255e6c6d40f63c5f6cb0b7047d2a2e6f6357d55f112109 16612 
mapnik_3.0.13+ds-1~exp2.debian.tar.xz
 7f283918a37088e118f0f9be1fd1fec653e1ea68361f5460715e297f1af21826 668034 
libmapnik-dev_3.0.13+ds-1~exp2_amd64.deb
 7df5d28ca7f5a16c5b996ccf9f44f6ba9a82568ead82a511fbc19089647c6300 2165282 
libmapnik3.0_3.0.13+ds-1~exp2_amd64.deb
 

mapnik_3.0.13+ds-1~exp2_amd64.changes ACCEPTED into experimental

2017-04-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 15:36:12 +0200
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.13+ds-1~exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Closes: 859424
Changes:
 mapnik (3.0.13+ds-1~exp2) experimental; urgency=medium
 .
   * Merge changes from mapnik (3.0.12+ds-3).
 (closes: #859424)
   * Drop unused lintian overrides for hardening-no-pie.
Checksums-Sha1:
 2d5c6f22a996fdb7c6171ccb44660a7ea367817e 3022 mapnik_3.0.13+ds-1~exp2.dsc
 7ac6103bbfcebfe9bec7cc55ac235e2eeb7285c7 16612 
mapnik_3.0.13+ds-1~exp2.debian.tar.xz
 80c5802ded8cbb1f9b97dbae89af2ac75962bf95 668034 
libmapnik-dev_3.0.13+ds-1~exp2_amd64.deb
 4630c6d7ab7ac1bbd7b3cb4dd88097680a1b0cc2 2165282 
libmapnik3.0_3.0.13+ds-1~exp2_amd64.deb
 dff5b167a0d9c51723b0bf32a6475b3397c121b9 2137372 
mapnik-doc_3.0.13+ds-1~exp2_all.deb
 9f004745a320d06a6fc74449f7606be40bc0d958 223636 
mapnik-utils_3.0.13+ds-1~exp2_amd64.deb
 a78fc1e6631d0e9922ed8ec3f3202aeb85dfab9a 13372 
mapnik_3.0.13+ds-1~exp2_amd64.buildinfo
Checksums-Sha256:
 12bda52cb3dd7bca62633bc3f5fffcf64e6ef59032cd38f6d283a89b5bad43a3 3022 
mapnik_3.0.13+ds-1~exp2.dsc
 771e642d71c3c99f8b255e6c6d40f63c5f6cb0b7047d2a2e6f6357d55f112109 16612 
mapnik_3.0.13+ds-1~exp2.debian.tar.xz
 7f283918a37088e118f0f9be1fd1fec653e1ea68361f5460715e297f1af21826 668034 
libmapnik-dev_3.0.13+ds-1~exp2_amd64.deb
 7df5d28ca7f5a16c5b996ccf9f44f6ba9a82568ead82a511fbc19089647c6300 2165282 
libmapnik3.0_3.0.13+ds-1~exp2_amd64.deb
 b3e880da944ba30c579c00d03beac69a3a497f29f4c0919f1e45c01f4ac7caaf 2137372 
mapnik-doc_3.0.13+ds-1~exp2_all.deb
 ee9b5c4c21c9bcff99cc9a54b25fa3b4f6597101516ee6e210fe6be5a32e2f38 223636 
mapnik-utils_3.0.13+ds-1~exp2_amd64.deb
 2bff4b24bc5c0c955f77c9562e9c3ae6dcee4582b2db35feec8b58da878e382e 13372 
mapnik_3.0.13+ds-1~exp2_amd64.buildinfo
Files:
 f8e9dc2671d7f910c89fc956b565cbfb 3022 libs optional mapnik_3.0.13+ds-1~exp2.dsc
 ee07cfa3e046af2bc51ba7dec6a817dc 16612 libs optional 
mapnik_3.0.13+ds-1~exp2.debian.tar.xz
 857630768a0eb21bedd60a9429f6688c 668034 libdevel optional 
libmapnik-dev_3.0.13+ds-1~exp2_amd64.deb
 94653e16410b7335c4e4be305a825847 2165282 libs optional 
libmapnik3.0_3.0.13+ds-1~exp2_amd64.deb
 91e96d68b57700641245aa5d85d12dce 2137372 doc optional 
mapnik-doc_3.0.13+ds-1~exp2_all.deb
 dac348ada1dc21b2c1d5e3cba7c1ad0b 223636 utils optional 
mapnik-utils_3.0.13+ds-1~exp2_amd64.deb
 b9ba132a097c929301116294a986888e 13372 libs optional 
mapnik_3.0.13+ds-1~exp2_amd64.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJY4mdCAAoJEGdQ8QrojUrx4IkP/3FWrWHxXSh1m2W8Nh4280h0
zxqrOWaUX0P6GMkGLAWipWYql6PdoqtKbVe5N4hffGb/hxVlclb5PrddUxVhkTkR
pHXYdMxkpWQkmv1NHgfZ/rZCnpdUL1XRdVJ53Se0Ykz/4tsYrzth4rUTFZnU92mn
0/fQoSbuex23vCsfikLaapR1W+3cV79sA3KdT0jBHJImvSfAbxnNarU5VacNVxM1
zElTnS5ZZN8VsC01OJpgerxUQr/Rl6xlBGBu2JztMV/3AaN0Q4Ui6i1FR6Y5IIMA
JjynzzWTPY1YibT5WYsMNEU5vdbvUHVAMWqZxzhjdn+ogosBqKnlM8pddah6CtF5
e6S8tdNIBG6VT/D6/5RymUMow+GOFLDOVY+01gbqAkkTZTi4WP+GZUxKAcfRvr74
mFd71qhjGVCM6EF0C7P0ZbDLHV47G3am5mKDCRa/MSqzhtuDwdtVVg7TOCOTCTyk
0jO3pZ7vqaoqKEzPAMy2R/3pi2vRvTE6IezW8yfIVjINlYKVOmtr4QxjrlS6SUx5
DLhhGyr8CUrKz3qhEgADdaZ+Iv25kNEPeCKkzcj40hCsXaGkNBonAJSX7HGJWu2T
tACLE5ckGGbfMf4M5VGc/dLX+OOE3DRGU/PH/mkRE9OcUmRDeUbxDjcuKHvOYojc
DuSM0+eBWsaOPMDXdCx+
=L8EH
-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 mapnik_3.0.13+ds-1~exp2_amd64.changes

2017-04-03 Thread Debian FTP Masters
mapnik_3.0.13+ds-1~exp2_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_3.0.13+ds-1~exp2.dsc
  mapnik_3.0.13+ds-1~exp2.debian.tar.xz
  libmapnik-dev_3.0.13+ds-1~exp2_amd64.deb
  libmapnik3.0_3.0.13+ds-1~exp2_amd64.deb
  mapnik-doc_3.0.13+ds-1~exp2_all.deb
  mapnik-utils_3.0.13+ds-1~exp2_amd64.deb
  mapnik_3.0.13+ds-1~exp2_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


[mapnik] tag debian/3.0.13+ds-1.exp2 created (now 70c1056)

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

sebastic pushed a change to tag debian/3.0.13+ds-1.exp2
in repository mapnik.

at  70c1056   (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/mapnik.git

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


[mapnik] 04/04: Set distribution to experimental.

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

sebastic pushed a commit to branch master
in repository mapnik.

commit 70c1056c17ca357b9da4b62a489c1894578913d9
Author: Bas Couwenberg 
Date:   Mon Apr 3 15:36:25 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 6937dba..b070b62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-mapnik (3.0.13+ds-1~exp2) UNRELEASED; urgency=medium
+mapnik (3.0.13+ds-1~exp2) experimental; urgency=medium
 
   * Merge changes from mapnik (3.0.12+ds-3).
 (closes: #859424)
   * Drop unused lintian overrides for hardening-no-pie.
 
- -- Bas Couwenberg   Mon, 03 Apr 2017 15:32:34 +0200
+ -- Bas Couwenberg   Mon, 03 Apr 2017 15:36:12 +0200
 
 mapnik (3.0.13+ds-1~exp1) experimental; urgency=medium
 

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

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


[mapnik] branch master updated (19e8623 -> 70c1056)

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

sebastic pushed a change to branch master
in repository mapnik.

  from  19e8623   Set distribution to experimental.
  adds  a6804af   Update branch in gbp.conf & Vcs-Git URL.
  adds  b59b715   Enable PIE hardening buildflags. (closes: #859424)
  adds  5bedc21   Set distribution to unstable.
   new  425cc93   Merge tag 'debian/3.0.12+ds-3'
   new  b7a8d5f   Merge changes from mapnik (3.0.12+ds-3). (closes: #859424)
   new  7118355   Drop unused lintian overrides for hardening-no-pie.
   new  70c1056   Set distribution to experimental.

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  | 16 
 debian/mapnik-utils.lintian-overrides |  3 ---
 debian/rules  |  5 ++---
 3 files changed, 18 insertions(+), 6 deletions(-)
 delete mode 100644 debian/mapnik-utils.lintian-overrides

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

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


Bug#859433: marked as done (ogdi-dfsg shouldn't disable PIE)

2017-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Apr 2017 14:52:55 +
with message-id 
and subject line Bug#859433: fixed in ogdi-dfsg 3.2.0+ds-2
has caused the Debian Bug report #859433,
regarding ogdi-dfsg shouldn't disable PIE
to be marked as done.

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

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


-- 
859433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ogdi-dfsg
Version: 3.2.0+ds-1
Severity: normal
Tags: patch

With gcc in stretch defaulting to PIE, hardening=+all,-pie changed
semantics from "enable hardening but not PIE" to "enable all hardening
and explicitely disable the default PIE".
The latter is usually not intended.

The -pie in hardening flags was in some cases required in pre-stretch
releases to avoid build failures caused by (incorrectly) passing -fPIE
to the compiler when building shared libraries or plugins.
This problem does no longer exist.

Please consider applying the following patch:

--- debian/rules.old2017-04-03 13:11:13.0 +
+++ debian/rules2017-04-03 13:11:18.0 +
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export TOPDIR=$(CURDIR)
 export CFG=debug
--- End Message ---
--- Begin Message ---
Source: ogdi-dfsg
Source-Version: 3.2.0+ds-2

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

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

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

Debian distribution maintenance software
pp.
Bas Couwenberg  (supplier of updated ogdi-dfsg package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 15:36:52 +0200
Source: ogdi-dfsg
Binary: libogdi3.2-dev libogdi3.2 ogdi-bin
Architecture: source amd64
Version: 3.2.0+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libogdi3.2 - Open Geographic Datastore Interface Library -- library
 libogdi3.2-dev - Open Geographic Datastore Interface Library -- development
 ogdi-bin   - Open Geographic Datastore Interface Library -- utilities
Closes: 859433
Changes:
 ogdi-dfsg (3.2.0+ds-2) unstable; urgency=medium
 .
   * Team upload.
   * Enable PIE hardening buildflags.
 (closes: #859433)
   * Drop unused lintian overrides for hardening-no-pie.
Checksums-Sha1:
 523522d405bf2962a0a5dbc9bb530fbb6f6a52e5 2131 ogdi-dfsg_3.2.0+ds-2.dsc
 b197105bb8f8086e83a25afe728a2b1f1553776f 12924 
ogdi-dfsg_3.2.0+ds-2.debian.tar.xz
 c8ad27de877bc0d6a625d8959664bcc775999ace 644708 
libogdi3.2-dbgsym_3.2.0+ds-2_amd64.deb
 51e6e39ba901edae80973759bc4b10e32f67a85b 37570 
libogdi3.2-dev_3.2.0+ds-2_amd64.deb
 18f6ad9b28cc15f6e9031872b13ae7b88e2afeb7 226624 libogdi3.2_3.2.0+ds-2_amd64.deb
 ffef2be38c0f6a8f07a0fb845b320b49ae5f4bcf 101612 
ogdi-bin-dbgsym_3.2.0+ds-2_amd64.deb
 a21e1a5ae0982a37e55c3128ca6abb98ab81b9fd 45076 ogdi-bin_3.2.0+ds-2_amd64.deb
 e29645504f31029132e40471eec53dec1ef8d1d6 6408 
ogdi-dfsg_3.2.0+ds-2_amd64.buildinfo
Checksums-Sha256:
 85613bf33f00823c3c5109681e14844604179e2c7a109bb972d6f0793b09a582 2131 
ogdi-dfsg_3.2.0+ds-2.dsc
 cf9ef3233fd89a5e910630ac33ee37b61a2cd4c442f5af2bd2b4191847ecb4f3 12924 
ogdi-dfsg_3.2.0+ds-2.debian.tar.xz
 a6b58807e318137b18a4f07bc6648735cee38c5568fe39c81b4a6a7a2102a34c 644708 
libogdi3.2-dbgsym_3.2.0+ds-2_amd64.deb
 ce8b4eb0fead61dde8528123dc04c6afc6c09c88fa166c826bfd51d9f919f8f5 37570 
libogdi3.2-dev_3.2.0+ds-2_amd64.deb
 039655abb83d9f7bf9488cc9724f331d24f28bd41b5d0796f1d0bd4009468154 226624 
libogdi3.2_3.2.0+ds-2_amd64.deb
 736fcd3f0e31d725bb4c8c4cc483298f8970a73c32287fcd0bd7b1bc8ae5e04b 101612 
ogdi-bin-dbgsym_3.2.0+ds-2_amd64.deb
 79c5f4ccc3772cea7c11016ae01fdc63a1231f14baf9120ef74595066937836d 45076 
ogdi-bin_3.2.0+ds-2_amd64.deb
 dbb022d53091ff186b5b00734cc4b6080aa0113399a748af653a3a30260acb91 6408 
ogdi-dfsg_3.2.0+ds-2_amd64.buildinfo
Files:
 3666dbdf82f9b5204f46dcbb8c3fff11 2131 libs extra 

ogdi-dfsg_3.2.0+ds-2_amd64.changes ACCEPTED into unstable

2017-04-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 15:36:52 +0200
Source: ogdi-dfsg
Binary: libogdi3.2-dev libogdi3.2 ogdi-bin
Architecture: source amd64
Version: 3.2.0+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libogdi3.2 - Open Geographic Datastore Interface Library -- library
 libogdi3.2-dev - Open Geographic Datastore Interface Library -- development
 ogdi-bin   - Open Geographic Datastore Interface Library -- utilities
Closes: 859433
Changes:
 ogdi-dfsg (3.2.0+ds-2) unstable; urgency=medium
 .
   * Team upload.
   * Enable PIE hardening buildflags.
 (closes: #859433)
   * Drop unused lintian overrides for hardening-no-pie.
Checksums-Sha1:
 523522d405bf2962a0a5dbc9bb530fbb6f6a52e5 2131 ogdi-dfsg_3.2.0+ds-2.dsc
 b197105bb8f8086e83a25afe728a2b1f1553776f 12924 
ogdi-dfsg_3.2.0+ds-2.debian.tar.xz
 c8ad27de877bc0d6a625d8959664bcc775999ace 644708 
libogdi3.2-dbgsym_3.2.0+ds-2_amd64.deb
 51e6e39ba901edae80973759bc4b10e32f67a85b 37570 
libogdi3.2-dev_3.2.0+ds-2_amd64.deb
 18f6ad9b28cc15f6e9031872b13ae7b88e2afeb7 226624 libogdi3.2_3.2.0+ds-2_amd64.deb
 ffef2be38c0f6a8f07a0fb845b320b49ae5f4bcf 101612 
ogdi-bin-dbgsym_3.2.0+ds-2_amd64.deb
 a21e1a5ae0982a37e55c3128ca6abb98ab81b9fd 45076 ogdi-bin_3.2.0+ds-2_amd64.deb
 e29645504f31029132e40471eec53dec1ef8d1d6 6408 
ogdi-dfsg_3.2.0+ds-2_amd64.buildinfo
Checksums-Sha256:
 85613bf33f00823c3c5109681e14844604179e2c7a109bb972d6f0793b09a582 2131 
ogdi-dfsg_3.2.0+ds-2.dsc
 cf9ef3233fd89a5e910630ac33ee37b61a2cd4c442f5af2bd2b4191847ecb4f3 12924 
ogdi-dfsg_3.2.0+ds-2.debian.tar.xz
 a6b58807e318137b18a4f07bc6648735cee38c5568fe39c81b4a6a7a2102a34c 644708 
libogdi3.2-dbgsym_3.2.0+ds-2_amd64.deb
 ce8b4eb0fead61dde8528123dc04c6afc6c09c88fa166c826bfd51d9f919f8f5 37570 
libogdi3.2-dev_3.2.0+ds-2_amd64.deb
 039655abb83d9f7bf9488cc9724f331d24f28bd41b5d0796f1d0bd4009468154 226624 
libogdi3.2_3.2.0+ds-2_amd64.deb
 736fcd3f0e31d725bb4c8c4cc483298f8970a73c32287fcd0bd7b1bc8ae5e04b 101612 
ogdi-bin-dbgsym_3.2.0+ds-2_amd64.deb
 79c5f4ccc3772cea7c11016ae01fdc63a1231f14baf9120ef74595066937836d 45076 
ogdi-bin_3.2.0+ds-2_amd64.deb
 dbb022d53091ff186b5b00734cc4b6080aa0113399a748af653a3a30260acb91 6408 
ogdi-dfsg_3.2.0+ds-2_amd64.buildinfo
Files:
 3666dbdf82f9b5204f46dcbb8c3fff11 2131 libs extra ogdi-dfsg_3.2.0+ds-2.dsc
 6b96d838f975329376a44b3f7bd37715 12924 libs extra 
ogdi-dfsg_3.2.0+ds-2.debian.tar.xz
 bc89a03438aade00d11fde8870e1bee6 644708 debug extra 
libogdi3.2-dbgsym_3.2.0+ds-2_amd64.deb
 94cc4986e5885a80290eb9e833d976fc 37570 libdevel extra 
libogdi3.2-dev_3.2.0+ds-2_amd64.deb
 af361855d51ec74ee962b8c7ae61bbef 226624 libs extra 
libogdi3.2_3.2.0+ds-2_amd64.deb
 f232988782e689062fd6f811dca6e8f0 101612 debug extra 
ogdi-bin-dbgsym_3.2.0+ds-2_amd64.deb
 056a1c8d36f24aa6e59f5965451605e3 45076 science extra 
ogdi-bin_3.2.0+ds-2_amd64.deb
 68615619f56393183a9de191485c6189 6408 libs extra 
ogdi-dfsg_3.2.0+ds-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJY4lGlAAoJEGdQ8QrojUrxKLoP/jMQqcXCwi1nfvbIOu6OF3IN
0QbepIrHW7V3aFTTTb+KQNlP9mcqd6mZItG8mEcUiyOEczhqbiJLPfovRNohpYNd
7Bphh/HXrEpkruL+yaa6DbvfOd0BetMGaOoeQxZHIidAhAioPnKycV6XzFWw0IGX
pf/Y+JqsUlrXVTCkTKILubw1mIliNgyGxLFaJXTYmnqqo0NNGloAxP124tHHaztk
0uOwCluKt19DvfXsZVfvuKQET9ce9ABEezR2tQk3CSs0Rv812M8+qD3zrcXjdoFm
wi+YyWhwddXQ8r0f4pv6tVdKq4ptEQkMziNBf55Uei5Je0R233/aK+cuAP6+Qpgk
qOdxeuMeRvMFsyj4xAtGU+U6aYaGmeAEPHBJfbz3qeUQAwlGl1vFY6xZrvlhcm7H
A784g42DcQnE2l6EWIzJExu61rQBALLhg+b7Qgz1zH8ExYoOZXg5lMM475TFJ5qg
tkrW3CDn9EanT+O7UofN3pHYpmaShHG0YnInVI4PfIp8hMMYf3Ntea77LPj3X2Tm
DASujK9M2EGBNUUed3AtN77xJz53Ut2ln5eEf80FtgcbijQJ0NiUUBD7bw0DJkj+
brMlebkSZ/lfFVXqGkm2CyfcTAZ2TU/qSQTaGv23zjjeZEwJI1s4viddOPG3V9wg
eswGnQ4X0SUN2ksdZQbC
=IOA6
-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 ogdi-dfsg_3.2.0+ds-2_amd64.changes

2017-04-03 Thread Debian FTP Masters
ogdi-dfsg_3.2.0+ds-2_amd64.changes uploaded successfully to localhost
along with the files:
  ogdi-dfsg_3.2.0+ds-2.dsc
  ogdi-dfsg_3.2.0+ds-2.debian.tar.xz
  libogdi3.2-dbgsym_3.2.0+ds-2_amd64.deb
  libogdi3.2-dev_3.2.0+ds-2_amd64.deb
  libogdi3.2_3.2.0+ds-2_amd64.deb
  ogdi-bin-dbgsym_3.2.0+ds-2_amd64.deb
  ogdi-bin_3.2.0+ds-2_amd64.deb
  ogdi-dfsg_3.2.0+ds-2_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


Bug#859424: marked as done (mapnik shouldn't disable PIE)

2017-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Apr 2017 13:50:26 +
with message-id 
and subject line Bug#859424: fixed in mapnik 3.0.12+ds-3
has caused the Debian Bug report #859424,
regarding mapnik shouldn't disable PIE
to be marked as done.

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

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


-- 
859424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859424
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mapnik
Version: 3.0.12+ds-2
Severity: important
Tags: patch

With gcc in stretch defaulting to PIE, hardening=+all,-pie changed
semantics from "enable hardening but not PIE" to "enable all hardening
and explicitely disable the default PIE".
The latter is usually not intended.

For packages like mapnik that include static libraries the situation
is even worse, since non-PIE static libraries cannot be used with
the stretch gcc unless -no-pie is explicitly passed when linking.

The -pie in hardening flags was in some cases required in pre-stretch
releases to avoid build failures caused by (incorrectly) passing -fPIE
to the compiler when building shared libraries or plugins.
This problem does no longer exist.

I verified that python-mapnik still builds after this change.

Please apply the following patch:

--- debian/rules.old2017-04-03 11:04:40.0 +
+++ debian/rules2017-04-03 11:04:53.0 +
@@ -4,9 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Enable hardening build flags, except:
-#  pie: causes python-mapnik build failure
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# Enable hardening build flags:
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 NJOBS := -j1
 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS
--- End Message ---
--- Begin Message ---
Source: mapnik
Source-Version: 3.0.12+ds-3

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

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

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

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

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 14:47:38 +0200
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.12+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Closes: 859424
Changes:
 mapnik (3.0.12+ds-3) unstable; urgency=medium
 .
   * Update branch in gbp.conf & Vcs-Git URL.
   * Enable PIE hardening buildflags.
 (closes: #859424)
Checksums-Sha1:
 5ed5044fe26ca1dbaf582e2566c5c999f3e63066 3013 mapnik_3.0.12+ds-3.dsc
 193187df79c28a70e94ce9d47ec3a040e1309c46 17404 mapnik_3.0.12+ds-3.debian.tar.xz
 e8a650aea8245760c5c76dd15f421327f697b589 674258 
libmapnik-dev_3.0.12+ds-3_amd64.deb
 910dcbe8cdec58f9b1f7e8b7b2704364076ec9c1 2169062 
libmapnik3.0_3.0.12+ds-3_amd64.deb
 1b6250660cdbe0ee10716288b1506a8392684738 2136812 mapnik-doc_3.0.12+ds-3_all.deb
 896761a1b4696994f91d6016799f9c9759c75a3a 228404 
mapnik-utils_3.0.12+ds-3_amd64.deb
 032e34c321c46ca4578f362a121890914d7b20b4 13292 
mapnik_3.0.12+ds-3_amd64.buildinfo
Checksums-Sha256:
 9cc1865ba12bda09be20f93d7ba0b9748b339ede82bc7b30176ba512377b4034 3013 
mapnik_3.0.12+ds-3.dsc
 833dd61dd346f2cf16bd99da812c1bd2e28329f3b9a3a6e0b42a012507629f6c 17404 
mapnik_3.0.12+ds-3.debian.tar.xz
 0ac5ebc480daba557976057ecacf7ac2fd751286596a37af87ac5224a1beb8e4 674258 
libmapnik-dev_3.0.12+ds-3_amd64.deb
 4382d221b985516d1446a456deea58a9fdcce70fa52e16323513b4a89f336ffa 2169062 
libmapnik3.0_3.0.12+ds-3_amd64.deb
 ca1e0b8e8c0a17b65c9552c44355321f97d45f4cfe35bf673ae0f602dca57337 2136812 
mapnik-doc_3.0.12+ds-3_all.deb
 

mapnik_3.0.12+ds-3_amd64.changes ACCEPTED into unstable

2017-04-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 14:47:38 +0200
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.12+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Closes: 859424
Changes:
 mapnik (3.0.12+ds-3) unstable; urgency=medium
 .
   * Update branch in gbp.conf & Vcs-Git URL.
   * Enable PIE hardening buildflags.
 (closes: #859424)
Checksums-Sha1:
 5ed5044fe26ca1dbaf582e2566c5c999f3e63066 3013 mapnik_3.0.12+ds-3.dsc
 193187df79c28a70e94ce9d47ec3a040e1309c46 17404 mapnik_3.0.12+ds-3.debian.tar.xz
 e8a650aea8245760c5c76dd15f421327f697b589 674258 
libmapnik-dev_3.0.12+ds-3_amd64.deb
 910dcbe8cdec58f9b1f7e8b7b2704364076ec9c1 2169062 
libmapnik3.0_3.0.12+ds-3_amd64.deb
 1b6250660cdbe0ee10716288b1506a8392684738 2136812 mapnik-doc_3.0.12+ds-3_all.deb
 896761a1b4696994f91d6016799f9c9759c75a3a 228404 
mapnik-utils_3.0.12+ds-3_amd64.deb
 032e34c321c46ca4578f362a121890914d7b20b4 13292 
mapnik_3.0.12+ds-3_amd64.buildinfo
Checksums-Sha256:
 9cc1865ba12bda09be20f93d7ba0b9748b339ede82bc7b30176ba512377b4034 3013 
mapnik_3.0.12+ds-3.dsc
 833dd61dd346f2cf16bd99da812c1bd2e28329f3b9a3a6e0b42a012507629f6c 17404 
mapnik_3.0.12+ds-3.debian.tar.xz
 0ac5ebc480daba557976057ecacf7ac2fd751286596a37af87ac5224a1beb8e4 674258 
libmapnik-dev_3.0.12+ds-3_amd64.deb
 4382d221b985516d1446a456deea58a9fdcce70fa52e16323513b4a89f336ffa 2169062 
libmapnik3.0_3.0.12+ds-3_amd64.deb
 ca1e0b8e8c0a17b65c9552c44355321f97d45f4cfe35bf673ae0f602dca57337 2136812 
mapnik-doc_3.0.12+ds-3_all.deb
 e9695cb19e00656f82693cbe82ad4b8877df85e242fca56e0ce83a1e19fe5e03 228404 
mapnik-utils_3.0.12+ds-3_amd64.deb
 c61f2287d613f75a82b45f2f58984f6c060aadbbfdf62e0f32a8aa537ff79113 13292 
mapnik_3.0.12+ds-3_amd64.buildinfo
Files:
 eeebfc90e514039894f22409598b3cf9 3013 libs optional mapnik_3.0.12+ds-3.dsc
 4c3c5fde3a1344c3c4a9c03bd63abfc8 17404 libs optional 
mapnik_3.0.12+ds-3.debian.tar.xz
 ece61862517d666a83fc1dbc95904051 674258 libdevel optional 
libmapnik-dev_3.0.12+ds-3_amd64.deb
 c30d6b38e81b94fb93922edbef71e075 2169062 libs optional 
libmapnik3.0_3.0.12+ds-3_amd64.deb
 8ee65426354b268fba14c0a798bae4f0 2136812 doc optional 
mapnik-doc_3.0.12+ds-3_all.deb
 7961d7b8b0f85a9d04727d08e020a24e 228404 utils optional 
mapnik-utils_3.0.12+ds-3_amd64.deb
 25643a53cb4ca90509cf1540af455536 13292 libs optional 
mapnik_3.0.12+ds-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJY4k5oAAoJEGdQ8QrojUrxPH4P/A31Fbgqjb0XBKI+FacVJdAN
UqJz9h3zS9pwLPbl0vx5tZL2Mq4rGWGkA4qT27PMPIrsFMRqOFg1CZBnrGjCXTt2
czqQkxXCE2McqHPpzd9llC39KZxr6o6VlukK8kQKJt3OenLCs5IAj6OROLP8XOGw
nJKul5knS6/x68ffz7V+mD852+yMFmTP8JEq3tD7cZ+ld79EXDMhGt/vXZ6c86Cr
eOnE33qUt8bGjbs8tqAsR2wExzitfqcllegnebzE40GpzyO5kHULGBvN8lGFBb4Z
RzFIPXgHlEmyPId+Fr/Pn0gRgVTbTcitKu7QA9As2QuA4X8kyJsCLVL7LkAwhZAc
fHrLqIicPIPwRb4pP/RW0JKfRG/7cJfDqutzSDeKD1ghQbgwi5i+gJarPOvSNxKE
H20zz0SUuocZ4PYnIgJIdMbwuB1NlAyvnyI2iDhGR80CrFvf2CkDL3mZkKfKYEgT
sAeNJMg3Hgh9G0aaSuYerdGgOf4XPWeeHSa0eaJ3BfAmfAew9OlqAPGlCboICzM2
GYiqoa7O9Odm8bKyngrJbDr9TLHAd/fTA15o84rApsuXCnTQcMTVK6kUwQqVhdvO
j378VLHSj0Ko9S17ofKEOMIpGY7/sOhQ89Gr/Q7lrpHoCSV6Q5eCa1JJ4AMCkGLX
T/2sN2PuPUtQjoGY4Q0q
=POK9
-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


[ogdi-dfsg] 01/03: Enable PIE hardening buildflags. (closes: #859433)

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

sebastic pushed a commit to branch master
in repository ogdi-dfsg.

commit ddfd00dbff683d6360efaa2f85c0255602649594
Author: Bas Couwenberg 
Date:   Mon Apr 3 15:33:44 2017 +0200

Enable PIE hardening buildflags. (closes: #859433)
---
 debian/changelog | 8 
 debian/rules | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8e45bbb..1243129 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ogdi-dfsg (3.2.0+ds-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Enable PIE hardening buildflags.
+(closes: #859433)
+
+ -- Bas Couwenberg   Mon, 03 Apr 2017 15:33:20 +0200
+
 ogdi-dfsg (3.2.0+ds-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index d6543dd..55e5067 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export TOPDIR=$(CURDIR)
 export CFG=debug

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

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


[ogdi-dfsg] tag debian/3.2.0+ds-2 created (now f4651bc)

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

sebastic pushed a change to tag debian/3.2.0+ds-2
in repository ogdi-dfsg.

at  f4651bc   (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/ogdi-dfsg.git

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


[ogdi-dfsg] 03/03: Set distribution to unstable.

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

sebastic pushed a commit to branch master
in repository ogdi-dfsg.

commit f4651bcf5d27459c7e77243cf571c79f2b7fafa3
Author: Bas Couwenberg 
Date:   Mon Apr 3 15:37:08 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 106be71..d482a0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-ogdi-dfsg (3.2.0+ds-2) UNRELEASED; urgency=medium
+ogdi-dfsg (3.2.0+ds-2) unstable; urgency=medium
 
   * Team upload.
   * Enable PIE hardening buildflags.
 (closes: #859433)
   * Drop unused lintian overrides for hardening-no-pie.
 
- -- Bas Couwenberg   Mon, 03 Apr 2017 15:33:20 +0200
+ -- Bas Couwenberg   Mon, 03 Apr 2017 15:36:52 +0200
 
 ogdi-dfsg (3.2.0+ds-1) unstable; urgency=medium
 

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

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


[ogdi-dfsg] branch master updated (1be24d4 -> f4651bc)

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

sebastic pushed a change to branch master
in repository ogdi-dfsg.

  from  1be24d4   Set distribution to unstable.
   new  ddfd00d   Enable PIE hardening buildflags. (closes: #859433)
   new  56b854b   Drop unused lintian overrides for hardening-no-pie.
   new  f4651bc   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/ogdi-bin.lintian-overrides | 3 ---
 debian/rules  | 2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
 delete mode 100644 debian/ogdi-bin.lintian-overrides

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

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


[ogdi-dfsg] 02/03: Drop unused lintian overrides for hardening-no-pie.

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

sebastic pushed a commit to branch master
in repository ogdi-dfsg.

commit 56b854b2025ba8fcb4c7190152c774abdd3451ee
Author: Bas Couwenberg 
Date:   Mon Apr 3 15:34:16 2017 +0200

Drop unused lintian overrides for hardening-no-pie.
---
 debian/changelog  | 1 +
 debian/ogdi-bin.lintian-overrides | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1243129..106be71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ogdi-dfsg (3.2.0+ds-2) UNRELEASED; urgency=medium
   * Team upload.
   * Enable PIE hardening buildflags.
 (closes: #859433)
+  * Drop unused lintian overrides for hardening-no-pie.
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 15:33:20 +0200
 
diff --git a/debian/ogdi-bin.lintian-overrides 
b/debian/ogdi-bin.lintian-overrides
deleted file mode 100644
index daedacc..000
--- a/debian/ogdi-bin.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# PIE breaks the build
-ogdi-bin: hardening-no-pie *
-

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

___
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 mapnik_3.0.12+ds-3_amd64.changes

2017-04-03 Thread Debian FTP Masters
mapnik_3.0.12+ds-3_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_3.0.12+ds-3.dsc
  mapnik_3.0.12+ds-3.debian.tar.xz
  libmapnik-dev_3.0.12+ds-3_amd64.deb
  libmapnik3.0_3.0.12+ds-3_amd64.deb
  mapnik-doc_3.0.12+ds-3_all.deb
  mapnik-utils_3.0.12+ds-3_amd64.deb
  mapnik_3.0.12+ds-3_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


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

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

sebastic pushed a commit to branch stretch
in repository mapnik.

commit a6804af8e5971f4161d5d83957371533dab59e38
Author: Bas Couwenberg 
Date:   Mon Apr 3 14:46:06 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 164ca21..deba48f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.12+ds-3) UNRELEASED; urgency=medium
+
+  * Update branch in gbp.conf & Vcs-Git URL.
+
+ -- Bas Couwenberg   Mon, 03 Apr 2017 14:45:50 +0200
+
 mapnik (3.0.12+ds-2) unstable; urgency=medium
 
   * Add patch to fix 'dependencies' typo.
diff --git a/debian/control b/debian/control
index 4f11de4..3c090a6 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Build-Depends: debhelper (>= 9~),
zlib1g-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapnik.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapnik.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapnik.git -b stretch
 Homepage: http://www.mapnik.org/
 
 Package: libmapnik3.0
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 21d0417..a83aacd 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 = master
+debian-branch = stretch
 
 # 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/mapnik.git

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


[mapnik] branch stretch created (now 5bedc21)

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

sebastic pushed a change to branch stretch
in repository mapnik.

at  5bedc21   Set distribution to unstable.

This branch includes the following new commits:

   new  a6804af   Update branch in gbp.conf & Vcs-Git URL.
   new  b59b715   Enable PIE hardening buildflags. (closes: #859424)
   new  5bedc21   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.


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

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


[mapnik] 02/03: Enable PIE hardening buildflags. (closes: #859424)

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

sebastic pushed a commit to branch stretch
in repository mapnik.

commit b59b715e07a34ca999073dc358a33ce3197fa6d9
Author: Bas Couwenberg 
Date:   Mon Apr 3 14:46:59 2017 +0200

Enable PIE hardening buildflags. (closes: #859424)
---
 debian/changelog | 2 ++
 debian/rules | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index deba48f..a46cd4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mapnik (3.0.12+ds-3) UNRELEASED; urgency=medium
 
   * Update branch in gbp.conf & Vcs-Git URL.
+  * Enable PIE hardening buildflags.
+(closes: #859424)
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 14:45:50 +0200
 
diff --git a/debian/rules b/debian/rules
index 535c00f..5ce2c57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Enable hardening build flags, except:
-#  pie: causes python-mapnik build failure
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 NJOBS := -j1
 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS

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

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


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

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

sebastic pushed a commit to branch stretch
in repository mapnik.

commit 5bedc21d0abd3143f2dc726e1f59e6f78020e6cc
Author: Bas Couwenberg 
Date:   Mon Apr 3 14:47:48 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 a46cd4e..abd49a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-mapnik (3.0.12+ds-3) UNRELEASED; urgency=medium
+mapnik (3.0.12+ds-3) unstable; urgency=medium
 
   * Update branch in gbp.conf & Vcs-Git URL.
   * Enable PIE hardening buildflags.
 (closes: #859424)
 
- -- Bas Couwenberg   Mon, 03 Apr 2017 14:45:50 +0200
+ -- Bas Couwenberg   Mon, 03 Apr 2017 14:47:38 +0200
 
 mapnik (3.0.12+ds-2) unstable; urgency=medium
 

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

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


[mapnik] tag debian/3.0.12+ds-3 created (now 5bedc21)

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

sebastic pushed a change to tag debian/3.0.12+ds-3
in repository mapnik.

at  5bedc21   (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/mapnik.git

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


Bug#859433: ogdi-dfsg shouldn't disable PIE

2017-04-03 Thread Adrian Bunk
Source: ogdi-dfsg
Version: 3.2.0+ds-1
Severity: normal
Tags: patch

With gcc in stretch defaulting to PIE, hardening=+all,-pie changed
semantics from "enable hardening but not PIE" to "enable all hardening
and explicitely disable the default PIE".
The latter is usually not intended.

The -pie in hardening flags was in some cases required in pre-stretch
releases to avoid build failures caused by (incorrectly) passing -fPIE
to the compiler when building shared libraries or plugins.
This problem does no longer exist.

Please consider applying the following patch:

--- debian/rules.old2017-04-03 13:11:13.0 +
+++ debian/rules2017-04-03 13:11:18.0 +
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export TOPDIR=$(CURDIR)
 export CFG=debug

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


Bug#859413: marked as done (libhdf4 shouldn't disable PIE)

2017-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Apr 2017 13:04:46 +
with message-id 
and subject line Bug#859413: fixed in libhdf4 4.2.12-2
has caused the Debian Bug report #859413,
regarding libhdf4 shouldn't disable PIE
to be marked as done.

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

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


-- 
859413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859413
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libhdf4
Version: 4.2.12-1
Severity: important
Tags: patch

With gcc in stretch defaulting to PIE, hardening=+all,-pie changed
semantics from "enable hardening but not PIE" to "enable all hardening
and explicitely disable the default PIE".
The latter is usually not intended.

For packages like libhdf4 that include static libraries the situation
is even worse, since non-PIE static libraries cannot be used with
the stretch gcc unless -no-pie is explicitly passed when linking.

The -pie in hardening flags was in some cases required in pre-stretch
releases to avoid build failures caused by (incorrectly) passing -fPIE
to the compiler when building shared libraries or plugins.
This problem does no longer exist.

Please apply the following patch:

--- debian/rules.old2017-04-03 10:46:45.0 +
+++ debian/rules2017-04-03 10:47:06.0 +
@@ -6,7 +6,7 @@
 #
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
@@ -24,9 +24,9 @@
 CXX  := g++
 LIBS := -ljpeg -lz -lm
 
-CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get CFLAGS)
-CFLAGS += $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get CPPFLAGS)
-LDFLAGS = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get LDFLAGS)
+CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
CFLAGS)
+CFLAGS += $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
CPPFLAGS)
+LDFLAGS = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
LDFLAGS)
 
 ifneq (,$(findstring verbose,$(DEB_BUILD_OPTIONS)))
DH_VERBOSE=1
--- End Message ---
--- Begin Message ---
Source: libhdf4
Source-Version: 4.2.12-2

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

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

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

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

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 14:28:06 +0200
Source: libhdf4
Binary: libhdf4-0 libhdf4-dev libhdf4g-dev libhdf4-0-alt libhdf4-alt-dev 
libhdf4-doc hdf4-tools
Architecture: source amd64 all
Version: 4.2.12-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 hdf4-tools - Hierarchical Data Format library -- runtime package
 libhdf4-0  - Hierarchical Data Format library (embedded NetCDF)
 libhdf4-0-alt - Hierarchical Data Format library (without NetCDF)
 libhdf4-alt-dev - Hierarchical Data Format development files (without NetCDF)
 libhdf4-dev - Hierarchical Data Format development files (embedded NetCDF)
 libhdf4-doc - Hierarchical Data Format library -- documentation
 libhdf4g-dev - Hierarchical Data Format library -- transitional development 
pack
Closes: 859413
Changes:
 libhdf4 (4.2.12-2) unstable; urgency=medium
 .
   * Team upload.
   * Enable PIE hardening flags.
 (closes: #859413)
   * Drop unused lintian overrides for hardening-no-pie.
Checksums-Sha1:
 b81bcaeb1609a4a7946f8918ffa02158b6059907 2389 libhdf4_4.2.12-2.dsc
 1a0b5443bee82f9a8353aa61182de3de166367f5 72556 libhdf4_4.2.12-2.debian.tar.xz
 cd92479f8bdd8f2ae74ff57768a8e8ed4b12fbe6 552428 
hdf4-tools-dbgsym_4.2.12-2_amd64.deb
 56c3b2adafcb9c26a13e515fce4db0f85ada1325 245184 hdf4-tools_4.2.12-2_amd64.deb
 deff70a258dd77d6a75beb90458cd2760a12344b 650564 
libhdf4-0-alt-dbgsym_4.2.12-2_amd64.deb
 

libhdf4_4.2.12-2_amd64.changes ACCEPTED into unstable

2017-04-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 14:28:06 +0200
Source: libhdf4
Binary: libhdf4-0 libhdf4-dev libhdf4g-dev libhdf4-0-alt libhdf4-alt-dev 
libhdf4-doc hdf4-tools
Architecture: source amd64 all
Version: 4.2.12-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 hdf4-tools - Hierarchical Data Format library -- runtime package
 libhdf4-0  - Hierarchical Data Format library (embedded NetCDF)
 libhdf4-0-alt - Hierarchical Data Format library (without NetCDF)
 libhdf4-alt-dev - Hierarchical Data Format development files (without NetCDF)
 libhdf4-dev - Hierarchical Data Format development files (embedded NetCDF)
 libhdf4-doc - Hierarchical Data Format library -- documentation
 libhdf4g-dev - Hierarchical Data Format library -- transitional development 
pack
Closes: 859413
Changes:
 libhdf4 (4.2.12-2) unstable; urgency=medium
 .
   * Team upload.
   * Enable PIE hardening flags.
 (closes: #859413)
   * Drop unused lintian overrides for hardening-no-pie.
Checksums-Sha1:
 b81bcaeb1609a4a7946f8918ffa02158b6059907 2389 libhdf4_4.2.12-2.dsc
 1a0b5443bee82f9a8353aa61182de3de166367f5 72556 libhdf4_4.2.12-2.debian.tar.xz
 cd92479f8bdd8f2ae74ff57768a8e8ed4b12fbe6 552428 
hdf4-tools-dbgsym_4.2.12-2_amd64.deb
 56c3b2adafcb9c26a13e515fce4db0f85ada1325 245184 hdf4-tools_4.2.12-2_amd64.deb
 deff70a258dd77d6a75beb90458cd2760a12344b 650564 
libhdf4-0-alt-dbgsym_4.2.12-2_amd64.deb
 70caee90cc118c4b49f6c8bd3f9211133a22a333 275754 
libhdf4-0-alt_4.2.12-2_amd64.deb
 eae4184e3af65d3a0af09c319bb29097c027c4c9 738386 
libhdf4-0-dbgsym_4.2.12-2_amd64.deb
 3c4eae5b829915dd57b18cb954e6c825340d35e4 311318 libhdf4-0_4.2.12-2_amd64.deb
 d92f283cce7a89b76751e236fc20dfbbb8c1090e 378492 
libhdf4-alt-dev_4.2.12-2_amd64.deb
 e426fa3938c1a5174e4d88a865f45605b131fbd6 425328 libhdf4-dev_4.2.12-2_amd64.deb
 57ad554988b875f317ffd5bb19f20390b7c3e0bc 68496 libhdf4-doc_4.2.12-2_all.deb
 749f4cc8fedfc0e8f9ea647e2c651fd366871683 7794 libhdf4_4.2.12-2_amd64.buildinfo
 37f3a0526bfca15753df854469168a2d1c200b22 14516 libhdf4g-dev_4.2.12-2_all.deb
Checksums-Sha256:
 4536424f294529244d8eaa4318502cb91b6f3d637cb6270d19baaac3df84cf8b 2389 
libhdf4_4.2.12-2.dsc
 66d4b695de4815e5e46e172f519dcbbe52504cae126cb58216e16a35829d 72556 
libhdf4_4.2.12-2.debian.tar.xz
 a14efa2ef1c1aa58f6a87eaebca22de5d738dccc71fb51f0978090d0eace34ba 552428 
hdf4-tools-dbgsym_4.2.12-2_amd64.deb
 b5b53f02bf8a7bd5c7612a57e668df0386ef2a89ff086ad5a13dee6e4e247cbd 245184 
hdf4-tools_4.2.12-2_amd64.deb
 5bc6aa33c231dc6dd24da4d6973b4d4d7719fdecc56976f706e809fcb9f6a913 650564 
libhdf4-0-alt-dbgsym_4.2.12-2_amd64.deb
 b827e4cabfcfc6029943223632fe90a59d0d9cf1516fb10b3747199e1ce17ac9 275754 
libhdf4-0-alt_4.2.12-2_amd64.deb
 ed3edee3cb89faa2124457e61d9dab9b612bad054d150f8636502f35936214a0 738386 
libhdf4-0-dbgsym_4.2.12-2_amd64.deb
 70fa926a0abe512c353ca9e07b252c186801f9a98977130d49dd0446cb094de8 311318 
libhdf4-0_4.2.12-2_amd64.deb
 57a6ac8045b379dab1d7f7b5e46b37471d420b6682a49997e5c99fe353e8f82a 378492 
libhdf4-alt-dev_4.2.12-2_amd64.deb
 e66ad71f26746fe641335776f91fe07d6a254068bef7e03c7344010df87a 425328 
libhdf4-dev_4.2.12-2_amd64.deb
 28429fdb5c8acf16ffc6aae8fdf47c3d09df8cd73740b4e1f5f3b1e074cec8ca 68496 
libhdf4-doc_4.2.12-2_all.deb
 09b1aa3b45b3eb6958bff7ec56a906d1f73e34ff3c4bd2ad7e41d638b747bc26 7794 
libhdf4_4.2.12-2_amd64.buildinfo
 7082f71226ceabc0b059f298f66944071a81e74c89653a221611ed4a4785751d 14516 
libhdf4g-dev_4.2.12-2_all.deb
Files:
 dbec950097d2c8e6ccb2620ab133e8b5 2389 graphics optional libhdf4_4.2.12-2.dsc
 1a98bb2af4ecaa323498119d40a15f59 72556 graphics optional 
libhdf4_4.2.12-2.debian.tar.xz
 a39e764688d06d3d3afe70407bd1a85c 552428 debug extra 
hdf4-tools-dbgsym_4.2.12-2_amd64.deb
 2d8216fe488e8fa545c31b01e604c5c5 245184 graphics optional 
hdf4-tools_4.2.12-2_amd64.deb
 a0e2163bc7825a37c96491da6f5e071d 650564 debug extra 
libhdf4-0-alt-dbgsym_4.2.12-2_amd64.deb
 ca8688d54fac514657f683c2664453f1 275754 libs extra 
libhdf4-0-alt_4.2.12-2_amd64.deb
 b3280513d1a2e0d66a1da51ffce566cd 738386 debug extra 
libhdf4-0-dbgsym_4.2.12-2_amd64.deb
 a3ab34988a2b7fce3de622afc38489f5 311318 libs optional 
libhdf4-0_4.2.12-2_amd64.deb
 c9bd12edc05e13870165d2969510c237 378492 libdevel extra 
libhdf4-alt-dev_4.2.12-2_amd64.deb
 1ca2da86d73f2c3baf8a0e8a486ed612 425328 libdevel optional 
libhdf4-dev_4.2.12-2_amd64.deb
 7785c831f4a139df17882f440a3794cb 68496 doc optional 
libhdf4-doc_4.2.12-2_all.deb
 5da3d2ba8fa45be19bb5df272a1492f4 7794 graphics optional 
libhdf4_4.2.12-2_amd64.buildinfo
 7b45dbc333296940095e0a3b8d8e0d00 14516 libdevel optional 
libhdf4g-dev_4.2.12-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJY4kMxAAoJEGdQ8QrojUrxrIEQALfWKiClqKHLTvsmn3hriO1R
BjNWMQljDsWYHG1m6LZ/wX9Pzf8LGYfdrSkgnIe3B7EdV+Nyxr+CjV5AT1K0k7oA

Processing of libhdf4_4.2.12-2_amd64.changes

2017-04-03 Thread Debian FTP Masters
libhdf4_4.2.12-2_amd64.changes uploaded successfully to localhost
along with the files:
  libhdf4_4.2.12-2.dsc
  libhdf4_4.2.12-2.debian.tar.xz
  hdf4-tools-dbgsym_4.2.12-2_amd64.deb
  hdf4-tools_4.2.12-2_amd64.deb
  libhdf4-0-alt-dbgsym_4.2.12-2_amd64.deb
  libhdf4-0-alt_4.2.12-2_amd64.deb
  libhdf4-0-dbgsym_4.2.12-2_amd64.deb
  libhdf4-0_4.2.12-2_amd64.deb
  libhdf4-alt-dev_4.2.12-2_amd64.deb
  libhdf4-dev_4.2.12-2_amd64.deb
  libhdf4-doc_4.2.12-2_all.deb
  libhdf4_4.2.12-2_amd64.buildinfo
  libhdf4g-dev_4.2.12-2_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


Bug#859430: netcdf shouldn't disable PIE

2017-04-03 Thread Adrian Bunk
Source: netcdf
Version: 1:4.4.1.1-1
Severity: normal
Tags: patch

With gcc in stretch defaulting to PIE, hardening=+all,-pie changed
semantics from "enable hardening but not PIE" to "enable all hardening
and explicitely disable the default PIE".
The latter is usually not intended.

The -pie in hardening flags was in some cases required in pre-stretch
releases to avoid build failures caused by (incorrectly) passing -fPIE
to the compiler when building shared libraries or plugins.
This problem does no longer exist.

Please consider applying the following patch:

--- debian/rules.old2017-04-03 12:44:22.0 +
+++ debian/rules2017-04-03 12:44:40.0 +
@@ -2,9 +2,8 @@
 
 #export DH_VERBOSE=1
 
-# 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
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

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


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

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

sebastic pushed a commit to branch master
in repository hdf4.

commit 0bee17849447c51ea891bfe2ff3d9092104cd3fd
Author: Bas Couwenberg 
Date:   Mon Apr 3 14:28: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 3cca674..075885c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libhdf4 (4.2.12-2) UNRELEASED; urgency=medium
+libhdf4 (4.2.12-2) unstable; urgency=medium
 
   * Team upload.
   * Enable PIE hardening flags.
 (closes: #859413)
   * Drop unused lintian overrides for hardening-no-pie.
 
- -- Bas Couwenberg   Mon, 03 Apr 2017 14:26:32 +0200
+ -- Bas Couwenberg   Mon, 03 Apr 2017 14:28:06 +0200
 
 libhdf4 (4.2.12-1) unstable; urgency=medium
 

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

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


[hdf4] 01/03: Enable PIE hardening flags. (closes: #859413)

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

sebastic pushed a commit to branch master
in repository hdf4.

commit 96088a47b7d3e5f1f5b992f4a4f9ce4900a02d37
Author: Bas Couwenberg 
Date:   Mon Apr 3 14:27:28 2017 +0200

Enable PIE hardening flags. (closes: #859413)
---
 debian/changelog | 8 
 debian/rules | 8 
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6663989..4e061e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libhdf4 (4.2.12-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Enable PIE hardening flags.
+(closes: #859413)
+
+ -- Bas Couwenberg   Mon, 03 Apr 2017 14:26:32 +0200
+
 libhdf4 (4.2.12-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 1464561..e6a73bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
@@ -24,9 +24,9 @@ CC   := gcc
 CXX  := g++
 LIBS := -ljpeg -lz -lm
 
-CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get CFLAGS)
-CFLAGS += $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get CPPFLAGS)
-LDFLAGS = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get LDFLAGS)
+CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
CFLAGS)
+CFLAGS += $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
CPPFLAGS)
+LDFLAGS = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
LDFLAGS)
 
 ifneq (,$(findstring verbose,$(DEB_BUILD_OPTIONS)))
DH_VERBOSE=1

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

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


[hdf4] tag debian/4.2.12-2 created (now 0bee178)

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

sebastic pushed a change to tag debian/4.2.12-2
in repository hdf4.

at  0bee178   (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/hdf4.git

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


[hdf4] 02/03: Drop unused lintian overrides for hardening-no-pie.

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

sebastic pushed a commit to branch master
in repository hdf4.

commit c46c509759e3c89a32ce0ef552d90529bc33528d
Author: Bas Couwenberg 
Date:   Mon Apr 3 14:28:05 2017 +0200

Drop unused lintian overrides for hardening-no-pie.
---
 debian/changelog| 1 +
 debian/hdf4-tools.lintian-overrides | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4e061e0..3cca674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libhdf4 (4.2.12-2) UNRELEASED; urgency=medium
   * Team upload.
   * Enable PIE hardening flags.
 (closes: #859413)
+  * Drop unused lintian overrides for hardening-no-pie.
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 14:26:32 +0200
 
diff --git a/debian/hdf4-tools.lintian-overrides 
b/debian/hdf4-tools.lintian-overrides
deleted file mode 100644
index 062e297..000
--- a/debian/hdf4-tools.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# PIE breaks the build
-hdf4-tools: hardening-no-pie *
-

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

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


[hdf4] branch master updated (04964e2 -> 0bee178)

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

sebastic pushed a change to branch master
in repository hdf4.

  from  04964e2   Move from experimental to unstable.
   new  96088a4   Enable PIE hardening flags. (closes: #859413)
   new  c46c509   Drop unused lintian overrides for hardening-no-pie.
   new  0bee178   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/hdf4-tools.lintian-overrides | 3 ---
 debian/rules| 8 
 3 files changed, 13 insertions(+), 7 deletions(-)
 delete mode 100644 debian/hdf4-tools.lintian-overrides

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

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


[josm] 01/01: Drop webkit-image-* packages from Recommends.

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

sebastic pushed a commit to branch master
in repository josm.

commit a3c7c365220bd44222b84513753d41247f0f3f52
Author: Bas Couwenberg 
Date:   Mon Apr 3 14:23:47 2017 +0200

Drop webkit-image-* packages from Recommends.

Yahoo imagery is no longer available (since 13 September 2011).
---
 debian/changelog | 7 +++
 debian/control   | 3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 62da952..481960e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+josm (0.0.svn11826+dfsg-1~exp2) UNRELEASED; urgency=medium
+
+  * Drop webkit-image-* packages from Recommends.
+Yahoo imagery is no longer available (since 13 September 2011).
+
+ -- Bas Couwenberg   Mon, 03 Apr 2017 14:22:50 +0200
+
 josm (0.0.svn11826+dfsg-1~exp1) experimental; urgency=medium
 
   * New tested snapshot.
diff --git a/debian/control b/debian/control
index 2cd8457..aa61cef 100644
--- a/debian/control
+++ b/debian/control
@@ -37,8 +37,7 @@ Depends: default-jre (>= 2:1.8) | java8-runtime,
  libsvgsalamander-java,
  proj-data,
  ${misc:Depends}
-Recommends: josm-l10n,
-webkit-image-gtk | webkit-image-qt
+Recommends: josm-l10n
 Conflicts: josm-plugins
 Description: Editor for OpenStreetMap
  JOSM is an editor for OpenStreetMap (OSM) written in Java.

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

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


[josm] branch master updated (94d0182 -> a3c7c36)

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

sebastic pushed a change to branch master
in repository josm.

  from  94d0182   Set distribution to experimental.
   new  a3c7c36   Drop webkit-image-* packages from Recommends.

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


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

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

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


Bug#859424: mapnik shouldn't disable PIE

2017-04-03 Thread Adrian Bunk
Source: mapnik
Version: 3.0.12+ds-2
Severity: important
Tags: patch

With gcc in stretch defaulting to PIE, hardening=+all,-pie changed
semantics from "enable hardening but not PIE" to "enable all hardening
and explicitely disable the default PIE".
The latter is usually not intended.

For packages like mapnik that include static libraries the situation
is even worse, since non-PIE static libraries cannot be used with
the stretch gcc unless -no-pie is explicitly passed when linking.

The -pie in hardening flags was in some cases required in pre-stretch
releases to avoid build failures caused by (incorrectly) passing -fPIE
to the compiler when building shared libraries or plugins.
This problem does no longer exist.

I verified that python-mapnik still builds after this change.

Please apply the following patch:

--- debian/rules.old2017-04-03 11:04:40.0 +
+++ debian/rules2017-04-03 11:04:53.0 +
@@ -4,9 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Enable hardening build flags, except:
-#  pie: causes python-mapnik build failure
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# Enable hardening build flags:
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 NJOBS := -j1
 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS

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


Bug#859413: libhdf4 shouldn't disable PIE

2017-04-03 Thread Adrian Bunk
Source: libhdf4
Version: 4.2.12-1
Severity: important
Tags: patch

With gcc in stretch defaulting to PIE, hardening=+all,-pie changed
semantics from "enable hardening but not PIE" to "enable all hardening
and explicitely disable the default PIE".
The latter is usually not intended.

For packages like libhdf4 that include static libraries the situation
is even worse, since non-PIE static libraries cannot be used with
the stretch gcc unless -no-pie is explicitly passed when linking.

The -pie in hardening flags was in some cases required in pre-stretch
releases to avoid build failures caused by (incorrectly) passing -fPIE
to the compiler when building shared libraries or plugins.
This problem does no longer exist.

Please apply the following patch:

--- debian/rules.old2017-04-03 10:46:45.0 +
+++ debian/rules2017-04-03 10:47:06.0 +
@@ -6,7 +6,7 @@
 #
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
@@ -24,9 +24,9 @@
 CXX  := g++
 LIBS := -ljpeg -lz -lm
 
-CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get CFLAGS)
-CFLAGS += $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get CPPFLAGS)
-LDFLAGS = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie dpkg-buildflags 
--get LDFLAGS)
+CFLAGS  = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
CFLAGS)
+CFLAGS += $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
CPPFLAGS)
+LDFLAGS = $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags --get 
LDFLAGS)
 
 ifneq (,$(findstring verbose,$(DEB_BUILD_OPTIONS)))
DH_VERBOSE=1

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


josm_0.0.svn11826+dfsg-1~exp1_amd64.changes ACCEPTED into experimental

2017-04-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 03 Apr 2017 08:04:55 +0200
Source: josm
Binary: josm josm-l10n
Architecture: source all
Version: 0.0.svn11826+dfsg-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 josm   - Editor for OpenStreetMap
 josm-l10n  - Editor for OpenStreetMap - translation files
Changes:
 josm (0.0.svn11826+dfsg-1~exp1) experimental; urgency=medium
 .
   * New tested snapshot.
   * Drop josm-plugins from Recommends, package will be removed.
 See also: https://josm.openstreetmap.de/ticket/7483
   * Add josm-plugins to Conflicts, as it Breaks newer josm revisions.
   * Add proj-data to dependencies for grid shift files.
   * Update copyright for japicc.
   * Refresh patches.
Checksums-Sha1:
 c480c606e65c5d1c1267a2bf23d6645221250f6f 2386 josm_0.0.svn11826+dfsg-1~exp1.dsc
 a6fa81047230ed1da49efced4a5851c9cd1e4cef 33474521 
josm_0.0.svn11826+dfsg.orig.tar.gz
 9d5e23f2b6ee853dc189267fa0f54f40e5092737 89536 
josm_0.0.svn11826+dfsg-1~exp1.debian.tar.xz
 fecf2c208c20948c8b6362bbf2e3626a3974291f 1610006 
josm-l10n_0.0.svn11826+dfsg-1~exp1_all.deb
 c4956aa094b5da88a93ce4b79e784a2905f2cb7e 7399062 
josm_0.0.svn11826+dfsg-1~exp1_all.deb
 165d4641aae0e345ad28c3eaebf657c2399b4b20 10766 
josm_0.0.svn11826+dfsg-1~exp1_amd64.buildinfo
Checksums-Sha256:
 b40e0e3c481122869cdefe8a26a64dc0b5009eca141d495ad581d42b105305ad 2386 
josm_0.0.svn11826+dfsg-1~exp1.dsc
 20d442876110d83d5dc65e83ed499b9f61de93feeaac3aa589904042d3a13a61 33474521 
josm_0.0.svn11826+dfsg.orig.tar.gz
 cca30cfa4628084ccd4a4df4911b048980a537f03c3f7cb2554c74b6c0743126 89536 
josm_0.0.svn11826+dfsg-1~exp1.debian.tar.xz
 12ad8a3447c9da61dde655b74f7f40f8e81cf3d3cc7908914df178b2dfcf9cd8 1610006 
josm-l10n_0.0.svn11826+dfsg-1~exp1_all.deb
 c54bac8afa88f85e12c1fcf682b5d4f0b91c86d40f92bc6368adaf4decd1e419 7399062 
josm_0.0.svn11826+dfsg-1~exp1_all.deb
 2bea9b8c5c997d2036fe364ed64fb40b2637c5690716b214ab396fafa5a3b35c 10766 
josm_0.0.svn11826+dfsg-1~exp1_amd64.buildinfo
Files:
 8e2cea83119bb352869513a530fe0328 2386 utils extra 
josm_0.0.svn11826+dfsg-1~exp1.dsc
 23b7e555f6260b3396d25fdf31ed5629 33474521 utils extra 
josm_0.0.svn11826+dfsg.orig.tar.gz
 32ad9d43b0069ee8a1a1607e9d4e87a2 89536 utils extra 
josm_0.0.svn11826+dfsg-1~exp1.debian.tar.xz
 1a5d382df39f18566a19b9ab4d40c081 1610006 localization extra 
josm-l10n_0.0.svn11826+dfsg-1~exp1_all.deb
 60aeb5d1369ef1cc62ae94aac858c678 7399062 utils extra 
josm_0.0.svn11826+dfsg-1~exp1_all.deb
 65f7b4e503279d154b5db3eb3253195b 10766 utils extra 
josm_0.0.svn11826+dfsg-1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJY4e+4AAoJEGdQ8QrojUrxcsQP/2TALaJKzQ6qXeos6ecH+nXN
WtNnhFFPiI31VCDapJH7fyZAAjmpB8BCkLyOi6lf55nVwMAe32UNqh2UicepS43e
PixpyJltFXwNe28h2Du/2YIUHKurkUj+0LCqo5V5aAd/4alPoVyUGMR8CG2RUfD0
AMwKq1gBjAvQCYPohqqEPzL/x+CctEvoLFRP+x3lG9h1HCCTU2BCcZTmpF6sZHxE
w4wAo9AXKaDXZZzUTJh9KhoVID68EYt19MjYseoVQaWza0F9HwJaf1XIJkUvxHcY
3xxcE0Np86pRgj0l9kuWkr5CLNLrpJQvEiCJMFMcvYwMiGILRU2qQwP0ccEgBBsv
ad/2L5ng1HW0AWORdVJA/57LPAzUfDXyy3n1VX6r/nC0JOaxjsPVPCQFx+b9SkPk
s/Z9a9Q/NTb/IBZcOB1kaOP/se4pkDYaVIGrrxfbH4u6gxuiYDphH96KracqwEjT
ZfI8LRPipUQb72Ok754V0zTcKWYCOLkGYpPfqE5+3LT6US4ye90N9WAc/kAPp9T5
VyRKY098mlo4Esmh+0b5vezxlqqWkQrkuwh5AjO90RPKJ7rncQ1GuDT9y72IuOVD
LmHIf8P85+YyOLIyNsQ02vbg/q6hGJGscZrJo+HSEMw+3aegDaUcTDk7EfHSOHgw
kgTdKBUEYZwLoECM3lYx
=8ahA
-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 josm_0.0.svn11826+dfsg-1~exp1_amd64.changes

2017-04-03 Thread Debian FTP Masters
josm_0.0.svn11826+dfsg-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  josm_0.0.svn11826+dfsg-1~exp1.dsc
  josm_0.0.svn11826+dfsg.orig.tar.gz
  josm_0.0.svn11826+dfsg-1~exp1.debian.tar.xz
  josm-l10n_0.0.svn11826+dfsg-1~exp1_all.deb
  josm_0.0.svn11826+dfsg-1~exp1_all.deb
  josm_0.0.svn11826+dfsg-1~exp1_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


[josm] tag debian/0.0.svn11826+dfsg-1.exp1 created (now 94d0182)

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

sebastic pushed a change to tag debian/0.0.svn11826+dfsg-1.exp1
in repository josm.

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

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

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


[josm] annotated tag upstream/0.0.svn11826+dfsg created (now 0ef8a47)

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

sebastic pushed a change to annotated tag upstream/0.0.svn11826+dfsg
in repository josm.

at  0ef8a47   (tag)
   tagging  d109609ab4e98f44d1536457f3fb13a14143cc8a (commit)
  replaces  upstream/0.0.svn11639+dfsg
 tagged by  Bas Couwenberg
on  Mon Apr 3 07:42:30 2017 +0200

- Log -
Upstream version 0.0.svn11826+dfsg

Bas Couwenberg (1):
  Imported Upstream version 0.0.svn11826+dfsg

---

No new revisions were added by this update.

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

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


[josm] branch upstream updated (df9eb86 -> d109609)

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

sebastic pushed a change to branch upstream
in repository josm.

  from  df9eb86   Imported Upstream version 0.0.svn11639+dfsg
   new  d109609   Imported Upstream version 0.0.svn11826+dfsg

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:
 CONTRIBUTION   |9 +
 README |5 +-
 REVISION   |   10 +-
 build.xml  |   38 +-
 data/defaultpresets.xml| 2374 +++--
 data/maps.xsd  | 1388 +--
 data/projection/ntf_r93_b.gsb  |  Bin 277424 -> 0 bytes
 data/tagging-preset.xsd|  642 +-
 data/validator/combinations.mapcss |9 +-
 data/validator/geometry.mapcss |   19 +-
 data/validator/numeric.mapcss  |   18 +-
 data/validator/wikipedia.mapcss|  137 +-
 {data => data_nodist}/projection/BETA2007.gsb  |  Bin
 data_nodist/projection/CHENYX06_etrs.gsb   |  Bin 0 -> 3310656 bytes
 data_nodist/projection/CHENyx06-Distribution.pdf   |  Bin 0 -> 19312 bytes
 data_nodist/projection/josm-epsg   |   10 +-
 data_nodist/projection/ntf_r93.gsb |  Bin 0 -> 277424 bytes
 data_nodist/projection/projection-reference-data   |   26 +-
 .../projection/projection-regression-test-data |4 +-
 data_nodist/trans/ast.lang |  Bin 8866 -> 8801 bytes
 data_nodist/trans/be.lang  |  Bin 18529 -> 18388 bytes
 data_nodist/trans/bg.lang  |  Bin 2429 -> 2433 bytes
 data_nodist/trans/ca-valencia.lang |  Bin 7809 -> 7813 bytes
 data_nodist/trans/ca.lang  |  Bin 10528 -> 10474 bytes
 data_nodist/trans/cs.lang  |  Bin 11298 -> 11585 bytes
 data_nodist/trans/da.lang  |  Bin 10603 -> 10536 bytes
 data_nodist/trans/de.lang  |  Bin 11937 -> 12238 bytes
 data_nodist/trans/el.lang  |  Bin 1431 -> 1435 bytes
 data_nodist/trans/en.lang  |  Bin 9743 -> 9957 bytes
 data_nodist/trans/en_AU.lang   |  Bin 1516 -> 1520 bytes
 data_nodist/trans/en_GB.lang   |  Bin 2108 -> 2112 bytes
 data_nodist/trans/es.lang  |  Bin 12551 -> 12618 bytes
 data_nodist/trans/et.lang  |  Bin 1408 -> 1412 bytes
 data_nodist/trans/fi.lang  |  Bin 3029 -> 3033 bytes
 data_nodist/trans/fr.lang  |  Bin 12280 -> 12219 bytes
 data_nodist/trans/gl.lang  |  Bin 2979 -> 2983 bytes
 data_nodist/trans/hu.lang  |  Bin 12590 -> 12512 bytes
 data_nodist/trans/id.lang  |  Bin 6719 -> 6723 bytes
 data_nodist/trans/it.lang  |  Bin 10418 -> 10357 bytes
 data_nodist/trans/ja.lang  |  Bin 11734 -> 11661 bytes
 data_nodist/trans/km.lang  |  Bin 16889 -> 16686 bytes
 data_nodist/trans/lt.lang  |  Bin 2037 -> 2041 bytes
 data_nodist/trans/nb.lang  |  Bin 1707 -> 1711 bytes
 data_nodist/trans/nl.lang  |  Bin 12447 -> 12362 bytes
 data_nodist/trans/pl.lang  |  Bin 2856 -> 2860 bytes
 data_nodist/trans/pt.lang  |  Bin 13690 -> 13644 bytes
 data_nodist/trans/pt_BR.lang   |  Bin 10175 -> 10116 bytes
 data_nodist/trans/ru.lang  |  Bin 18583 -> 18731 bytes
 data_nodist/trans/sk.lang  |  Bin 10557 -> 10489 bytes
 data_nodist/trans/sv.lang  |  Bin 1330 -> 1334 bytes
 data_nodist/trans/uk.lang  |  Bin 18940 -> 18807 bytes
 data_nodist/trans/vi.lang  |  Bin 10755 -> 10676 bytes
 data_nodist/trans/zh_CN.lang   |  Bin 7588 -> 7531 bytes
 data_nodist/trans/zh_TW.lang   |  Bin 4839 -> 4921 bytes
 i18n/po/af.po  |  433 +-
 i18n/po/am.po  |  433 +-
 i18n/po/ar.po  |  433 +-
 i18n/po/ast.po |  463 +-
 i18n/po/az.po  |  433 +-
 i18n/po/be.po  |  484 +-
 i18n/po/bg.po  |  433 +-
 i18n/po/bn.po

[josm] 02/07: Merge tag 'upstream/0.0.svn11826+dfsg'

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

sebastic pushed a commit to branch master
in repository josm.

commit da84fd3577569b9ea766bc5e820dc4d6dafbc316
Merge: 5e5097a d109609
Author: Bas Couwenberg 
Date:   Mon Apr 3 07:42:31 2017 +0200

Merge tag 'upstream/0.0.svn11826+dfsg'

Upstream version 0.0.svn11826+dfsg

 CONTRIBUTION   |9 +
 README |5 +-
 REVISION   |   10 +-
 build.xml  |   38 +-
 data/defaultpresets.xml| 2374 +++--
 data/maps.xsd  | 1388 +--
 data/projection/ntf_r93_b.gsb  |  Bin 277424 -> 0 bytes
 data/tagging-preset.xsd|  642 +-
 data/validator/combinations.mapcss |9 +-
 data/validator/geometry.mapcss |   19 +-
 data/validator/numeric.mapcss  |   18 +-
 data/validator/wikipedia.mapcss|  137 +-
 {data => data_nodist}/projection/BETA2007.gsb  |  Bin
 data_nodist/projection/CHENYX06_etrs.gsb   |  Bin 0 -> 3310656 bytes
 data_nodist/projection/CHENyx06-Distribution.pdf   |  Bin 0 -> 19312 bytes
 data_nodist/projection/josm-epsg   |   10 +-
 data_nodist/projection/ntf_r93.gsb |  Bin 0 -> 277424 bytes
 data_nodist/projection/projection-reference-data   |   26 +-
 .../projection/projection-regression-test-data |4 +-
 data_nodist/trans/ast.lang |  Bin 8866 -> 8801 bytes
 data_nodist/trans/be.lang  |  Bin 18529 -> 18388 bytes
 data_nodist/trans/bg.lang  |  Bin 2429 -> 2433 bytes
 data_nodist/trans/ca-valencia.lang |  Bin 7809 -> 7813 bytes
 data_nodist/trans/ca.lang  |  Bin 10528 -> 10474 bytes
 data_nodist/trans/cs.lang  |  Bin 11298 -> 11585 bytes
 data_nodist/trans/da.lang  |  Bin 10603 -> 10536 bytes
 data_nodist/trans/de.lang  |  Bin 11937 -> 12238 bytes
 data_nodist/trans/el.lang  |  Bin 1431 -> 1435 bytes
 data_nodist/trans/en.lang  |  Bin 9743 -> 9957 bytes
 data_nodist/trans/en_AU.lang   |  Bin 1516 -> 1520 bytes
 data_nodist/trans/en_GB.lang   |  Bin 2108 -> 2112 bytes
 data_nodist/trans/es.lang  |  Bin 12551 -> 12618 bytes
 data_nodist/trans/et.lang  |  Bin 1408 -> 1412 bytes
 data_nodist/trans/fi.lang  |  Bin 3029 -> 3033 bytes
 data_nodist/trans/fr.lang  |  Bin 12280 -> 12219 bytes
 data_nodist/trans/gl.lang  |  Bin 2979 -> 2983 bytes
 data_nodist/trans/hu.lang  |  Bin 12590 -> 12512 bytes
 data_nodist/trans/id.lang  |  Bin 6719 -> 6723 bytes
 data_nodist/trans/it.lang  |  Bin 10418 -> 10357 bytes
 data_nodist/trans/ja.lang  |  Bin 11734 -> 11661 bytes
 data_nodist/trans/km.lang  |  Bin 16889 -> 16686 bytes
 data_nodist/trans/lt.lang  |  Bin 2037 -> 2041 bytes
 data_nodist/trans/nb.lang  |  Bin 1707 -> 1711 bytes
 data_nodist/trans/nl.lang  |  Bin 12447 -> 12362 bytes
 data_nodist/trans/pl.lang  |  Bin 2856 -> 2860 bytes
 data_nodist/trans/pt.lang  |  Bin 13690 -> 13644 bytes
 data_nodist/trans/pt_BR.lang   |  Bin 10175 -> 10116 bytes
 data_nodist/trans/ru.lang  |  Bin 18583 -> 18731 bytes
 data_nodist/trans/sk.lang  |  Bin 10557 -> 10489 bytes
 data_nodist/trans/sv.lang  |  Bin 1330 -> 1334 bytes
 data_nodist/trans/uk.lang  |  Bin 18940 -> 18807 bytes
 data_nodist/trans/vi.lang  |  Bin 10755 -> 10676 bytes
 data_nodist/trans/zh_CN.lang   |  Bin 7588 -> 7531 bytes
 data_nodist/trans/zh_TW.lang   |  Bin 4839 -> 4921 bytes
 i18n/po/af.po  |  433 +-
 i18n/po/am.po  |  433 +-
 i18n/po/ar.po  |  433 +-
 i18n/po/ast.po |  463 +-
 i18n/po/az.po  |  433 +-
 i18n/po/be.po  |  484 +-
 i18n/po/bg.po  |  433 +-
 i18n/po/bn.po  |  433 +-
 i18n/po/br.po  |  433 +-
 i18n/po/bs.po  |  433 +-
 

[josm] 07/07: Set distribution to experimental.

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

sebastic pushed a commit to branch master
in repository josm.

commit 94d018294874c35e380fd68739beddfd9b038810
Author: Bas Couwenberg 
Date:   Mon Apr 3 08:05:10 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index e477334..62da952 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-josm (0.0.svn11826+dfsg-1) UNRELEASED; urgency=medium
+josm (0.0.svn11826+dfsg-1~exp1) experimental; urgency=medium
 
   * New tested snapshot.
   * Drop josm-plugins from Recommends, package will be removed.
@@ -8,7 +8,7 @@ josm (0.0.svn11826+dfsg-1) UNRELEASED; urgency=medium
   * Update copyright for japicc.
   * Refresh patches.
 
- -- Bas Couwenberg   Mon, 03 Apr 2017 07:42:45 +0200
+ -- Bas Couwenberg   Mon, 03 Apr 2017 08:04:55 +0200
 
 josm (0.0.svn11639+dfsg-1~exp1) experimental; urgency=medium
 

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

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


[josm] 05/07: Update copyright for japicc.

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

sebastic pushed a commit to branch master
in repository josm.

commit a96b4140a1034bb8302328d6b7c3daeda1caf77b
Author: Bas Couwenberg 
Date:   Mon Apr 3 07:54:21 2017 +0200

Update copyright for japicc.
---
 debian/changelog | 1 +
 debian/copyright | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aa49fd5..ea61d32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ josm (0.0.svn11826+dfsg-1) UNRELEASED; urgency=medium
 See also: https://josm.openstreetmap.de/ticket/7483
   * Add josm-plugins to Conflicts, as it Breaks newer josm revisions.
   * Add proj-data to dependencies for grid shift files.
+  * Update copyright for japicc.
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 07:42:45 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 570c37f..4b71dea 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -164,8 +164,8 @@ Comment: The contents of this file are subject to the terms 
of either the GNU
 License: GPL-2 with Classpath exception or CDDL-1.1
 
 Files: tools/japicc/japi-compliance-checker.pl
-Copyright: 2011, Institute for System Programming, RAS
-  2011-2016, Andrey Ponomarenko's ABI Laboratory
+ tools/japicc/modules/Internals/*
+Copyright: 2011-2017, Andrey Ponomarenko's ABI Laboratory
 License: GPL-2+ or LGPL-2.1+
 
 Files: i18n/po/*.po

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

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


[josm] 01/01: pristine-tar data for josm_0.0.svn11826+dfsg.orig.tar.gz

2017-04-03 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 josm.

commit 6d536d40367b3c8ab378a91b330127d5cbae68e3
Author: Bas Couwenberg 
Date:   Mon Apr 3 07:42:30 2017 +0200

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

diff --git a/josm_0.0.svn11826+dfsg.orig.tar.gz.delta 
b/josm_0.0.svn11826+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..5ffbf29
Binary files /dev/null and b/josm_0.0.svn11826+dfsg.orig.tar.gz.delta differ
diff --git a/josm_0.0.svn11826+dfsg.orig.tar.gz.id 
b/josm_0.0.svn11826+dfsg.orig.tar.gz.id
new file mode 100644
index 000..34e6d81
--- /dev/null
+++ b/josm_0.0.svn11826+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+d56ef63f017ba566725453eba86808b28f6a148e

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

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


[josm] 03/07: New tested snapshot.

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

sebastic pushed a commit to branch master
in repository josm.

commit 57110c430ad9dc77397b6ec77a45478b1596de00
Author: Bas Couwenberg 
Date:   Mon Apr 3 07:43:04 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 16230b3..b511b70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-josm (0.0.svn11639+dfsg-1~exp2) UNRELEASED; urgency=medium
+josm (0.0.svn11826+dfsg-1) UNRELEASED; urgency=medium
 
+  * New tested snapshot.
   * Drop josm-plugins from Recommends, package will be removed.
 See also: https://josm.openstreetmap.de/ticket/7483
   * Add josm-plugins to Conflicts, as it Breaks newer josm revisions.
 
- -- Bas Couwenberg   Fri, 17 Mar 2017 23:28:07 +0100
+ -- Bas Couwenberg   Mon, 03 Apr 2017 07:42:45 +0200
 
 josm (0.0.svn11639+dfsg-1~exp1) experimental; urgency=medium
 

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

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


[josm] 04/07: Add proj-data to dependencies for grid shift files.

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

sebastic pushed a commit to branch master
in repository josm.

commit 0e7260c426bcc9f8f51d6af68a42d491d306e2f9
Author: Bas Couwenberg 
Date:   Mon Apr 3 07:44:30 2017 +0200

Add proj-data to dependencies for grid shift files.
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b511b70..aa49fd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ josm (0.0.svn11826+dfsg-1) UNRELEASED; urgency=medium
   * Drop josm-plugins from Recommends, package will be removed.
 See also: https://josm.openstreetmap.de/ticket/7483
   * Add josm-plugins to Conflicts, as it Breaks newer josm revisions.
+  * Add proj-data to dependencies for grid shift files.
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 07:42:45 +0200
 
diff --git a/debian/control b/debian/control
index eadf002..2cd8457 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,7 @@ Depends: default-jre (>= 2:1.8) | java8-runtime,
  libgettext-commons-java (>= 0.9.6),
  liboauth-signpost-java (>= 1.2),
  libsvgsalamander-java,
+ proj-data,
  ${misc:Depends}
 Recommends: josm-l10n,
 webkit-image-gtk | webkit-image-qt

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

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


[josm] branch pristine-tar updated (db35a76 -> 6d536d4)

2017-04-03 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 josm.

  from  db35a76   pristine-tar data for josm_0.0.svn11639+dfsg.orig.tar.gz
   new  6d536d4   pristine-tar data for josm_0.0.svn11826+dfsg.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:
 josm_0.0.svn11826+dfsg.orig.tar.gz.delta | Bin 0 -> 204581 bytes
 josm_0.0.svn11826+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 josm_0.0.svn11826+dfsg.orig.tar.gz.delta
 create mode 100644 josm_0.0.svn11826+dfsg.orig.tar.gz.id

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

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


[josm] 06/07: Refresh patches.

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

sebastic pushed a commit to branch master
in repository josm.

commit 5ccfc016356ff6285ab3da20f6851dfc0dfdce16
Author: Bas Couwenberg 
Date:   Mon Apr 3 08:04:46 2017 +0200

Refresh patches.
---
 debian/changelog  |  1 +
 debian/patches/00-build.patch | 39 +++
 debian/patches/01-bts.patch   |  4 +--
 debian/patches/03-default_look_and_feel.patch |  2 +-
 debian/patches/04-use_system_jmapviewer.patch |  2 +-
 debian/patches/05-fix_version.patch   |  2 +-
 debian/patches/06-move_data_out_of_jar.patch  |  2 +-
 debian/patches/08-use_noto_font.patch | 11 
 8 files changed, 29 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea61d32..e477334 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ josm (0.0.svn11826+dfsg-1) UNRELEASED; urgency=medium
   * Add josm-plugins to Conflicts, as it Breaks newer josm revisions.
   * Add proj-data to dependencies for grid shift files.
   * Update copyright for japicc.
+  * Refresh patches.
 
  -- Bas Couwenberg   Mon, 03 Apr 2017 07:42:45 +0200
 
diff --git a/debian/patches/00-build.patch b/debian/patches/00-build.patch
index c52b3ab..5596f7f 100644
--- a/debian/patches/00-build.patch
+++ b/debian/patches/00-build.patch
@@ -16,7 +16,7 @@ Forwarded: not-needed
 -
 +
 +
- 
+ 
  
  
@@ -52,7 +52,7 @@ Forwarded: not-needed
  
  
  
-@@ -106,8 +119,10 @@
+@@ -111,8 +124,10 @@
  
  # automatically generated by JOSM build.xml - do not edit
  Revision: ${version.entry.commit.revision}
@@ -64,7 +64,7 @@ Forwarded: not-needed
  
  
  
@@ -73,7 +73,7 @@ Forwarded: not-needed
  
  
  
-@@ -137,6 +152,8 @@ Build-Date: ${build.tstamp}
+@@ -142,6 +157,8 @@ Build-Date: ${build.tstamp}
  
  
  
@@ -82,19 +82,21 @@ Forwarded: not-needed
  
  
  
-@@ -207,10 +224,7 @@ Build-Date: ${build.tstamp}
+@@ -212,38 +229,21 @@ Build-Date: ${build.tstamp}
  
  
  
--
--
--
--
+-
+-
 +
  
  
  
-@@ -221,26 +235,10 @@ Build-Date: ${build.tstamp}
+ 
+ 
+ 
+-
++
  
  
  
@@ -122,7 +124,7 @@ Forwarded: not-needed
  
  
  
-@@ -261,19 +259,13 @@ Build-Date: ${build.tstamp}
+@@ -264,19 +264,13 @@ Build-Date: ${build.tstamp}
  
  
  
@@ -145,7 +147,7 @@ Forwarded: not-needed
  
  
  
-@@ -287,16 +279,12 @@ Build-Date: ${build.tstamp}
+@@ -290,16 +284,12 @@ Build-Date: ${build.tstamp}
  
  
  
@@ -163,16 +165,19 @@ Forwarded: not-needed
  
  
  
-@@ -310,8 +298,6 @@ Build-Date: ${build.tstamp}
+@@ -313,11 +303,6 @@ Build-Date: ${build.tstamp}
  
  
  
 -
 -
+-
+-
+-
  
  
  
-@@ -325,6 +311,7 @@ Build-Date: ${build.tstamp}
+@@ -331,6 +316,7 @@ Build-Date: ${build.tstamp}
  
  
  
@@ -180,7 +185,7 @@ Forwarded: not-needed
  
  
  
  
  
@@ -188,7 +193,7 @@ Forwarded: not-needed
  
  
  
-@@ -784,6 +772,7 @@ Build-Date: ${build.tstamp}
+@@ -808,6 +795,7 @@ Build-Date: ${build.tstamp}
  
  
  
diff --git a/debian/patches/01-bts.patch b/debian/patches/01-bts.patch
index c27bb55..9d34e74 100644
--- a/debian/patches/01-bts.patch
+++ b/debian/patches/01-bts.patch
@@ -66,7 +66,7 @@ Forwarded: not-needed
   *
 --- a/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java
 +++ b/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java
-@@ -35,6 +35,7 @@ import org.openstreetmap.josm.gui.prefer
+@@ -36,6 +36,7 @@ import org.openstreetmap.josm.gui.prefer
  import org.openstreetmap.josm.gui.util.GuiHelper;
  import org.openstreetmap.josm.io.OsmApi;
  import org.openstreetmap.josm.plugins.PluginHandler;
@@ -74,7 +74,7 @@ Forwarded: not-needed
  import org.openstreetmap.josm.tools.PlatformHookUnixoid;
  import org.openstreetmap.josm.tools.Shortcut;
  import org.openstreetmap.josm.tools.Utils;
-@@ -297,7 +298,7 @@ public final class ShowStatusReportActio
+@@ -294,7 +295,7 @@ public final class ShowStatusReportActio
  
  switch (ed.showDialog().getValue()) {
  case 1: ta.copyToClipboard(); break;
diff --git a/debian/patches/03-default_look_and_feel.patch 
b/debian/patches/03-default_look_and_feel.patch
index 

[josm] branch master updated (5e5097a -> 94d0182)

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

sebastic pushed a change to branch master
in repository josm.

  from  5e5097a   Add josm-plugins to Conflicts, as it Breaks newer josm 
revisions.
   new  d109609   Imported Upstream version 0.0.svn11826+dfsg
   new  da84fd3   Merge tag 'upstream/0.0.svn11826+dfsg'
   new  57110c4   New tested snapshot.
   new  0e7260c   Add proj-data to dependencies for grid shift files.
   new  a96b414   Update copyright for japicc.
   new  5ccfc01   Refresh patches.
   new  94d0182   Set distribution to experimental.

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:
 CONTRIBUTION   |9 +
 README |5 +-
 REVISION   |   10 +-
 build.xml  |   38 +-
 data/defaultpresets.xml| 2374 +++--
 data/maps.xsd  | 1388 +--
 data/projection/ntf_r93_b.gsb  |  Bin 277424 -> 0 bytes
 data/tagging-preset.xsd|  642 +-
 data/validator/combinations.mapcss |9 +-
 data/validator/geometry.mapcss |   19 +-
 data/validator/numeric.mapcss  |   18 +-
 data/validator/wikipedia.mapcss|  137 +-
 {data => data_nodist}/projection/BETA2007.gsb  |  Bin
 data_nodist/projection/CHENYX06_etrs.gsb   |  Bin 0 -> 3310656 bytes
 data_nodist/projection/CHENyx06-Distribution.pdf   |  Bin 0 -> 19312 bytes
 data_nodist/projection/josm-epsg   |   10 +-
 data_nodist/projection/ntf_r93.gsb |  Bin 0 -> 277424 bytes
 data_nodist/projection/projection-reference-data   |   26 +-
 .../projection/projection-regression-test-data |4 +-
 data_nodist/trans/ast.lang |  Bin 8866 -> 8801 bytes
 data_nodist/trans/be.lang  |  Bin 18529 -> 18388 bytes
 data_nodist/trans/bg.lang  |  Bin 2429 -> 2433 bytes
 data_nodist/trans/ca-valencia.lang |  Bin 7809 -> 7813 bytes
 data_nodist/trans/ca.lang  |  Bin 10528 -> 10474 bytes
 data_nodist/trans/cs.lang  |  Bin 11298 -> 11585 bytes
 data_nodist/trans/da.lang  |  Bin 10603 -> 10536 bytes
 data_nodist/trans/de.lang  |  Bin 11937 -> 12238 bytes
 data_nodist/trans/el.lang  |  Bin 1431 -> 1435 bytes
 data_nodist/trans/en.lang  |  Bin 9743 -> 9957 bytes
 data_nodist/trans/en_AU.lang   |  Bin 1516 -> 1520 bytes
 data_nodist/trans/en_GB.lang   |  Bin 2108 -> 2112 bytes
 data_nodist/trans/es.lang  |  Bin 12551 -> 12618 bytes
 data_nodist/trans/et.lang  |  Bin 1408 -> 1412 bytes
 data_nodist/trans/fi.lang  |  Bin 3029 -> 3033 bytes
 data_nodist/trans/fr.lang  |  Bin 12280 -> 12219 bytes
 data_nodist/trans/gl.lang  |  Bin 2979 -> 2983 bytes
 data_nodist/trans/hu.lang  |  Bin 12590 -> 12512 bytes
 data_nodist/trans/id.lang  |  Bin 6719 -> 6723 bytes
 data_nodist/trans/it.lang  |  Bin 10418 -> 10357 bytes
 data_nodist/trans/ja.lang  |  Bin 11734 -> 11661 bytes
 data_nodist/trans/km.lang  |  Bin 16889 -> 16686 bytes
 data_nodist/trans/lt.lang  |  Bin 2037 -> 2041 bytes
 data_nodist/trans/nb.lang  |  Bin 1707 -> 1711 bytes
 data_nodist/trans/nl.lang  |  Bin 12447 -> 12362 bytes
 data_nodist/trans/pl.lang  |  Bin 2856 -> 2860 bytes
 data_nodist/trans/pt.lang  |  Bin 13690 -> 13644 bytes
 data_nodist/trans/pt_BR.lang   |  Bin 10175 -> 10116 bytes
 data_nodist/trans/ru.lang  |  Bin 18583 -> 18731 bytes
 data_nodist/trans/sk.lang  |  Bin 10557 -> 10489 bytes
 data_nodist/trans/sv.lang  |  Bin 1330 -> 1334 bytes
 data_nodist/trans/uk.lang  |  Bin 18940 -> 18807 bytes
 data_nodist/trans/vi.lang  |  Bin 10755 -> 10676 bytes
 data_nodist/trans/zh_CN.lang   |  Bin 7588 -> 7531 bytes
 data_nodist/trans/zh_TW.lang   |  Bin 4839 -> 4921 bytes
 debian/changelog   |8 +-
 debian/control |1 +
 

Bug#859392: unblock: gdal/2.1.2+dfsg-4

2017-04-03 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package gdal

It fixes #859368 by enabling PIE.

unblock gdal/2.1.2+dfsg-4

Kind Regards,

Bas
diff -Nru gdal-2.1.2+dfsg/debian/changelog gdal-2.1.2+dfsg/debian/changelog
--- gdal-2.1.2+dfsg/debian/changelog2017-02-02 20:15:59.0 +0100
+++ gdal-2.1.2+dfsg/debian/changelog2017-04-02 23:35:22.0 +0200
@@ -1,3 +1,11 @@
+gdal (2.1.2+dfsg-4) unstable; urgency=medium
+
+  * Enable PIE hardening flags.
+(closes: #859368)
+  * Drop unused hardening-no-pie lintian override.
+
+ -- Bas Couwenberg   Sun, 02 Apr 2017 23:35:22 +0200
+
 gdal (2.1.2+dfsg-3) unstable; urgency=medium
 
   * Add upstream patch to fix _gdal_array ImportError with Python 3.
diff -Nru gdal-2.1.2+dfsg/debian/gdal-bin.lintian-overrides 
gdal-2.1.2+dfsg/debian/gdal-bin.lintian-overrides
--- gdal-2.1.2+dfsg/debian/gdal-bin.lintian-overrides   2017-01-20 
10:15:35.0 +0100
+++ gdal-2.1.2+dfsg/debian/gdal-bin.lintian-overrides   2017-04-02 
22:42:59.0 +0200
@@ -7,6 +7,3 @@
 # in pre-1.10 versions distributed in experimental. Just for safety.
 gdal-bin: package-relation-with-self breaks: gdal-bin (<< 1.10.0-0~)
 
-# PIE breaks the Python bindings
-gdal-bin: hardening-no-pie *
-
diff -Nru gdal-2.1.2+dfsg/debian/rules gdal-2.1.2+dfsg/debian/rules
--- gdal-2.1.2+dfsg/debian/rules2017-02-02 20:14:10.0 +0100
+++ gdal-2.1.2+dfsg/debian/rules2017-04-02 22:41:34.0 +0200
@@ -9,7 +9,7 @@
 #export DH_VERBOSE=1
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 UPSTREAM_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
 
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#859393: unblock: grass/7.2.0-2

2017-04-03 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package grass

It fixes 859372 by enabling PIE.

unblock grass/7.2.0-2

Kind Regards,

Bas
diff -Nru grass-7.2.0/debian/changelog grass-7.2.0/debian/changelog
--- grass-7.2.0/debian/changelog2016-12-28 19:05:08.0 +0100
+++ grass-7.2.0/debian/changelog2017-04-02 23:38:40.0 +0200
@@ -1,3 +1,11 @@
+grass (7.2.0-2) unstable; urgency=medium
+
+  * Enable PIE hardening flags.
+(closes: #859372)
+  * Drop unused lintian overrides for hardening-no-pie.
+
+ -- Bas Couwenberg   Sun, 02 Apr 2017 23:38:40 +0200
+
 grass (7.2.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru grass-7.2.0/debian/grass-core.lintian-overrides 
grass-7.2.0/debian/grass-core.lintian-overrides
--- grass-7.2.0/debian/grass-core.lintian-overrides 2016-12-28 
18:10:58.0 +0100
+++ grass-7.2.0/debian/grass-core.lintian-overrides 2017-04-02 
23:38:05.0 +0200
@@ -44,6 +44,3 @@
 grass-core: extra-license-file usr/lib/grass*/etc/license
 grass-core: extra-license-file usr/share/doc/grass-core/COPYING
 
-# PIE breaks the build
-grass-core: hardening-no-pie *
-
diff -Nru grass-7.2.0/debian/grass-dev.lintian-overrides 
grass-7.2.0/debian/grass-dev.lintian-overrides
--- grass-7.2.0/debian/grass-dev.lintian-overrides  2016-12-01 
20:04:08.0 +0100
+++ grass-7.2.0/debian/grass-dev.lintian-overrides  1970-01-01 
01:00:00.0 +0100
@@ -1,3 +0,0 @@
-# PIE breaks the build
-grass-dev: hardening-no-pie *
-
diff -Nru grass-7.2.0/debian/patches/hicolor-icons.patch 
grass-7.2.0/debian/patches/hicolor-icons.patch
--- grass-7.2.0/debian/patches/hicolor-icons.patch  2016-12-28 
19:04:36.0 +0100
+++ grass-7.2.0/debian/patches/hicolor-icons.patch  2017-01-17 
00:33:11.0 +0100
@@ -2,6 +2,7 @@
  grass.desktop uses Icon=grass not Icon=grass71.
 Author: Bas Couwenberg 
 Forwarded: https://trac.osgeo.org/grass/ticket/3233
+Applied-Upstream: https://trac.osgeo.org/grass/changeset/70166
 
 --- a/gui/icons/Makefile
 +++ b/gui/icons/Makefile
diff -Nru grass-7.2.0/debian/rules grass-7.2.0/debian/rules
--- grass-7.2.0/debian/rules2016-12-28 18:53:46.0 +0100
+++ grass-7.2.0/debian/rules2017-04-02 23:36:12.0 +0200
@@ -3,9 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# 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
 
 VERSION=$(shell echo `head -2 $(CURDIR)/include/VERSION` | sed -e 's/ //')
 ABI=$(shell echo `head -3 $(CURDIR)/include/VERSION` | sed -e 's/ //g' -e 
's/RC/-/')
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#859394: unblock: libgdal-grass/2.1.2-5

2017-04-03 Thread Bas Couwenberg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libgdal-grass

It enables PIE to as done for gdal (#859368) & grass (#859372) to keep
the family in sync.

unblock libgdal-grass/2.1.2-5

Kind Regards,

Bas
diff -Nru libgdal-grass-2.1.2/debian/changelog 
libgdal-grass-2.1.2/debian/changelog
--- libgdal-grass-2.1.2/debian/changelog2017-01-17 01:50:21.0 
+0100
+++ libgdal-grass-2.1.2/debian/changelog2017-04-02 23:43:22.0 
+0200
@@ -1,3 +1,9 @@
+libgdal-grass (2.1.2-5) unstable; urgency=medium
+
+  * Enable PIE hardening flags.
+
+ -- Bas Couwenberg   Sun, 02 Apr 2017 23:43:22 +0200
+
 libgdal-grass (2.1.2-4) unstable; urgency=medium
 
   * Add patch to link GRASS 7.2 libraries.
diff -Nru libgdal-grass-2.1.2/debian/patches/grass72.patch 
libgdal-grass-2.1.2/debian/patches/grass72.patch
--- libgdal-grass-2.1.2/debian/patches/grass72.patch2017-01-17 
01:50:11.0 +0100
+++ libgdal-grass-2.1.2/debian/patches/grass72.patch2017-04-02 
23:42:35.0 +0200
@@ -1,6 +1,7 @@
 Description: Add libraries for GRASS 7.2.
 Author: Bas Couwenberg 
 Forwarded: https://trac.osgeo.org/gdal/ticket/6785
+Applied-Upstream: http://trac.osgeo.org/gdal/changeset/37161
 
 --- a/configure.in
 +++ b/configure.in
diff -Nru libgdal-grass-2.1.2/debian/rules libgdal-grass-2.1.2/debian/rules
--- libgdal-grass-2.1.2/debian/rules2016-10-28 16:20:25.0 +0200
+++ libgdal-grass-2.1.2/debian/rules2017-04-02 23:42:50.0 +0200
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 PKGNAME=$(shell grep Package: debian/control.in | head -1 | cut -d' ' -f2)
 GRASS=grass$(subst .,,$(shell pkg-config --modversion grass | cut -d. -f1,2))
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel