Bug#779974: josm: invalid certificate

2015-04-23 Thread Sebastiaan Couwenberg
OK, let's add all the certificates in the CA chain.

Start by saving the attached certificates in /tmp.

Import certificate for: GeoTrust Global CA

 sudo keytool -v -importcert -trustcacerts -alias geotrust_global_ca \
 -file /tmp/osm-tile-cert-2.crt \
 -keystore /etc/ssl/certs/java/cacerts -storepass changeit

Import certificate for: RapidSSL CA

 sudo keytool -v -importcert -trustcacerts -alias rapidssl_ca \
 -file /tmp/osm-tile-cert-1.crt \
 -keystore /etc/ssl/certs/java/cacerts -storepass changeit

Import certificate for: *.tile.openstreetmap.org

 sudo keytool -v -importcert -trustcacerts \
 -alias tile_openstreetmap_org \
 -file /tmp/osm-tile-cert-0.crt \
 -keystore /etc/ssl/certs/java/cacerts -storepass changeit

You should now have the whole CA chain in the truststore.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


osm-tile-cert-0.crt
Description: application/pkix-cert


osm-tile-cert-1.crt
Description: application/pkix-cert


osm-tile-cert-2.crt
Description: application/pkix-cert
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[laszip] branch master updated (d3f28b5 - 2141bb5)

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

sebastic pushed a change to branch master
in repository laszip.

  from  d3f28b5   Add upstream metadata.
   new  d3dff7c   Set the date embedded in man pages to the build date for 
reproducible builds.
   new  b4e1cb4   Update Vcs-Browser URL to use cgit instead of gitweb.
   new  27dd35a   Bump Standards-Version to 3.9.6, no changes.
   new  9c7ce7e   Update my email to @debian.org address.
   new  2141bb5   Group copyright paragraphs, align multiline copyright.

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


Summary of changes:
 debian/changelog|  2 +-
 debian/control  |  6 ++--
 debian/copyright| 58 +++--
 debian/patches/include-subdir.patch |  2 +-
 debian/rules|  4 ++-
 5 files changed, 12 insertions(+), 60 deletions(-)

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

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


[liblas] 01/01: Set the date embedded in man pages to the build date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository liblas.

commit 556948fe043222c8235b1982e727fd009dc6445d
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:31:35 2015 +0200

Set the date embedded in man pages to the build date for reproducible 
builds.
---
 debian/changelog | 2 ++
 debian/rules | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9a263d0..ad50247 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ liblas (1.8.0-2~exp2) UNRELEASED; urgency=medium
 
   * Update symbols for: arm64, armel, armhf, hurd-i386, i386, kfreebsd-i386,
 mips, mipsel, powerpc, ppc64el  s390x.
+  * Set the date embedded in man pages to the build date for
+reproducible builds.
 
  -- Bas Couwenberg sebas...@debian.org  Sun, 08 Feb 2015 16:18:48 +0100
 
diff --git a/debian/rules b/debian/rules
index 0696dc5..e3813e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/~.*//; s/^[0-9]://')
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
 
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
@@ -28,7 +29,7 @@ override_dh_auto_configure-indep:
 override_dh_auto_build-arch:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
- docbook2x-man $$x ; \
+ docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[liblas] branch master updated (880b6f3 - 556948f)

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

sebastic pushed a change to branch master
in repository liblas.

  from  880b6f3   Update symbols for: arm64, armel, armhf, hurd-i386, i386, 
kfreebsd-i386, mips, mipsel, powerpc, ppc64el  s390x.
   new  556948f   Set the date embedded in man pages to the build date for 
reproducible builds.

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 | 2 ++
 debian/rules | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

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

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


libepsilon_0.9.2-3~exp2_amd64.changes ACCEPTED into experimental

2015-04-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 Apr 2015 21:13:26 +0200
Source: libepsilon
Binary: libepsilon-dev libepsilon1 epsilon-bin
Architecture: source amd64
Version: 0.9.2-3~exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 epsilon-bin - Library for wavelet image compression - tools
 libepsilon-dev - Library for wavelet image compression - development files
 libepsilon1 - Library for wavelet image compression
Changes:
 libepsilon (0.9.2-3~exp2) experimental; urgency=medium
 .
   * Update my email to use @debian.org address.
   * Override dh_clean to remove generated man pages.
   * Set the date embedded in man pages to the build date for
 reproducible builds.
Checksums-Sha1:
 047f9afd994e0c71bfd39b534cba5d54607ca0c3 2225 libepsilon_0.9.2-3~exp2.dsc
 037bde299416cc08ae2428e392533131e505b6cd 5168 
libepsilon_0.9.2-3~exp2.debian.tar.xz
 132e927d18161eda79d1949147e9af554f42a303 51438 
libepsilon-dev_0.9.2-3~exp2_amd64.deb
 0a561d7a2c1536a37f2ebc2b4d09be13c4671255 42366 
libepsilon1_0.9.2-3~exp2_amd64.deb
 7d467bdad743266f43876e91531140c8e58058af 32066 
epsilon-bin_0.9.2-3~exp2_amd64.deb
Checksums-Sha256:
 3556d4c69b7dca09f94c98c9875506c28066b13a73f3ff2abead0eaa18f97788 2225 
libepsilon_0.9.2-3~exp2.dsc
 9420b3cdc2135a331d159307d74bf70757ee34c1f3098938554d6f61ff063a82 5168 
libepsilon_0.9.2-3~exp2.debian.tar.xz
 6ec280aa49c27ca2752759ac7138e7111ddc7cdc76e89615c19c5459493c76a8 51438 
libepsilon-dev_0.9.2-3~exp2_amd64.deb
 2c86ccdbc1fb2eaa350b8c72c08f44282b748989eb4d0e4bc1748eb0c0acdae9 42366 
libepsilon1_0.9.2-3~exp2_amd64.deb
 ea51e1efa201e26914b989746d7529be30e6375023a0243a08a82a8ec4ef8e61 32066 
epsilon-bin_0.9.2-3~exp2_amd64.deb
Files:
 2c65d0e1812f29f750b5abba682d57d6 2225 science optional 
libepsilon_0.9.2-3~exp2.dsc
 185082b35038a2b7470e6530c13a0963 5168 science optional 
libepsilon_0.9.2-3~exp2.debian.tar.xz
 b786f0b4677758f11a0322e7ad75fec2 51438 libdevel optional 
libepsilon-dev_0.9.2-3~exp2_amd64.deb
 96e5dac5070d5633946429e5606efb34 42366 libs optional 
libepsilon1_0.9.2-3~exp2_amd64.deb
 30b130c0888ee1e7f7736aa72a1cd43b 32066 science optional 
epsilon-bin_0.9.2-3~exp2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJVOUeEAAoJEGdQ8QrojUrx2YUQANqhS8o+PGYXBL6L/p/O6XwZ
KmW6BITmMsoEbuLlmjbQ6B7LIv2iC8Y928J2yuwT+5NKv2ACbgs2zZ0jJrjVBW3P
uPTDTfI2lT0Rt85M196zZ0SZhf2rOBcU6JzPAjetO+3BakGKOsgNmpIhDtMxWEu/
kg4uvjKfplblt60KL4UEh2tiKsQbJ3iNIMrBYMcJnb/EG65bis5d5tR5pPZJ7x6h
r3blzSIY5Qcy0cm8BFl15aD+njtmdRM1QDrdaENDccVsm+wvK6xVmirby2G1QN6v
kR4onmqzknimO2hjb8HLKkttgHnRRuKjnqahhyUTfnklLY8FmIi+HB2YCSgVoVq9
VMoXURqQ1Mm9WFeboeanZrKxvsI/mkVQ06YMFzbfMAOQdW3B7Kb4DX6rHfSPyeNj
XBUOwK9E6bqeL4z2/JcC3PRSGkew6IXkPIqAHOu94bAWFH7y6xVZyjC+1FpWFuKG
X8wKW20nlUiEldY7Em9lkDZMtQ5hEvHEX84X2nTljA1rRGF5Ir+oWR/CAU+nur4I
IdLn7ybNjMV1tdhEyY0oFJThAT9Y0wsibvwskP2gSINMVwCL0WVVbmA7knAri18N
C373CCUEENmQRCu5m7Om/DYRPCyZwL8g/cr4PG6qziPDTWtrZ9IF6LhUozyaID/r
uoQ2ECKGR+2FhfMI8AUn
=tuta
-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


[librasterlite] 01/05: Set the date embedded in man pages to the build date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository librasterlite.

commit 16b1d3c0aad3e25b72114afa8f15c5ba2afec3b4
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:39:34 2015 +0200

Set the date embedded in man pages to the build date for reproducible 
builds.
---
 debian/changelog | 2 ++
 debian/rules | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fea125d..86fc668 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 librasterlite (1.1g-5) UNRELEASED; urgency=medium
 
   * Add upstream metadata.
+  * Set the date embedded in man pages to the build date for
+reproducible builds.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 29 Nov 2014 00:08:23 +0100
 
diff --git a/debian/rules b/debian/rules
index 37c8796..a309ee6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
+
 MANPAGES := $(wildcard debian/man/*.*.xml)
 
 %:
@@ -18,7 +20,7 @@ override_dh_clean:
 override_dh_auto_build:
# Create man page from DocBook XML
for x in $(MANPAGES) ; do \
-   docbook2x-man $$x ; \
+   docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[librasterlite] 02/05: Update my email to @debian.org address.

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

sebastic pushed a commit to branch master
in repository librasterlite.

commit 2f79d857a3327493a377d81df096402835c7075b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:51:54 2015 +0200

Update my email to @debian.org address.
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86fc668..8d10193 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ librasterlite (1.1g-5) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Set the date embedded in man pages to the build date for
 reproducible builds.
+  * Update my email to @debian.org address.
 
- -- Bas Couwenberg sebas...@xs4all.nl  Sat, 29 Nov 2014 00:08:23 +0100
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Nov 2014 00:08:23 +0100
 
 librasterlite (1.1g-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index cf28ebe..be90963 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: librasterlite
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: David Paleino da...@debian.org,
Francesco Paolo Lovergine fran...@debian.org,
-   Bas Couwenberg sebas...@xs4all.nl
+   Bas Couwenberg sebas...@debian.org
 Section: libs
 Priority: optional
 Build-Depends: debhelper (= 9~),

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

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


[osm-gps-map] 04/07: Update Vcs URL to use cgit instead of gitweb

2015-04-23 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit ad9e3a12102a3f4c092d8f9211b16bb6512911f3
Author: Ross Gammon rossgam...@mail.dk
Date:   Thu Apr 23 21:04:31 2015 +0200

Update Vcs URL to use cgit instead of gitweb
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 022bc12..525b4a3 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends: debhelper (= 9~),
gtk-doc-tools,
gobject-introspection
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/osm-gps-map.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/osm-gps-map.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/osm-gps-map.git
 Homepage: http://nzjrs.github.com/osm-gps-map/
 

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

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


[osm-gps-map] 02/07: Fix watch file

2015-04-23 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 41efe160c8925fbf019f735cbeaeebc962734581
Author: Ross Gammon rossgam...@mail.dk
Date:   Thu Apr 23 21:02:18 2015 +0200

Fix watch file
---
 debian/watch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index cf6fe80..1d7e2be 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://githubredir.debian.net/github/nzjrs/osm-gps-map/(\d+.*).tar.gz
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/osm-gps-map-$1\.tar\.gz/ \
+  https://github.com/nzjrs/osm-gps-map/tags .*/v?(\d\S*)\.tar\.gz

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

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


Processed: Re: Bug#783146: mapserver: please make the build reproducible

2015-04-23 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 pending
Bug #783146 [src:mapserver] mapserver: please make the build reproducible
Added tag(s) pending.

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

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


Bug#783146: mapserver: please make the build reproducible

2015-04-23 Thread Sebastiaan Couwenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Control: tags -1 pending

Hi Reiner,

Thanks for the patch. Applied in git, and a new upload for
experimental is being prepared.

On 04/22/2015 10:40 PM, Reiner Herrmann wrote:
 The attached patch uses the date from the latest changelog entry 
 inside the manpages.

Since this is the same change as for osgearth (#783026) and
docbook2x-man is used in more GIS packages, I'll apply the change to
all remaining packages too.

Kind Regards,

Bas

- -- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVOT20AAoJEGdQ8QrojUrxL3oQAMiO2yyzbl2vyyPwq8M6qPlx
VryY0RZ1zGFnIChQa6UY7BqCttTB6L8JCUbjjKBMTFUYNx1WOBnh5zP4n9V6pl7Y
RkuCyAB+MHvXi7xzuZd8OvlVvFHQNyrlmmGHGOJO41aQpsYA3sZk6klD87AEsQqn
jeJduG2CYs8oA2qwh3++dF7CMfzivCjlZtvej9agJp1+qTi78cXPqupcTN/rmXm2
gJGOHW8qOUM5JfUwAzfLlZB2xfoY2lswaJlUK1NDVa+adbmaWxDUfcKZoJhZQsYA
F43QRpUufBGvZSmOdYQPztT13yC8DNsdouKeyQOsr/Kwv07HVUE1MnjNL+3krWuK
ay+0O21KNWqz8HOnrw427JTJaDL1Ckm0ZbUQA3eopUtt7CHxp+0ZtgHxTKg9bo+P
s9uD9Cwyp4kGHAjDWmDGc/AgFyhjxxSb0HgdYbyJtrBXWSBUaH2E/o7/45VeufTx
+9MUVt3Xj42/I6PrDuOp19Pi5dKBP5Re1CMrR64N9y66eOHy7i4eNPiTL+4X0ojW
oPQJzQ/ntQX9ASViegDMaGbCvdqysxnDLP0AlDbx4kAKjcQTUNKDWn7503IelIwW
Aj3r9xxnXtWC0OOJWf4ufGleBKtZQQ1bzQTEIJ+rYgva6jyiPmXG3nTyvrLocO5s
6weJfS+Aw74c71dfydeR
=/dPg
-END PGP SIGNATURE-

___
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 libepsilon_0.9.2-3~exp2_amd64.changes

2015-04-23 Thread Debian FTP Masters
libepsilon_0.9.2-3~exp2_amd64.changes uploaded successfully to localhost
along with the files:
  libepsilon_0.9.2-3~exp2.dsc
  libepsilon_0.9.2-3~exp2.debian.tar.xz
  libepsilon-dev_0.9.2-3~exp2_amd64.deb
  libepsilon1_0.9.2-3~exp2_amd64.deb
  epsilon-bin_0.9.2-3~exp2_amd64.deb

Greetings,

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

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


[librasterlite2] 02/02: Update my email to @debian.org address, fix copyright format.

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

sebastic pushed a commit to branch master
in repository librasterlite2.

commit 0f253aa0e304faf8f2671a4d4baf73ea4c094b9b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:37:02 2015 +0200

Update my email to @debian.org address, fix copyright format.
---
 debian/copyright  | 4 ++--
 debian/patches/link-sqlite3.patch | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 884b72f..ef09c6a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -57,7 +57,7 @@ Copyright: 2013-2014, Alessandro Furieri a.furi...@lqt.it
 License: GPL-3.0+
 
 Files: debian/*
-Copyright: © 2013, Bas Couwenberg sebas...@xs4all.nl
+Copyright: © 2013, Bas Couwenberg sebas...@debian.org
 License: GPL-2.0+
 
 License: fsf-unlimited
@@ -176,7 +176,7 @@ License: GPL-2.0+
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
- 
+ .
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
diff --git a/debian/patches/link-sqlite3.patch 
b/debian/patches/link-sqlite3.patch
index 090abba..411ec6d 100644
--- a/debian/patches/link-sqlite3.patch
+++ b/debian/patches/link-sqlite3.patch
@@ -1,5 +1,5 @@
 Description: Also link sqlite3 when linking spatialite.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 
 --- a/tools/Makefile.am
 +++ b/tools/Makefile.am

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

___
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#783146: mapserver: please make the build reproducible

2015-04-23 Thread Reiner Herrmann
On 04/23/2015 08:45 PM, Sebastiaan Couwenberg wrote:
 Since this is the same change as for osgearth (#783026) and
 docbook2x-man is used in more GIS packages, I'll apply the change to
 all remaining packages too.

Cool, thank you! :-)

Regards,
 Reiner



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

[librasterlite] branch master updated (ec28745 - dfa5d68)

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

sebastic pushed a change to branch master
in repository librasterlite.

  from  ec28745   Add upstream metadata.
   new  16b1d3c   Set the date embedded in man pages to the build date for 
reproducible builds.
   new  2f79d85   Update my email to @debian.org address.
   new  c3443dd   Update Vcs-Browser URL to use cgit instead of gitweb.
   new  7fd7e64   Bump Standards-Version to 3.9.6, no changes.
   new  dfa5d68   Drop license from copyright header.

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


Summary of changes:
 debian/changelog | 7 ++-
 debian/control   | 6 +++---
 debian/copyright | 1 -
 debian/rules | 4 +++-
 4 files changed, 12 insertions(+), 6 deletions(-)

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

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


[librasterlite] 04/05: Bump Standards-Version to 3.9.6, no changes.

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

sebastic pushed a commit to branch master
in repository librasterlite.

commit 7fd7e64d105c8e406a37a3b560e567ec5e62ac88
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:54:08 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 11f9933..c4e84ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ librasterlite (1.1g-5) UNRELEASED; urgency=medium
 reproducible builds.
   * Update my email to @debian.org address.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
+  * Bump Standards-Version to 3.9.6, no changes.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Nov 2014 00:08:23 +0100
 
diff --git a/debian/control b/debian/control
index 4437758..370484c 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: debhelper (= 9~),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/librasterlite.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/librasterlite.git
 Homepage: https://www.gaia-gis.it/fossil/librasterlite/

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

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


[librasterlite] 03/05: Update Vcs-Browser URL to use cgit instead of gitweb.

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

sebastic pushed a commit to branch master
in repository librasterlite.

commit c3443dd4ad2644cce23f13172ce9384f6a797b49
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:53:49 2015 +0200

Update Vcs-Browser URL to use cgit instead of gitweb.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8d10193..11f9933 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ librasterlite (1.1g-5) UNRELEASED; urgency=medium
   * Set the date embedded in man pages to the build date for
 reproducible builds.
   * Update my email to @debian.org address.
+  * Update Vcs-Browser URL to use cgit instead of gitweb.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Nov 2014 00:08:23 +0100
 
diff --git a/debian/control b/debian/control
index be90963..4437758 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (= 9~),
docbook-xml,
xsltproc
 Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/librasterlite.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/librasterlite.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/librasterlite.git
 Homepage: https://www.gaia-gis.it/fossil/librasterlite/
 

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

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


[librasterlite] 05/05: Drop license from copyright header.

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

sebastic pushed a commit to branch master
in repository librasterlite.

commit dfa5d68f7294da71f45f9951322ac89c1655b1e4
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:59:05 2015 +0200

Drop license from copyright header.
---
 debian/copyright | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 23a65cd..5e1c4fd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,6 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: librasterlite
 Upstream-Contact: Alessandro Furieri a.furi...@lqt.it
 Source: https://www.gaia-gis.it/fossil/librasterlite
-License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 
 Files: *
 Copyright: © 2009, 2011, Alessandro Furieri a.furi...@lqt.it

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

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

[mkgmap-splitter] 03/03: Set the date embedded in man pages to the build date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository mkgmap-splitter.

commit 1fd07a23666e0d250cec761159f19b9e8295bd4e
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:35:28 2015 +0200

Set the date embedded in man pages to the build date for reproducible 
builds.
---
 debian/changelog | 2 ++
 debian/rules | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4a52f52..c302017 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mkgmap-splitter (0.0.0+svn421-1~exp2) UNRELEASED; urgency=medium
 
   * Update my email to use @debian.org address.
   * Override dh_clean to remove generated man pages.
+  * Set the date embedded in man pages to the build date for
+reproducible builds.
 
  -- Bas Couwenberg sebas...@debian.org  Thu, 12 Feb 2015 23:35:09 +0100
 
diff --git a/debian/rules b/debian/rules
index 9837992..1b32a6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 JAVA_HOME=/usr/lib/jvm/default-java
 
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
+
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 %:
@@ -13,7 +15,7 @@ override_dh_clean:
 override_dh_auto_build:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
- docbook2x-man $$x ; \
+ docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[mkgmap-splitter] branch master updated (8a32b63 - 1fd07a2)

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

sebastic pushed a change to branch master
in repository mkgmap-splitter.

  from  8a32b63   Set distribution to experimental.
   new  1b9acda   Update my email to use @debian.org address.
   new  866aca2   Override dh_clean to remove generated man pages.
   new  1fd07a2   Set the date embedded in man pages to the build date for 
reproducible builds.

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


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

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

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


[libepsilon] 04/05: Group copyright paragraphs.

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

sebastic pushed a commit to branch master
in repository libepsilon.

commit c9c5faf73cfcadbddb7ff674223c883804750623
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:10:33 2015 +0200

Group copyright paragraphs.
---
 debian/copyright | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 4aaf302..cf4b35f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,20 +4,17 @@ Upstream-Contact: Alexander Simakov xan...@entropyware.info
 Source: http://sourceforge.net/projects/epsilon-project/
 
 Files: *
-Copyright: 2006-2007 Alexander Simakov
+Copyright: 2006-2007, Alexander Simakov
 License: GPL-3+ or LGPL-3+
 Comment: Library recently relicensed as both LGPL and GPL
 
 Files: lib/msvc/inttypes.h
-Copyright: 2006, Alexander Chemeris
-License: BSD-3-Clause 
-
-Files: lib/msvc/stdint.h
-Copyright: Copyright (c) 2006-2008 Alexander Chemeris
+ lib/msvc/stdint.h
+Copyright: 2006-2008, Alexander Chemeris
 License: BSD-3-Clause 
 
 Files: debian/*
-Copyright: 2010 Francesco Paolo Lovergine fran...@debian.org
+Copyright: 2010, Francesco Paolo Lovergine fran...@debian.org
 License: GPL-3+ 
 
 License: GPL-3+

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

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


[libepsilon] 05/05: Set distribution to experimental.

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

sebastic pushed a commit to branch master
in repository libepsilon.

commit 60342f54c70a750cdeaeb25b50ddb2d43ef48b2c
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:13:55 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index a0802fb..e80f6c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libepsilon (0.9.2-3~exp2) UNRELEASED; urgency=medium
+libepsilon (0.9.2-3~exp2) experimental; urgency=medium
 
   * Update my email to use @debian.org address.
   * Override dh_clean to remove generated man pages.
   * Set the date embedded in man pages to the build date for
 reproducible builds.
 
- -- Bas Couwenberg sebas...@debian.org  Thu, 12 Feb 2015 23:24:41 +0100
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 21:13:26 +0200
 
 libepsilon (0.9.2-3~exp1) experimental; urgency=medium
 

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

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


[librasterlite2] 01/02: Set the date embedded in man pages to the build date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository librasterlite2.

commit e343383c042d918fbaeb3860077e76e239ef3def
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:34:16 2015 +0200

Set the date embedded in man pages to the build date for reproducible 
builds.
---
 debian/changelog | 2 ++
 debian/rules | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f13e6c8..73749ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ librasterlite2 (1.0.0~rc0-1~exp2) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Update my email to use @debian.org address.
   * Override dh_clean to remove generated man pages.
+  * Set the date embedded in man pages to the build date for
+reproducible builds.
 
  -- Bas Couwenberg sebas...@debian.org  Sat, 29 Nov 2014 00:09:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 87958dc..8b60819 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@
 export VERBOSE=1
 
 UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/~.*//')
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
 
 MANPAGES := $(wildcard debian/man/*.*.xml)
 
@@ -20,7 +21,7 @@ override_dh_clean:
 override_dh_auto_build:
# Create man page from DocBook XML
for x in $(MANPAGES) ; do \
-   docbook2x-man $$x ; \
+   docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[pktools] branch master updated (d3d163b - 3fc3679)

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

sebastic pushed a change to branch master
in repository pktools.

  from  d3d163b   Set distribution to experimental.
   new  3fc3679   Set the date embedded in man pages to the changelog date 
for reproducible builds.

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/rules | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

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

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


[pktools] 01/01: Set the date embedded in man pages to the changelog date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository pktools.

commit 3fc3679fdc905c95de3ba19f750bed4035c15efa
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:45:48 2015 +0200

Set the date embedded in man pages to the changelog date for reproducible 
builds.
---
 debian/changelog | 7 +++
 debian/rules | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index afb1e1b..4ce56a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pktools (2.6.3-1~exp2) UNRELEASED; urgency=medium
+
+  * Set the date embedded in man pages to the changelog date for
+reproducible builds.
+
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 22:44:16 +0200
+
 pktools (2.6.3-1~exp1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 4b07d01..4d6c216 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
 #export DH_VERBOSE=1
 
 PKTOOLS_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/[~+].*//; s/^[0-9]://')
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
 
 ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
export DEB_CXXFLAGS_MAINT_APPEND := -I/usr/include/hdf5/serial
@@ -30,7 +31,7 @@ override_dh_clean:
 override_dh_auto_build:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
- docbook2x-man $$x ; \
+ docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[librasterlite2] branch master updated (b29b8ee - 0f253aa)

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

sebastic pushed a change to branch master
in repository librasterlite2.

  from  b29b8ee   Fix attribute typo.
   new  e343383   Set the date embedded in man pages to the build date for 
reproducible builds.
   new  0f253aa   Update my email to @debian.org address, fix copyright 
format.

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  | 2 ++
 debian/copyright  | 4 ++--
 debian/patches/link-sqlite3.patch | 2 +-
 debian/rules  | 3 ++-
 4 files changed, 7 insertions(+), 4 deletions(-)

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

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


[mkgmap-splitter] 01/03: Update my email to use @debian.org address.

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

sebastic pushed a commit to branch master
in repository mkgmap-splitter.

commit 1b9acda73dc64a6442e7dfd079a3d45c3bc78788
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Feb 12 23:35:20 2015 +0100

Update my email to use @debian.org address.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2ffc59b..0100797 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mkgmap-splitter (0.0.0+svn421-1~exp2) UNRELEASED; urgency=medium
+
+  * Update my email to use @debian.org address.
+
+ -- Bas Couwenberg sebas...@debian.org  Thu, 12 Feb 2015 23:35:09 +0100
+
 mkgmap-splitter (0.0.0+svn421-1~exp1) experimental; urgency=low
 
   * Initial release (Closes: #664130)
diff --git a/debian/control b/debian/control
index afe91d3..34d080c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: mkgmap-splitter
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
-Uploaders: Bas Couwenberg sebas...@xs4all.nl
+Uploaders: Bas Couwenberg sebas...@debian.org
 Section: utils
 Priority: optional
 Build-Depends: debhelper (= 9),

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

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


[laszip] 04/05: Update my email to @debian.org address.

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

sebastic pushed a commit to branch master
in repository laszip.

commit 9c7ce7e3e959ea7b74f2f2c0ebb8c34df641bb73
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 20:49:49 2015 +0200

Update my email to @debian.org address.
---
 debian/changelog| 2 +-
 debian/control  | 2 +-
 debian/patches/include-subdir.patch | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b446534..cf27253 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ laszip (2.2.0-1) unstable; urgency=medium
 
   * Initial release. (Closes: #750731)
 
- -- Bas Couwenberg sebas...@xs4all.nl  Fri, 06 Jun 2014 16:34:32 +0200
+ -- Bas Couwenberg sebas...@debian.org  Fri, 06 Jun 2014 16:34:32 +0200
diff --git a/debian/control b/debian/control
index 217778a..dee11f5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: laszip
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
-Uploaders: Bas Couwenberg sebas...@xs4all.nl
+Uploaders: Bas Couwenberg sebas...@debian.org
 Section: science
 Priority: optional
 Build-Depends: debhelper (= 9),
diff --git a/debian/patches/include-subdir.patch 
b/debian/patches/include-subdir.patch
index f2e07c4..4041346 100644
--- a/debian/patches/include-subdir.patch
+++ b/debian/patches/include-subdir.patch
@@ -1,5 +1,5 @@
 Description: Install headers in subdirectory as expected by libLAS.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Applied-Upstream: 
https://github.com/LASzip/LASzip/commit/1f5a10a1e29c7205f63c54aa7034b44fce568244
 --- a/include/laszip/Makefile.am
 +++ b/include/laszip/Makefile.am

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

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


[laszip] 03/05: Bump Standards-Version to 3.9.6, no changes.

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

sebastic pushed a commit to branch master
in repository laszip.

commit 27dd35acbae6bcafb54718da5253b862fbc576cf
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 20:49:05 2015 +0200

Bump Standards-Version to 3.9.6, no changes.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6f3669f..217778a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (= 9),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/laszip.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/laszip.git
 Homepage: http://www.laszip.org/

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

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


[laszip] 05/05: Group copyright paragraphs, align multiline copyright.

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

sebastic pushed a commit to branch master
in repository laszip.

commit 2141bb5cf5f6a0e77660ca15e45b06eaa96c8590
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 20:58:14 2015 +0200

Group copyright paragraphs, align multiline copyright.
---
 debian/copyright | 58 
 1 file changed, 4 insertions(+), 54 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index bb27a08..9f487cf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: laszip
+Upstream-Name: LASzip
 Upstream-Contact: Martin Isenburg martin.isenb...@rapidlasso.com
 Source: http://www.laszip.org/
 
@@ -15,9 +15,9 @@ Files: src/arithmeticdecoder.cpp
  src/arithmeticencoder.cpp
  src/arithmeticmodel.cpp
 Copyright: 2004, Amir Said s...@ieee.org
- 2004, William A. Pearlman pea...@ecse.rpi.edu
- 2005-2012, Martin Isenburg martin.isenb...@rapidlasso.com
-Comment:A modular C++ wrapper for an adapted version of Amir Said's FastAC 
Code.
+   2004, William A. Pearlman pea...@ecse.rpi.edu
+  2005-2012, Martin Isenburg martin.isenb...@rapidlasso.com
+Comment: A modular C++ wrapper for an adapted version of Amir Said's FastAC 
Code.
  see: http://www.cipr.rpi.edu/~said/FastAC.html
  .
  // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -58,56 +58,6 @@ Comment:A modular C++ wrapper for an adapted version of 
Amir Said's FastAC C
  // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 License: LGPL-2.1+
 
-Files: src/entropydecoder.hpp
- src/entropyencoder.hpp
- src/integercompressor.hpp
-Copyright: 2005-2012, Martin Isenburg martin.isenb...@rapidlasso.com
-License: LGPL-2.1+
-
-Files: src/integercompressor.cpp
- src/mydefs.hpp
-Copyright: 2005-2013, Martin Isenburg martin.isenb...@rapidlasso.com
-License: LGPL-2.1+
-
-Files: src/arithmeticdecoder.hpp
- src/arithmeticencoder.hpp
- src/arithmeticmodel.hpp
- src/bytestreamin.hpp
- src/bytestreamin_file.hpp
- src/bytestreamin_istream.hpp
- src/bytestreamout.hpp
- src/bytestreamout_ostream.hpp
- src/lasreaditem.hpp
- src/lasreaditemcompressed_v1.cpp
- src/lasreaditemcompressed_v1.hpp
- src/lasreaditemcompressed_v2.cpp
- src/lasreaditemcompressed_v2.hpp
- src/lasreaditemraw.hpp
- src/lasreadpoint.cpp
- src/lasreadpoint.hpp
- src/laswriteitem.hpp
- src/laswriteitemcompressed_v1.cpp
- src/laswriteitemcompressed_v1.hpp
- src/laswriteitemcompressed_v2.cpp
- src/laswriteitemcompressed_v2.hpp
- src/laswriteitemraw.hpp
- src/laswritepoint.cpp
- src/laswritepoint.hpp
- src/laszip_common_v2.hpp
-Copyright: 2007-2012, Martin Isenburg martin.isenb...@rapidlasso.com
-License: LGPL-2.1+
-
-Files: include/laszip/lasunzipper.hpp
- include/laszip/laszip.hpp
- include/laszip/laszipper.hpp
- src/bytestreamout_file.hpp
- src/lasunzipper.cpp
- src/laszip.cpp
- src/laszipper.cpp
- tools/laszippertest.cpp
-Copyright: 2007-2013, Martin Isenburg martin.isenb...@rapidlasso.com
-License: LGPL-2.1+
-
 License: GPL-2.0+ with Libtool exception
  GNU Libtool is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

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

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


[laszip] 02/05: Update Vcs-Browser URL to use cgit instead of gitweb.

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

sebastic pushed a commit to branch master
in repository laszip.

commit b4e1cb4947cddc5b2fbb8e75ea100bcffa1b6aaa
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 20:48:40 2015 +0200

Update Vcs-Browser URL to use cgit instead of gitweb.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d3eb364..6f3669f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 9),
docbook-xml,
xsltproc
 Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/laszip.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/laszip.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/laszip.git
 Homepage: http://www.laszip.org/
 

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

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


[osm-gps-map] 01/07: Start new Debian revision

2015-04-23 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit ee5654a00210a788706a73448e9e5060e560c65f
Author: Ross Gammon rossgam...@mail.dk
Date:   Thu Apr 23 21:00:53 2015 +0200

Start new Debian revision
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 26b607f..e5a5748 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+osm-gps-map (1.0.2-3~1.gbp8d13ad) UNRELEASED; urgency=medium
+
+  ** SNAPSHOT build @8d13ade34f5731b9c634c9186b3445b1f18ab47e **
+
+  * UNRELEASED
+
+ -- Ross Gammon rossgam...@mail.dk  Thu, 23 Apr 2015 20:59:49 +0200
+
 osm-gps-map (1.0.2-2) unstable; urgency=medium
 
   [ Ross Gammon ]

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

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


[osm-gps-map] 07/07: Reveal hidden compile flags in buildlog

2015-04-23 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit fa98b4b3472a9b9d10175622b0d49289666bce0f
Author: Ross Gammon rossgam...@mail.dk
Date:   Thu Apr 23 22:29:39 2015 +0200

Reveal hidden compile flags in buildlog
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index bb730fa..ad3f40d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export export V=1
 export CFLAGS+=-UGDK_DISABLE_DEPRECATED -g
 export DEB_BUILD_HARDENING=1
 

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

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


[osm-gps-map] 03/07: Bump standards version, no changes required

2015-04-23 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 1728aea6e25e01f936b2c74b28a3917ed83db439
Author: Ross Gammon rossgam...@mail.dk
Date:   Thu Apr 23 21:03:22 2015 +0200

Bump standards version, no changes required
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6900886..022bc12 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (= 9~),
gnome-common,
gtk-doc-tools,
gobject-introspection
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/osm-gps-map.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/osm-gps-map.git
 Homepage: http://nzjrs.github.com/osm-gps-map/

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

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


[osm-gps-map] 06/07: Drop file from d/copyright that is no longer shipped

2015-04-23 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 233bccc945c89f8cb65e8650c783690e2896236e
Author: Ross Gammon rossgam...@mail.dk
Date:   Thu Apr 23 22:28:48 2015 +0200

Drop file from d/copyright that is no longer shipped
---
 debian/copyright | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 3854564..6bc7814 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,7 +23,6 @@ Files: src/converter.*
  src/converter.h
  src/osd-utils.h
  src/osm-gps-map.*
- src/osm-gps-map-types.h
 Copyright: © 2008, Marcus Bauer marcus.ba...@gmail.com
  © 2008-2013, John Stowers john.stow...@gmail.com
 License: GPL-2
@@ -80,4 +79,4 @@ License: GPL-2+
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  .
  On Debian GNU systems, the complete text of the GNU General
- Public License v2 can be found in `/usr/share/common-licenses/GPL-2'.
\ No newline at end of file
+ Public License v2 can be found in `/usr/share/common-licenses/GPL-2'.

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

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

[mapcache] branch master updated (01a059f - 8f3395f)

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

sebastic pushed a change to branch master
in repository mapcache.

  from  01a059f   Update Homepage URL, strip en/ from path.
   new  875fa1c   Set the date embedded in man pages to the build date for 
reproducible builds.
   new  a07c4f8   Update Vcs-Browser URL to use cgit instead of gitweb.
   new  925cec7   Update my email to @debian.org address.
   new  0af77af   Bump Standards-Version to 3.9.6, no changes.
   new  8f3395f   Update copyright file.

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


Summary of changes:
 debian/changelog | 13 +++--
 debian/control   |  6 +++---
 debian/copyright | 14 --
 debian/patches/cmake-mapserver-include.patch |  2 +-
 debian/rules |  5 +++--
 5 files changed, 22 insertions(+), 18 deletions(-)

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

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


[mapcache] 01/05: Set the date embedded in man pages to the build date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository mapcache.

commit 875fa1c112eb1dce236e4aafbb528b952344740b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:03:48 2015 +0200

Set the date embedded in man pages to the build date for reproducible 
builds.
---
 debian/changelog | 2 ++
 debian/rules | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0298778..5ceff3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ mapcache (1.2.1-3) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Update Source URL for GitHub in copyright file.
   * Update Homepage URL, strip en/ from path.
+  * Set the date embedded in man pages to the build date for
+reproducible builds.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Fri, 28 Nov 2014 21:09:04 +0100
 
diff --git a/debian/rules b/debian/rules
index 2ef55f0..aa5dfb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,8 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 CFLAGS+=$(CPPFLAGS)
 CFLAGS+=$(LDFLAGS)
 
-MAPCACHE_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/^\(.*\)~.*/\1/' | sed -e 's/dev.*/.0/')
+MAPCACHE_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/^\(.*\)~.*/\1/' | sed -e 's/dev.*/.0/')
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
 
 CMAKE_OPTS:= \
-DCMAKE_INSTALL_PREFIX=/usr \
@@ -57,7 +58,7 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
# Create man page from DocBook XML
-   -docbook2x-man $(CURDIR)/debian/mapcache_seed.1.xml
+   -docbook2x-man --string-param header-3=$(BUILD_DATE) 
$(CURDIR)/debian/mapcache_seed.1.xml
-mv mapcache_seed.1 $(CURDIR)/debian/
 
dh_auto_build

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

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


[pprepair] annotated tag upstream/0.0_20150323-6284890 created (now 2e441dc)

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

sebastic pushed a change to annotated tag upstream/0.0_20150323-6284890
in repository pprepair.

at  2e441dc   (tag)
   tagging  028f0a1ee695056447fb766e93c62b77166a6015 (commit)
  replaces  upstream/0.0_20140611-c70373b
 tagged by  Bas Couwenberg
on  Thu Apr 23 22:51:50 2015 +0200

- Log -
Upstream version 0.0~20150323-6284890

Bas Couwenberg (1):
  Imported Upstream version 0.0~20150323-6284890

---

No new revisions were added by this update.

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

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


[pprepair] 05/08: New upstream git snapshot.

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

sebastic pushed a commit to branch master
in repository pprepair.

commit 1684f3e4c231afae8d6a0d84ceea133a6b7a
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:52:25 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index ec1e179..68b1a9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-pprepair (0.0~20140611-c70373b-2) UNRELEASED; urgency=medium
+pprepair (0.0~20150323-6284890-1) UNRELEASED; urgency=medium
 
+  * New upstream git snapshot.
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
   * Update my email to @debian.org address.
 
- -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 22:49:45 +0200
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 22:52:06 +0200
 
 pprepair (0.0~20140611-c70373b-1) unstable; urgency=medium
 

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

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


[pprepair] 04/08: Merge tag 'upstream/0.0_20150323-6284890'

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

sebastic pushed a commit to branch master
in repository pprepair.

commit 89ae8238e9ae3a57591218e96a9fe6cf506a53b1
Merge: 4ebbcea 028f0a1
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:51:50 2015 +0200

Merge tag 'upstream/0.0_20150323-6284890'

Upstream version 0.0~20150323-6284890

 FaceInfo.cpp | 1 +
 IOWorker.cpp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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

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


[pprepair] tag debian/0.0.20150323-6284890-1 created (now 4c2ce13)

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

sebastic pushed a change to tag debian/0.0.20150323-6284890-1
in repository pprepair.

at  4c2ce13   (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/pprepair.git

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


[pprepair] 06/08: Align copyright holders, drop .0 from license version.

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

sebastic pushed a commit to branch master
in repository pprepair.

commit ae60b94ce08f07719d37b0f0ebf0a337ec00e89f
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:55:18 2015 +0200

Align copyright holders, drop .0 from license version.
---
 debian/copyright | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 1a87708..bad0dcc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,15 +7,15 @@ Source: https://github.com/tudelft3d/pprepair.git
 
 Files: *
 Copyright: © 2009-2013, Ken Arroyo Ohori g.a.k.arroyooh...@tudelft.nl
- © 2009-2013, Hugo Ledoux h.led...@tudelft.nl
- © 2009-2013, Martijn Meijers b.m.meij...@tudelft.nl
-License: GPL-3.0+ or Commercial
+   © 2009-2013, Hugo Ledoux h.led...@tudelft.nl
+   © 2009-2013, Martijn Meijers b.m.meij...@tudelft.nl
+License: GPL-3+ or Commercial
 
 Files: debian/*
 Copyright: © 2014, Bas Couwenberg sebas...@debian.org
-License: GPL-3.0+
+License: GPL-3+
 
-License: GPL-3.0+
+License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or

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

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

[pprepair] branch upstream updated (ead8c43 - 028f0a1)

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

sebastic pushed a change to branch upstream
in repository pprepair.

  from  ead8c43   Imported Upstream version 0.0~20140611-c70373b
   new  028f0a1   Imported Upstream version 0.0~20150323-6284890

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:
 FaceInfo.cpp | 1 +
 IOWorker.cpp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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

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


[pprepair] branch pristine-tar updated (b555d9a - 2516ade)

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

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

  from  b555d9a   pristine-tar data for 
pprepair_0.0~20140611-c70373b.orig.tar.gz
   new  2516ade   pristine-tar data for 
pprepair_0.0~20150323-6284890.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:
 pprepair_0.0~20150323-6284890.orig.tar.gz.delta | Bin 0 - 1307 bytes
 pprepair_0.0~20150323-6284890.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 pprepair_0.0~20150323-6284890.orig.tar.gz.delta
 create mode 100644 pprepair_0.0~20150323-6284890.orig.tar.gz.id

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

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


[pprepair] 07/08: Add gbp.conf to use pristine-tar by default.

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

sebastic pushed a commit to branch master
in repository pprepair.

commit b2d5660e687a510d4655a5a721c2bb90359a89f5
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:56:04 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 68b1a9d..f4f22ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pprepair (0.0~20150323-6284890-1) UNRELEASED; urgency=medium
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
   * Update my email to @debian.org address.
+  * Add gbp.conf to use pristine-tar by default.
 
  -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 22:52:06 +0200
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is upstream.
+# Change it if the name is different (for instance, master).
+upstream-branch = upstream
+
+# The default name for the Debian branch is master.
+# Change it if the name is different (for instance, debian/unstable).
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True

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

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


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

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

sebastic pushed a commit to branch master
in repository pprepair.

commit 4c2ce13c17e697cc61f12ee6574cc76ba41eeca1
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:57:29 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index f4f22ea..dbe090c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pprepair (0.0~20150323-6284890-1) UNRELEASED; urgency=medium
+pprepair (0.0~20150323-6284890-1) unstable; urgency=medium
 
   * New upstream git snapshot.
   * Set the date embedded in man pages to the changelog date for
@@ -6,7 +6,7 @@ pprepair (0.0~20150323-6284890-1) UNRELEASED; urgency=medium
   * Update my email to @debian.org address.
   * Add gbp.conf to use pristine-tar by default.
 
- -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 22:52:06 +0200
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 22:57:11 +0200
 
 pprepair (0.0~20140611-c70373b-1) unstable; urgency=medium
 

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

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


[pprepair] 01/01: pristine-tar data for pprepair_0.0~20150323-6284890.orig.tar.gz

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

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

commit 2516adeaf03e36ec96fe70d048723e2294847a69
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:56:34 2015 +0200

pristine-tar data for pprepair_0.0~20150323-6284890.orig.tar.gz
---
 pprepair_0.0~20150323-6284890.orig.tar.gz.delta | Bin 0 - 1307 bytes
 pprepair_0.0~20150323-6284890.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/pprepair_0.0~20150323-6284890.orig.tar.gz.delta 
b/pprepair_0.0~20150323-6284890.orig.tar.gz.delta
new file mode 100644
index 000..e0a5534
Binary files /dev/null and b/pprepair_0.0~20150323-6284890.orig.tar.gz.delta 
differ
diff --git a/pprepair_0.0~20150323-6284890.orig.tar.gz.id 
b/pprepair_0.0~20150323-6284890.orig.tar.gz.id
new file mode 100644
index 000..bd4942e
--- /dev/null
+++ b/pprepair_0.0~20150323-6284890.orig.tar.gz.id
@@ -0,0 +1 @@
+e28b3378fe46d22fac3277d8d6e248f8b73e5556

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

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


[pprepair] 03/08: Imported Upstream version 0.0~20150323-6284890

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

sebastic pushed a commit to branch master
in repository pprepair.

commit 028f0a1ee695056447fb766e93c62b77166a6015
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:51:50 2015 +0200

Imported Upstream version 0.0~20150323-6284890
---
 FaceInfo.cpp | 1 +
 IOWorker.cpp | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/FaceInfo.cpp b/FaceInfo.cpp
index 5d00963..f586924 100644
--- a/FaceInfo.cpp
+++ b/FaceInfo.cpp
@@ -59,6 +59,7 @@ unsigned int FaceInfo::numberOfTags() const {
 
 void FaceInfo::addTag(PolygonHandle *handle) {
if (tag == NULL) tag = handle;
+  else if (hasTag(handle)) return;
else if (tag-isMultiPolygonHandle()) static_castMultiPolygonHandle 
*(tag)-addHandle(handle);
else if (tag != handle) {
MultiPolygonHandle *multiTag = new MultiPolygonHandle(tag);
diff --git a/IOWorker.cpp b/IOWorker.cpp
index e551328..fac4f1c 100644
--- a/IOWorker.cpp
+++ b/IOWorker.cpp
@@ -1879,7 +1879,7 @@ void 
IOWorker::tagStack(std::stackTriangulation::Face_handle stack, PolygonHa
while (!stack.empty()) {
Triangulation::Face_handle currentFace = stack.top();
stack.pop();
-   currentFace-info().addTag(handle);
+// currentFace-info().addTag(handle);
if (!currentFace-neighbor(0)-info().hasTag(handle)  
!currentFace-is_constrained(0)) {
currentFace-neighbor(0)-info().addTag(handle);
stack.push(currentFace-neighbor(0));

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

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


[pprepair] branch master updated (065d63d - 4c2ce13)

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

sebastic pushed a change to branch master
in repository pprepair.

  from  065d63d   Set distribution to unstable.
   new  0bc628a   Set the date embedded in man pages to the changelog date 
for reproducible builds.
   new  4ebbcea   Update my email to @debian.org address.
   new  028f0a1   Imported Upstream version 0.0~20150323-6284890
   new  89ae823   Merge tag 'upstream/0.0_20150323-6284890'
   new  1684222   New upstream git snapshot.
   new  ae60b94   Align copyright holders, drop .0 from license version.
   new  b2d5660   Add gbp.conf to use pristine-tar by default.
   new  4c2ce13   Set distribution to unstable.

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


Summary of changes:
 FaceInfo.cpp |  1 +
 IOWorker.cpp |  2 +-
 debian/changelog | 10 ++
 debian/control   |  2 +-
 debian/copyright | 12 ++--
 debian/gbp.conf  | 16 
 debian/rules |  4 +++-
 7 files changed, 38 insertions(+), 9 deletions(-)
 create mode 100644 debian/gbp.conf

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

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


[pprepair] 02/08: Update my email to @debian.org address.

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

sebastic pushed a commit to branch master
in repository pprepair.

commit 4ebbcea5fa7d5f405bd7fec92f73ad9d1435a1a9
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:51:28 2015 +0200

Update my email to @debian.org address.
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/copyright | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6c57e6c..ec1e179 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ pprepair (0.0~20140611-c70373b-2) UNRELEASED; urgency=medium
 
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
+  * Update my email to @debian.org address.
 
- -- Bas Couwenberg sebas...@xs4all.nl  Thu, 23 Apr 2015 22:49:45 +0200
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 22:49:45 +0200
 
 pprepair (0.0~20140611-c70373b-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index b127a23..aaca899 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pprepair
 Section: science
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
-Uploaders: Bas Couwenberg sebas...@xs4all.nl
+Uploaders: Bas Couwenberg sebas...@debian.org
 Build-Depends: debhelper (= 9),
cmake,
libcgal-dev,
diff --git a/debian/copyright b/debian/copyright
index 42d1af2..1a87708 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Copyright: © 2009-2013, Ken Arroyo Ohori 
g.a.k.arroyooh...@tudelft.nl
 License: GPL-3.0+ or Commercial
 
 Files: debian/*
-Copyright: © 2014, Bas Couwenberg sebas...@xs4all.nl
+Copyright: © 2014, Bas Couwenberg sebas...@debian.org
 License: GPL-3.0+
 
 License: GPL-3.0+

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

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

[pprepair] 01/08: Set the date embedded in man pages to the changelog date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository pprepair.

commit 0bc628a78338685f60d74b02a6a10f01b02e2448
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:49:46 2015 +0200

Set the date embedded in man pages to the changelog date for reproducible 
builds.
---
 debian/changelog | 7 +++
 debian/rules | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5cc5bb6..6c57e6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pprepair (0.0~20140611-c70373b-2) UNRELEASED; urgency=medium
+
+  * Set the date embedded in man pages to the changelog date for
+reproducible builds.
+
+ -- Bas Couwenberg sebas...@xs4all.nl  Thu, 23 Apr 2015 22:49:45 +0200
+
 pprepair (0.0~20140611-c70373b-1) unstable; urgency=medium
 
   * Initial release (Closes: #770649)
diff --git a/debian/rules b/debian/rules
index 0bdca0c..6a28d20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 # DH_VERBOSE := 1
 
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
+
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 %:
@@ -13,7 +15,7 @@ override_dh_clean:
 override_dh_auto_build:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
- docbook2x-man $$x ; \
+ docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[qlandkartegt] branch master updated (e78f8dc - 504a16c)

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

sebastic pushed a change to branch master
in repository qlandkartegt.

  from  e78f8dc   Set distribution to experimental.
   new  504a16c   Set the date embedded in man pages to the changelog date 
for reproducible builds.

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/rules | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

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

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


[qlandkartegt] 01/01: Set the date embedded in man pages to the changelog date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository qlandkartegt.

commit 504a16c49e647c2ec55da638b5d4e9c66c9f2b25
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:31:26 2015 +0200

Set the date embedded in man pages to the changelog date for reproducible 
builds.
---
 debian/changelog | 7 +++
 debian/rules | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a1d19f1..8a100b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qlandkartegt (1.8.1+ds-1~exp2) UNRELEASED; urgency=medium
+
+  * Set the date embedded in man pages to the changelog date for
+reproducible builds.
+
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 23:31:25 +0200
+
 qlandkartegt (1.8.1+ds-1~exp1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index de2473b..cd304ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
+
 MANPAGES := $(wildcard debian/man/*.*.xml)
 
 # one ring to rule them all ...
@@ -16,7 +18,7 @@ override_dh_auto_configure:
 override_dh_auto_build:
# Create man page from DocBook XML
for x in $(MANPAGES) ; do \
-   docbook2x-man $$x ; \
+   docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


prepair_0.7-2_amd64.changes ACCEPTED into unstable

2015-04-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 Apr 2015 23:19:38 +0200
Source: prepair
Binary: prepair prepair-data
Architecture: source amd64 all
Version: 0.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 prepair- polygon repair tool
 prepair-data - polygon repair tool -- example data
Changes:
 prepair (0.7-2) unstable; urgency=medium
 .
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
   * Update my email to @debian.org address.
Checksums-Sha1:
 ada6251f817b639ea964172cba6992c90953a972 2034 prepair_0.7-2.dsc
 514fec970693ea81316951af370f6e593e8f54d9 5000 prepair_0.7-2.debian.tar.xz
 2ab5a297a1798719240824685de289ba88ff2875 216802 prepair_0.7-2_amd64.deb
 e482d1a32a0cb3a09b14f4b89a05a38de08e 1841954 prepair-data_0.7-2_all.deb
Checksums-Sha256:
 4d2c1459188b6c11858f172b8d68bccb65b3a42d1b15342d08b4856fd1aa36d4 2034 
prepair_0.7-2.dsc
 e81fdf61f0280dc7cb7c964e1ee31f76fd11cc8b8dbb3a53fd2e22b72b70111e 5000 
prepair_0.7-2.debian.tar.xz
 8d1e40eddb1803c1af6b4721a6931a253e5c3835b28ec4ec2188a4bf6d668dfd 216802 
prepair_0.7-2_amd64.deb
 3b14a11df6886b963e0970c1dd27577a843a3db5fc14a60abc3e4d1c91a550c9 1841954 
prepair-data_0.7-2_all.deb
Files:
 2038ed31bc59d66994412334478534d8 2034 science optional prepair_0.7-2.dsc
 ee2d52f169e75dcdead81b51bfff28c7 5000 science optional 
prepair_0.7-2.debian.tar.xz
 7b2c07868f844429d0d6251d01646b12 216802 science optional 
prepair_0.7-2_amd64.deb
 47c85a75e20270644937409f887143b9 1841954 science optional 
prepair-data_0.7-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJVOWP4AAoJEGdQ8QrojUrx1v8P/jQWKBSwyPRzlcHTLmJd8vqL
UEnLYCvywykLfFyLsQwmB6BW3VT638m4kvb1GMhq6PzUdASZ53bTkO839ioPI6J4
UDxFAEh46peOQf1v9TcMpujLJS6UTXRpvcw3oXAsn+WlAA/8aNgbWUvCx5IZ82Hh
SPZYWET9Cil8PTXs477gXwTF6WowTDa1CxLRvsu04Yrv4TdgKWKlNJb4opFTpklM
DFE2k9StLWVHiANEwAyUSo2PqSQHeu4PQdOJ4sBGjoN+Mi43KsMNsthxiUYN4b95
5pZL8YE+645uhTbcdANhj197Yl5xhMR6xB/++6GAM5X6qnOG3uhyTF8loeRWjA8s
ooeACXzgMLkdItvfLmWVmrKXiKColhhciMxAqd0QpxV8ZrhfV08s2AK/7PeWnBqL
3Iux24fnCxr2PyJyeG8qC8125Ljks0Ftg1WWYxEkEEx5nqz5VRThRyENHRRP3p+d
MnE5vU0Zy2+RFTo9QfeYBDs96Yd47KZkDxKkiaZdBDqnGhbzCFy0awS3Bg3yWThD
N7/6LrmCLdWIltfBa75LLcMuz0PcFFgNdUSWihOl1zKw23CnXF3QgQUgaRYS+Mif
S3OMJVSx2RECZQjjuQPr8umd/yBUret1PVapkRqDGDQF9S3YsWTQ2tmZVvhvhAlT
DxICnMFewqAE0+OLeTI3
=DADI
-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 prepair_0.7-2_amd64.changes

2015-04-23 Thread Debian FTP Masters
prepair_0.7-2_amd64.changes uploaded successfully to localhost
along with the files:
  prepair_0.7-2.dsc
  prepair_0.7-2.debian.tar.xz
  prepair_0.7-2_amd64.deb
  prepair-data_0.7-2_all.deb

Greetings,

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

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


[spatialite-tools] branch experimental updated (f3b223e - 57455ec)

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

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

  from  f3b223e   Update Vcs-Browser URL to use cgit instead of gitweb.
   new  d3da6ae   Set the date embedded in man pages to the changelog date 
for reproducible builds.
   new  8e55f28   Update my email to @debian.org address.
   new  57455ec   Align copyright holders, drop .0 from license version.

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   |  5 -
 debian/control |  2 +-
 debian/copyright   | 13 +++--
 debian/patches/06-link-sqlite3.patch   |  2 +-
 debian/patches/07-succesfully-typo.patch   |  2 +-
 debian/patches/08-indifferently-typo.patch |  2 +-
 debian/patches/10-no-sqlite-check.patch|  2 +-
 debian/rules   |  8 
 8 files changed, 20 insertions(+), 16 deletions(-)

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

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


[spatialite-tools] 01/03: Set the date embedded in man pages to the changelog date for reproducible builds.

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

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

commit d3da6ae5cc63212afeda39ed5e372be8b3ee69df
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:40:06 2015 +0200

Set the date embedded in man pages to the changelog date for reproducible 
builds.
---
 debian/changelog | 2 ++
 debian/rules | 8 
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bd1465b..3bb80b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ spatialite-tools (4.2.1~rc1-2) UNRELEASED; urgency=medium
 
   * Add upstream metadata.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
+  * Set the date embedded in man pages to the changelog date for
+reproducible builds.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 29 Nov 2014 00:07:26 +0100
 
diff --git a/debian/rules b/debian/rules
index c276dfe..e1b3d4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@ FULL_VERSION := $(shell dpkg-parsechangelog | grep ^Version | 
cut -d' ' -f2 | cu
 VERSION := $(shell echo $(FULL_VERSION) | sed -e s/~beta[[:digit:]]\+/-BETA/)
 LC_VERSION := $(shell echo $(VERSION) | tr A-Z a-z)
 
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
+
 MANPAGES := $(wildcard debian/man/*.*.xml)
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
@@ -23,9 +25,7 @@ versions:
@echo Spatialite version: $(LC_VERSION)
 
 override_dh_clean:
-   dh_clean
-
-   -$(RM) -f $(CURDIR)/debian/man/*.1
+   dh_clean debian/man/*.1
 
 override_dh_auto_configure:
dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
@@ -33,7 +33,7 @@ override_dh_auto_configure:
 override_dh_auto_build:
# Create man page from DocBook XML
for x in $(MANPAGES) ; do \
-   docbook2x-man $$x ; \
+   docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[spatialite-tools] 03/03: Align copyright holders, drop .0 from license version.

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

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

commit 57455ec8ee6e957ce47c443ae6f2e1061d7f0c3d
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:45:01 2015 +0200

Align copyright holders, drop .0 from license version.
---
 debian/copyright | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index db33df4..e1f226a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,18 +5,18 @@ Source: https://www.gaia-gis.it/fossil/spatialite-tools/
 
 Files: *
 Copyright: © 2008-2014, Alessandro Furieri a.furi...@lqt.it
-License: GPL-3.0+
+License: GPL-3+
 
 Files: ltmain.sh
 Copyright: 1996-2001, 2003-2010, Free Software Foundation, Inc.
-License: GPL-2.0+ with Libtool exception
+License: GPL-2+ with Libtool exception
 
 Files: debian/*
 Copyright: © 2009-2012, Francesco Paolo Lovergine fran...@debian.org
- © 2012, David Paleino da...@debian.org
-License: GPL-3.0+
+© 2012, David Paleino da...@debian.org
+License: GPL-3+
 
-License: GPL-2.0+ with Libtool exception
+License: GPL-2+ with Libtool exception
  GNU Libtool is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
@@ -42,7 +42,7 @@ License: GPL-2.0+ with Libtool exception
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
 
-License: GPL-3.0+
+License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
@@ -58,3 +58,4 @@ License: GPL-3.0+
  .
  On Debian systems, the complete text of the GNU General Public License
  version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+

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

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

[spatialite-tools] 02/03: Update my email to @debian.org address.

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

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

commit 8e55f283af6c5420173b7b6d4a56f0cc7df9444b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:41:55 2015 +0200

Update my email to @debian.org address.
---
 debian/changelog   | 3 ++-
 debian/control | 2 +-
 debian/patches/06-link-sqlite3.patch   | 2 +-
 debian/patches/07-succesfully-typo.patch   | 2 +-
 debian/patches/08-indifferently-typo.patch | 2 +-
 debian/patches/10-no-sqlite-check.patch| 2 +-
 6 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3bb80b0..e761040 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ spatialite-tools (4.2.1~rc1-2) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
+  * Update my email to @debian.org address.
 
- -- Bas Couwenberg sebas...@xs4all.nl  Sat, 29 Nov 2014 00:07:26 +0100
+ -- Bas Couwenberg sebas...@debian.org  Sat, 29 Nov 2014 00:07:26 +0100
 
 spatialite-tools (4.2.1~rc1-1) experimental; urgency=medium
 
diff --git a/debian/control b/debian/control
index 8b35e9a..83afdc5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: spatialite-tools
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org,
David Paleino da...@debian.org,
-   Bas Couwenberg sebas...@xs4all.nl
+   Bas Couwenberg sebas...@debian.org
 Section: science
 Priority: optional
 Build-Depends: debhelper (= 9),
diff --git a/debian/patches/06-link-sqlite3.patch 
b/debian/patches/06-link-sqlite3.patch
index 2a4365d..adf68e0 100644
--- a/debian/patches/06-link-sqlite3.patch
+++ b/debian/patches/06-link-sqlite3.patch
@@ -1,5 +1,5 @@
 Description: Link to sqlite3 library.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713644
 Last-Update: 2013-09-30
 --- a/configure.ac
diff --git a/debian/patches/07-succesfully-typo.patch 
b/debian/patches/07-succesfully-typo.patch
index 2e3228b..10c3c51 100644
--- a/debian/patches/07-succesfully-typo.patch
+++ b/debian/patches/07-succesfully-typo.patch
@@ -1,5 +1,5 @@
 Description: Fix 'succesfully typo, replace with 'successfully'.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Forwarded: 
https://groups.google.com/d/msg/spatialite-users/yvME7fp-7EI/YM7rYHlEvssJ
 Last-Update: 2014-11-26
 --- a/shell.c
diff --git a/debian/patches/08-indifferently-typo.patch 
b/debian/patches/08-indifferently-typo.patch
index 55350d7..f136e9c 100644
--- a/debian/patches/08-indifferently-typo.patch
+++ b/debian/patches/08-indifferently-typo.patch
@@ -1,5 +1,5 @@
 Description: Fix 'indifferenctly' typo, replace with 'indifferently'.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Forwarded: 
https://groups.google.com/d/msg/spatialite-users/yvME7fp-7EI/YM7rYHlEvssJ
 Last-Update: 2014-11-26
 --- a/spatialite_osm_map.c
diff --git a/debian/patches/10-no-sqlite-check.patch 
b/debian/patches/10-no-sqlite-check.patch
index f925135..18932ca 100644
--- a/debian/patches/10-no-sqlite-check.patch
+++ b/debian/patches/10-no-sqlite-check.patch
@@ -3,7 +3,7 @@ Description: Don't require exact sqlite3 version match.
  compiled with matching library and header files.
  .
  spatialite shouldn't require this to allow it run.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Bug-Debian: https://bugs.debian.org/743999
 --- a/shell.c
 +++ b/shell.c

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

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


[prepair] tag debian/0.7-2 created (now 8f1bded)

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

sebastic pushed a change to tag debian/0.7-2
in repository prepair.

at  8f1bded   (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/prepair.git

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


[prepair] 01/04: Set the date embedded in man pages to the changelog date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository prepair.

commit 89ab5368d73114c33b2214ba71f52599e108bfd4
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:12:37 2015 +0200

Set the date embedded in man pages to the changelog date for reproducible 
builds.
---
 debian/changelog | 7 +++
 debian/rules | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5b381ca..9325d01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+prepair (0.7-2) UNRELEASED; urgency=medium
+
+  * Set the date embedded in man pages to the changelog date for
+reproducible builds.
+
+ -- Bas Couwenberg sebas...@xs4all.nl  Thu, 23 Apr 2015 23:12:24 +0200
+
 prepair (0.7-1) unstable; urgency=medium
 
   * Initial release (Closes: #750725)
diff --git a/debian/rules b/debian/rules
index 942c04c..e52514d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 # DH_VERBOSE := 1
 
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
+
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 %:
@@ -13,7 +15,7 @@ override_dh_clean:
 override_dh_auto_build:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
- docbook2x-man $$x ; \
+ docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[prepair] branch master updated (5d91964 - 8f1bded)

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

sebastic pushed a change to branch master
in repository prepair.

  from  5d91964   Fix multiple Reference entries in upstream metadata.
   new  89ab536   Set the date embedded in man pages to the changelog date 
for reproducible builds.
   new  ab88bf4   Update my email to @debian.org address.
   new  cd93b89   Align copyright holders, drop .0 from license version.
   new  8f1bded   Set distribution to unstable.

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


Summary of changes:
 debian/changelog  |  8 
 debian/control|  2 +-
 debian/copyright  | 12 ++--
 debian/patches/readme-example-paths.patch |  2 +-
 debian/rules  |  4 +++-
 5 files changed, 19 insertions(+), 9 deletions(-)

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

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


[prepair] 02/04: Update my email to @debian.org address.

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

sebastic pushed a commit to branch master
in repository prepair.

commit ab88bf40d9f2369e0a20806f3230f6cb47e1c4e6
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:15:56 2015 +0200

Update my email to @debian.org address.
---
 debian/changelog  | 3 ++-
 debian/control| 2 +-
 debian/copyright  | 2 +-
 debian/patches/readme-example-paths.patch | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9325d01..a0f0db9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ prepair (0.7-2) UNRELEASED; urgency=medium
 
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
+  * Update my email to @debian.org address.
 
- -- Bas Couwenberg sebas...@xs4all.nl  Thu, 23 Apr 2015 23:12:24 +0200
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 23:12:24 +0200
 
 prepair (0.7-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index f429a3d..543d2b4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: prepair
 Section: science
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
-Uploaders: Bas Couwenberg sebas...@xs4all.nl
+Uploaders: Bas Couwenberg sebas...@debian.org
 Build-Depends: debhelper (= 9),
cmake,
libcgal-dev,
diff --git a/debian/copyright b/debian/copyright
index 456da0d..a23c8b5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Copyright: © 2009-2013, Ken Arroyo Ohori 
g.a.k.arroyooh...@tudelft.nl
 License: GPL-3.0+ or Commercial
 
 Files: debian/*
-Copyright: © 2014, Bas Couwenberg sebas...@xs4all.nl
+Copyright: © 2014, Bas Couwenberg sebas...@debian.org
 License: GPL-3.0+
 
 License: GPL-3.0+
diff --git a/debian/patches/readme-example-paths.patch 
b/debian/patches/readme-example-paths.patch
index 826b642..2b11e73 100644
--- a/debian/patches/readme-example-paths.patch
+++ b/debian/patches/readme-example-paths.patch
@@ -1,5 +1,5 @@
 Description: Change the paths to work the files as installed by the package.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 
 --- a/README.md
 +++ b/README.md

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

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

[prepair] 03/04: Align copyright holders, drop .0 from license version.

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

sebastic pushed a commit to branch master
in repository prepair.

commit cd93b8932a63319d6da7ccf08b3a988e65f272fc
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:17:23 2015 +0200

Align copyright holders, drop .0 from license version.
---
 debian/copyright | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index a23c8b5..b938352 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,15 +7,15 @@ Source: https://github.com/tudelft3d/prepair/releases
 
 Files: *
 Copyright: © 2009-2013, Ken Arroyo Ohori g.a.k.arroyooh...@tudelft.nl
- © 2009-2013, Hugo Ledoux h.led...@tudelft.nl
- © 2009-2013, Martijn Meijers b.m.meij...@tudelft.nl
-License: GPL-3.0+ or Commercial
+   © 2009-2013, Hugo Ledoux h.led...@tudelft.nl
+   © 2009-2013, Martijn Meijers b.m.meij...@tudelft.nl
+License: GPL-3+ or Commercial
 
 Files: debian/*
 Copyright: © 2014, Bas Couwenberg sebas...@debian.org
-License: GPL-3.0+
+License: GPL-3+
 
-License: GPL-3.0+
+License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or

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

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

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

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

sebastic pushed a commit to branch master
in repository prepair.

commit 8f1bdedde3394a0185cd568afd6074265e563375
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:19:54 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index a0f0db9..e170507 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-prepair (0.7-2) UNRELEASED; urgency=medium
+prepair (0.7-2) unstable; urgency=medium
 
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
   * Update my email to @debian.org address.
 
- -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 23:12:24 +0200
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 23:19:38 +0200
 
 prepair (0.7-1) unstable; urgency=medium
 

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

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


pprepair_0.0~20150323-6284890-1_amd64.changes ACCEPTED into unstable

2015-04-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 Apr 2015 22:57:11 +0200
Source: pprepair
Binary: pprepair
Architecture: source amd64
Version: 0.0~20150323-6284890-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 pprepair   - planar partition repair tool
Changes:
 pprepair (0.0~20150323-6284890-1) unstable; urgency=medium
 .
   * New upstream git snapshot.
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
   * Update my email to @debian.org address.
   * Add gbp.conf to use pristine-tar by default.
Checksums-Sha1:
 840c855053817d4c9318e44db6e25cbf22a7d665 2097 
pprepair_0.0~20150323-6284890-1.dsc
 210d35b219c7efadc9c80f0bbbe0f90b222ff707 69322 
pprepair_0.0~20150323-6284890.orig.tar.gz
 a0575b30df22c93e378aa55775e12939cd1ec776 4612 
pprepair_0.0~20150323-6284890-1.debian.tar.xz
 18ff26f3258a507b2cb8fab5cf78b1c1a4acec85 150614 
pprepair_0.0~20150323-6284890-1_amd64.deb
Checksums-Sha256:
 b2be7235947a8dd8f48a8628b9171d81ff84e28c29beed3d1fbfedf798cbc903 2097 
pprepair_0.0~20150323-6284890-1.dsc
 90d191696301f8b5853703a4ee1e55a57903cfb26458d486f36ab74a448c6a97 69322 
pprepair_0.0~20150323-6284890.orig.tar.gz
 88ea106a1deabe5c9b8b91c76b836dd46583360d58354e86654335ff07902cea 4612 
pprepair_0.0~20150323-6284890-1.debian.tar.xz
 770fc314311c2dc108ca36fddb582af1a73b187378a4245358420cc8a86015a8 150614 
pprepair_0.0~20150323-6284890-1_amd64.deb
Files:
 a72e9c2c1ad9ce1dd29cf98d955d07cb 2097 science optional 
pprepair_0.0~20150323-6284890-1.dsc
 19c185ae43a86fa054a38e6f147f0132 69322 science optional 
pprepair_0.0~20150323-6284890.orig.tar.gz
 4626db0ffbca35d7207df40bef4ef44a 4612 science optional 
pprepair_0.0~20150323-6284890-1.debian.tar.xz
 a363f628c4198c3b6e9c442950d6d093 150614 science optional 
pprepair_0.0~20150323-6284890-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJVOV71AAoJEGdQ8QrojUrxJRYQAM2esBBLFggq6CMs93io2p2J
xmzm9OGOPcfNA20MftHJmwAJNE6BaMAYjjxXt0muUihi1KmQRm1x6AnLWMbFf33L
DkC7CXBpKpUCxfWKl+5JrO+HLHqyq8ArQoYqO9rNX9cGKJ3Pimo8advxPz+ineUq
XJDbvSTp4wYdYP1UtvP+iHKacSAeeu7oh9XfoW88qBOFOMSkiKDT3U1czxtI05JE
7QdHtvHiZgSQOCxX24hOGyJmETW4pMv+cQvH5AOjeIDQOokGJ/1IAJsgmv/HbGOx
hFQGTQbZ+Bjk/Ma1J6i4FYGJQ51+lXcSHQZLb3ElSxpQfqu4KeLP9M42lU3+9aAj
rT3TzIkB4VjKBOmt6MipT/MUQkImMtj/HmDf8w9QadXKpjZnQ6otyEuAtJHrbiI3
bTFBhsUdneuy0XYqsB+OWyP9unFxiRBi1bwjtuzZjZumMneueglPZDB5t6d6I64Q
Vz85ozQACY5qgJHQWq2VzmpVjQYkVQcnJzOGGlOp4dJL0Fx1RFJefsdHYFmRLdZj
59PG0g39Lb+ciM3ftaPRsd1fDheD2cktJZfrEVTMGFSVdUEw8WYn+noLn76zWYR/
LYhqbCxgBZ0bIyNl/OpY3GsyLu4c8b5TCqBGrsQJTRZngctI/H60ur0EC4t0YMDL
kqgJpx4M97Dz6WUbwJ2e
=y+B8
-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 pprepair_0.0~20150323-6284890-1_amd64.changes

2015-04-23 Thread Debian FTP Masters
pprepair_0.0~20150323-6284890-1_amd64.changes uploaded successfully to localhost
along with the files:
  pprepair_0.0~20150323-6284890-1.dsc
  pprepair_0.0~20150323-6284890.orig.tar.gz
  pprepair_0.0~20150323-6284890-1.debian.tar.xz
  pprepair_0.0~20150323-6284890-1_amd64.deb

Greetings,

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

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


[routino] 01/01: Set the date embedded in man pages to the changelog date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository routino.

commit bb14e89a709e4c6affd21d853cde1d88e3a43af5
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:34:51 2015 +0200

Set the date embedded in man pages to the changelog date for reproducible 
builds.
---
 debian/changelog | 7 +++
 debian/rules | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 01ddcfe..ccd2b97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+routino (2.7.3-2) UNRELEASED; urgency=medium
+
+  * Set the date embedded in man pages to the changelog date for
+reproducible builds.
+
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 23:34:51 +0200
+
 routino (2.7.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index c4d9397..cd31ac4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
+
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 %:
@@ -20,7 +22,7 @@ override_dh_clean:
 override_dh_auto_build-arch:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
- docbook2x-man $$x ; \
+ docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[routino] branch master updated (ad41a2b - bb14e89)

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

sebastic pushed a change to branch master
in repository routino.

  from  ad41a2b   Set distribution to experimental.
   new  bb14e89   Set the date embedded in man pages to the changelog date 
for reproducible builds.

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/rules | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

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

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


[thuban] 02/04: Update my email to @debian.org address.

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

sebastic pushed a commit to branch master
in repository thuban.

commit cfad42077918833a4575af55ea5749d20b051c29
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:51:10 2015 +0200

Update my email to @debian.org address.
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ebe699d..24d0bea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ thuban (1.2.2-7) UNRELEASED; urgency=medium
 
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
+  * Update my email to @debian.org address.
 
- -- Bas Couwenberg sebas...@xs4all.nl  Thu, 23 Apr 2015 23:50:36 +0200
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 23:50:36 +0200
 
 thuban (1.2.2-6) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index cf89475..c030470 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: thuban
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org,
-   Bas Couwenberg sebas...@xs4all.nl
+   Bas Couwenberg sebas...@debian.org
 Section: graphics
 Priority: optional
 Build-Depends: debhelper (= 9),

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

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


[thuban] branch master updated (50e052f - c12ff37)

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

sebastic pushed a change to branch master
in repository thuban.

  from  50e052f   Set distribution to unstable.
   new  2975905   Set the date embedded in man pages to the changelog date 
for reproducible builds.
   new  cfad420   Update my email to @debian.org address.
   new  6f53e5f   Update Vcs-Browser URL to use cgit instead of gitweb.
   new  c12ff37   Bump Standards-Version to 3.9.6, no changes.

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 | 10 ++
 debian/control   |  6 +++---
 debian/rules |  6 --
 3 files changed, 17 insertions(+), 5 deletions(-)

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

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


[thuban] 01/04: Set the date embedded in man pages to the changelog date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository thuban.

commit 29759050d10fa955e2b8de37113744c3730dd177
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:50:37 2015 +0200

Set the date embedded in man pages to the changelog date for reproducible 
builds.
---
 debian/changelog | 7 +++
 debian/rules | 6 --
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8962dee..ebe699d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+thuban (1.2.2-7) UNRELEASED; urgency=medium
+
+  * Set the date embedded in man pages to the changelog date for
+reproducible builds.
+
+ -- Bas Couwenberg sebas...@xs4all.nl  Thu, 23 Apr 2015 23:50:36 +0200
+
 thuban (1.2.2-6) unstable; urgency=medium
 
   * Apply patch by Olly Betts to use wxWidgets 3.0 -
diff --git a/debian/rules b/debian/rules
index c0f2e9f..de92d3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
+
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 CFLAGS += -Wall -g
@@ -16,7 +18,7 @@ endif
dh $@ --with python2
 
 override_dh_clean:
-   dh_clean
+   dh_clean debian/man/*.1
 
python setup.py clean
 
@@ -27,7 +29,7 @@ override_dh_clean:
 override_dh_auto_build:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
- docbook2x-man $$x ; \
+ docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[thuban] 04/04: Bump Standards-Version to 3.9.6, no changes.

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

sebastic pushed a commit to branch master
in repository thuban.

commit c12ff37a0920a238cfd0e7838de0879b8260597b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:53:37 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c42d8b8..5ba8f23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ thuban (1.2.2-7) UNRELEASED; urgency=medium
 reproducible builds.
   * Update my email to @debian.org address.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
+  * Bump Standards-Version to 3.9.6, no changes.
 
  -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 23:50:36 +0200
 
diff --git a/debian/control b/debian/control
index 2af8cf2..0ddd19a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (= 9),
docbook-xml,
docbook2x,
xsltproc
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/thuban.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/thuban.git
 Homepage: http://thuban.intevation.org

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

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


[thuban] 03/04: Update Vcs-Browser URL to use cgit instead of gitweb.

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

sebastic pushed a commit to branch master
in repository thuban.

commit 6f53e5f56db9c17550cff65bda38434a256a64c3
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 23:53:01 2015 +0200

Update Vcs-Browser URL to use cgit instead of gitweb.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 24d0bea..c42d8b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ thuban (1.2.2-7) UNRELEASED; urgency=medium
   * Set the date embedded in man pages to the changelog date for
 reproducible builds.
   * Update my email to @debian.org address.
+  * Update Vcs-Browser URL to use cgit instead of gitweb.
 
  -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 23:50:36 +0200
 
diff --git a/debian/control b/debian/control
index c030470..2af8cf2 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (= 9),
docbook2x,
xsltproc
 Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/thuban.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/thuban.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/thuban.git
 Homepage: http://thuban.intevation.org
 

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

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


Processing of mapserver_6.4.1-6~exp1_amd64.changes

2015-04-23 Thread Debian FTP Masters
mapserver_6.4.1-6~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  mapserver_6.4.1-6~exp1.dsc
  mapserver_6.4.1-6~exp1.debian.tar.xz
  libmapserver1_6.4.1-6~exp1_amd64.deb
  libmapserver1-dbg_6.4.1-6~exp1_amd64.deb
  libmapserver1-dev_6.4.1-6~exp1_amd64.deb
  cgi-mapserver_6.4.1-6~exp1_amd64.deb
  mapserver-bin_6.4.1-6~exp1_amd64.deb
  mapserver-doc_6.4.1-6~exp1_all.deb
  php5-mapscript_6.4.1-6~exp1_amd64.deb
  libmapscript-perl_6.4.1-6~exp1_amd64.deb
  python-mapscript_6.4.1-6~exp1_amd64.deb
  libmapscript-ruby_6.4.1-6~exp1_all.deb
  libmapscript-ruby1.8_6.4.1-6~exp1_amd64.deb
  libmapscript-ruby1.9.1_6.4.1-6~exp1_amd64.deb
  ruby-mapscript_6.4.1-6~exp1_amd64.deb
  libmapscript-java_6.4.1-6~exp1_amd64.deb

Greetings,

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

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


[libepsilon] 01/05: Update my email to use @debian.org address.

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

sebastic pushed a commit to branch master
in repository libepsilon.

commit 189d448083823e95e1a11e0554bbb5a6d51b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Feb 12 23:25:13 2015 +0100

Update my email to use @debian.org address.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 088fa14..747f8cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libepsilon (0.9.2-3~exp2) UNRELEASED; urgency=medium
+
+  * Update my email to use @debian.org address.
+
+ -- Bas Couwenberg sebas...@debian.org  Thu, 12 Feb 2015 23:24:41 +0100
+
 libepsilon (0.9.2-3~exp1) experimental; urgency=medium
 
   * Update copyright file, change GPL3 license shortname to GPL-3.
diff --git a/debian/control b/debian/control
index 7a619ae..9b55f4d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libepsilon
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org,
-   Bas Couwenberg sebas...@xs4all.nl
+   Bas Couwenberg sebas...@debian.org
 Section: science
 Priority: optional
 Build-Depends: debhelper (= 9),

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

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


[libepsilon] branch master updated (6c56180 - 60342f5)

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

sebastic pushed a change to branch master
in repository libepsilon.

  from  6c56180   Set distribution to experimental.
   new  189d448   Update my email to use @debian.org address.
   new  1d63ef1   Override dh_clean to remove generated man pages.
   new  e1f54b3   Set the date embedded in man pages to the build date for 
reproducible builds.
   new  c9c5faf   Group copyright paragraphs.
   new  60342f5   Set distribution to experimental.

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


Summary of changes:
 debian/changelog |  9 +
 debian/control   |  2 +-
 debian/copyright | 11 ---
 debian/rules |  7 ++-
 4 files changed, 20 insertions(+), 9 deletions(-)

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

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


[libepsilon] 02/05: Override dh_clean to remove generated man pages.

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

sebastic pushed a commit to branch master
in repository libepsilon.

commit 1d63ef1bad9a38b9a5c145167bca649a64d6814d
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Feb 12 23:25:54 2015 +0100

Override dh_clean to remove generated man pages.
---
 debian/changelog | 1 +
 debian/rules | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 747f8cd..9290bdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libepsilon (0.9.2-3~exp2) UNRELEASED; urgency=medium
 
   * Update my email to use @debian.org address.
+  * Override dh_clean to remove generated man pages.
 
  -- Bas Couwenberg sebas...@debian.org  Thu, 12 Feb 2015 23:24:41 +0100
 
diff --git a/debian/rules b/debian/rules
index 0913f8d..876c83a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ MANPAGES:=$(wildcard debian/man/*.*.xml)
 %:
dh $@ --with autoreconf
 
+override_dh_clean:
+   dh_clean debian/man/*.1
+
 override_dh_auto_build:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \

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

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


[libepsilon] tag debian/0.9.2-3.exp2 created (now 60342f5)

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

sebastic pushed a change to tag debian/0.9.2-3.exp2
in repository libepsilon.

at  60342f5   (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/libepsilon.git

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


[libepsilon] 03/05: Set the date embedded in man pages to the build date for reproducible builds.

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

sebastic pushed a commit to branch master
in repository libepsilon.

commit e1f54b3c1ffecef5940cba1c794996056089d46a
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 21:00:57 2015 +0200

Set the date embedded in man pages to the build date for reproducible 
builds.
---
 debian/changelog | 2 ++
 debian/rules | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9290bdf..a0802fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libepsilon (0.9.2-3~exp2) UNRELEASED; urgency=medium
 
   * Update my email to use @debian.org address.
   * Override dh_clean to remove generated man pages.
+  * Set the date embedded in man pages to the build date for
+reproducible builds.
 
  -- Bas Couwenberg sebas...@debian.org  Thu, 12 Feb 2015 23:24:41 +0100
 
diff --git a/debian/rules b/debian/rules
index 876c83a..2bee23b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
+
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 %:
@@ -15,7 +17,7 @@ override_dh_clean:
 override_dh_auto_build:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
- docbook2x-man $$x ; \
+ docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[mapcache] 05/05: Update copyright file.

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

sebastic pushed a commit to branch master
in repository mapcache.

commit 8f3395f77a9fede5c26834195753a3c1b6cdcda5
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:32:27 2015 +0200

Update copyright file.

Changes:
- Convert copyright file from iso-8859-1 to utf8
- Update copyright years
- Drop unused files paragraph for ltmain.sh
---
 debian/changelog |  4 
 debian/copyright | 14 --
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e70f8b4..4108c72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,10 @@ mapcache (1.2.1-3) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Update my email to @debian.org address.
   * Bump Standards-Version to 3.9.6, no changes.
+  * Update copyright file, changes:
+- Convert copyright file from iso-8859-1 to utf8
+- Update copyright years
+- Drop unused files paragraph for ltmain.sh
 
  -- Bas Couwenberg sebas...@debian.org  Fri, 28 Nov 2014 21:09:04 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 33c08a0..d9f5d60 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,13 +2,10 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: MapCache
 Upstream-Contact: Thomas Bonfort and the MapServer team.
 Source: https://github.com/mapserver/mapcache/releases
-License: MIT/X11
-Copyright: 1996-2012 Regents of the University of Minnesota.
 
 Files: *
-Copyright: 1996-2011, Regents of the University of Minnesota
-  2011, Regents of the University of Minnesota
-License: MIT/X11
+Copyright: 1996-2013, Regents of the University of Minnesota
+License: MIT
 
 Files: include/ezxml.h
  lib/ezxml.c
@@ -19,15 +16,11 @@ Files: lib/strptime.c
 Copyright: 1999, Kungliga Tekniska Högskolan
 License: BSD-3-clause
 
-Files: ltmain.sh
-Copyright: 1996-2001, 2003-2006
-License: GPL-2+
-
 Files: debian/*
 Copyright: 2012, Tom Payne tom.pa...@camptocamp.com
 License: BSD-3-clause
 
-License: MIT/X11
+License: MIT
  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the Software),
  to deal in the Software without restriction, including without limitation
@@ -114,3 +107,4 @@ License: GPL-2+
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
+

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

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

[mapcache] 02/05: Update Vcs-Browser URL to use cgit instead of gitweb.

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

sebastic pushed a commit to branch master
in repository mapcache.

commit a07c4f8049921b600278535e51f07ecb08c8aa6d
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:04:09 2015 +0200

Update Vcs-Browser URL to use cgit instead of gitweb.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5ceff3a..eaa1476 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mapcache (1.2.1-3) UNRELEASED; urgency=medium
   * Update Homepage URL, strip en/ from path.
   * Set the date embedded in man pages to the build date for
 reproducible builds.
+  * Update Vcs-Browser URL to use cgit instead of gitweb.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Fri, 28 Nov 2014 21:09:04 +0100
 
diff --git a/debian/control b/debian/control
index 9113d10..b22660b 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Build-Depends: debhelper (= 9),
docbook-xml,
xsltproc
 Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/mapcache.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/mapcache.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/mapcache.git
 Homepage: http://www.mapserver.org/mapcache/
 

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

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


[mapcache] 04/05: Bump Standards-Version to 3.9.6, no changes.

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

sebastic pushed a commit to branch master
in repository mapcache.

commit 0af77af4968f79b021c785657b3a9b34ad932c14
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:05:35 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 136529d..e70f8b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ mapcache (1.2.1-3) UNRELEASED; urgency=medium
 reproducible builds.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Update my email to @debian.org address.
+  * Bump Standards-Version to 3.9.6, no changes.
 
  -- Bas Couwenberg sebas...@debian.org  Fri, 28 Nov 2014 21:09:04 +0100
 
diff --git a/debian/control b/debian/control
index 6b9b259..a4fb39b 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Build-Depends: debhelper (= 9),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/mapcache.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/mapcache.git
 Homepage: http://www.mapserver.org/mapcache/

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

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


[mapcache] 03/05: Update my email to @debian.org address.

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

sebastic pushed a commit to branch master
in repository mapcache.

commit 925cec7a5784e2e2fbd4190a97c3a8b8adf5a8a4
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 22:05:08 2015 +0200

Update my email to @debian.org address.
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/patches/cmake-mapserver-include.patch | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eaa1476..136529d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ mapcache (1.2.1-3) UNRELEASED; urgency=medium
   * Set the date embedded in man pages to the build date for
 reproducible builds.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
+  * Update my email to @debian.org address.
 
- -- Bas Couwenberg sebas...@xs4all.nl  Fri, 28 Nov 2014 21:09:04 +0100
+ -- Bas Couwenberg sebas...@debian.org  Fri, 28 Nov 2014 21:09:04 +0100
 
 mapcache (1.2.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b22660b..6b9b259 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mapcache
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org,
Alan Boudreault aboudrea...@mapgears.com,
-   Bas Couwenberg sebas...@xs4all.nl
+   Bas Couwenberg sebas...@debian.org
 Section: devel
 Priority: optional
 Build-Depends: debhelper (= 9),
diff --git a/debian/patches/cmake-mapserver-include.patch 
b/debian/patches/cmake-mapserver-include.patch
index ee74f02..fe007e1 100644
--- a/debian/patches/cmake-mapserver-include.patch
+++ b/debian/patches/cmake-mapserver-include.patch
@@ -1,5 +1,5 @@
 Description: Include mapserver cmake package for additional include 
directories.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Last-Update: 2013-10-21
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt

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

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


[mapserver] 03/08: Update Vcs-Browser URL to use cgit instead of gitweb.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit 5ad25b19e0fe6870aa4fd3a3391ea37779d9e86c
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 20:34:05 2015 +0200

Update Vcs-Browser URL to use cgit instead of gitweb.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 50df0ec..1a43f7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mapserver (6.4.1-6) UNRELEASED; urgency=medium
 Thanks to Reiner Herrmann for the patch.
 (closes: #783146)
   * Update my email to @debian.org address.
+  * Update Vcs-Browser URL to use cgit instead of gitweb.
 
  -- Bas Couwenberg sebas...@debian.org  Fri, 28 Nov 2014 21:07:43 +0100
 
diff --git a/debian/control b/debian/control
index bbeb2ff..503467e 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,7 @@ Build-Depends: debhelper (= 9),
 Build-Conflicts: libcurl3-openssl-dev
 XS-Ruby-Versions: all
 Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/mapserver.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/mapserver.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/mapserver.git
 Homepage: http://www.mapserver.org
 

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

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


[mapserver] 04/08: Bump Standards-Version to 3.9.6, no changes.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit 5125fba640bf766219dda4397215f87ee8b3816a
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 20:34:33 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 1a43f7a..6e9db24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ mapserver (6.4.1-6) UNRELEASED; urgency=medium
 (closes: #783146)
   * Update my email to @debian.org address.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
+  * Bump Standards-Version to 3.9.6, no changes.
 
  -- Bas Couwenberg sebas...@debian.org  Fri, 28 Nov 2014 21:07:43 +0100
 
diff --git a/debian/control b/debian/control
index 503467e..fc1e8de 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Build-Depends: debhelper (= 9),
xsltproc
 Build-Conflicts: libcurl3-openssl-dev
 XS-Ruby-Versions: all
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/mapserver.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/mapserver.git
 Homepage: http://www.mapserver.org

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

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


[mapserver] 08/08: Set distribution to experimental.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit c70b67595da96e4db24e83b4b72ffc47897e6cb1
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 20:35:19 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 6e9db24..5550a5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mapserver (6.4.1-6) UNRELEASED; urgency=medium
+mapserver (6.4.1-6~exp1) experimental; urgency=medium
 
   * Add upstream metadata.
   * Make build reproducible by setting the date embedded in man pages.
@@ -8,7 +8,7 @@ mapserver (6.4.1-6) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Bump Standards-Version to 3.9.6, no changes.
 
- -- Bas Couwenberg sebas...@debian.org  Fri, 28 Nov 2014 21:07:43 +0100
+ -- Bas Couwenberg sebas...@debian.org  Thu, 23 Apr 2015 20:34:39 +0200
 
 mapserver (6.4.1-5) unstable; urgency=medium
 

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

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


Bug#783146: marked as done (mapserver: please make the build reproducible)

2015-04-23 Thread Debian Bug Tracking System
Your message dated Thu, 23 Apr 2015 23:35:40 +
with message-id e1ylqei-0004sf...@franck.debian.org
and subject line Bug#783146: fixed in mapserver 6.4.1-6~exp1
has caused the Debian Bug report #783146,
regarding mapserver: please make the build reproducible
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.)


-- 
783146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: mapserver
Version: 6.4.1-5
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Hi!

While working on Debian's “reproducible builds” effort [1], we have
noticed that mapserver doesn't build reproducibly.
During build the current date is embedded into the manpages.

The attached patch uses the date from the latest changelog entry
inside the manpages.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds


diff --git a/debian/rules b/debian/rules
index 604b749..c30657e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,7 @@ PHP5API=$(shell php-config5 --phpapi)
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 MS_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C date -u +%d %B %Y -f -)
 
 CMAKE_OPTS:= \
 		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
@@ -106,7 +107,7 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	# Create man pages from DocBook XML
 	for x in $(MANPAGES) ; do \
-	  docbook2x-man $$x ; \
+	  docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
 	  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
 	done
 


signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: mapserver
Source-Version: 6.4.1-6~exp1

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

Debian distribution maintenance software
pp.
Bas Couwenberg sebas...@debian.org (supplier of updated mapserver 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: Thu, 23 Apr 2015 20:34:39 +0200
Source: mapserver
Binary: libmapserver1 libmapserver1-dbg libmapserver1-dev cgi-mapserver 
mapserver-bin mapserver-doc php5-mapscript libmapscript-perl python-mapscript 
libmapscript-ruby libmapscript-ruby1.8 libmapscript-ruby1.9.1 ruby-mapscript 
libmapscript-java
Architecture: source amd64 all
Version: 6.4.1-6~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 cgi-mapserver - CGI executable for MapServer
 libmapscript-java - Java library for MapServer
 libmapscript-perl - Perl MapServer module
 libmapscript-ruby - Transitional dummy package for ruby-mapscript
 libmapscript-ruby1.8 - Transitional package from libmapscript-ruby1.8 to 
ruby-mapscript
 libmapscript-ruby1.9.1 - Transitional package from libmapscript-ruby1.9.1 to 
ruby-mapscrip
 libmapserver1 - Shared library for MapServer
 libmapserver1-dbg - Debugging symbols for libmapserver1
 libmapserver1-dev - Shared library development files for MapServer
 mapserver-bin - MapServer utilities
 mapserver-doc - documentation for MapServer
 php5-mapscript - php5-cgi module for MapServer
 python-mapscript - Python library for MapServer
 ruby-mapscript - MapServer library for Ruby
Closes: 783146
Changes:
 mapserver (6.4.1-6~exp1) experimental; urgency=medium
 .
   * Add upstream metadata.
   * Make build reproducible by setting the date embedded in man pages.
 Thanks to Reiner Herrmann for the patch.
 (closes: #783146)
   * Update my email to @debian.org address.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Bump Standards-Version to 3.9.6, no changes.
Checksums-Sha1:
 0dace3be6be0b6f2795a073dfa860d5774f892ea 3495 mapserver_6.4.1-6~exp1.dsc
 dedf3240d19d804100182fd86bd60d8f2366fda9 48316 
mapserver_6.4.1-6~exp1.debian.tar.xz
 

mapserver_6.4.1-6~exp1_amd64.changes REJECTED

2015-04-23 Thread Debian FTP Masters


mapserver_6.4.1-6~exp1.dsc: Refers to non-existing file 
'mapserver_6.4.1-6~exp1.debian.tar.gz'
Perhaps you need to include the file in your upload?

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


Processing of mapserver_6.4.1-6~exp1_amd64.changes

2015-04-23 Thread Debian FTP Masters
mapserver_6.4.1-6~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  mapserver_6.4.1-6~exp1.dsc
  mapserver_6.4.1-6~exp1.debian.tar.xz
  libmapserver1_6.4.1-6~exp1_amd64.deb
  libmapserver1-dbg_6.4.1-6~exp1_amd64.deb
  libmapserver1-dev_6.4.1-6~exp1_amd64.deb
  cgi-mapserver_6.4.1-6~exp1_amd64.deb
  mapserver-bin_6.4.1-6~exp1_amd64.deb
  mapserver-doc_6.4.1-6~exp1_all.deb
  php5-mapscript_6.4.1-6~exp1_amd64.deb
  libmapscript-perl_6.4.1-6~exp1_amd64.deb
  python-mapscript_6.4.1-6~exp1_amd64.deb
  libmapscript-ruby_6.4.1-6~exp1_all.deb
  libmapscript-ruby1.8_6.4.1-6~exp1_amd64.deb
  libmapscript-ruby1.9.1_6.4.1-6~exp1_amd64.deb
  ruby-mapscript_6.4.1-6~exp1_amd64.deb
  libmapscript-java_6.4.1-6~exp1_amd64.deb

Greetings,

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

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


Bug#779974: josm: invalid certificate

2015-04-23 Thread Salvo Tomaselli
In data mercoledì 22 aprile 2015 18:58:06, Sebastiaan Couwenberg ha scritto:
 On 04/22/2015 11:29 AM, Salvo Tomaselli wrote:
  In data martedì 21 aprile 2015 19:51:15, Sebastiaan Couwenberg ha scritto:
  On 04/21/2015 09:22 AM, Salvo Tomaselli wrote:
  aptitude update  aptitude reinstall ca-certificates
  
  Tried this one, still same result in josm.
  
  Still only 11 certs in the Java cacerts keystore, this should be over
  100.
  
  crappy webmail I was using.
  
  Do you have the Equifax_Secure_CA.crt installed?
  
  $ ls -l /etc/ssl/certs/Equifax_Secure_CA.pem  /usr/share/ca-
  certificates/mozilla/Equifax_Secure_CA.crt
 
 So you have the CA cert, just not in the Java truststore. The
 update-ca-certificates hook should take care of this, but for some
 mysterious reason it doesn't import all certificates as it should.
 
 Can you check if the certificate is enabled in the configuration file?
 
  grep Equifax_Secure_CA /etc/ca-certificates.conf
grep Equifax_Secure_CA /etc/ca-certificates.conf
mozilla/Equifax_Secure_CA.crt

I guess it is in there.

 Assuming it's enabled but still not picked up by the
 update-ca-certificates hook, you can manually import the certificate:
 
  sudo keytool -v -importcert -trustcacerts -alias equifax_secure_ca \
  -file /usr/share/ca-certificates/mozilla/Equifax_Secure_CA.crt \
  -keystore /etc/ssl/certs/java/cacerts -storepass changeit
Output attached, it asked me to write si to confirm to trust the 
certificate.


josm is still telling me this, after doing that command

sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target

Best
-- 
Salvo Tomaselli

Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di 
senso, ragione ed intelletto intendesse che noi ne facessimo a meno.
-- Galileo Galilei

http://ltworf.github.io/ltworf/
# keytool -v -importcert -trustcacerts -alias equifax_secure_ca -file 
/usr/share/ca-certificates/mozilla/Equifax_Secure_CA.crt -keystore 
/etc/ssl/certs/java/cacerts -storepass changeit
Proprietario: OU=Equifax Secure Certificate Authority, O=Equifax, C=US
Autorità emittente: OU=Equifax Secure Certificate Authority, O=Equifax, C=US
Numero di serie: 35def4cf
Valido da: Sat Aug 22 18:41:51 CEST 1998 a: Wed Aug 22 18:41:51 CEST 2018
Impronte digitali certificato:
 MD5:  67:CB:9D:C0:13:24:8A:82:9B:B2:17:1E:D1:1B:EC:D4
  SHA1: 
D2:32:09:AD:23:D3:14:23:21:74:E4:0D:7F:9D:62:13:97:86:63:3A
   SHA256: 
08:29:7A:40:47:DB:A2:36:80:C7:31:DB:6E:31:76:53:CA:78:48:E1:BE:BD:3A:0B:01:79:A7:07:F9:2C:F1:78
Nome algoritmo firma: SHA1withRSA
 Versione: 3

 Estensioni: 

#1: ObjectId: 1.2.840.113533.7.65.0 Criticality=false
: 30 0B 1B 05 56 33 2E 30   63 03 02 06 C0   0...V3.0c


#2: ObjectId: 2.5.29.35 Criticality=false
AuthorityKeyIdentifier [
KeyIdentifier [
: 48 E6 68 F9 2B D2 B2 95   D7 47 D8 23 20 10 4F 33  H.h.+G.# .O3
0010: 98 90 9F D4
]
]

#3: ObjectId: 2.5.29.19 Criticality=false
BasicConstraints:[
  CA:true
PathLen:2147483647
]

#4: ObjectId: 2.5.29.31 Criticality=false
CRLDistributionPoints [
  [DistributionPoint:
   [CN=CRL1, OU=Equifax Secure Certificate Authority, O=Equifax, C=US]
   ]]

#5: ObjectId: 2.5.29.15 Criticality=false
KeyUsage [
  Key_CertSign
Crl_Sign
]

#6: ObjectId: 2.5.29.16 Criticality=false
PrivateKeyUsage: [
To: Wed Aug 22 18:41:51 CEST 2018]

#7: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
: 48 E6 68 F9 2B D2 B2 95   D7 47 D8 23 20 10 4F 33  H.h.+G.# .O3
0010: 98 90 9F D4
]
]

Considerare sicuro questo certificato? [no]:  y
Risposta errata, riprovare
Considerare sicuro questo certificato? [no]:  si
Il certificato è stato aggiunto al keystore
[Memorizzazione di /etc/ssl/certs/java/cacerts] in corso

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

[mapserver] 07/08: Update symbols for amd64.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit 11c5d28fb647d9d92b35bf316f0d2b6cd0a9eea0
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Apr 24 00:41:36 2015 +0200

Update symbols for amd64.
---
 debian/libmapserver1.symbols | 34 +-
 1 file changed, 21 insertions(+), 13 deletions(-)

diff --git a/debian/libmapserver1.symbols b/debian/libmapserver1.symbols
index 0b992b6..8e96654 100644
--- a/debian/libmapserver1.symbols
+++ b/debian/libmapserver1.symbols
@@ -366,8 +366,9 @@ libmapserver.so.1 #PACKAGE# #MINVER#
  (optional=templinst|arch=ia64 s390 
sparc)_ZN9mapserver11pod_bvectorINS_20scanline_storage_bin9span_dataELj10EE14allocate_blockEj@Base
 6.4.0
  (optional=templinst|arch=!ia64 !s390 
!sparc)_ZN9mapserver11pod_bvectorINS_20scanline_storage_bin9span_dataELj10EED1Ev@Base
 6.2.1
  (optional=templinst|arch=!ia64 !s390 
!sparc)_ZN9mapserver11pod_bvectorINS_20scanline_storage_bin9span_dataELj10EED2Ev@Base
 6.2.1
- (optional=templinst|arch=ia64 s390 
sparc)_ZN9mapserver11pod_bvectorINS_21scanline_cell_storageIhE10extra_spanELj6EE14allocate_blockEj@Base
 6.4.0
- (optional=templinst|arch=ia64 s390 
sparc)_ZN9mapserver11pod_bvectorIhLj12EE14allocate_blockEj@Base 6.4.0
+ (optional=templinst|arch=amd64 ia64 s390 
sparc)_ZN9mapserver11pod_bvectorINS_21scanline_cell_storageIhE10extra_spanELj6EE14allocate_blockEj@Base
 6.4.0
+ (optional=templinst|arch=amd64 ia64 s390 
sparc)_ZN9mapserver11pod_bvectorIhLj12EE14allocate_blockEj@Base 6.4.0
+ 
(optional=templinst|arch=amd64)_ZN9mapserver11pod_bvectorIhLj12EE25allocate_continuous_blockEj@Base
 6.4.1
  (optional=templinst)_ZN9mapserver11qsort_cellsINS_7cell_aaEEEvPPT_j@Base 6.2.1
  _ZN9mapserver11scanline_u8D1Ev@Base 6.2.1
  _ZN9mapserver11scanline_u8D2Ev@Base 6.2.1
@@ -397,7 +398,7 @@ libmapserver.so.1 #PACKAGE# #MINVER#
  _ZN9mapserver12mcs5x11_monoE@Base 6.2.1
  _ZN9mapserver12mcs6x10_monoE@Base 6.2.1
  _ZN9mapserver12mcs6x11_monoE@Base 6.2.1
- 
(optional=templinst)_ZN9mapserver12shorten_pathINS_15vertex_sequenceINS_11vertex_distELj6EvRT_dj@Base
 6.4.0
+ 
(optional=templinst|arch=!amd64)_ZN9mapserver12shorten_pathINS_15vertex_sequenceINS_11vertex_distELj6EvRT_dj@Base
 6.4.0
  _ZN9mapserver12trans_affine12parl_to_parlEPKdS2_@Base 6.2.1
  _ZN9mapserver12trans_affine12parl_to_rectEPKd@Base 6.2.1
  _ZN9mapserver12trans_affine12rect_to_parlEPKd@Base 6.2.1
@@ -414,7 +415,7 @@ libmapserver.so.1 #PACKAGE# #MINVER#
  _ZN9mapserver12vcgen_strokeC2Ev@Base 6.2.1
  (arch=ia64 s390 sparc)_ZN9mapserver12vcgen_strokeD1Ev@Base 6.4.0
  (arch=ia64 s390 sparc)_ZN9mapserver12vcgen_strokeD2Ev@Base 6.4.0
- 
(optional=templinst)_ZN9mapserver13obj_allocatorINS_10font_cacheEE10deallocateEPS1_@Base
 6.2.1
+ 
(optional=templinst|arch=!amd64)_ZN9mapserver13obj_allocatorINS_10font_cacheEE10deallocateEPS1_@Base
 6.2.1
 #MISSING: 6.4.1# (optional=templinst|arch=mips 
mipsel)_ZN9mapserver13obj_allocatorINS_10font_cacheEE8allocateEv@Base 6.4.0
  
(optional=templinst)_ZN9mapserver13renderer_baseINS_23pixfmt_alpha_blend_rgbaINS_16blender_rgba_preINS_5rgba8ENS_10order_bgraEEENS_12row_accessorIhEEjEEE10blend_fromIS8_EEvRKT_PKNS_9rect_baseIiEEiih@Base
 6.2.1
  _ZN9mapserver13vcgen_contour10add_vertexEddj@Base 6.2.1
@@ -460,25 +461,26 @@ libmapserver.so.1 #PACKAGE# #MINVER#
 #MISSING: 6.4.0# _ZN9mapserver17g_elder_bit_tableE@Base 6.2.1
  _ZN9mapserver17mcs7x12_mono_highE@Base 6.2.1
  
(optional=templinst)_ZN9mapserver18conv_adaptor_vcgenI12line_adaptorNS_10vcgen_dashENS_12null_markersEE6vertexEPdS5_@Base
 6.2.1
- (optional=templinst|arch=ia64 s390 
sparc)_ZN9mapserver18conv_adaptor_vcgenI12line_adaptorNS_12vcgen_strokeENS_12null_markersEE6vertexEPdS5_@Base
 6.4.0
+ (optional=templinst|arch=amd64 ia64 s390 
sparc)_ZN9mapserver18conv_adaptor_vcgenI12line_adaptorNS_12vcgen_strokeENS_12null_markersEE6vertexEPdS5_@Base
 6.4.0
  (optional=templinst|arch=ia64 s390 
sparc)_ZN9mapserver18conv_adaptor_vcgenINS_9conv_dashI12line_adaptorNS_12null_markersEEENS_12vcgen_strokeES3_E6vertexEPdS7_@Base
 6.4.0
  
(optional=templinst)_ZN9mapserver18conv_adaptor_vcgenINS_9conv_dashINS_9path_baseINS_20vertex_block_storageIdLj8ELj256ENS_12null_markersEEENS_12vcgen_strokeES6_E6vertexEPdSA_@Base
 6.2.1
  
(optional=templinst)_ZN9mapserver18conv_adaptor_vcgenINS_9path_baseINS_20vertex_block_storageIdLj8ELj256ENS_10vcgen_dashENS_12null_markersEE6vertexEPdS8_@Base
 6.2.1
  
(optional=templinst)_ZN9mapserver18conv_adaptor_vcgenINS_9path_baseINS_20vertex_block_storageIdLj8ELj256ENS_12vcgen_strokeENS_12null_markersEE6vertexEPdS8_@Base
 6.2.1
  (optional=templinst|arch=ia64 s390 
sparc)_ZN9mapserver18conv_adaptor_vcgenINS_9path_baseINS_20vertex_block_storageIdLj8ELj256ENS_13vcgen_contourENS_12null_markersEE6vertexEPdS8_@Base
 6.4.0
+ 

[mapserver] 05/08: Group copyright paragraphs.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit 129f0dd18fc2e2cf2dc1fcd31ebf912cc7ec
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Apr 24 00:24:44 2015 +0200

Group copyright paragraphs.
---
 debian/copyright | 395 ---
 1 file changed, 25 insertions(+), 370 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 0e39169..47af5c1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,388 +1,43 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: MapServer
 Upstream-Contact: The MapServer team mapserver-...@lists.osgeo.org
-Source: http://mapserver.org
-Copyright: 1996-2007 Regents of the University of Minnesota.
-License: MIT/X11
+Source: http://download.osgeo.org/mapserver/
 
 Files: *
-Copyright: 1996-2007 Regents of the University of Minnesota.
-License: MIT/X11
-
-Files: cgiutil.c
- cgiutil.h
- legend.c
- mapaxisorder.h
- mapcluster.c
- mapcopy.c
- mapcopy.h
- mapcpl.c
- mapdraw.c
- mapdrawgdal.c
- mapentities.h
- maperror.c
- maperror.h
- mapfile.c
- mapfile.h
- mapgeomtransform.c
- mapgeos.c
- mapgml.c
- mapgml.h
- maphash.c
- maphash.h
- maphttp.h
- mapimagemap.c
- mapjoin.c
- maplabel.c
- maplayer.c
- maplegend.c
- mapows.c
- mapows.h
- mappluginlayer.c
- mappool.c
- mappostgresql.c
- mapprimitive.h
- mapproject.c
- mapproject.h
- mapquery.c
- maprasterquery.c
- mapregex.c
- mapregex.h
- mapresample.c
- mapscale.c
- mapsde.c
- mapsearch.c
- mapserv.c
- mapserv.h
- mapserver.h
- mapservutil.c
- mapshape.c
- mapshape.h
- mapsmoothing.c
- mapsymbol.c
- mapsymbol.h
- maptemplate.h
- mapthread.c
- mapthread.h
- maptime.c
- maptime.h
- maptree.c
- maptree.h
- mapunion.c
- maputil.c
- mapwcs.c
- mapwcs.h
- mapwms.c
- mapxbase.c
- mapxml.c
- scalebar.c
- shp2img.c
- shptree.c
- shptreetst.c
- shptreevis.c
- sortshp.c
- sym2img.c
- testcopy.c
- testexpr.c
- tile4ms.c
- mapscript/mapscript.i
- mapscript/php/php_regex.c
-Copyright: 1996-2005, Regents of the University of Minnesota
-License: MIT/X11
-
-Files: mapcrypto.c
- msencrypt.c
-Copyright: 1996-2006, Regents of the University of Minnesota
-License: MIT/X11
-
-Files: configure.in
- mapagg.cpp
- mapagg.h
- mapchart.c
- mapdebug.c
- mapxmp.c
- mapscript/swiginc/cluster.i
- mapscript/swiginc/label.i
- mapscript/swiginc/legend.i
- mapscript/swiginc/owsrequest.i
- mapscript/swiginc/querymap.i
- mapscript/swiginc/referencemap.i
- mapscript/swiginc/scalebar.i
-Copyright: 1996-2007, Regents of the University of Minnesota
-License: MIT/X11
-
-Files: mapoglcontext.cpp
- mapoglcontext.h
- mapogl.cpp
- mapoglrenderer.cpp
- mapoglrenderer.h
- maporaclespatial.c
- mapprimitive.c
- maptemplate.c
- mapscript/csharp/csmodule.i
- mapscript/csharp/swig_csharp_extensions.i
- mapscript/csharp/config/AssemblyInfo.cs
- mapscript/csharp/examples/drawmap.cs
- mapscript/csharp/examples/drawmapDirect.cs
- mapscript/csharp/examples/drawmapDirectPrint.cs
- mapscript/csharp/examples/drawquery.cs
- mapscript/csharp/examples/getbytes.cs
- mapscript/csharp/examples/HTMLtemplate.cs
- mapscript/csharp/examples/inline.cs
- mapscript/csharp/examples/RFC24.cs
- mapscript/csharp/examples/shapeinfo.cs
- mapscript/csharp/examples/shpdump.cs
-Copyright: 1996-2008, Regents of the University of Minnesota
-License: MIT/X11
-
-Files: mapcairo.c
- mapgd.c
- mapkml.cpp
- mapkmlrenderer.cpp
- mapkmlrenderer.h
-Copyright: 1996-2009, Regents of the University of Minnesota
-License: MIT/X11
-
-Files: mapraster.c
-Copyright: 1996-2010, Regents of the University of Minnesota
-License: MIT/X11
-
-Files: mapgeomutil.cpp
- maprendering.c
-Copyright: 1996-2011, Regents of the University of Minnesota
-License: MIT/X11
-
-Files: hittest.c
- hittest.h
-Copyright: 1996-2013, Regents of the University of Minnesota
-License: MIT/X11
+Copyright: 1996-2013, Regents of the University of Minnesota.
+   2010-2011, EOX IT Services GmbH, Austria
+2011, Alan Boudreault, MapGears
+   2000-2010, Daniel Morissette, DM Solutions Group Inc.
+ 2001-2002, 2004, 2007, 2010, Frank Warmerdam warmer...@pobox.com
+  2008, 2010, Paul Ramsey
+   2009-2010, Thomas Bonfort
+ 2000-2006, 2008, Y. Assefa, DM Solutions Group inc.
+   2006-2007, Tom Kralidis
+2007, IS Consulting (www.mapdotnet.com)
+   2000-2005, DM Solutions Group
+   2004-2005, Sean Gillies sgill...@frii.com
+   2002-2003, Julien-Samuel Lacroix, DM Solutions Group Inc
+2003, John Novak, Novacell Technologies
+2002, Refractions Research
+License: MIT
 
 Files: mapbits.c
 Copyright: 1996-2005, Regents of the University of Minnesota
-License: MIT/X11
+License: MIT
 Comment: Derived from code placed in the public domain by 

[mapserver] tag debian/6.4.1-6.exp1 created (now c70b675)

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

sebastic pushed a change to tag debian/6.4.1-6.exp1
in repository mapserver.

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

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

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


[mapserver] 06/08: Drop unused files paragraph for ltmain.sh.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit 632dc8450a9e77ceaa60704ca6dcdc9f3c58416f
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Apr 24 00:40:25 2015 +0200

Drop unused files paragraph for ltmain.sh.
---
 debian/copyright | 30 --
 1 file changed, 30 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 47af5c1..3fc9899 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -58,10 +58,6 @@ Files: mapscript/python/pygdioctx/pygdioctx.c
 Copyright: 1995, Richard Jones, Bureau of Meteorology Australia
 License: BSD-3-clause-GDMODULE-LICENSE
 
-Files: ltmain.sh
-Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc.
-License: GPL-2+ with Libtool exception
-
 Files: mapparser.c
  mapparser.h
 Copyright: 1984, 1989-1990, 2000-2006, Free Software Foundation, Inc.
@@ -460,32 +456,6 @@ License: BSL-1.0
  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.
 
-License: GPL-2+ with Libtool exception
- GNU Libtool is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- As a special exception to the GNU General Public License,
- if you distribute this file as part of a program or library that
- is built using GNU Libtool, you may include this file under the
- same distribution terms that you use for the rest of that program.
- .
- GNU Libtool is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with GNU Libtool; see the file COPYING.  If not, a copy
- can be downloaded from http://www.gnu.org/licenses/gpl.html,
- or obtained by writing to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
-
 License: GPL-3+ with Bison exception
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

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

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


[mapserver] 01/08: Make build reproducible by setting the date embedded in man pages.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit 0beff73e34d9371eae13123667c4e74424a67b78
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 20:03:14 2015 +0200

Make build reproducible by setting the date embedded in man pages.
---
 debian/changelog | 3 +++
 debian/rules | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3b35a73..d041a08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 mapserver (6.4.1-6) UNRELEASED; urgency=medium
 
   * Add upstream metadata.
+  * Make build reproducible by setting the date embedded in man pages.
+Thanks to Reiner Herrmann for the patch.
+(closes: #783146)
 
  -- Bas Couwenberg sebas...@xs4all.nl  Fri, 28 Nov 2014 21:07:43 +0100
 
diff --git a/debian/rules b/debian/rules
index 604b749..c30657e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,7 @@ PHP5API=$(shell php-config5 --phpapi)
 MANPAGES:=$(wildcard debian/man/*.*.xml)
 
 MS_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
+BUILD_DATE=$(shell dpkg-parsechangelog | sed -ne 's/^Date: //p' | LC_ALL=C 
date -u +%d %B %Y -f -)
 
 CMAKE_OPTS:= \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
@@ -106,7 +107,7 @@ override_dh_auto_configure:
 override_dh_auto_build:
# Create man pages from DocBook XML
for x in $(MANPAGES) ; do \
- docbook2x-man $$x ; \
+ docbook2x-man --string-param header-3=$(BUILD_DATE) $$x ; \
  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
done
 

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

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


[mapserver] branch master updated (3f38fe8 - c70b675)

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

sebastic pushed a change to branch master
in repository mapserver.

  from  3f38fe8   Add upstream metadata.
   new  0beff73   Make build reproducible by setting the date embedded in 
man pages.
   new  fec2743   Update my email to @debian.org address.
   new  5ad25b1   Update Vcs-Browser URL to use cgit instead of gitweb.
   new  5125fba   Bump Standards-Version to 3.9.6, no changes.
   new  129f0dd   Group copyright paragraphs.
   new  632dc84   Drop unused files paragraph for ltmain.sh.
   new  11c5d28   Update symbols for amd64.
   new  c70b675   Set distribution to experimental.

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


Summary of changes:
 debian/changelog|  12 +-
 debian/control  |   6 +-
 debian/copyright| 425 ++--
 debian/libmapserver1.symbols|  34 ++-
 debian/patches/cmake-mapserver-export.patch |   2 +-
 debian/patches/hardening.patch  |   2 +-
 debian/patches/perl-mapscript-install.patch |   2 +-
 debian/patches/php56.patch  |   2 +-
 debian/patches/ruby-mapscript-install.patch |   2 +-
 debian/patches/ruby-shebang.patch   |   2 +-
 debian/rules|   3 +-
 11 files changed, 66 insertions(+), 426 deletions(-)

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

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


[mapserver] 02/08: Update my email to @debian.org address.

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

sebastic pushed a commit to branch master
in repository mapserver.

commit fec27439bf783affc2fef55227ffd297539ae2eb
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Apr 23 20:04:39 2015 +0200

Update my email to @debian.org address.
---
 debian/changelog| 3 ++-
 debian/control  | 2 +-
 debian/patches/cmake-mapserver-export.patch | 2 +-
 debian/patches/hardening.patch  | 2 +-
 debian/patches/perl-mapscript-install.patch | 2 +-
 debian/patches/php56.patch  | 2 +-
 debian/patches/ruby-mapscript-install.patch | 2 +-
 debian/patches/ruby-shebang.patch   | 2 +-
 8 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d041a08..50df0ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ mapserver (6.4.1-6) UNRELEASED; urgency=medium
   * Make build reproducible by setting the date embedded in man pages.
 Thanks to Reiner Herrmann for the patch.
 (closes: #783146)
+  * Update my email to @debian.org address.
 
- -- Bas Couwenberg sebas...@xs4all.nl  Fri, 28 Nov 2014 21:07:43 +0100
+ -- Bas Couwenberg sebas...@debian.org  Fri, 28 Nov 2014 21:07:43 +0100
 
 mapserver (6.4.1-5) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index f743702..bbeb2ff 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mapserver
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org,
Alan Boudreault aboudrea...@mapgears.com,
-   Bas Couwenberg sebas...@xs4all.nl
+   Bas Couwenberg sebas...@debian.org
 Section: devel
 Priority: optional
 Build-Depends: debhelper (= 9),
diff --git a/debian/patches/cmake-mapserver-export.patch 
b/debian/patches/cmake-mapserver-export.patch
index da0d536..846fade 100644
--- a/debian/patches/cmake-mapserver-export.patch
+++ b/debian/patches/cmake-mapserver-export.patch
@@ -1,5 +1,5 @@
 Description: Install headers and export cmake package for outside projects.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Last-Update: 2013-10-21
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
index 480bfab..3ae13f8 100644
--- a/debian/patches/hardening.patch
+++ b/debian/patches/hardening.patch
@@ -1,5 +1,5 @@
 Description: Add support for hardening build flags.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Last-Update: 2013-09-02
 --- a/mapscript/ruby/CMakeLists.txt
 +++ b/mapscript/ruby/CMakeLists.txt
diff --git a/debian/patches/perl-mapscript-install.patch 
b/debian/patches/perl-mapscript-install.patch
index 2a639cf..3bae4a7 100644
--- a/debian/patches/perl-mapscript-install.patch
+++ b/debian/patches/perl-mapscript-install.patch
@@ -1,5 +1,5 @@
 Description: Fix the Perl mapscript module installation directory.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Last-Update: 2013-09-02
 --- a/mapscript/perl/CMakeLists.txt
 +++ b/mapscript/perl/CMakeLists.txt
diff --git a/debian/patches/php56.patch b/debian/patches/php56.patch
index cdfd1fd..008adbc 100644
--- a/debian/patches/php56.patch
+++ b/debian/patches/php56.patch
@@ -25,7 +25,7 @@ Description: Use php://input instead of raw_post_data to 
support PHP 5.6.
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Bug-Debian: https://bugs.debian.org/745600
 Forwarded: https://github.com/mapserver/mapserver/issues/4911
 Applied-Upstream: 
https://github.com/mapserver/mapserver/commit/fc99472b8b2fc837148f71755f23349a71e307bf
diff --git a/debian/patches/ruby-mapscript-install.patch 
b/debian/patches/ruby-mapscript-install.patch
index 733a70a..0841582 100644
--- a/debian/patches/ruby-mapscript-install.patch
+++ b/debian/patches/ruby-mapscript-install.patch
@@ -1,5 +1,5 @@
 Description: Install Ruby mapscript to vendorarchdir instead of archdir.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Last-Update: 2013-09-11
 --- a/mapscript/ruby/CMakeLists.txt
 +++ b/mapscript/ruby/CMakeLists.txt
diff --git a/debian/patches/ruby-shebang.patch 
b/debian/patches/ruby-shebang.patch
index f471951..2be13b6 100644
--- a/debian/patches/ruby-shebang.patch
+++ b/debian/patches/ruby-shebang.patch
@@ -1,5 +1,5 @@
 Description: Explicitly use ruby1.9.1 in shebang.
-Author: Bas Couwenberg sebas...@xs4all.nl
+Author: Bas Couwenberg sebas...@debian.org
 Last-Update: 2013-09-10
 --- a/mapscript/ruby/examples/shp2img.rb
 +++ 

mapserver_6.4.1-6~exp1_amd64.changes ACCEPTED into experimental

2015-04-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 Apr 2015 20:34:39 +0200
Source: mapserver
Binary: libmapserver1 libmapserver1-dbg libmapserver1-dev cgi-mapserver 
mapserver-bin mapserver-doc php5-mapscript libmapscript-perl python-mapscript 
libmapscript-ruby libmapscript-ruby1.8 libmapscript-ruby1.9.1 ruby-mapscript 
libmapscript-java
Architecture: source amd64 all
Version: 6.4.1-6~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 cgi-mapserver - CGI executable for MapServer
 libmapscript-java - Java library for MapServer
 libmapscript-perl - Perl MapServer module
 libmapscript-ruby - Transitional dummy package for ruby-mapscript
 libmapscript-ruby1.8 - Transitional package from libmapscript-ruby1.8 to 
ruby-mapscript
 libmapscript-ruby1.9.1 - Transitional package from libmapscript-ruby1.9.1 to 
ruby-mapscrip
 libmapserver1 - Shared library for MapServer
 libmapserver1-dbg - Debugging symbols for libmapserver1
 libmapserver1-dev - Shared library development files for MapServer
 mapserver-bin - MapServer utilities
 mapserver-doc - documentation for MapServer
 php5-mapscript - php5-cgi module for MapServer
 python-mapscript - Python library for MapServer
 ruby-mapscript - MapServer library for Ruby
Closes: 783146
Changes:
 mapserver (6.4.1-6~exp1) experimental; urgency=medium
 .
   * Add upstream metadata.
   * Make build reproducible by setting the date embedded in man pages.
 Thanks to Reiner Herrmann for the patch.
 (closes: #783146)
   * Update my email to @debian.org address.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Bump Standards-Version to 3.9.6, no changes.
Checksums-Sha1:
 0dace3be6be0b6f2795a073dfa860d5774f892ea 3495 mapserver_6.4.1-6~exp1.dsc
 dedf3240d19d804100182fd86bd60d8f2366fda9 48316 
mapserver_6.4.1-6~exp1.debian.tar.xz
 03443f4ae059a94ad4693ce582733ce1eb9ff126 827700 
libmapserver1_6.4.1-6~exp1_amd64.deb
 7e52b128797409c6877b10d89c561927b35bb6e7 5027370 
libmapserver1-dbg_6.4.1-6~exp1_amd64.deb
 f79ee6db14f07bea39bad7d05f4ae251c83c02e7 131736 
libmapserver1-dev_6.4.1-6~exp1_amd64.deb
 35728bdace13a8452252de943b21bcc7d1ba068a 78612 
cgi-mapserver_6.4.1-6~exp1_amd64.deb
 f2abf5df84cf217c3abcb504493707d0371e5ff9 105020 
mapserver-bin_6.4.1-6~exp1_amd64.deb
 784b570f01b86c00eb60418e095d1f391527cc2a 88440 
mapserver-doc_6.4.1-6~exp1_all.deb
 b0d4145ae2dc9c05c9a83bef6a86f20c805e73be 166754 
php5-mapscript_6.4.1-6~exp1_amd64.deb
 a4c7836f0fc9e2975b58521a9ae3fb5ada219cd7 288284 
libmapscript-perl_6.4.1-6~exp1_amd64.deb
 4a230d43537c5878427391130b7ababdc27dc7f4 210732 
python-mapscript_6.4.1-6~exp1_amd64.deb
 fd479240c020c10dd0022e50b63673b573e98b76 74954 
libmapscript-ruby_6.4.1-6~exp1_all.deb
 5a25137dd113461e32f63ef09087214c429efd65 74972 
libmapscript-ruby1.8_6.4.1-6~exp1_amd64.deb
 c27821450f3e7db31f923a32be5626189bed6839 74982 
libmapscript-ruby1.9.1_6.4.1-6~exp1_amd64.deb
 d45ec5cf66b47e17005b9fbbda371452cb0e26ed 196280 
ruby-mapscript_6.4.1-6~exp1_amd64.deb
 75e0359363f9a23e72ba12e830923f1cfd177ace 410416 
libmapscript-java_6.4.1-6~exp1_amd64.deb
Checksums-Sha256:
 1af2103203416d9f9ed66d8baf7b68b19fbd9394436deab095af79a0b7772388 3495 
mapserver_6.4.1-6~exp1.dsc
 10fbfc14361dfb14dc2322b67ebbd3aec5f8552f7328822fa5a2cc92c27680b4 48316 
mapserver_6.4.1-6~exp1.debian.tar.xz
 06077853bf8dfef73885bb890c44cea167df73f1f69c543047c5d94a95c2c23f 827700 
libmapserver1_6.4.1-6~exp1_amd64.deb
 918bebcca5da89fac8c26f6cb5eb5237bfb2fcea67cdf7533255da6aab7acf65 5027370 
libmapserver1-dbg_6.4.1-6~exp1_amd64.deb
 4c30b439b01832d508c49011e3286575dd9caaa0b14c3ad5e0b13363eb0ca56a 131736 
libmapserver1-dev_6.4.1-6~exp1_amd64.deb
 654732fd7b67ae3d674e9a1d793cf2a1079f0fa26ca7e08422d11d2ea9a82e52 78612 
cgi-mapserver_6.4.1-6~exp1_amd64.deb
 e343ed1cfc42b769255fce2e2c2c92e0cb45ef3b3923b35394ef6f99727e139f 105020 
mapserver-bin_6.4.1-6~exp1_amd64.deb
 3a97ffc1614f765f0f069e56f548e6f0626a7492e411d749a60b32a9e5ee2dce 88440 
mapserver-doc_6.4.1-6~exp1_all.deb
 ba3c2d98bb312f452f99b446008759044808b6d54d0a14860557567dfdff987f 166754 
php5-mapscript_6.4.1-6~exp1_amd64.deb
 fb97ee36f77650ad9c959103fbfc3557178fb6ec1410a89dc25435c5046158bc 288284 
libmapscript-perl_6.4.1-6~exp1_amd64.deb
 b949f1f26e9c649717c3292205e561254e6c5634899faedcd17560bc58d821d3 210732 
python-mapscript_6.4.1-6~exp1_amd64.deb
 8534effded7c3a0d964d24148b8a04721c949adf0e808388859118b3d2219022 74954 
libmapscript-ruby_6.4.1-6~exp1_all.deb
 e96c7586eebe641453c29fbd110419c77eab47fe237792c2895852779697d4e4 74972 
libmapscript-ruby1.8_6.4.1-6~exp1_amd64.deb
 e5a4a3098f6bb182285cdf7eef31996888d010ead511cdc4a245d5e4e3704963 74982 
libmapscript-ruby1.9.1_6.4.1-6~exp1_amd64.deb
 8f093a73eb15f786a090e2825ba17717fc3357b0658df76b66434b91c0cc 196280 
ruby-mapscript_6.4.1-6~exp1_amd64.deb
 f138da6a05665ea8d5cd4646386fcee9d96e4c85c17f1a80f2add9d52f1c49ab 410416