Bug#888639: rtklib: FTBFS on hurd-i386: many undefined references

2018-01-27 Thread Aaron M. Ucko
Source: rtklib
Version: 2.4.3+dfsg1-1
Severity: normal
Tags: upstream
Justification: fails to build from source
User: debian-h...@lists.debian.org
Usertags: hurd

The build of rtklib for hurd-i386 (admittedly not a release
architecture) failed with many undefined references, as detailed in
https://buildd.debian.org/status/fetch.php?pkg=rtklib=hurd-i386=2.4.3%2Bdfsg1-1=1516747222=0:

  viewer.o: In function `TextViewer::Read(QString const&)':
  ./app/rtknavi_qt/../appcmn_qt/viewer.cpp:98: undefined reference to `expath'
  refdlg.o: In function `RefDialog::UpdateDist()':
  ./app/rtknavi_qt/../appcmn_qt/refdlg.cpp:221: undefined reference to `norm'
  ./app/rtknavi_qt/../appcmn_qt/refdlg.cpp:223: undefined reference to 
`pos2ecef'
  [...]
  naviopt.o: In function `OptDialog::BtnRefPosClick()':
  ./app/rtknavi_qt/naviopt.cpp:293: undefined reference to `ecef2pos'
  ./app/rtknavi_qt/naviopt.cpp:308: undefined reference to `pos2ecef'
  collect2: error: ld returned 1 exit status
  Makefile:243: recipe for target 'rtknavi_qt' failed
  make[4]: *** [rtknavi_qt] Error 1

Could you please take a look?

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

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


Re: Migration of pkg-grass-devel@lists.alioth.debian.org and its ownership

2018-01-27 Thread Dominic Hargreaves
On Sat, Jan 27, 2018 at 04:14:19PM +0100, Francesco P. Lovergine wrote:
> On Sat, Jan 27, 2018 at 03:44:41PM +0100, Sebastiaan Couwenberg wrote:
> > 
> > Francesco Paolo Lovergine is probably the only list admin, and not very
> > active in the team for a few years (although recently he contributed
> > some changes again). Since I have taken over the bulk of the work in the
> > team I'd like to become one of the list owners for pkg-grass-devel@ on
> > the alioth-lists.d.n.
> > 
> > Thanks for keeping this important infrastructure for teams alive.
> > 
> 
> Ack, definitively still alive :-D

Confirmed, pkg-grass-devel will be migrated.

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


[Git][debian-gis-team/gdal-grass][master] 4 commits: Bump minimum GRASS version to 7.4.0.

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / gdal-grass


Commits:
be94484a by Bas Couwenberg at 2018-01-26T11:37:44+01:00
Bump minimum GRASS version to 7.4.0.

- - - - -
4541ee20 by Bas Couwenberg at 2018-01-26T11:38:17+01:00
Update rpath patch for GRASS 7.4.

- - - - -
8804e459 by Bas Couwenberg at 2018-01-26T11:39:17+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
982872f3 by Bas Couwenberg at 2018-01-26T11:39:30+01:00
Set distribution to unstable.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/patches/rpath


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-libgdal-grass (2.2.3-2) UNRELEASED; urgency=medium
+libgdal-grass (2.2.3-2) unstable; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump minimum GRASS version to 7.4.0.
+  * Update rpath patch for GRASS 7.4.
+  * Bump Standards-Version to 4.1.3, no changes.
 
- -- Bas Couwenberg   Sat, 20 Jan 2018 15:48:57 +0100
+ -- Bas Couwenberg   Fri, 26 Jan 2018 11:39:22 +0100
 
 libgdal-grass (2.2.3-1) unstable; urgency=medium
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,12 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
dh-autoreconf,
d-shlibs,
-   grass (>= 7.2.2),
-   grass-dev (>= 7.2.2),
+   grass (>= 7.4.0),
+   grass-dev (>= 7.4.0),
libgdal-dev (>= 2.2.3),
libpq-dev,
pkg-config
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gdal-grass.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gdal-grass.git
 Homepage: http://www.gdal.org/


=
debian/patches/rpath
=
--- a/debian/patches/rpath
+++ b/debian/patches/rpath
@@ -9,11 +9,11 @@ Forwarded: not-needed
  
  $(GLIBNAME):  grass57dataset.o
 -  $(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME)
-+  $(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) 
-Wl,-rpath,/usr/lib/grass72/lib
++  $(LD_SHARED) $(LDFLAGS) grass57dataset.o $(LIBS) -o $(GLIBNAME) 
-Wl,-rpath,/usr/lib/grass74/lib
  
  $(OLIBNAME):  ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o
 -  $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o 
ogrgrasslayer.o $(LIBS) -o $(OLIBNAME)
-+  $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o 
ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass72/lib
++  $(LD_SHARED) $(LDFLAGS) ogrgrassdriver.o ogrgrassdatasource.o 
ogrgrasslayer.o $(LIBS) -o $(OLIBNAME) -Wl,-rpath,/usr/lib/grass74/lib
  
  %.o:  %.cpp
$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal-grass/compare/92e7ba73dc5c0b21450bb98134a764d96e1e02b2...982872f34ea91d6b82b7d6a77dded4b474be16a6

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal-grass/compare/92e7ba73dc5c0b21450bb98134a764d96e1e02b2...982872f34ea91d6b82b7d6a77dded4b474be16a6
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/grass][pristine-tar] pristine-tar data for grass_7.4.0.orig.tar.gz

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / 
grass


Commits:
c87311f9 by Bas Couwenberg at 2018-01-26T11:29:03+01:00
pristine-tar data for grass_7.4.0.orig.tar.gz

- - - - -


2 changed files:

- + grass_7.4.0.orig.tar.gz.delta
- + grass_7.4.0.orig.tar.gz.id


Changes:

=
grass_7.4.0.orig.tar.gz.delta
=
Binary files /dev/null and b/grass_7.4.0.orig.tar.gz.delta differ


=
grass_7.4.0.orig.tar.gz.id
=
--- /dev/null
+++ b/grass_7.4.0.orig.tar.gz.id
@@ -0,0 +1 @@
+15283bf8f4e4aa9a79f83f4a03b6f42ebd5b97be



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/commit/c87311f9ede7b21d63255329e3af7e596f776e7b

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/commit/c87311f9ede7b21d63255329e3af7e596f776e7b
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/grass][master] Mark spelling-errors.patch as Applied-Upstream.

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / grass


Commits:
dfc8e699 by Bas Couwenberg at 2018-01-26T12:46:39+01:00
Mark spelling-errors.patch as Applied-Upstream.

- - - - -


1 changed file:

- debian/patches/spelling-errors.patch


Changes:

=
debian/patches/spelling-errors.patch
=
--- a/debian/patches/spelling-errors.patch
+++ b/debian/patches/spelling-errors.patch
@@ -2,6 +2,7 @@ Description: Fix spelling errors.
  * acounts -> accounts
 Author: Bas Couwenberg 
 Forwarded: https://trac.osgeo.org/grass/ticket/3484
+Applied-Upstream: https://trac.osgeo.org/grass/changeset/72162
 
 --- a/raster/r.drain/r.drain.html
 +++ b/raster/r.drain/r.drain.html



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/commit/dfc8e699383096749b8060b414c1cc5e00e8fe0e

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/commit/dfc8e699383096749b8060b414c1cc5e00e8fe0e
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/grass] Pushed new tag upstream/7.4.0

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/7.4.0 at Debian GIS Project / 
grass

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/tree/upstream/7.4.0
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/gdal-grass] Pushed new tag debian/2.2.3-2

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/2.2.3-2 at Debian GIS Project / 
gdal-grass

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal-grass/tree/debian/2.2.3-2
You're receiving this email because of your account on salsa.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

libgdal-grass_2.2.3-2_amd64.changes ACCEPTED into unstable

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 26 Jan 2018 11:39:22 +0100
Source: libgdal-grass
Binary: libgdal-grass
Architecture: source amd64
Version: 2.2.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libgdal-grass - GRASS extension for the GDAL library
Changes:
 libgdal-grass (2.2.3-2) unstable; urgency=medium
 .
   * Update copyright-format URL to use HTTPS.
   * Bump minimum GRASS version to 7.4.0.
   * Update rpath patch for GRASS 7.4.
   * Bump Standards-Version to 4.1.3, no changes.
Checksums-Sha1:
 a225ed59463ff70f6c674f44c79f092e1e7a9a2a 2127 libgdal-grass_2.2.3-2.dsc
 e69b1230c3aa241e73167706248845ef3b8f75f1 7604 
libgdal-grass_2.2.3-2.debian.tar.xz
 cf8d0a0e2cb2318d5c9f66104cb98cd1c904f65a 14165 
libgdal-grass_2.2.3-2_amd64.buildinfo
 c1af4955f4991d3a18433adcebd14cb1eb51bb4d 27828 libgdal-grass_2.2.3-2_amd64.deb
Checksums-Sha256:
 403354b00b3998521279e690ece2108899d7b426daf8539c0e7938eb267673dd 2127 
libgdal-grass_2.2.3-2.dsc
 e7928e341840898165d7b6d4af1455dc546cf4997f8d98c5585c2c81b6b0f22f 7604 
libgdal-grass_2.2.3-2.debian.tar.xz
 475808f1013732e7cdc3c6df59d14d8d3d8af2f87fbb2af9cae51a915a6f35e4 14165 
libgdal-grass_2.2.3-2_amd64.buildinfo
 f8b214dabb096cfd9fe02eee56877d29c9838414818819610ec681da021cfe68 27828 
libgdal-grass_2.2.3-2_amd64.deb
Files:
 c31b505433ed3f53946bc01112e722e0 2127 science optional 
libgdal-grass_2.2.3-2.dsc
 ccb29b7e07126863f16246a9b6f821f6 7604 science optional 
libgdal-grass_2.2.3-2.debian.tar.xz
 f9525cbb8fbeb2cb89b5d432b0fe11df 14165 science optional 
libgdal-grass_2.2.3-2_amd64.buildinfo
 8868702f8026a2f9f813f00fd658890f 27828 libs optional 
libgdal-grass_2.2.3-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlprF3gACgkQZ1DxCuiN
SvHNiBAAvVElPkmx57T6gAS1zX7z8DgOHHpOakl34uyDADLA95a98/8XNB4Wr7Xk
7h6b4F7EsHACOHW9hmy5+Oz31zzAC1kB1e4KmcCJq7EAaEpUWZrUKvmRbpJKbJ/D
H8b6h4RAhP6Q56M4sn4mhaNw2E3bQM5g5T9NK3v10czSEYaf+nzIoUfLfc2IPtEw
sEQykQ5sMbDevARsTyl2B8w02vHZV/9EZHxGUg4ZpMO4fQ589IHaC4hSvjPbB6Tq
rAJXylVEauJhHm3hOTUeGVQ1UUvvglyP3XxqdVDcgFwA5OQfgKz6rKQ4SHRUnuTB
RthgHFZHYuFFXzHSS1zqcv9QQmKJYjxa/uZ3RMgSFf/gEK0MALwwc37amFG6PVpT
/dbaPW6e+tmMGdoxBiwXqkYXCNcSpCdOs3F1UEeGRwKaQIPQ0Zu9fFvFcbSEys4y
vawyIKCzNhg7wkbCUGo95hbB46ZhPVcsiexLzR10EhMLOzxiNF00OemF37kBqFwt
vtWpCDLbwlX4cQ24s60tQdkz+eSG80iMHj9P44c96j6QTf/JjNfDWntLCuZHdXyN
W9D/8CWybabrgtRbOYqAkdymZLXl9YXGFxgcmVOnM7ezm3MZ3K8QE2hivw2is0fw
K5/vrzW09pbg0TuM40DIzgZyGnsQhgxg6sskw4dYRyW1QBH2xSE=
=ABlh
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Re: Migration of pkg-grass-devel@lists.alioth.debian.org and its ownership

2018-01-27 Thread Francesco P. Lovergine
On Sat, Jan 27, 2018 at 03:44:41PM +0100, Sebastiaan Couwenberg wrote:
> 
> Francesco Paolo Lovergine is probably the only list admin, and not very
> active in the team for a few years (although recently he contributed
> some changes again). Since I have taken over the bulk of the work in the
> team I'd like to become one of the list owners for pkg-grass-devel@ on
> the alioth-lists.d.n.
> 
> Thanks for keeping this important infrastructure for teams alive.
> 

Ack, definitively still alive :-D

-- 
Francesco P. Lovergine

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


Processing of grass_7.4.0-1_amd64.changes

2018-01-27 Thread Debian FTP Masters
grass_7.4.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  grass_7.4.0-1.dsc
  grass_7.4.0.orig.tar.gz
  grass_7.4.0-1.debian.tar.xz
  grass-core-dbgsym_7.4.0-1_amd64.deb
  grass-core_7.4.0-1_amd64.deb
  grass-dev-dbgsym_7.4.0-1_amd64.deb
  grass-dev-doc_7.4.0-1_all.deb
  grass-dev_7.4.0-1_amd64.deb
  grass-doc_7.4.0-1_all.deb
  grass-gui_7.4.0-1_amd64.deb
  grass_7.4.0-1_all.deb
  grass_7.4.0-1_amd64.buildinfo

Greetings,

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

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


[Git][debian-gis-team/grass] Pushed new tag debian/7.4.0-1

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/7.4.0-1 at Debian GIS Project / 
grass

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/tree/debian/7.4.0-1
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/grass][upstream] New upstream version 7.4.0

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch upstream at Debian GIS Project / grass


Commits:
41c56b65 by Bas Couwenberg at 2018-01-26T11:28:32+01:00
New upstream version 7.4.0
- - - - -


30 changed files:

- + ChangeLog_7.4.0.gz
- − ChangeLog_7.4.0RC2.gz
- contributors.csv
- display/d.text/d.text.html
- + display/d.text/d_text.png
- doc/howto_release.txt
- doc/infrastructure.txt
- gui/wxpython/core/ws.py
- gui/wxpython/datacatalog/tree.py
- gui/wxpython/photo2image/g.gui.photo2image.html
- gui/wxpython/photo2image/g.gui.photo2image.py
- gui/wxpython/photo2image/ip2i_manager.py
- gui/wxpython/photo2image/ip2i_mapdisplay.py
- gui/wxpython/photo2image/ip2i_statusbar.py
- gui/wxpython/photo2image/ip2i_toolbars.py
- imagery/i.atcorr/aerosolmodel.cpp
- imagery/i.atcorr/iwave.cpp
- imagery/i.ortho.photo/i.ortho.photo/i.ortho.photo.html
- imagery/i.ortho.photo/i.ortho.photo/menu.c
- include/Make/Grass.make
- include/VERSION
- lib/Makefile
- lib/raster/gdal.c
- mswindows/osgeo4w/package.sh
- mswindows/osgeo4w/setup_x86.hint.tmpl
- mswindows/osgeo4w/setup_x86_64.hint.tmpl
- raster/r.horizon/r.horizon.html
- raster/r.series.accumulate/r.series.accumulate.html
- raster/r.series/r.series.html
- raster/r.sun/r.sun.html


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/commit/41c56b65c2fba7b06d6e44da8ba296c88d04a378

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/commit/41c56b65c2fba7b06d6e44da8ba296c88d04a378
You're receiving this email because of your account on salsa.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

Processing of libgdal-grass_2.2.3-2_amd64.changes

2018-01-27 Thread Debian FTP Masters
libgdal-grass_2.2.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  libgdal-grass_2.2.3-2.dsc
  libgdal-grass_2.2.3-2.debian.tar.xz
  libgdal-grass_2.2.3-2_amd64.buildinfo
  libgdal-grass_2.2.3-2_amd64.deb

Greetings,

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

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


[Git][debian-gis-team/grass][master] 40 commits: Update watch file for GRASS 7.4 releases.

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / grass


Commits:
ddf578b3 by Bas Couwenberg at 2017-11-13T07:33:55+01:00
Update watch file for GRASS 7.4 releases.

- - - - -
dd06607d by Bas Couwenberg at 2017-11-15T21:53:58+01:00
Strip trailing whitespace from changelog.

- - - - -
d1869a6d by Bas Couwenberg at 2017-11-17T10:10:33+01:00
New upstream version 7.4.0~rc1
- - - - -
faa995fa by Bas Couwenberg at 2017-11-17T10:16:35+01:00
Update branch in gbp.conf  Vcs-Git URL.

- - - - -
7e68efc0 by Bas Couwenberg at 2017-11-17T10:16:40+01:00
Merge tag upstream/7.4.0_rc1 into experimental

Upstream version 7.4.0~rc1

- - - - -
ca732005 by Bas Couwenberg at 2017-11-17T10:19:05+01:00
New upstream release candidate.

- - - - -
ca157158 by Bas Couwenberg at 2017-11-17T10:20:31+01:00
Drop geos-c.patch, applied upstream.

- - - - -
15a78e7f by Bas Couwenberg at 2017-11-17T10:23:50+01:00
Fix remaining references to grass72.

- - - - -
fac5013a by Bas Couwenberg at 2017-11-17T10:45:27+01:00
Update copyright years for copyright holders.

- - - - -
bfba2b31 by Bas Couwenberg at 2017-11-17T11:45:46+01:00
Drop explicit use of autotools_dev dh helper.

- - - - -
f4862de2 by Bas Couwenberg at 2017-11-17T11:46:18+01:00
Update watch file to use HTTPS.

- - - - -
65bff6b8 by Bas Couwenberg at 2017-11-17T11:46:21+01:00
Strip trailing whitespace from rules file.

- - - - -
7bced229 by Bas Couwenberg at 2017-11-17T11:46:21+01:00
Add lintian override for hardening-no-fortify-functions.

- - - - -
2b35f748 by Bas Couwenberg at 2017-11-17T11:46:21+01:00
Drop unused lintian override for package-installs-java-bytecode.

- - - - -
383b3620 by Bas Couwenberg at 2017-11-17T11:46:21+01:00
Update spelling-errors.patch to fix additional typos.

- - - - -
b878b57a by Bas Couwenberg at 2017-11-17T11:46:21+01:00
Set distribution to experimental.

- - - - -
9d129e79 by Bas Couwenberg at 2017-11-17T14:18:31+01:00
Mark spelling-errors.patch as Forwarded.

- - - - -
4fc485d6 by Bas Couwenberg at 2017-11-18T10:15:03+01:00
Mark spelling-errors.patch as Applied-Upstream.

- - - - -
ab287046 by Bas Couwenberg at 2017-12-28T00:10:11+01:00
Add overrides for dependency-on-python-version-marked-for-end-of-life.

- - - - -
946e33c3 by Bas Couwenberg at 2017-12-28T00:10:11+01:00
Bump Standards-Version to 4.1.2, no changes.

- - - - -
1cba5fa2 by Bas Couwenberg at 2018-01-09T07:43:29+01:00
New upstream version 7.4.0~rc2
- - - - -
d6a27861 by Bas Couwenberg at 2018-01-09T07:43:52+01:00
Merge tag upstream/7.4.0_rc2 into experimental

Upstream version 7.4.0~rc2

- - - - -
aca8a152 by Bas Couwenberg at 2018-01-09T07:48:32+01:00
New upstream release candidate.

- - - - -
8feae376 by Bas Couwenberg at 2018-01-09T07:51:58+01:00
Update copyright years for copyright holders.

- - - - -
cff2ca46 by Bas Couwenberg at 2018-01-09T07:54:26+01:00
Drop patches applied upstream.

- - - - -
e02e29a4 by Bas Couwenberg at 2018-01-09T07:54:53+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
58516e9d by Bas Couwenberg at 2018-01-09T08:42:11+01:00
Add patch to fix spelling errors.

- - - - -
a1d7b66c by Bas Couwenberg at 2018-01-09T08:42:59+01:00
Set distribution to experimental.

- - - - -
4b1f9e00 by Bas Couwenberg at 2018-01-09T18:23:22+01:00
Mark spelling-errors.patch as Applied-Upstream.

- - - - -
6ed9f0bb by Bas Couwenberg at 2018-01-09T22:01:47+01:00
Dont install AppStream metadata in legacy location.

- - - - -
8526b9c6 by Bas Couwenberg at 2018-01-20T21:53:33+01:00
Update copyright-format URL to use HTTPS.

- - - - -
b9247edc by Bas Couwenberg at 2018-01-26T11:27:30+01:00
Merge branch experimental

- - - - -
e369d223 by Bas Couwenberg at 2018-01-26T11:27:52+01:00
Revert Update branch in gbp.conf  Vcs-Git URL.

This reverts commit faa995fad1b99d531fa1a56f6bdd438182dc3cac.

- - - - -
41c56b65 by Bas Couwenberg at 2018-01-26T11:28:32+01:00
New upstream version 7.4.0
- - - - -
a64bba8e by Bas Couwenberg at 2018-01-26T11:29:05+01:00
Merge tag upstream/7.4.0

Upstream version 7.4.0

- - - - -
12279aff by Bas Couwenberg at 2018-01-26T11:30:18+01:00
New upstream release.

- - - - -
b3bfc394 by Bas Couwenberg at 2018-01-26T11:30:58+01:00
Drop spelling-errors.patch, applied upstream.

- - - - -
59c2f17d by Bas Couwenberg at 2018-01-26T11:54:22+01:00
Change appdata to metainfo in grass-core install files too.

- - - - -
63750622 by Bas Couwenberg at 2018-01-26T12:20:54+01:00
Add patch to fix spelling errors.

- - - - -
9d4165c7 by Bas Couwenberg at 2018-01-26T12:21:01+01:00
Set distribution to unstable.

- - - - -


30 changed files:

- CITING
- − ChangeLog_7.2.2.gz
- + ChangeLog_7.4.0.gz
- Dockerfile
- INSTALL
- README
- − README.debian
- REQUIREMENTS.html
- config.guess
- config.sub
- configure
- configure.in
- contributors.csv
- db/db.connect/db.connect.html
- db/db.select/db.select.html
- db/drivers/odbc/fetch.c
- db/drivers/odbc/listtab.c
- db/drivers/odbc/table.c
- db/drivers/postgres/grass-pg.html
- db/drivers/sqlite/grass-sqlite.html
- 

Migration of pkg-grass-devel@lists.alioth.debian.org and its ownership

2018-01-27 Thread Sebastiaan Couwenberg
The pkg-grass-devel@lists.alioth.debian.org list is used in the
Maintainer field of all packages maintained by the Debian GIS and is not
eligible for migration to lists.debian.org. tracker.debian.org is not a
viable alternative for team maintained packages yet either, so I'd like
to migrate this lists to alioth-lists.debian.net.

Francesco Paolo Lovergine is probably the only list admin, and not very
active in the team for a few years (although recently he contributed
some changes again). Since I have taken over the bulk of the work in the
team I'd like to become one of the list owners for pkg-grass-devel@ on
the alioth-lists.d.n.

Thanks for keeping this important infrastructure for teams alive.

Kind Regards,

Bas

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


grass_7.4.0-1_amd64.changes ACCEPTED into unstable

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 26 Jan 2018 11:31:40 +0100
Source: grass
Binary: grass grass-core grass-gui grass-doc grass-dev-doc grass-dev
Architecture: source amd64 all
Version: 7.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 grass  - Geographic Resources Analysis Support System (GRASS GIS)
 grass-core - GRASS GIS core components
 grass-dev  - GRASS GIS development files
 grass-dev-doc - GRASS GIS Programmers' Manual
 grass-doc  - GRASS GIS user documentation
 grass-gui  - GRASS GIS graphical user interfaces
Changes:
 grass (7.4.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Don't install AppStream metadata in legacy location.
   * Update copyright-format URL to use HTTPS.
   * Drop spelling-errors.patch, applied upstream.
   * Add patch to fix spelling errors.
   * Move from experimental to unstable.
Checksums-Sha1:
 62d068c6023d2d77e78a86342f9c835e38fee357 2806 grass_7.4.0-1.dsc
 85014b74240a3779fab648e8e733b3834d6b9b08 56329374 grass_7.4.0.orig.tar.gz
 b8daf669836ea88f12d19536e76ca9f65fc68e9b 30208 grass_7.4.0-1.debian.tar.xz
 f01d8bf22b48bfe234b50713630add2703aa3daf 11607720 
grass-core-dbgsym_7.4.0-1_amd64.deb
 b5adf15a9bbb11e3c55cd0d5f9772f4b499093c0 5561668 grass-core_7.4.0-1_amd64.deb
 bbf19f1d3dce368485432eae22c9b944db2b8ba3 3688 
grass-dev-dbgsym_7.4.0-1_amd64.deb
 2a170de5d82adcf9ffa88e5d74925c8a53356729 8506776 grass-dev-doc_7.4.0-1_all.deb
 e254b8707053469721586a923f15b3f0870248ed 203756 grass-dev_7.4.0-1_amd64.deb
 147ecd994daa4a9cc38077b3acab99a0be15f7ec 31216668 grass-doc_7.4.0-1_all.deb
 90b1132e27962b410967de219b9616525528ac23 3222080 grass-gui_7.4.0-1_amd64.deb
 f3d9956923ca5a51e3dc6f62c36e7d8fdccdc0b2 20224 grass_7.4.0-1_all.deb
 c25d57511fc43268c5c47495fc6cde3d473a956a 19749 grass_7.4.0-1_amd64.buildinfo
Checksums-Sha256:
 870ae25a4c07ce8633d6e738896d427a6e1f95055993bac26bebca439cc878b6 2806 
grass_7.4.0-1.dsc
 cb6fa188e030a3a447fc5451fbe0ecbeb4069ee2fd1bf52ed8e40e9b89e293cc 56329374 
grass_7.4.0.orig.tar.gz
 cd03269c6fc1c747eb73fcb780f47962119ee8b1e44b6985be191d8200ac5bba 30208 
grass_7.4.0-1.debian.tar.xz
 ac19f634de490d6750a326ad96c9f1127f2852c7b383eb9bb51ac3d63b029c86 11607720 
grass-core-dbgsym_7.4.0-1_amd64.deb
 b8412719d343ca6850dd8644fc20a5c957bcd0a0ff0c764eae9b0b5c866e46c8 5561668 
grass-core_7.4.0-1_amd64.deb
 fd8abf785ace7e714f3d37b9db492b328e24beb2519efbc86f6a58240a047dc6 3688 
grass-dev-dbgsym_7.4.0-1_amd64.deb
 cab8f5b1d757cd86526827283c0db6a340ae348c64d32d221c3863ff9e27935e 8506776 
grass-dev-doc_7.4.0-1_all.deb
 60d219cb5667040ec4c2082e85c70819e345d275005dee2d32dc519f9d22ca7d 203756 
grass-dev_7.4.0-1_amd64.deb
 81eb3583078d5b40020a5f26d0b8f7e56a565dbcc9b1d6636c245670a6815d7c 31216668 
grass-doc_7.4.0-1_all.deb
 20db2b29478a061713e05ff867ed7e460caa7dfd58580d9c6aacb49f470fa24a 3222080 
grass-gui_7.4.0-1_amd64.deb
 ae769ff3acb7a507ce583459c7de967c5d9b27bb2822c5bca27c02efe9a8ad4b 20224 
grass_7.4.0-1_all.deb
 c40d7aa630d1638c24a5d2b609a7ba35f21ebefdab06cc5aea9795dff5298e14 19749 
grass_7.4.0-1_amd64.buildinfo
Files:
 aec9aec1b375a8e68d5b2bb65f6de1a1 2806 science optional grass_7.4.0-1.dsc
 15b9eb019d6c132c1a65455b3283cf69 56329374 science optional 
grass_7.4.0.orig.tar.gz
 27d9b6f1a3862f0deb33179474f2d9f7 30208 science optional 
grass_7.4.0-1.debian.tar.xz
 d11e01bd7fa398d76ef61e22fb7b4a43 11607720 debug optional 
grass-core-dbgsym_7.4.0-1_amd64.deb
 3cf3a3972b0d3bb2d2c016bd053257f3 5561668 science optional 
grass-core_7.4.0-1_amd64.deb
 a7d90d7ed353b0727804c5b8b2c924cf 3688 debug optional 
grass-dev-dbgsym_7.4.0-1_amd64.deb
 ad3f0e74d1c205ef78d1e3b33bf28aec 8506776 doc optional 
grass-dev-doc_7.4.0-1_all.deb
 ddbfc23647307b91b0db5af96ec8db7c 203756 devel optional 
grass-dev_7.4.0-1_amd64.deb
 8cc73f81c893ce8eb9df77de18cbedd2 31216668 doc optional 
grass-doc_7.4.0-1_all.deb
 ef99e0ca1981aabae490d293300aa5fd 3222080 science optional 
grass-gui_7.4.0-1_amd64.deb
 9e27b338860fbadf6d9a77bd0fbc113d 20224 metapackages optional 
grass_7.4.0-1_all.deb
 9863f47cf300bcc4c4fca7f10526c5c0 19749 science optional 
grass_7.4.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlprFE0ACgkQZ1DxCuiN
SvExeRAAyi2Px3ub4PRbstNI7+2RZRryt1IXZc581Kj513BNcZz7hgqw21W5Lkz9
oBbUqUQ/4IwPozgwrEfMyuil8HRo4vh7ZawIwzuamndXvmV9G4sJ3w82KzYBfyia
dGmaKeYP6ZASSsxZ9b2MTR8aeH5t4RRWar9+fV97s7mLSNlfffLWc21sSq1IwnPJ
GuEdjnE63vEhgAhWoyWmQKj69+ZufK1y2BZHp/c3slw+2e2m+rDMpr1C4m4s41ud
MUkaLhqCQSOpE8XyeB0Crr0NJMRnrnjVpeIjFoM7r59h913Y8d9jZAJVdO7i7y5U
7UrdFLe8QW+rV+MrMYwA5ISmLmvKx4y5JfGTCkCeyd8RnRRuAKfgpgHqNjRKiauu
X8NPtyRn/UQbnfzdPpl+dzb0i6ZHvJvyw2Lo5ouHQ+Tlfczh5rVPFIg4UtJm/gBe
pN0z25CWTkDFyTmUINriktuf1eKRdFhRWnA7561iYcbhotsuTufn9TvjcKt3Ci3a
FY0O2Q/OwBWxi9Cw+kgGu3Ql5RK9fgNk4azlOVblMIXWBhl7gFzTg5XLr1wFC9LD
o1Mox12zphGi6x54qv5qqqiDFH9dhbaRd60TYctdENmrn0l6pDAVbYhzeO2nvbjC

[Git][debian-gis-team/mapnik] Pushed new tag upstream/3.0.18+ds

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/3.0.18+ds at Debian GIS Project / 
mapnik

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik/tree/upstream/3.0.18+ds
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

mapnik_3.0.18+ds-1~exp1_amd64.changes ACCEPTED into experimental

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 26 Jan 2018 17:13:45 +0100
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.18+ds-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Changes:
 mapnik (3.0.18+ds-1~exp1) experimental; urgency=medium
 .
   * New upstream release.
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
Checksums-Sha1:
 daac5af117351889ccc9c3a443babfb6652dde62 3059 mapnik_3.0.18+ds-1~exp1.dsc
 1d1816d043b4d8271f3c49bee63b6a714b5ab39b 4491435 mapnik_3.0.18+ds.orig.tar.gz
 617e7a2979e3a134159a8f25805e5cba8114a485 16940 
mapnik_3.0.18+ds-1~exp1.debian.tar.xz
 df13ea64ff924d73153f05f46dcc3a1bcb13742b 669252 
libmapnik-dev_3.0.18+ds-1~exp1_amd64.deb
 ce9b75ef9d4a48d04bdc001fa5cf961639c5412e 2176956 
libmapnik3.0_3.0.18+ds-1~exp1_amd64.deb
 eb77037128244d243c9b1e372db950077e6497a6 2138560 
mapnik-doc_3.0.18+ds-1~exp1_all.deb
 f2e4d82e8336e7fe8501079ee600dfd3521fbc40 229704 
mapnik-utils_3.0.18+ds-1~exp1_amd64.deb
 ff30f05040d6effa1af6a3ca08fde9f837af9af1 14547 
mapnik_3.0.18+ds-1~exp1_amd64.buildinfo
Checksums-Sha256:
 9a579035272aa4f0056b1f86ad7ebf0c3a4da1fc64a9776bf1b1fdbd751b226e 3059 
mapnik_3.0.18+ds-1~exp1.dsc
 fd0a2e00abea95dcef70202a2db536a98c06622c82e337390a20c3fc4e17abd1 4491435 
mapnik_3.0.18+ds.orig.tar.gz
 8c92c7e97e55a3417f287191e921e7c9388514585c0bb546984061f18afe720a 16940 
mapnik_3.0.18+ds-1~exp1.debian.tar.xz
 2c3a58ade4afe0ebbb6c928b3b77bffc876188f0349cb799b8b6f1fcb9f99e3f 669252 
libmapnik-dev_3.0.18+ds-1~exp1_amd64.deb
 8df9a43b64bcb25e2f8417006beb38b854d090be9014bb69e3209702b982224b 2176956 
libmapnik3.0_3.0.18+ds-1~exp1_amd64.deb
 85dbe216c8c2ed68c6066f7a303b6be6862a6061547a5b68a215c4b760a5b987 2138560 
mapnik-doc_3.0.18+ds-1~exp1_all.deb
 f72951162863d2a1140aaf64d2c7726f389d36468828deea810441835fe30dc9 229704 
mapnik-utils_3.0.18+ds-1~exp1_amd64.deb
 0e7e1a54f802054fc4bb2557d6c4820a906da47d718ad792d624cc4405757fcf 14547 
mapnik_3.0.18+ds-1~exp1_amd64.buildinfo
Files:
 e8de1ac684b0f4badf7668b2cf857ce1 3059 libs optional mapnik_3.0.18+ds-1~exp1.dsc
 1b58f7f6a8530b5b43e0e0647995a3c1 4491435 libs optional 
mapnik_3.0.18+ds.orig.tar.gz
 b078a5ceef15f4f4c47e0e39a20acc1f 16940 libs optional 
mapnik_3.0.18+ds-1~exp1.debian.tar.xz
 9ab501e1c6e4883d5b97fb0719193dfc 669252 libdevel optional 
libmapnik-dev_3.0.18+ds-1~exp1_amd64.deb
 f885f160cee38978d347e79a85580c18 2176956 libs optional 
libmapnik3.0_3.0.18+ds-1~exp1_amd64.deb
 f93c43f92682a3c2c809d3390a28bc02 2138560 doc optional 
mapnik-doc_3.0.18+ds-1~exp1_all.deb
 5e060c0b086ac0d57fa2740734a6a0f6 229704 utils optional 
mapnik-utils_3.0.18+ds-1~exp1_amd64.deb
 a38d8fe15e923a93f71146de3de39880 14547 libs optional 
mapnik_3.0.18+ds-1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlprXM8ACgkQZ1DxCuiN
SvFJbRAA1bXB57SEWalylNxl6rJHpnmYk92wWKtJbjUEjj9A0ATSP3dWKDXHN9uo
khatyXSMocySy2QIBq6uN0O1c7wzd4qtE2wape8Tr+Q3OwpUQg4F+W/HBMURdnem
RowRZojBRcsv8v3v5jjYCPykYn+N+hV8wpIqPlWgnUQGp+apgdI+yYWhLu4kPDB1
19skWLMmH3hMm8Wnx87Nfm1SexYxzTUDjhtXVX06Z7nwp1ou78h//z7CFsZH9fGE
3MUmqXyKfjq+dVLDqOpVNydCpn7Pgg9MwXsrELPV297WDI7xFiU138k8Dt24Hbej
HZcEgEqq1T6Fp66U+cxof3cnBii1J66Bn0q0KWfbPnqKC8vDeDpcx4EjHhNwZRLP
HjUDqy0IiPy2IQ+bCFjZAiAC9YsgkyCB0gN1JvyaPfJGDDV905A5k0ekxA7gfaOf
UQLmPhyvBRM9CCFGrnzZy6TZ/nQC8GJb5Q+gUUPB4h7+bclm6VFRZsw8HcbB9AXq
y77uQE+Xxsbs4YbuzwtocBny+qwaYEmOwm1+a5i7w4lVrO7rknPuWcs0vWTEoL/K
d6qA4yZSP3wLMPjBdMtkdzPT8nz+8IoD4g78JCrdFUswa4WbdU1kCeCJ2bnMv51D
VqUjgKQuOR+XowRh0tqf8/v+tOiM3dDY3CRKYxh5ahPlI35tKPc=
=bP0m
-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


[Git][debian-gis-team/mapnik] Pushed new tag debian/3.0.18+ds-1_exp1

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/3.0.18+ds-1_exp1 at Debian GIS 
Project / mapnik

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik/tree/debian/3.0.18+ds-1_exp1
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/mapnik][pristine-tar] pristine-tar data for mapnik_3.0.18+ds.orig.tar.gz

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / 
mapnik


Commits:
3cb7f326 by Bas Couwenberg at 2018-01-26T17:12:03+01:00
pristine-tar data for mapnik_3.0.18+ds.orig.tar.gz

- - - - -


2 changed files:

- + mapnik_3.0.18+ds.orig.tar.gz.delta
- + mapnik_3.0.18+ds.orig.tar.gz.id


Changes:

=
mapnik_3.0.18+ds.orig.tar.gz.delta
=
Binary files /dev/null and b/mapnik_3.0.18+ds.orig.tar.gz.delta differ


=
mapnik_3.0.18+ds.orig.tar.gz.id
=
--- /dev/null
+++ b/mapnik_3.0.18+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+afd0d47422ff1a56e8f8262abf6df0a325ab1378



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik/commit/3cb7f3268cafaa2996d8304ab28d6a71f6b67b31

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik/commit/3cb7f3268cafaa2996d8304ab28d6a71f6b67b31
You're receiving this email because of your account on salsa.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

Processing of mapnik_3.0.18+ds-1~exp1_amd64.changes

2018-01-27 Thread Debian FTP Masters
mapnik_3.0.18+ds-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_3.0.18+ds-1~exp1.dsc
  mapnik_3.0.18+ds.orig.tar.gz
  mapnik_3.0.18+ds-1~exp1.debian.tar.xz
  libmapnik-dev_3.0.18+ds-1~exp1_amd64.deb
  libmapnik3.0_3.0.18+ds-1~exp1_amd64.deb
  mapnik-doc_3.0.18+ds-1~exp1_all.deb
  mapnik-utils_3.0.18+ds-1~exp1_amd64.deb
  mapnik_3.0.18+ds-1~exp1_amd64.buildinfo

Greetings,

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

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


[Git][debian-gis-team/gdal-grass] Pushed new tag ubuntu/2.2.2-1.xenial4

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag ubuntu/2.2.2-1.xenial4 at Debian GIS 
Project / gdal-grass

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal-grass/tree/ubuntu/2.2.2-1.xenial4
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/gdal-grass] Pushed new tag ubuntu/2.2.1-1.xenial2

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag ubuntu/2.2.1-1.xenial2 at Debian GIS 
Project / gdal-grass

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal-grass/tree/ubuntu/2.2.1-1.xenial2
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/gdal-grass][ubuntu/xenial] Rebuild 2.2.2 for xenial

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch ubuntu/xenial at Debian GIS Project / 
gdal-grass


Commits:
34bea31a by Martin Landa at 2018-01-27T11:57:48+01:00
Rebuild 2.2.2 for xenial

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libgdal-grass (2.2.2-1~xenial4) xenial; urgency=medium
+
+  * Rebuild for xenial.
+  * Bump GRASS minimum version to 7.4.0.
+
+ -- Martin Landa   Sat, 27 Jan 2018 11:50:25 +0100
+
 libgdal-grass (2.2.2-1~xenial3) xenial; urgency=medium
 
   * Rebuild for xenial.


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
dh-autoreconf,
d-shlibs,
-   grass (>= 7.4.0~rc2),
-   grass-dev (>= 7.4.0~rc2),
+   grass (>= 7.4.0),
+   grass-dev (>= 7.4.0),
libgdal-dev (>= 2.2.2),
libproj-dev,
libpq-dev,
@@ -21,7 +21,7 @@ Homepage: http://www.gdal.org/
 Package: libgdal-grass
 Architecture: any
 Section: libs
-Depends: grass740-2,
+Depends: grass740,
  ${shlibs:Depends},
  ${misc:Depends}
 Recommends: gdal-bin



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal-grass/commit/34bea31a4015b395cdf23bec642e031ad91d5e94

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gdal-grass/commit/34bea31a4015b395cdf23bec642e031ad91d5e94
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[gdal-grass] 01/01: Rebuild 2.2.2 for xenial

2018-01-27 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a commit to branch ubuntu/xenial
in repository gdal-grass.

commit 34bea31a4015b395cdf23bec642e031ad91d5e94
Author: Martin Landa 
Date:   Sat Jan 27 11:57:48 2018 +0100

Rebuild 2.2.2 for xenial
---
 debian/changelog | 7 +++
 debian/control   | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed50b4a..c43e914 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libgdal-grass (2.2.2-1~xenial4) xenial; urgency=medium
+
+  * Rebuild for xenial.
+  * Bump GRASS minimum version to 7.4.0.
+
+ -- Martin Landa   Sat, 27 Jan 2018 11:50:25 +0100
+
 libgdal-grass (2.2.2-1~xenial3) xenial; urgency=medium
 
   * Rebuild for xenial.
diff --git a/debian/control b/debian/control
index d471e0e..8850a6c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
dh-autoreconf,
d-shlibs,
-   grass (>= 7.4.0~rc2),
-   grass-dev (>= 7.4.0~rc2),
+   grass (>= 7.4.0),
+   grass-dev (>= 7.4.0),
libgdal-dev (>= 2.2.2),
libproj-dev,
libpq-dev,
@@ -21,7 +21,7 @@ Homepage: http://www.gdal.org/
 Package: libgdal-grass
 Architecture: any
 Section: libs
-Depends: grass740-2,
+Depends: grass740,
  ${shlibs:Depends},
  ${misc:Depends}
 Recommends: gdal-bin

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

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


[gdal-grass] branch ubuntu/xenial updated (19af51b -> 34bea31)

2018-01-27 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to branch ubuntu/xenial
in repository gdal-grass.

  from  19af51b   Rebuild 2.2.2 for xenial
   new  34bea31   Rebuild 2.2.2 for xenial

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


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

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

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


[gdal-grass] tag ubuntu/2.2.1-1.xenial2 created (now 2d1794a)

2018-01-27 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to tag ubuntu/2.2.1-1.xenial2
in repository gdal-grass.

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

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

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


[gdal-grass] tag ubuntu/2.2.2-1.xenial4 created (now 34bea31)

2018-01-27 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to tag ubuntu/2.2.2-1.xenial4
in repository gdal-grass.

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

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

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


[Git][debian-gis-team/grass][ubuntugis/trusty] 21 commits: Strip trailing whitespace from changelog.

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch ubuntugis/trusty at Debian GIS Project / 
grass


Commits:
70bacad4 by Bas Couwenberg at 2017-12-27T22:44:31+01:00
Strip trailing whitespace from changelog.

- - - - -
b1c8831a by Bas Couwenberg at 2017-12-27T22:45:06+01:00
Drop explicit use of autotools_dev dh helper.

- - - - -
118c7e56 by Bas Couwenberg at 2017-12-27T22:46:13+01:00
Update watch file to use HTTPS.

- - - - -
16522b63 by Bas Couwenberg at 2017-12-27T22:46:33+01:00
Strip trailing whitespace from rules file.

- - - - -
7c4179f2 by Bas Couwenberg at 2017-12-27T23:09:30+01:00
Drop unused lintian override for package-installs-java-bytecode.

- - - - -
03709c1e by Bas Couwenberg at 2017-12-27T23:12:06+01:00
Add overrides for dependency-on-python-version-marked-for-end-of-life.

- - - - -
b295c7e3 by Bas Couwenberg at 2017-12-27T23:34:16+01:00
Bump Standards-Version to 4.1.2, no changes.

- - - - -
76a90b76 by Bas Couwenberg at 2017-12-27T23:34:16+01:00
Set distribution to unstable.

- - - - -
4b1f9e00 by Bas Couwenberg at 2018-01-09T18:23:22+01:00
Mark spelling-errors.patch as Applied-Upstream.

- - - - -
6ed9f0bb by Bas Couwenberg at 2018-01-09T22:01:47+01:00
Dont install AppStream metadata in legacy location.

- - - - -
8526b9c6 by Bas Couwenberg at 2018-01-20T21:53:33+01:00
Update copyright-format URL to use HTTPS.

- - - - -
b9247edc by Bas Couwenberg at 2018-01-26T11:27:30+01:00
Merge branch experimental

- - - - -
e369d223 by Bas Couwenberg at 2018-01-26T11:27:52+01:00
Revert Update branch in gbp.conf  Vcs-Git URL.

This reverts commit faa995fad1b99d531fa1a56f6bdd438182dc3cac.

- - - - -
41c56b65 by Bas Couwenberg at 2018-01-26T11:28:32+01:00
New upstream version 7.4.0
- - - - -
a64bba8e by Bas Couwenberg at 2018-01-26T11:29:05+01:00
Merge tag upstream/7.4.0

Upstream version 7.4.0

- - - - -
12279aff by Bas Couwenberg at 2018-01-26T11:30:18+01:00
New upstream release.

- - - - -
b3bfc394 by Bas Couwenberg at 2018-01-26T11:30:58+01:00
Drop spelling-errors.patch, applied upstream.

- - - - -
59c2f17d by Bas Couwenberg at 2018-01-26T11:54:22+01:00
Change appdata to metainfo in grass-core install files too.

- - - - -
63750622 by Bas Couwenberg at 2018-01-26T12:20:54+01:00
Add patch to fix spelling errors.

- - - - -
9d4165c7 by Bas Couwenberg at 2018-01-26T12:21:01+01:00
Set distribution to unstable.

- - - - -
aceaff1f by Martin Landa at 2018-01-27T11:43:21+01:00
Rebuild 7.4.0 for trusty

- - - - -


30 changed files:

- + ChangeLog_7.4.0.gz
- − ChangeLog_7.4.0RC2.gz
- contributors.csv
- debian/changelog
- debian/copyright
- debian/grass-core.install
- debian/grass-core.install.in
- debian/patches/spelling-errors.patch
- debian/rules
- display/d.text/d.text.html
- + display/d.text/d_text.png
- doc/howto_release.txt
- doc/infrastructure.txt
- gui/wxpython/core/ws.py
- gui/wxpython/datacatalog/tree.py
- gui/wxpython/photo2image/g.gui.photo2image.html
- gui/wxpython/photo2image/g.gui.photo2image.py
- gui/wxpython/photo2image/ip2i_manager.py
- gui/wxpython/photo2image/ip2i_mapdisplay.py
- gui/wxpython/photo2image/ip2i_statusbar.py
- gui/wxpython/photo2image/ip2i_toolbars.py
- imagery/i.atcorr/aerosolmodel.cpp
- imagery/i.atcorr/iwave.cpp
- imagery/i.ortho.photo/i.ortho.photo/i.ortho.photo.html
- imagery/i.ortho.photo/i.ortho.photo/menu.c
- include/Make/Grass.make
- include/VERSION
- lib/Makefile
- lib/raster/gdal.c
- mswindows/osgeo4w/package.sh


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/compare/d12bf992fae90de7f00cc43b2250697a18f23c71...aceaff1f3c8a8ccd8e59b37f31c0b443bd15f467

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/compare/d12bf992fae90de7f00cc43b2250697a18f23c71...aceaff1f3c8a8ccd8e59b37f31c0b443bd15f467
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/grass] Pushed new tag ubuntugis/7.4.0-1.trusty1

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag ubuntugis/7.4.0-1.trusty1 at Debian GIS 
Project / grass

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/tree/ubuntugis/7.4.0-1.trusty1
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[grass] tag ubuntugis/7.4.0-1.trusty1 created (now aceaff1)

2018-01-27 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to tag ubuntugis/7.4.0-1.trusty1
in repository grass.

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

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

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


[grass] branch ubuntugis/trusty updated (d12bf99 -> aceaff1)

2018-01-27 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a change to branch ubuntugis/trusty
in repository grass.

  from  d12bf99   Rebuild 7.4.0~rc2 for trusty
  adds  70bacad   Strip trailing whitespace from changelog.
  adds  b1c8831   Drop explicit use of autotools_dev dh helper.
  adds  118c7e5   Update watch file to use HTTPS.
  adds  16522b6   Strip trailing whitespace from rules file.
  adds  7c4179f   Drop unused lintian override for 
package-installs-java-bytecode.
  adds  03709c1   Add overrides for 
dependency-on-python-version-marked-for-end-of-life.
  adds  b295c7e   Bump Standards-Version to 4.1.2, no changes.
  adds  76a90b7   Set distribution to unstable.
  adds  4b1f9e0   Mark spelling-errors.patch as Applied-Upstream.
  adds  6ed9f0b   Don't install AppStream metadata in legacy location.
  adds  8526b9c   Update copyright-format URL to use HTTPS.
  adds  b9247ed   Merge branch 'experimental'
  adds  e369d22   Revert "Update branch in gbp.conf & Vcs-Git URL."
  adds  41c56b6   New upstream version 7.4.0
  adds  a64bba8   Merge tag 'upstream/7.4.0'
  adds  12279af   New upstream release.
  adds  b3bfc39   Drop spelling-errors.patch, applied upstream.
  adds  59c2f17   Change appdata to metainfo in grass-core install files 
too.
  adds  6375062   Add patch to fix spelling errors.
  adds  9d4165c   Set distribution to unstable.
   new  aceaff1   Rebuild 7.4.0 for trusty

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


Summary of changes:
 ChangeLog_7.4.0.gz |  Bin 0 -> 882545 bytes
 ChangeLog_7.4.0RC2.gz  |  Bin 881734 -> 0 bytes
 contributors.csv   |2 +-
 debian/changelog   |   35 +-
 debian/copyright   |2 +-
 debian/grass-core.install  |2 +-
 debian/grass-core.install.in   |2 +-
 debian/patches/spelling-errors.patch   |   38 +-
 debian/rules   |4 +-
 display/d.text/d.text.html |   16 +-
 display/d.text/d_text.png  |  Bin 0 -> 23691 bytes
 doc/howto_release.txt  |  347 +--
 doc/infrastructure.txt |   17 +-
 gui/wxpython/core/ws.py|6 +-
 gui/wxpython/datacatalog/tree.py   |4 +-
 gui/wxpython/photo2image/g.gui.photo2image.html|   10 +-
 gui/wxpython/photo2image/g.gui.photo2image.py  |2 +-
 gui/wxpython/photo2image/ip2i_manager.py   |4 +-
 gui/wxpython/photo2image/ip2i_mapdisplay.py|2 +-
 gui/wxpython/photo2image/ip2i_statusbar.py |2 +-
 gui/wxpython/photo2image/ip2i_toolbars.py  |2 +-
 imagery/i.atcorr/aerosolmodel.cpp  |2 +-
 imagery/i.atcorr/iwave.cpp | 3145 +---
 .../i.ortho.photo/i.ortho.photo/i.ortho.photo.html |4 +-
 imagery/i.ortho.photo/i.ortho.photo/menu.c |   11 -
 include/Make/Grass.make|2 +-
 include/VERSION|2 +-
 lib/Makefile   |2 +-
 lib/raster/gdal.c  |7 +-
 mswindows/osgeo4w/package.sh   |3 +-
 mswindows/osgeo4w/setup_x86.hint.tmpl  |4 +-
 mswindows/osgeo4w/setup_x86_64.hint.tmpl   |4 +-
 raster/r.horizon/r.horizon.html|6 +-
 .../r.series.accumulate/r.series.accumulate.html   |   46 +-
 raster/r.series/r.series.html  |   51 +-
 raster/r.sun/r.sun.html|4 +-
 rpm/grass.spec |  555 
 scripts/r.fillnulls/r.fillnulls.py |9 +-
 temporal/t.rast.algebra/t.rast.algebra.html|4 +-
 vector/v.clean/v.clean.html|5 +-
 vector/v.generalize/main.c |2 +
 41 files changed, 1598 insertions(+), 2767 deletions(-)
 create mode 100644 ChangeLog_7.4.0.gz
 delete mode 100644 ChangeLog_7.4.0RC2.gz
 create mode 100644 display/d.text/d_text.png
 create mode 100644 rpm/grass.spec

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

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


[grass] 01/01: Rebuild 7.4.0 for trusty

2018-01-27 Thread Martin Landa
This is an automated email from the git hooks/post-receive script.

martinl-guest pushed a commit to branch ubuntugis/trusty
in repository grass.

commit aceaff1f3c8a8ccd8e59b37f31c0b443bd15f467
Merge: d12bf99 9d4165c
Author: Martin Landa 
Date:   Sat Jan 27 11:43:21 2018 +0100

Rebuild 7.4.0 for trusty

 ChangeLog_7.4.0.gz |  Bin 0 -> 882545 bytes
 ChangeLog_7.4.0RC2.gz  |  Bin 881734 -> 0 bytes
 contributors.csv   |2 +-
 debian/changelog   |   35 +-
 debian/copyright   |2 +-
 debian/grass-core.install  |2 +-
 debian/grass-core.install.in   |2 +-
 debian/patches/spelling-errors.patch   |   38 +-
 debian/rules   |4 +-
 display/d.text/d.text.html |   16 +-
 display/d.text/d_text.png  |  Bin 0 -> 23691 bytes
 doc/howto_release.txt  |  347 +--
 doc/infrastructure.txt |   17 +-
 gui/wxpython/core/ws.py|6 +-
 gui/wxpython/datacatalog/tree.py   |4 +-
 gui/wxpython/photo2image/g.gui.photo2image.html|   10 +-
 gui/wxpython/photo2image/g.gui.photo2image.py  |2 +-
 gui/wxpython/photo2image/ip2i_manager.py   |4 +-
 gui/wxpython/photo2image/ip2i_mapdisplay.py|2 +-
 gui/wxpython/photo2image/ip2i_statusbar.py |2 +-
 gui/wxpython/photo2image/ip2i_toolbars.py  |2 +-
 imagery/i.atcorr/aerosolmodel.cpp  |2 +-
 imagery/i.atcorr/iwave.cpp | 3145 +---
 .../i.ortho.photo/i.ortho.photo/i.ortho.photo.html |4 +-
 imagery/i.ortho.photo/i.ortho.photo/menu.c |   11 -
 include/Make/Grass.make|2 +-
 include/VERSION|2 +-
 lib/Makefile   |2 +-
 lib/raster/gdal.c  |7 +-
 mswindows/osgeo4w/package.sh   |3 +-
 mswindows/osgeo4w/setup_x86.hint.tmpl  |4 +-
 mswindows/osgeo4w/setup_x86_64.hint.tmpl   |4 +-
 raster/r.horizon/r.horizon.html|6 +-
 .../r.series.accumulate/r.series.accumulate.html   |   46 +-
 raster/r.series/r.series.html  |   51 +-
 raster/r.sun/r.sun.html|4 +-
 rpm/grass.spec |  555 
 scripts/r.fillnulls/r.fillnulls.py |9 +-
 temporal/t.rast.algebra/t.rast.algebra.html|4 +-
 vector/v.clean/v.clean.html|5 +-
 vector/v.generalize/main.c |2 +
 41 files changed, 1598 insertions(+), 2767 deletions(-)

diff --cc debian/changelog
index f3d2062,a3b89df..0fa678e
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,14 +1,26 @@@
++grass (7.4.0-1~trusty1) trusty; urgency=medium
++
++  * Rebuild for trusty.
++
++ -- Martin Landa   Sat, 27 Jan 2018 10:22:31 +0100
++
+ grass (7.4.0-1) unstable; urgency=medium
+ 
+   * New upstream release.
+   * Don't install AppStream metadata in legacy location.
+   * Update copyright-format URL to use HTTPS.
+   * Drop spelling-errors.patch, applied upstream.
+   * Add patch to fix spelling errors.
+   * Move from experimental to unstable.
+ 
+  -- Bas Couwenberg   Fri, 26 Jan 2018 11:31:40 +0100
+ 
 +grass (7.4.0~rc2-1~exp1~trusty1) trusty; urgency=medium
 +
 +  * Rebuild for trusty.
 +
 + -- Martin Landa   Thu, 11 Jan 2018 14:41:41 +0100
 +
  grass (7.4.0~rc2-1~exp1) experimental; urgency=medium
  
* New upstream release candidate.
@@@ -15,22 -20,32 +32,38 @@@
  
   -- Bas Couwenberg   Tue, 09 Jan 2018 08:41:24 +0100
  
 -grass (7.4.0~rc1-1~exp1) experimental; urgency=medium
++grass (7.2.2-2) unstable; urgency=medium
+ 
 -  * New upstream release candidate.
 -  * Update spelling-errors.patch to fix additional typos.
++  * Add patch to only link to GEOS C library.
++  * Update spelling-errors.patch to fix additional typo.
+   * Add lintian override for package-installs-java-bytecode false positive.
+   * Bump Standards-Version to 4.1.2, no changes.
+   * Override dh_gencontrol to set GRASS ABI dependency with substvars.
 -  * Update watch file for GRASS 7.4 releases.
+   * Strip trailing whitespace from changelog.
 -  * Update copyright years for copyright holders.
+   * Drop explicit use of autotools_dev dh helper.
+   * Update watch file to use HTTPS.
+   * Strip trailing whitespace from rules file.
 -  * Add lintian override for hardening-no-fortify-functions.
+   * Drop unused lintian override for package-installs-java-bytecode.
++  * 

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

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 26 Jan 2018 11:44:46 +0100
Source: qgis
Binary: qgis qgis-common libqgis-app2.14.22 libqgis-core2.14.22 
libqgis-gui2.14.22 libqgis-analysis2.14.22 libqgis-networkanalysis2.14.22 
libqgisgrass7-2.14.22 libqgispython2.14.22 libqgis-customwidgets 
libqgis-server2.14.22 libqgis-dev qgis-provider-grass qgis-plugin-grass 
qgis-plugin-grass-common python-qgis python-qgis-common qgis-providers 
qgis-providers-common qgis-server qgis-api-doc
Architecture: source amd64 all
Version: 2.14.22+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libqgis-analysis2.14.22 - QGIS - shared analysis library
 libqgis-app2.14.22 - QGIS - shared app library
 libqgis-core2.14.22 - QGIS - shared core library
 libqgis-customwidgets - QGIS custom widgets for Qt Designer
 libqgis-dev - QGIS - development files
 libqgis-gui2.14.22 - QGIS - shared gui library
 libqgis-networkanalysis2.14.22 - QGIS - shared network analysis library
 libqgis-server2.14.22 - QGIS - shared server library
 libqgisgrass7-2.14.22 - QGIS - shared grass library
 libqgispython2.14.22 - QGIS - shared Python library
 python-qgis - Python bindings to QGIS
 python-qgis-common - Python bindings to QGIS - architecture-independent files
 qgis   - Geographic Information System (GIS)
 qgis-api-doc - QGIS API documentation
 qgis-common - QGIS - architecture-independent data
 qgis-plugin-grass - GRASS plugin for QGIS
 qgis-plugin-grass-common - GRASS plugin for QGIS - architecture-independent 
data
 qgis-provider-grass - GRASS provider for QGIS
 qgis-providers - collection of data providers to QGIS
 qgis-providers-common - collection of data providers to QGIS - 
architecture-independent f
 qgis-server - QGIS server providing various OGC services
Changes:
 qgis (2.14.22+dfsg-2) unstable; urgency=medium
 .
   * Update packaging for GRASS 7.4.0.
Checksums-Sha1:
 c63f882583137e5c2651c71a2569562817296e8f 4295 qgis_2.14.22+dfsg-2.dsc
 bf8b7db824daef10dad420b90a41d901885f3779 1331180 
qgis_2.14.22+dfsg-2.debian.tar.xz
 32204a7b7198db99940e13beaf560aead66c625b 2940556 
libqgis-analysis2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
 b224b270e876bb0c07ee863ed3367047839f58f3 1332968 
libqgis-analysis2.14.22_2.14.22+dfsg-2_amd64.deb
 2c23164617a4fe5c982a9d54f7dc04607cd62361 37039344 
libqgis-app2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
 7972966348e8d524158e3160872a86e4385cc3c2 3083736 
libqgis-app2.14.22_2.14.22+dfsg-2_amd64.deb
 91676d4f856157544189da5f69ca3d75649390be 46870720 
libqgis-core2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
 f035db2d404203a59660dc5100a099469d80ecbc 3900352 
libqgis-core2.14.22_2.14.22+dfsg-2_amd64.deb
 cb4f858ddb9ab9f872762f9fadc1db47c2e3fcf6 2243736 
libqgis-customwidgets-dbgsym_2.14.22+dfsg-2_amd64.deb
 bd4ab112f095acde8aa1a5be441d9371542abe84 2711864 
libqgis-customwidgets_2.14.22+dfsg-2_amd64.deb
 9cd9ef09359bc4332d7671ef03e39c6fcbb8ef0d 1732672 
libqgis-dev_2.14.22+dfsg-2_amd64.deb
 98ccb2c4c4cd9e53027ec7d8e64ba003f2b43851 46863820 
libqgis-gui2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
 4cee8b9e759b2af4483536c78f66c8ec85c4b8a6 2939316 
libqgis-gui2.14.22_2.14.22+dfsg-2_amd64.deb
 3128417e7ae3f5b1391cc08bd1de9f300a4bb2d7 590076 
libqgis-networkanalysis2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
 8b8a7195688e2c3bf734f210d0597af1a2a49054 1196928 
libqgis-networkanalysis2.14.22_2.14.22+dfsg-2_amd64.deb
 7355a3a207eaec7104867e8ffd6bce777365ebb4 4743596 
libqgis-server2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
 6d73bc139a32bf87b072de1cd80696f3f825e783 1537160 
libqgis-server2.14.22_2.14.22+dfsg-2_amd64.deb
 cfa43ed7d56924ff26f22caa832ec47b557bb731 2504868 
libqgisgrass7-2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
 d155a2eb9b223a03217ca5274a59f72ec3d9f3a8 1367452 
libqgisgrass7-2.14.22_2.14.22+dfsg-2_amd64.deb
 1303008488971465fe94c98c9d388a542281d473 159752 
libqgispython2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
 bd90a0aca0e8b7e142cc903ec3a5cd7cbd2da61b 1190408 
libqgispython2.14.22_2.14.22+dfsg-2_amd64.deb
 38a783ebd4b6d5f6a4bf257bb567be4a06b319cd 3647496 
python-qgis-common_2.14.22+dfsg-2_all.deb
 d80a62e3a5a5c182c6a48f02c8a9883a99137693 16085464 
python-qgis-dbgsym_2.14.22+dfsg-2_amd64.deb
 c5a3dd5e89da49fb7fff964fecf980b56eacfb1f 4490152 
python-qgis_2.14.22+dfsg-2_amd64.deb
 89f7a5ea196bd0401ff4109dfafa501d41da8611 166647632 
qgis-api-doc_2.14.22+dfsg-2_all.deb
 9082fa10e46f502a7c3efd93dde8d0d403e1457b 10313764 
qgis-common_2.14.22+dfsg-2_all.deb
 7c968298c639672fa4dbdbc8427df6f374057349 19460124 
qgis-dbgsym_2.14.22+dfsg-2_amd64.deb
 a2cc3f98ffd80b0f01deac9076100b2a42a780be 1645752 
qgis-plugin-grass-common_2.14.22+dfsg-2_all.deb
 4495345bbc67c65871d4d715c92b7f665d68329c 6208668 
qgis-plugin-grass-dbgsym_2.14.22+dfsg-2_amd64.deb
 1aaf1bd99aab62d3fa3fc85138510f7e5b7a6407 1731752 
qgis-plugin-grass_2.14.22+dfsg-2_amd64.deb
 a12081dfdfebedf387d9170ef1f54a331e421eea 

A SAISIR : maison ou appartement à prix attractif !

2018-01-27 Thread Urbatys Immobilier
Si vous ne parvenez pas à lire cet e-mail, cliquez 
http://r.email.marketing-premium.com/4asuxy97n5jf.html 
PARTOUT EN BRETAGNE, DES OPPORTUNITÉS EN IMMOBILIER NEUF !    
   
ACHETER, LOUER,
INVESTIR, VENDRE…
Depuis plus de 30 ans,
Urbatys vous accompagne
dans votre projet immobilier

[   ]( http://r.email.marketing-premium.com/track/click/h77frsdd7n5jd )
 
 
MAISONS & APPARTEMENTS - AVANTAGES PINEL ET PTZ    
 
[

]( http://r.email.marketing-premium.com/track/click/h77frt5t7n5jd ) 

BREST (29)
RÉSIDENCE DU GRAND LARGE
 
- Au cœur de la ville
- Une maison avec garage et jardin
- Une intimité préservée
- Une architecture moderne    [ > DÉCOUVRIR ]( 
http://r.email.marketing-premium.com/track/click/h77frty97n5jd )   
   
 
MAISONS - LE BORD DE MER À MOINS DE 300 000 €    
 
[

]( http://r.email.marketing-premium.com/track/click/h77fruqp7n5jd ) 

BÉNODET (29)
LE DOMAINE DE KERAMBECHENNEC
à partir de 275 000 €
 
- Grands terrains
- Emplacement privilégié
- Architecture contemporaine    [ > DÉCOUVRIR ]( 
http://r.email.marketing-premium.com/track/click/h77frvj57n5jd )   
   
 
APPARTEMENTS DANS L'HYPER CENTRE-VILLE    
 
[

]( http://r.email.marketing-premium.com/track/click/h77frwbl7n5jd ) 

MELESSE (35)
RÉSIDENCE BELLEVUE
à partir de 106 050 €
 
- Hyper-centre
- Résidence avec vue dégagée au sud
- Grand balcon en bois    [ > DÉCOUVRIR ]( 
http://r.email.marketing-premium.com/track/click/h77frx417n5jd )   
   
 
MAISONS - À SAISIR RAPIDEMMENT !    
 
[

]( http://r.email.marketing-premium.com/track/click/h77frxwh7n5jd ) 

GUIDEL (56)
LE CLOS SAINT-MAURICE
à partir de 224 500 €
 
- Architecture moderne
- Intimité préservée
- Une maison avec garage et jardin    [ > DÉCOUVRIR ]( 
http://r.email.marketing-premium.com/track/click/h77fryox7n5jd )   
   
 
[ > DÉCOUVRIR TOUS NOS BIENS ]( 
http://r.email.marketing-premium.com/track/click/h77frzhd7n5jd )    
 
SUIVEZ L'ACTUALITÉ IMMOBILIÈRE AVEC URBATYS :    
 

[   ]( http://r.email.marketing-premium.com/track/click/5qeh99ild7n5jd )
     

14 décembre 2017
PTZ 2018 : TOUT SAVOIR SUR LA NOUVELLE VERSION DU DISPOSITIF    [ > EN 
SAVOIR + ]( http://r.email.marketing-premium.com/track/click/5qeh99jdt7n5jd )

[   ]( http://r.email.marketing-premium.com/track/click/5qeh99k697n5jd )
     

11 décembre 2017
TAXE D'HABITATION :
SEREZ-VOUS EXONERÉ EN 2020 ? [ > EN SAVOIR + ]( 
http://r.email.marketing-premium.com/track/click/5qeh99kyp7n5jd )  
 
Vous recherchez un terrain, un appartement ou une maison en Bretagne ou en 
Loire-Atlantique ?
[ > CONTACTEZ-NOUS ]( 
http://r.email.marketing-premium.com/track/click/5qeh99lr57n5jd )    


[  ]( http://r.email.marketing-premium.com/track/click/5qeh99mjl7n5jd )
 

[ Se désinscrire ]( http://r.email.marketing-premium.com/4asuxy97n5jg.html )    
    
© 2017 Quintesis  

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

nik4_1.6-3_amd64.changes ACCEPTED into unstable

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Jan 2018 10:38:45 +0100
Source: nik4
Binary: nik4
Architecture: source amd64
Version: 1.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 nik4   - Mapnik to image export
Changes:
 nik4 (1.6-3) unstable; urgency=medium
 .
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Add override for dependency-on-python-version-marked-for-end-of-life.
Checksums-Sha1:
 aef472bb47b2be7c9788e3cffda4b30e5bc4593c 1964 nik4_1.6-3.dsc
 b6487a4b8d7a068b1d47e7e7f17b67fef0eb4e37 6892 nik4_1.6-3.debian.tar.xz
 f5cf2ab3b08d1d6ad3bfb50532b55e58f87a5101 11202 nik4_1.6-3_amd64.buildinfo
 387ea05a73bc1a24137b30dd82ae43613c425c04 583912 nik4_1.6-3_amd64.deb
Checksums-Sha256:
 afe3971b7fbfef3ef8c4eb30865bb75fa1df6fca412d02cbfd7ba8b6cfcb4885 1964 
nik4_1.6-3.dsc
 da566a16eb8fd84d025f3d2d06c19bd28260149b528f4eb65dd2755da844b2c2 6892 
nik4_1.6-3.debian.tar.xz
 25a2ca75f0c02aa7bfd066771956ece5445d2e20810a1ee941d221e57350d636 11202 
nik4_1.6-3_amd64.buildinfo
 28e8f7eea68b7f933e6c8242254b6533e7e6f6bd05a845cfc582ba3a04f8c11d 583912 
nik4_1.6-3_amd64.deb
Files:
 b575335c26036cbeeb882d6b34beebd2 1964 utils optional nik4_1.6-3.dsc
 8b4061ea1b5db85af26be094a639bc24 6892 utils optional nik4_1.6-3.debian.tar.xz
 b476bdc7c47d3296fa25b6bcafe67515 11202 utils optional 
nik4_1.6-3_amd64.buildinfo
 7a93c4845a3182d64ead9580e45ac9cf 583912 utils optional nik4_1.6-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlpsShgACgkQZ1DxCuiN
SvFRxQ//YPosiTp1hBn/DW/GxuzgzBtthjI/e3NHQYpTB7kfDrcgbjXQuTOlBT09
RV99Ow1szJ9+xxWn9W7VdLNiulibTYnVEPU0CEJAhBR6htPLlDK7iBd4ww4ixz35
uoBVcrlj9uQ1FN5ZJZtk1WtXLf/mrpLNfzdWWv3GFFX4cvMiYgcCKRKHtiGBDlwi
I3YtOTGSlLkYQ4mkAgyNw5aoOUmOcIy2VzD9jRwLQapVBD5hHqAf9bzdRKOykOUC
InDrDdw/Q9mwX6rQhUBbEf/Fxg+CzJplsVqWnRUbMdOBUCfGcb534nMVaS9jLJw9
Vzbm0FTYvTtnNqMRKRkhhbcEtG4MJ3WCMTa9b0iMV0sn5Kb3mfz3OU+N/T1/yoho
cp+mi7Hps3f+Y/lLRt2vtfRTR6N7gGNIoGpIkHw3ms3NRu+X+eSmoZjjQsAK5R6P
HcvYkn1xxV2GWYwgJ15PxDuEQ32oUeJCuoLv0jr0Z7eaMgwu2sNp2dtqD9QkZmKu
V3q/Y2gDSr+kCUkE8XK8q09Ca2puNiMCrBc/6jBIhBqZ/6b+Li0gdkKnFd/TyHJZ
VqbgyJ377b+RaLGTrG9jtSatqDVnm/bTzq/MToklFrE5DZD9N4eq0ha0P78O0kMY
uFxh0lOm0eb2T4njXTSUD2dQCDH0cRUzOM1DEAsfjStJVJ4mwQA=
=69pd
-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 nik4_1.6-3_amd64.changes

2018-01-27 Thread Debian FTP Masters
nik4_1.6-3_amd64.changes uploaded successfully to localhost
along with the files:
  nik4_1.6-3.dsc
  nik4_1.6-3.debian.tar.xz
  nik4_1.6-3_amd64.buildinfo
  nik4_1.6-3_amd64.deb

Greetings,

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

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


python-mapnik_0.0~20170621-0cd7493f2-3_amd64.changes ACCEPTED into unstable

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Jan 2018 10:19:12 +0100
Source: python-mapnik
Binary: python-mapnik python3-mapnik
Architecture: source amd64
Version: 1:0.0~20170621-0cd7493f2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 python-mapnik - Python 2 interface to the mapnik library
 python3-mapnik - Python 3 interface to the mapnik library
Changes:
 python-mapnik (1:0.0~20170621-0cd7493f2-3) unstable; urgency=medium
 .
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Rebuild with Mapnik 3.0.18.
Checksums-Sha1:
 4907a0f5c2bfcd1e9c6b49c13851393c82a86f84 2409 
python-mapnik_0.0~20170621-0cd7493f2-3.dsc
 bb8a30b00b04c14a292d383c959ba78e4f8c511a 12628 
python-mapnik_0.0~20170621-0cd7493f2-3.debian.tar.xz
 be10dd9c0f2df5d88b3b1c14f737158036f0b8e4 15308 
python-mapnik_0.0~20170621-0cd7493f2-3_amd64.buildinfo
 ffee498cf078b1643c64794543899dc4a7f47b66 2522732 
python-mapnik_0.0~20170621-0cd7493f2-3_amd64.deb
 401f62f01ae5654a2ddfc01cd77c5048c3014340 686512 
python3-mapnik_0.0~20170621-0cd7493f2-3_amd64.deb
Checksums-Sha256:
 b84a5d6afc017d4f4edc1d90c075f25ef6ff19e0751b7e15b88457ae9d2f3860 2409 
python-mapnik_0.0~20170621-0cd7493f2-3.dsc
 e460feb96b27167caaeae480704b91f6e87367330384aa39a14e0046e4cb67ae 12628 
python-mapnik_0.0~20170621-0cd7493f2-3.debian.tar.xz
 9edf0493b4043a257480566bd7274c9746e44cccbeee8548c9c0919b0fc221fa 15308 
python-mapnik_0.0~20170621-0cd7493f2-3_amd64.buildinfo
 48aad33cb6082411afe4bf605b6f2d7af4c1edf180174a0a729036b21b4b72c3 2522732 
python-mapnik_0.0~20170621-0cd7493f2-3_amd64.deb
 ce0d07a7c2dd04ba8145b4f5613e4f6feecb69e92fdbc914e152c9076a2ba8bd 686512 
python3-mapnik_0.0~20170621-0cd7493f2-3_amd64.deb
Files:
 f84ffbf75cffbe3e739ba3def72b894a 2409 python optional 
python-mapnik_0.0~20170621-0cd7493f2-3.dsc
 3af9e60960a91a4c6c43858984c5cb3f 12628 python optional 
python-mapnik_0.0~20170621-0cd7493f2-3.debian.tar.xz
 f16a1ee677b74eac49ebdb261d23a581 15308 python optional 
python-mapnik_0.0~20170621-0cd7493f2-3_amd64.buildinfo
 898dc5fa7c02ad33f4ba9df7b0523816 2522732 python optional 
python-mapnik_0.0~20170621-0cd7493f2-3_amd64.deb
 f687fb93f1835433bd5df8a165dc072d 686512 python optional 
python3-mapnik_0.0~20170621-0cd7493f2-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlpsSBgACgkQZ1DxCuiN
SvGq5Q//RTUTQcDojjJQZp7F5n/RmcbRskwyVAu02vnaXm8QUJXysuMmAbiwRNMk
zMqZOgLtWtdCsvmH4zO1yqSq5KTyA0VitnnewfGsVmFMg67I5ANfHGlhxigHumzj
NdfpPxCJRo1p+5cfR1RV6bRqQ573EDtgs0G36SeDyEcjl3PAB6zfOuyaUik08RWy
owIctOu7SvwaKk83JP0JNKoQAJ97BbdpmTAuAQcrjUgkRegMoti1TtmN9KdqZACj
pGcvWK77KmlJn/gsyK8wkUuNAUhryr0H/QLez5G7KQek4B+rgiwNvicPuCdP6J2B
gYmLNt4kIJk5myQ4/DjdqKOLqKBJvUTzRKKgHcNFYqKRJt3tPxDCNz60AjmwmteI
gukXuVT0ytYLRTKvqDV1G++St8bNMT7Sm2SS9LxvvY8r8qg1vH1Lv9G70SZMsEfp
rHFK9k8Qhkh6VRjAyHEOUSQVDtYIveKJQXGOXL9ra4omEJBilYaRymUALSCi2bgO
Py1hfBNrfOL5WtdsdFFcIbWNkGOFA1Dz+7OB5x/Ln8kBKiryY4dgGlD805aH8YWp
8JJGyi5HBeuYpTIId/Dp9mhcdNVvjRLuEfRaBKvtD2OPdH9IA7F3LLI8fQnKoYjo
mBCIjm62A2plade5KoW1NPlu9HZ+0sF3n085NVf9drbgH7ZmcsA=
=WD34
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of python-mapnik_0.0~20170621-0cd7493f2-3_amd64.changes

2018-01-27 Thread Debian FTP Masters
python-mapnik_0.0~20170621-0cd7493f2-3_amd64.changes uploaded successfully to 
localhost
along with the files:
  python-mapnik_0.0~20170621-0cd7493f2-3.dsc
  python-mapnik_0.0~20170621-0cd7493f2-3.debian.tar.xz
  python-mapnik_0.0~20170621-0cd7493f2-3_amd64.buildinfo
  python-mapnik_0.0~20170621-0cd7493f2-3_amd64.deb
  python3-mapnik_0.0~20170621-0cd7493f2-3_amd64.deb

Greetings,

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

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


[Git][debian-gis-team/nik4] Pushed new tag debian/1.6-3

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/1.6-3 at Debian GIS Project / nik4

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nik4/tree/debian/1.6-3
You're receiving this email because of your account on salsa.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

[nik4] 01/03: Bump Standards-Version to 4.1.3, no changes.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nik4.

commit cb6d324c3a6c947eaf7c0cf87588d21a5e226472
Author: Bas Couwenberg 
Date:   Fri Jan 26 18:48:39 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index f8c3c31..92d494e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 nik4 (1.6-3) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg   Sat, 20 Jan 2018 22:27:33 +0100
 
diff --git a/debian/control b/debian/control
index adc439b..9ba2c51 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/nik4.git/
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/nik4.git
 Homepage: https://github.com/Zverik/Nik4

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

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


[nik4] branch master updated (aa2af2e -> 9485a8d)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository nik4.

  from  aa2af2e   Update copyright-format URL to use HTTPS.
   new  cb6d324   Bump Standards-Version to 4.1.3, no changes.
   new  194f9cc   Add override for 
dependency-on-python-version-marked-for-end-of-life.
   new  9485a8d   Set distribution to unstable.

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


Summary of changes:
 debian/changelog | 6 --
 debian/control   | 2 +-
 debian/lintian-overrides | 3 +++
 3 files changed, 8 insertions(+), 3 deletions(-)
 create mode 100644 debian/lintian-overrides

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

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


[nik4] tag debian/1.6-3 created (now 9485a8d)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.6-3
in repository nik4.

at  9485a8d   (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/nik4.git

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


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

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nik4.

commit 9485a8dfb20e9f6bd5b01e85849a470160c80414
Author: Bas Couwenberg 
Date:   Sat Jan 27 10:39:01 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index deac011..4872c30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-nik4 (1.6-3) UNRELEASED; urgency=medium
+nik4 (1.6-3) unstable; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Add override for dependency-on-python-version-marked-for-end-of-life.
 
- -- Bas Couwenberg   Sat, 20 Jan 2018 22:27:33 +0100
+ -- Bas Couwenberg   Sat, 27 Jan 2018 10:38:45 +0100
 
 nik4 (1.6-2) unstable; urgency=medium
 

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

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


[nik4] 02/03: Add override for dependency-on-python-version-marked-for-end-of-life.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository nik4.

commit 194f9ccf6ac2b7f964bc96ae94b49d24b751bf5d
Author: Bas Couwenberg 
Date:   Fri Jan 26 18:58:14 2018 +0100

Add override for dependency-on-python-version-marked-for-end-of-life.
---
 debian/changelog | 1 +
 debian/lintian-overrides | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 92d494e..deac011 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ nik4 (1.6-3) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
+  * Add override for dependency-on-python-version-marked-for-end-of-life.
 
  -- Bas Couwenberg   Sat, 20 Jan 2018 22:27:33 +0100
 
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 000..66ceed7
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,3 @@
+# Will switch to Python 3 in 2020
+nik4: dependency-on-python-version-marked-for-end-of-life (Depends: python)
+

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

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


[Git][debian-gis-team/nik4][master] 3 commits: Bump Standards-Version to 4.1.3, no changes.

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / nik4


Commits:
cb6d324c by Bas Couwenberg at 2018-01-26T18:48:39+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
194f9ccf by Bas Couwenberg at 2018-01-26T18:58:14+01:00
Add override for dependency-on-python-version-marked-for-end-of-life.

- - - - -
9485a8df by Bas Couwenberg at 2018-01-27T10:39:01+01:00
Set distribution to unstable.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- + debian/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-nik4 (1.6-3) UNRELEASED; urgency=medium
+nik4 (1.6-3) unstable; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Add override for dependency-on-python-version-marked-for-end-of-life.
 
- -- Bas Couwenberg   Sat, 20 Jan 2018 22:27:33 +0100
+ -- Bas Couwenberg   Sat, 27 Jan 2018 10:38:45 +0100
 
 nik4 (1.6-2) unstable; urgency=medium
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/nik4.git/
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/nik4.git
 Homepage: https://github.com/Zverik/Nik4


=
debian/lintian-overrides
=
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,3 @@
+# Will switch to Python 3 in 2020
+nik4: dependency-on-python-version-marked-for-end-of-life (Depends: python)
+



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nik4/compare/aa2af2ecf874c67e0bcfc98948acd505f57d3114...9485a8dfb20e9f6bd5b01e85849a470160c80414

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/nik4/compare/aa2af2ecf874c67e0bcfc98948acd505f57d3114...9485a8dfb20e9f6bd5b01e85849a470160c80414
You're receiving this email because of your account on salsa.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

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

2018-01-27 Thread Debian FTP Masters
qgis_2.14.22+dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  qgis_2.14.22+dfsg-2.dsc
  qgis_2.14.22+dfsg-2.debian.tar.xz
  libqgis-analysis2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
  libqgis-analysis2.14.22_2.14.22+dfsg-2_amd64.deb
  libqgis-app2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
  libqgis-app2.14.22_2.14.22+dfsg-2_amd64.deb
  libqgis-core2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
  libqgis-core2.14.22_2.14.22+dfsg-2_amd64.deb
  libqgis-customwidgets-dbgsym_2.14.22+dfsg-2_amd64.deb
  libqgis-customwidgets_2.14.22+dfsg-2_amd64.deb
  libqgis-dev_2.14.22+dfsg-2_amd64.deb
  libqgis-gui2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
  libqgis-gui2.14.22_2.14.22+dfsg-2_amd64.deb
  libqgis-networkanalysis2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
  libqgis-networkanalysis2.14.22_2.14.22+dfsg-2_amd64.deb
  libqgis-server2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
  libqgis-server2.14.22_2.14.22+dfsg-2_amd64.deb
  libqgisgrass7-2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
  libqgisgrass7-2.14.22_2.14.22+dfsg-2_amd64.deb
  libqgispython2.14.22-dbgsym_2.14.22+dfsg-2_amd64.deb
  libqgispython2.14.22_2.14.22+dfsg-2_amd64.deb
  python-qgis-common_2.14.22+dfsg-2_all.deb
  python-qgis-dbgsym_2.14.22+dfsg-2_amd64.deb
  python-qgis_2.14.22+dfsg-2_amd64.deb
  qgis-api-doc_2.14.22+dfsg-2_all.deb
  qgis-common_2.14.22+dfsg-2_all.deb
  qgis-dbgsym_2.14.22+dfsg-2_amd64.deb
  qgis-plugin-grass-common_2.14.22+dfsg-2_all.deb
  qgis-plugin-grass-dbgsym_2.14.22+dfsg-2_amd64.deb
  qgis-plugin-grass_2.14.22+dfsg-2_amd64.deb
  qgis-provider-grass-dbgsym_2.14.22+dfsg-2_amd64.deb
  qgis-provider-grass_2.14.22+dfsg-2_amd64.deb
  qgis-providers-common_2.14.22+dfsg-2_all.deb
  qgis-providers-dbgsym_2.14.22+dfsg-2_amd64.deb
  qgis-providers_2.14.22+dfsg-2_amd64.deb
  qgis-server-dbgsym_2.14.22+dfsg-2_amd64.deb
  qgis-server_2.14.22+dfsg-2_amd64.deb
  qgis_2.14.22+dfsg-2_amd64.buildinfo
  qgis_2.14.22+dfsg-2_amd64.deb

Greetings,

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

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


[python-mapnik] tag debian/1%0.0_20170621-0cd7493f2-3 created (now 501ddfe)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1%0.0_20170621-0cd7493f2-3
in repository python-mapnik.

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

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

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


[Git][debian-gis-team/python-mapnik] Pushed new tag debian/1%0.0_20170621-0cd7493f2-3

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/1%0.0_20170621-0cd7493f2-3 at 
Debian GIS Project / python-mapnik

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-mapnik/tree/debian/1%250.0_20170621-0cd7493f2-3
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

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

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

commit 501ddfe97e7865caa8939907898482ae93a28bde
Author: Bas Couwenberg 
Date:   Sat Jan 27 10:19:22 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 104825a..e5fd188 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-python-mapnik (1:0.0~20170621-0cd7493f2-3) UNRELEASED; urgency=medium
+python-mapnik (1:0.0~20170621-0cd7493f2-3) unstable; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Rebuild with Mapnik 3.0.18.
 
- -- Bas Couwenberg   Sun, 21 Jan 2018 10:37:43 +0100
+ -- Bas Couwenberg   Sat, 27 Jan 2018 10:19:12 +0100
 
 python-mapnik (1:0.0~20170621-0cd7493f2-2) unstable; urgency=medium
 

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

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


[Git][debian-gis-team/python-mapnik][master] 3 commits: Bump Standards-Version to 4.1.3, no changes.

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
python-mapnik


Commits:
e30366ce by Bas Couwenberg at 2018-01-26T18:16:26+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
1484e7df by Bas Couwenberg at 2018-01-27T10:19:11+01:00
Rebuild with Mapnik 3.0.18.

- - - - -
501ddfe9 by Bas Couwenberg at 2018-01-27T10:19:22+01:00
Set distribution to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-python-mapnik (1:0.0~20170621-0cd7493f2-3) UNRELEASED; urgency=medium
+python-mapnik (1:0.0~20170621-0cd7493f2-3) unstable; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Rebuild with Mapnik 3.0.18.
 
- -- Bas Couwenberg   Sun, 21 Jan 2018 10:37:43 +0100
+ -- Bas Couwenberg   Sat, 27 Jan 2018 10:19:12 +0100
 
 python-mapnik (1:0.0~20170621-0cd7493f2-2) unstable; urgency=medium
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
dh-python,
libboost-python-dev,
-   libmapnik-dev (>= 3.0.17),
+   libmapnik-dev (>= 3.0.18),
python-all-dev,
python-setuptools,
python-cairo,
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
python3-cairo,
python3-cairo-dev,
python3-nose
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-mapnik.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-mapnik.git
 Homepage: https://github.com/mapnik/python-mapnik



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-mapnik/compare/e1ac97a83b51dac243e168e1f820581f5b634deb...501ddfe97e7865caa8939907898482ae93a28bde

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-mapnik/compare/e1ac97a83b51dac243e168e1f820581f5b634deb...501ddfe97e7865caa8939907898482ae93a28bde
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[python-mapnik] 01/03: Bump Standards-Version to 4.1.3, no changes.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

commit e30366cee2ed40e9d7cbf23b4f733b7c1f8f0ac3
Author: Bas Couwenberg 
Date:   Fri Jan 26 18:16:26 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index c86c10f..26637ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-mapnik (1:0.0~20170621-0cd7493f2-3) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg   Sun, 21 Jan 2018 10:37:43 +0100
 
diff --git a/debian/control b/debian/control
index b598719..3d1359b 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
python3-cairo,
python3-cairo-dev,
python3-nose
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-mapnik.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-mapnik.git
 Homepage: https://github.com/mapnik/python-mapnik

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

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


[python-mapnik] branch master updated (e1ac97a -> 501ddfe)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

  from  e1ac97a   Update copyright-format URL to use HTTPS.
   new  e30366c   Bump Standards-Version to 4.1.3, no changes.
   new  1484e7d   Rebuild with Mapnik 3.0.18.
   new  501ddfe   Set distribution to unstable.

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


Summary of changes:
 debian/changelog | 6 --
 debian/control   | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

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

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


[python-mapnik] 02/03: Rebuild with Mapnik 3.0.18.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

commit 1484e7df125f9f2ca63ef226e688d92faf4aeea5
Author: Bas Couwenberg 
Date:   Sat Jan 27 10:19:11 2018 +0100

Rebuild with Mapnik 3.0.18.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 26637ce..104825a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-mapnik (1:0.0~20170621-0cd7493f2-3) UNRELEASED; 
urgency=medium
 
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
+  * Rebuild with Mapnik 3.0.18.
 
  -- Bas Couwenberg   Sun, 21 Jan 2018 10:37:43 +0100
 
diff --git a/debian/control b/debian/control
index 3d1359b..ef96e62 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
dh-python,
libboost-python-dev,
-   libmapnik-dev (>= 3.0.17),
+   libmapnik-dev (>= 3.0.18),
python-all-dev,
python-setuptools,
python-cairo,

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

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


mapnik-vector-tile_1.5.0+dfsg-3_amd64.changes ACCEPTED into unstable

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Jan 2018 10:07:00 +0100
Source: mapnik-vector-tile
Binary: mapnik-vector-tile
Architecture: source all
Version: 1.5.0+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 mapnik-vector-tile - Vector tiles integration with mapnik - development files
Changes:
 mapnik-vector-tile (1.5.0+dfsg-3) unstable; urgency=medium
 .
   * Team upload.
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Rebuild with Mapnik 3.0.18.
Checksums-Sha1:
 40a2ce508cf17a08da2dee9601a48d429d97383c 2257 
mapnik-vector-tile_1.5.0+dfsg-3.dsc
 3a0737cf0cbb2dceb442407a48779784c4a74f99 7128 
mapnik-vector-tile_1.5.0+dfsg-3.debian.tar.xz
 6e0fd0cc6565a3ada485ce2c8c3d7d3cb8633f22 742336 
mapnik-vector-tile_1.5.0+dfsg-3_all.deb
 178b481f270752d9a9a296f03931136c6289b073 14211 
mapnik-vector-tile_1.5.0+dfsg-3_amd64.buildinfo
Checksums-Sha256:
 d0401943cdee1e3f3728f228f143cd63f7060380fa3c2aae5519be576148842e 2257 
mapnik-vector-tile_1.5.0+dfsg-3.dsc
 247409cc28fb2d44fc6ce911511c638d56018884f5277e870cfd6baab216f0cb 7128 
mapnik-vector-tile_1.5.0+dfsg-3.debian.tar.xz
 08bfc842e932514765fc9c2278ec656412e01be4b258aedd954833cb7d7ed9d6 742336 
mapnik-vector-tile_1.5.0+dfsg-3_all.deb
 bed388cf51077678692fad7639fea626533e4b2cc0a293dd8887d5dbf602fb50 14211 
mapnik-vector-tile_1.5.0+dfsg-3_amd64.buildinfo
Files:
 290ef5d725274ad042d369e84892b23d 2257 devel optional 
mapnik-vector-tile_1.5.0+dfsg-3.dsc
 0983db1657ea263475281e345a1bba1d 7128 devel optional 
mapnik-vector-tile_1.5.0+dfsg-3.debian.tar.xz
 67d14a6fa64836e16bec3df3b103ea2f 742336 devel optional 
mapnik-vector-tile_1.5.0+dfsg-3_all.deb
 2cc5cea88571efb854539e020580ca27 14211 devel optional 
mapnik-vector-tile_1.5.0+dfsg-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlpsQ3YACgkQZ1DxCuiN
SvFcghAAscmKPLah7yFZZzhrkkRCfHN8Zo5DiqCUbd8XZazytJnxCoIiHWngvAiF
7ViPLofBtlTC2f0D6Tjr7v6LpjAymcW05ALSutCOfpYCBp+nqgbRZIzcuKenkEO0
KFIhyADrhdql+1hmcsjTACfFhU30OA7T+ZeoNceYVkCRgW1UEAoV0t1n/akcEMTx
gp/2VBbMwXOWnXGS9Yppm5HKW3t4pzNbzQ89tCrapBmTqopAkboa+W94OFGkDCLU
GCKD2cvZtflpIS9ZJVrs1p2/Xa6iXmjuD5Y3tQbl2KXJ4gKNHYUA76frZ5uXUtFW
/jaPsc2sY+bpU/dBTyK3SdDcUaye/Fho51PgTqTCVDQwcZuw3xf3LzpeoUIyCpvC
7UqfIy5AVjvNPlqugp6yZOBOtvu8U+OQrmMhm3Z6ZmYUIf2Whl/Xf3qf9w1IFNDu
RiGmJcIHflaSYLMQCJsSgmHvBIQeJq/grpM3tkC7/XdMHvOGgYhmF/w8m4pni69H
46h/J0bP4q+2xbgwfD0nkwFsmy3VP0y39PUVtLHDZDwWT2+dIwPlblyr2kEJ9zSh
t7yCeZenGio5AL1TE9AfP5A5RMYJt8UiHT3G2kdWk5n38uiRk4lFr8U5ZWfYO6T4
ncrmYVicdqFIr30Lfv/3V4plxsA7eLPg5YQwrSPTGFEp9+csG0M=
=qqal
-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


mapnik_3.0.18+ds-1_amd64.changes ACCEPTED into unstable

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Jan 2018 09:24:25 +0100
Source: mapnik
Binary: libmapnik3.0 libmapnik-dev mapnik-utils mapnik-doc
Architecture: source amd64 all
Version: 3.0.18+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libmapnik-dev - C++ toolkit for developing GIS applications (devel)
 libmapnik3.0 - C++ toolkit for developing GIS applications (libraries)
 mapnik-doc - C++ toolkit for developing GIS applications (doc)
 mapnik-utils - C++ toolkit for developing GIS applications (utilities)
Changes:
 mapnik (3.0.18+ds-1) unstable; urgency=medium
 .
   * Move from experimental to unstable.
Checksums-Sha1:
 f4af0d2da2f0a17de4d478e9330f3f628e766500 3039 mapnik_3.0.18+ds-1.dsc
 422c29405d4010ccfc20595cf9d8b669d56dc7df 16944 mapnik_3.0.18+ds-1.debian.tar.xz
 2fe8acb1be7907a58765327f80b366538788c6db 668896 
libmapnik-dev_3.0.18+ds-1_amd64.deb
 144fd28f3a836803d7d78e498da89e171319c5a4 2176124 
libmapnik3.0_3.0.18+ds-1_amd64.deb
 76fc64a57e7b8983bfa113baa2e4bf2c1c180e07 2138620 mapnik-doc_3.0.18+ds-1_all.deb
 f442b7105f7a6d4a7673109d1d3c06231bf39cab 229496 
mapnik-utils_3.0.18+ds-1_amd64.deb
 72b5035397cc6d3473fe90afc4bbb8ae8713f2ff 14449 
mapnik_3.0.18+ds-1_amd64.buildinfo
Checksums-Sha256:
 956fa0612ed5aa4b3476ecc2fdea4750a2c7377d9cb1f21180e3363d4d940782 3039 
mapnik_3.0.18+ds-1.dsc
 db3f5992ec9b7f4c02bdc8ae0b4a21ade4827949b0708b871bffaedb5c5e3b4f 16944 
mapnik_3.0.18+ds-1.debian.tar.xz
 2738c01015aa56e21c43dd26d45223c917e04f5651b0162116a330fd4309fdbf 668896 
libmapnik-dev_3.0.18+ds-1_amd64.deb
 31055727e10a59767e85325ae17876af21b852732e68bbd7f7438fd2d2c2f02f 2176124 
libmapnik3.0_3.0.18+ds-1_amd64.deb
 757ad5dc705ae8191d28b2825af3afa149602cd2e2dc939bbea4c5ff032e84de 2138620 
mapnik-doc_3.0.18+ds-1_all.deb
 3d5929387e545bb651bc0134fdc1311a4c29bf10dd3f0e441f1668a8981532ec 229496 
mapnik-utils_3.0.18+ds-1_amd64.deb
 5a3ba52fe4c868ad19ff8d2ca394341393dc98ecc0e79c4cb3aeb2fa6db7b838 14449 
mapnik_3.0.18+ds-1_amd64.buildinfo
Files:
 2bb044b043798226a8199dc262083224 3039 libs optional mapnik_3.0.18+ds-1.dsc
 f711deeeb0590fbce360fb4cbec20aa2 16944 libs optional 
mapnik_3.0.18+ds-1.debian.tar.xz
 f484dfc448cf1ddc7daca14d0297344d 668896 libdevel optional 
libmapnik-dev_3.0.18+ds-1_amd64.deb
 51e9de77e4f858914a1041873a71d6ba 2176124 libs optional 
libmapnik3.0_3.0.18+ds-1_amd64.deb
 54bd28263d9d5ec64e0d24491978efc2 2138620 doc optional 
mapnik-doc_3.0.18+ds-1_all.deb
 3b7ce26b12b0dbe73432dcf1dbb3c50c 229496 utils optional 
mapnik-utils_3.0.18+ds-1_amd64.deb
 aea5d56566cdedc296030d471bde12c0 14449 libs optional 
mapnik_3.0.18+ds-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlpsQEYACgkQZ1DxCuiN
SvEUCA/+PlCB03M6B72T7yQtC8TgY449aRQXeoEEN8j55XA4d6cSD/z87FVKTsS5
NK8CwqETsUQhzCxelXQ/2rjGBHftsRH2PtgXsBjX6u5zBJL4DBwFzEGw6g8P/vZy
ITDXb6/nPHC9HWn8676hyrSZEJp/RZlqx6NhzbrYlWebYqY7ph5XsZh6m189MGKt
jqAMyH8j1FuDyeREi8B884GtbJQjI3y85Z5H6cdsXyYA6UwixuS6vyrMAyUPnFvc
yfd5/jzuuRYPfgYYwvJ8IwEqgtInL/S4ONG4oZ6GBt8b/N6OWa/cRH708LGuPDGi
/F5mENTvkB9jv9lgA41Ha4qYjbCBO6BJu8t9+8NRCJI2vu/0eIp8V6m1TNsePmE9
b6CBPrBYjtiBBv0I6JiYqlUrOY9DxUBE0grl0ctJtRqpAAUSp4cL6vGH5048IM+o
hOtshGZXuOee1elViRh5O7PwGRD6SYjk17tmGSEYfkIr8dCSvTUZIJyxVaXunD6m
1Uj32ZxusgQ2qlUJVBkEqcZSnv+PEdLsVkUtaQAIX9eaqpedwe/Wld+cTZsfas+z
7e/GnSrZnWCNlJk9pxCq3lNkZZN3bFXhou1v7MChW2e9XbT0Yr8DWNBzmjDjW6bC
vEuV/k25uxC8J8bX7bYmEb5dCH7kwRHcC/+bkRIZh7jbWXNXiDU=
=MkVo
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processing of mapnik-vector-tile_1.5.0+dfsg-3_amd64.changes

2018-01-27 Thread Debian FTP Masters
mapnik-vector-tile_1.5.0+dfsg-3_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik-vector-tile_1.5.0+dfsg-3.dsc
  mapnik-vector-tile_1.5.0+dfsg-3.debian.tar.xz
  mapnik-vector-tile_1.5.0+dfsg-3_all.deb
  mapnik-vector-tile_1.5.0+dfsg-3_amd64.buildinfo

Greetings,

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

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


[Git][debian-gis-team/mapnik-vector-tile] Pushed new tag debian/1.5.0+dfsg-3

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/1.5.0+dfsg-3 at Debian GIS Project 
/ mapnik-vector-tile

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik-vector-tile/tree/debian/1.5.0+dfsg-3
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/mapnik-vector-tile][master] 3 commits: Bump Standards-Version to 4.1.3, no changes.

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
mapnik-vector-tile


Commits:
7043a9b8 by Bas Couwenberg at 2018-01-26T18:15:10+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
402b101c by Bas Couwenberg at 2018-01-27T10:06:58+01:00
Rebuild with Mapnik 3.0.18.

- - - - -
5ca09f80 by Bas Couwenberg at 2018-01-27T10:07:10+01:00
Set distribution to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-mapnik-vector-tile (1.5.0+dfsg-3) UNRELEASED; urgency=medium
+mapnik-vector-tile (1.5.0+dfsg-3) unstable; urgency=medium
 
+  * Team upload.
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Rebuild with Mapnik 3.0.18.
 
- -- Bas Couwenberg   Sat, 20 Jan 2018 22:16:36 +0100
+ -- Bas Couwenberg   Sat, 27 Jan 2018 10:07:00 +0100
 
 mapnik-vector-tile (1.5.0+dfsg-2) unstable; urgency=medium
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,13 @@ Build-Depends: debhelper (>= 9),
gyp,
libmapbox-geometry-dev,
libmapbox-wagyu-dev,
-   libmapnik-dev (>= 3.0.17),
+   libmapnik-dev (>= 3.0.18),
libprotobuf-dev,
libprotozero-dev (>= 1.5.1),
protobuf-compiler,
python-all,
python-gdal
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapnik-vector-tile.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapnik-vector-tile.git
 Homepage: https://github.com/mapbox/mapnik-vector-tile



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik-vector-tile/compare/f59a6a2887617ecb4af669612afa5842b6bcbb6c...5ca09f8006d9e17c538cdaf95b6e35b69b00df0a

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik-vector-tile/compare/f59a6a2887617ecb4af669612afa5842b6bcbb6c...5ca09f8006d9e17c538cdaf95b6e35b69b00df0a
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[mapnik-vector-tile] tag debian/1.5.0+dfsg-3 created (now 5ca09f8)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.5.0+dfsg-3
in repository mapnik-vector-tile.

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

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

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


[mapnik-vector-tile] 02/03: Rebuild with Mapnik 3.0.18.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik-vector-tile.

commit 402b101c619203732666a04209b7fb0d2e6da8a0
Author: Bas Couwenberg 
Date:   Sat Jan 27 10:06:58 2018 +0100

Rebuild with Mapnik 3.0.18.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5e52bfd..7992983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ mapnik-vector-tile (1.5.0+dfsg-3) UNRELEASED; urgency=medium
   * Team upload.
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
+  * Rebuild with Mapnik 3.0.18.
 
  -- Bas Couwenberg   Sat, 20 Jan 2018 22:16:36 +0100
 
diff --git a/debian/control b/debian/control
index 895100b..d5d2349 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
gyp,
libmapbox-geometry-dev,
libmapbox-wagyu-dev,
-   libmapnik-dev (>= 3.0.17),
+   libmapnik-dev (>= 3.0.18),
libprotobuf-dev,
libprotozero-dev (>= 1.5.1),
protobuf-compiler,

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

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


[mapnik-vector-tile] 03/03: Set distribution to unstable.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik-vector-tile.

commit 5ca09f8006d9e17c538cdaf95b6e35b69b00df0a
Author: Bas Couwenberg 
Date:   Sat Jan 27 10:07:10 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 7992983..d0c7e93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-mapnik-vector-tile (1.5.0+dfsg-3) UNRELEASED; urgency=medium
+mapnik-vector-tile (1.5.0+dfsg-3) unstable; urgency=medium
 
   * Team upload.
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Rebuild with Mapnik 3.0.18.
 
- -- Bas Couwenberg   Sat, 20 Jan 2018 22:16:36 +0100
+ -- Bas Couwenberg   Sat, 27 Jan 2018 10:07:00 +0100
 
 mapnik-vector-tile (1.5.0+dfsg-2) unstable; urgency=medium
 

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

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


[mapnik-vector-tile] branch master updated (f59a6a2 -> 5ca09f8)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik-vector-tile.

  from  f59a6a2   Update copyright-format URL to use HTTPS.
   new  7043a9b   Bump Standards-Version to 4.1.3, no changes.
   new  402b101   Rebuild with Mapnik 3.0.18.
   new  5ca09f8   Set distribution to unstable.

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


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

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

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


[mapnik-vector-tile] 01/03: Bump Standards-Version to 4.1.3, no changes.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik-vector-tile.

commit 7043a9b8a767dab8b1d7b3ba6dfcec79038f7b99
Author: Bas Couwenberg 
Date:   Fri Jan 26 17:55:58 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 07c2145..5e52bfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mapnik-vector-tile (1.5.0+dfsg-3) UNRELEASED; urgency=medium
 
+  * Team upload.
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg   Sat, 20 Jan 2018 22:16:36 +0100
 
diff --git a/debian/control b/debian/control
index 107c4d5..895100b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
protobuf-compiler,
python-all,
python-gdal
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapnik-vector-tile.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapnik-vector-tile.git
 Homepage: https://github.com/mapbox/mapnik-vector-tile

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

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


Processing of mapnik_3.0.18+ds-1_amd64.changes

2018-01-27 Thread Debian FTP Masters
mapnik_3.0.18+ds-1_amd64.changes uploaded successfully to localhost
along with the files:
  mapnik_3.0.18+ds-1.dsc
  mapnik_3.0.18+ds-1.debian.tar.xz
  libmapnik-dev_3.0.18+ds-1_amd64.deb
  libmapnik3.0_3.0.18+ds-1_amd64.deb
  mapnik-doc_3.0.18+ds-1_all.deb
  mapnik-utils_3.0.18+ds-1_amd64.deb
  mapnik_3.0.18+ds-1_amd64.buildinfo

Greetings,

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

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


pprepair is marked for autoremoval from testing

2018-01-27 Thread Debian testing autoremoval watch
pprepair 0.0~20170614-dd91a21-1 is marked for autoremoval from testing on 
2018-03-04

It (build-)depends on packages with these RC bugs:
887693: ipe: ipe FTBFS with glibc 2.26


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


gmt-dcw 1.1.3-1 MIGRATED to testing

2018-01-27 Thread Debian testing watch
FYI: The status of the gmt-dcw source package
in Debian's testing distribution has changed.

  Previous version: 1.1.2-3
  Current version:  1.1.3-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


prepair is marked for autoremoval from testing

2018-01-27 Thread Debian testing autoremoval watch
prepair 0.7.1-1 is marked for autoremoval from testing on 2018-03-04

It (build-)depends on packages with these RC bugs:
887693: ipe: ipe FTBFS with glibc 2.26


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


[Git][debian-gis-team/qgis] Pushed new tag debian/2.14.22+dfsg-2

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/2.14.22+dfsg-2 at Debian GIS 
Project / qgis

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qgis/tree/debian/2.14.22+dfsg-2
You're receiving this email because of your account on salsa.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

gmt-dcw_1.1.3-1~bpo9+1_amd64.changes is NEW

2018-01-27 Thread Debian FTP Masters
binary:gmt-dcw is NEW.
binary:gmt-dcw is NEW.
source:gmt-dcw is NEW.

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

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

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

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

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

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


[Git][debian-gis-team/mapnik] Pushed new tag debian/3.0.18+ds-1

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/3.0.18+ds-1 at Debian GIS Project / 
mapnik

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik/tree/debian/3.0.18+ds-1
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/mapnik][master] Move from experimental to unstable.

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / mapnik


Commits:
c7b55e38 by Bas Couwenberg at 2018-01-27T09:25:21+01:00
Move from experimental to unstable.

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.18+ds-1) unstable; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg   Sat, 27 Jan 2018 09:24:25 +0100
+
 mapnik (3.0.18+ds-1~exp1) experimental; urgency=medium
 
   * New upstream release.



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik/commit/c7b55e38981151d5ef977a85bfc8726300640501

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik/commit/c7b55e38981151d5ef977a85bfc8726300640501
You're receiving this email because of your account on salsa.debian.org.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[mapnik] tag debian/3.0.18+ds-1 created (now c7b55e3)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

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

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

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


[mapnik] 01/01: Move from experimental to unstable.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapnik.

commit c7b55e38981151d5ef977a85bfc8726300640501
Author: Bas Couwenberg 
Date:   Sat Jan 27 09:25:21 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 44b9097..141ba65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapnik (3.0.18+ds-1) unstable; urgency=medium
+
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg   Sat, 27 Jan 2018 09:24:25 +0100
+
 mapnik (3.0.18+ds-1~exp1) experimental; urgency=medium
 
   * New upstream release.

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

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


[mapnik] branch master updated (3f5b955 -> c7b55e3)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapnik.

  from  3f5b955   Set distribution to experimental.
   new  c7b55e3   Move from experimental to unstable.

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


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

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

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


[Git][debian-gis-team/qgis][master] 9 commits: Update branch in gbp.conf & Vcs-Git URL.

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / qgis


Commits:
1e5ca34a by Bas Couwenberg at 2017-12-10T16:28:25+01:00
Update branch in gbp.conf  Vcs-Git URL.

- - - - -
0a6d591b by Bas Couwenberg at 2017-12-10T16:30:36+01:00
Update packaging for GRASS 7.4.

- - - - -
edbb1bce by Bas Couwenberg at 2018-01-03T08:10:48+01:00
Update build dependency for libqscintilla2-dev. (closes: #886194)

- - - - -
b2e3577d by Bas Couwenberg at 2018-01-03T11:03:02+01:00
Merge branch master into experimental

- - - - -
ac7474ec by Bas Couwenberg at 2018-01-09T09:42:31+01:00
Merge tag debian/2.14.21+dfsg-3 into experimental

- - - - -
3e6f596b by Bas Couwenberg at 2018-01-26T11:42:50+01:00
Merge tag debian/2.14.22+dfsg-1 into experimental

- - - - -
8b2ba5de by Bas Couwenberg at 2018-01-26T11:43:54+01:00
Update packaging for GRASS 7.4.0.

- - - - -
34b5d28d by Bas Couwenberg at 2018-01-26T11:44:15+01:00
Revert Update branch in gbp.conf  Vcs-Git URL.

This reverts commit 1e5ca34a52a6bbb3e8dccba3f74b6891208e789e.

- - - - -
2190334a by Bas Couwenberg at 2018-01-26T11:45:04+01:00
Set distribution to unstable.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/qgis.sh


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qgis (2.14.22+dfsg-2) unstable; urgency=medium
+
+  * Update packaging for GRASS 7.4.0.
+
+ -- Bas Couwenberg   Fri, 26 Jan 2018 11:44:46 +0100
+
 qgis (2.14.22+dfsg-1) unstable; urgency=medium
 
   * Update copyright-format URL to use HTTPS.


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: bison,
dh-python,
flex,
gdal-bin,
-   grass-dev (>= 7.2.0),
+   grass-dev (>= 7.4.0),
libexpat1-dev,
libfcgi-dev,
libgdal-dev (>= 1.10.1-0~),
@@ -218,7 +218,7 @@ Description: QGIS - shared server library
 Package: libqgis-dev
 Architecture: any
 Section: libdevel
-Depends: grass-dev (>= 7.2.0),
+Depends: grass-dev (>= 7.4.0),
  libexpat1-dev,
  libgdal-dev (>= 1.10.1-0~),
  libgeos-dev (>= 3.0.0),
@@ -268,7 +268,7 @@ Architecture: any
 Depends: qgis (= ${binary:Version}),
  qgis-plugin-grass-common (= ${source:Version}),
  qgis-provider-grass (= ${binary:Version}),
- grass-core (>= 7.2.0),
+ grass-core (>= 7.4.0),
  ${grass:Depends},
  ${shlibs:Depends},
  ${misc:Depends}


=
debian/qgis.sh
=
--- a/debian/qgis.sh
+++ b/debian/qgis.sh
@@ -2,9 +2,9 @@
 
 if dpkg -s qgis-plugin-grass >/dev/null 2>&1; then
if [ "$LD_LIBRARY_PATH" = "" ]; then
-   LD_LIBRARY_PATH=/usr/lib/grass72/lib
+   LD_LIBRARY_PATH=/usr/lib/grass74/lib
else
-   LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass72/lib
+   LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass74/lib
fi
 fi
 



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qgis/compare/df8cd17bbaf5f243ea3e0ed50cb3c5481203a545...2190334a23da95e43643fa22af8b381dd8ee13fb

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qgis/compare/df8cd17bbaf5f243ea3e0ed50cb3c5481203a545...2190334a23da95e43643fa22af8b381dd8ee13fb
You're receiving this email because of your account on salsa.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

otb_6.4.0~rc1+dfsg-1~exp1_amd64.changes ACCEPTED into experimental, experimental

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 25 Jan 2018 11:02:16 +0100
Source: otb
Binary: libotb-dev otb-testdriver libotbice-6.4-1 libotbiolum-6.4-1 
libotbiomstar-6.4-1 libotbioonera-6.4-1 libotbiorad-6.4-1 libotbiotilemap-6.4-1 
libotbiogdal-6.4-1 libotbiobsq-6.4-1 libotbiokml-6.4-1 libotbcurladapters-6.4-1 
libotbopenthreadsadapters-6.4-1 libotbossimadapters-6.4-1 libotbsampling-6.4-1 
libotbsiftfast-6.4-1 libotbstatistics-6.4-1 libotbossimplugins-6.4-1 
libotbimagemanipulation-6.4-1 libotbimageio-6.4-1 libotbimagebase-6.4-1 
libotbgdaladapters-6.4-1 libotbedge-6.4-1 libotbcommandline-6.4-1 
libotbcommandlineparser-6.4-1 libotbcommon-6.4-1 libotbcarto-6.4-1 
libotbpolarimetry-6.4-1 libotbstreaming-6.4-1 libotbextendedfilename-6.4-1 
libotbfuzzy-6.4-1 libotbmapla-6.4-1 libotbmathparser-6.4-1 libotbmetadata-6.4-1 
libotbmonteverdi-6.4-1 libotbmonteverdicore-6.4-1 libotbmonteverdigui-6.4-1 
libotbprojection-6.4-1 libotbrcc8-6.4-1 libotbtestkernel-6.4-1 
libotbtransform-6.4-1 libotbvectordatabase-6.4-1 libotbvectordataio-6.4-1 
libotbwavelet-6.4-1
 libotbsupervised-6.4-1 libotbqtadapters-6.4-1 libotbqtwidget-6.4-1 
libotbapplicationengine-6.4-1 libotb-apps monteverdi otb-bin otb-bin-qt 
otb-i18n python-otb python3-otb
 libotb
Architecture: source amd64 all
Version: 6.4.0~rc1+dfsg-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libotb - ORFEO Toolbox library metapackage
 libotb-apps - Plugins for ORFEO Toolbox applications
 libotb-dev - Free library of image processing algorithms - development
 libotbapplicationengine-6.4-1 - ORFEO Toolbox library - OTBApplicationEngine
 libotbcarto-6.4-1 - ORFEO Toolbox library - OTBCarto
 libotbcommandline-6.4-1 - ORFEO Toolbox library - OTBCommandLine
 libotbcommandlineparser-6.4-1 - ORFEO Toolbox library - OTBCommandLinePaser
 libotbcommon-6.4-1 - ORFEO Toolbox library - OTBCommon
 libotbcurladapters-6.4-1 - ORFEO Toolbox library - OTBCurlAdapters
 libotbedge-6.4-1 - ORFEO Toolbox library - OTBEdge
 libotbextendedfilename-6.4-1 - ORFEO Toolbox library - OTBExtendedFileName
 libotbfuzzy-6.4-1 - ORFEO Toolbox library - OTBFuzzy
 libotbgdaladapters-6.4-1 - ORFEO Toolbox library - OTBGdalAdapters
 libotbice-6.4-1 - ORFEO Toolbox library - OTBIce
 libotbimagebase-6.4-1 - ORFEO Toolbox library - OTBImageBase
 libotbimageio-6.4-1 - ORFEO Toolbox library - OTBImageIO
 libotbimagemanipulation-6.4-1 - ORFEO Toolbox library - OTBImageManipulation
 libotbiobsq-6.4-1 - ORFEO Toolbox library - OTBIOBSQ
 libotbiogdal-6.4-1 - ORFEO Toolbox library - OTBIOGDAL
 libotbiokml-6.4-1 - ORFEO Toolbox library - OTBIOKML
 libotbiolum-6.4-1 - ORFEO Toolbox library - OTBIOLUM
 libotbiomstar-6.4-1 - ORFEO Toolbox library - OTBIOMSTAR
 libotbioonera-6.4-1 - ORFEO Toolbox library - OTBIOONERA
 libotbiorad-6.4-1 - ORFEO Toolbox library - OTBIORAD
 libotbiotilemap-6.4-1 - ORFEO Toolbox library - OTBIOTileMap
 libotbmapla-6.4-1 - ORFEO Toolbox library - OTBMapla
 libotbmathparser-6.4-1 - ORFEO Toolbox library - OTBMathParser
 libotbmetadata-6.4-1 - ORFEO Toolbox library - OTBMetadata
 libotbmonteverdi-6.4-1 - ORFEO Toolbox library - OTBMonteverdi
 libotbmonteverdicore-6.4-1 - ORFEO Toolbox library - OTBMonteverdiCore
 libotbmonteverdigui-6.4-1 - ORFEO Toolbox library - OTBMonteverdiGUI
 libotbopenthreadsadapters-6.4-1 - ORFEO Toolbox library - 
OTBOpenThreadsAdapters
 libotbossimadapters-6.4-1 - ORFEO Toolbox library - OTBOssimAdapters
 libotbossimplugins-6.4-1 - ORFEO Toolbox library - OTBOssimPlugins
 libotbpolarimetry-6.4-1 - ORFEO Toolbox library - OTBPolarimetry
 libotbprojection-6.4-1 - ORFEO Toolbox library - OTBProjection
 libotbqtadapters-6.4-1 - ORFEO Toolbox library - OTBQtAdapters
 libotbqtwidget-6.4-1 - ORFEO Toolbox library - OTBQtWidget
 libotbrcc8-6.4-1 - ORFEO Toolbox library - OTBRCC8
 libotbsampling-6.4-1 - ORFEO Toolbox library - OTBSampling
 libotbsiftfast-6.4-1 - ORFEO Toolbox library - OTBSiftFast
 libotbstatistics-6.4-1 - ORFEO Toolbox library - OTBStatistics
 libotbstreaming-6.4-1 - ORFEO Toolbox library - OTBStreaming
 libotbsupervised-6.4-1 - ORFEO Toolbox library - OTBSupervised
 libotbtestkernel-6.4-1 - ORFEO Toolbox library - OTBTestKernel
 libotbtransform-6.4-1 - ORFEO Toolbox library - OTBTransform
 libotbvectordatabase-6.4-1 - ORFEO Toolbox library - OTBVectorDataBase
 libotbvectordataio-6.4-1 - ORFEO Toolbox library - OTBVectorDataIO
 libotbwavelet-6.4-1 - ORFEO Toolbox library - OTBWavelet
 monteverdi - ORFEO Toolbox image processing GUI
 otb-bin- ORFEO Toolbox command line applications
 otb-bin-qt - ORFEO Toolbox graphical user interface applications
 otb-i18n   - ORFEO Toolbox translations
 otb-testdriver - ORFEO Toolbox library - OTBTestDriver
 python-otb - ORFEO Toolbox Python API for applications (Python 2)
 python3-otb - ORFEO Toolbox Python API for applications (Python 3)

Processing of gmt-dcw_1.1.3-1~bpo9+1_amd64.changes

2018-01-27 Thread Debian FTP Masters
gmt-dcw_1.1.3-1~bpo9+1_amd64.changes uploaded successfully to localhost
along with the files:
  gmt-dcw_1.1.3-1~bpo9+1.dsc
  gmt-dcw_1.1.3-1~bpo9+1.debian.tar.xz
  gmt-dcw_1.1.3-1~bpo9+1_all.deb
  gmt-dcw_1.1.3-1~bpo9+1_amd64.buildinfo

Greetings,

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

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


jmapviewer_2.5+dfsg-1_amd64.changes ACCEPTED into unstable

2018-01-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Jan 2018 08:44:29 +0100
Source: jmapviewer
Binary: jmapviewer
Architecture: source all
Version: 2.5+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 jmapviewer - Java OpenStreetMap Tile Viewer
Changes:
 jmapviewer (2.5+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update copyright years for Dirk Stöcker & Vincent Privat.
   * Bump Standards-Version to 4.1.3, no changes.
Checksums-Sha1:
 b1979c594d536d6450096a56d08562507e1f37e6 2166 jmapviewer_2.5+dfsg-1.dsc
 2dbb90da6d9de3dba338712df9303abeb4005ee3 68334 jmapviewer_2.5+dfsg.orig.tar.gz
 95abd0b527101557c1b566b5d06d457e7686c9c4 7660 
jmapviewer_2.5+dfsg-1.debian.tar.xz
 4d2f53bc951c839aec9055263d63180bedf9b543 135492 jmapviewer_2.5+dfsg-1_all.deb
 e77e8faf750957137a59bb77219235f615cf05c3 11735 
jmapviewer_2.5+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 b3a476d4c9aa86ead5025b4aea745b451f6099d0090e5bcf7fd934728c822f04 2166 
jmapviewer_2.5+dfsg-1.dsc
 f7504317d3c62787825fa05a9209e5e718dd1bf36ad95ba078ebfb305c698406 68334 
jmapviewer_2.5+dfsg.orig.tar.gz
 df35cbdb655912b161358801d9a12ea15d04582264f4f6c4a31a7acfe49920cb 7660 
jmapviewer_2.5+dfsg-1.debian.tar.xz
 17ea50c7c45edefe0ac289f4e3a9f801c1bc60ab5b30d02126e715facac3b984 135492 
jmapviewer_2.5+dfsg-1_all.deb
 d3630875d86332631ad7ede734fc6b46b6e1f33306d925852231297694e79a4b 11735 
jmapviewer_2.5+dfsg-1_amd64.buildinfo
Files:
 d478300724fd85212f54c77f697befb0 2166 utils optional jmapviewer_2.5+dfsg-1.dsc
 5795692c7061980f99272344cb207e83 68334 utils optional 
jmapviewer_2.5+dfsg.orig.tar.gz
 9f76d28bbc4575ad42cea580c8842997 7660 utils optional 
jmapviewer_2.5+dfsg-1.debian.tar.xz
 6755733320a17766c9e3c59eba3776f3 135492 utils optional 
jmapviewer_2.5+dfsg-1_all.deb
 cea10b1e7990d5718fe54b0815ef5094 11735 utils optional 
jmapviewer_2.5+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlpsM/EACgkQZ1DxCuiN
SvH0vw/+Llgdeyh7R0Yalf8l+x2qZ77LhsA8+NaVFoFdTR/xvxCEjodllDgvHaYq
pQLx/h3nzqfomlq19gwzZIKHpVAoQq6p0gPLfiCKyj+1YpOoE08GH9ZX21ynTQP6
0b7pB+q2wId+RUWpB+AcRDmWtgtjBszOSjZUpcplEztro3lp9QlJreNIbmaxAkSM
4FN0AvgHTx1zEGy+gPII0hyozQOanskmzgsboqRvjPKttcrW3ACOlLUNI9baoTrl
JwR9oPnjwxH/ZCNOsVjIkeTIhXmIoxQiGyWQ4aMABPdi0rj2JZIwsQEaDzQeQ9g0
j89mOOTF8jK9EU7pyHZC8dkSlUN13M4D8Nu+BKuJfQZNvBso11xlc2Wrmi/vLg9g
IsyGqvD9FNP2eqKsYJ4qgnSlvR85Ix1914ZSDSQp/sUhuZvtZ7CjG6IpLHzgd+hF
HPz69f9GvzJ48on6IjBRvnJZSidjA366BiuM/FiGEKwQJ+2zx9k8yTcjYvbvObHe
HmFjBAScKoIjhiPj8SKw7sOYVyEbe1ZmcETkxd6C7aXWODkM1uxRGQjwwNwE7qCN
WR413DeEAztAlnlnyMv0c2PjBBpHXQ+2SZdKukQBksEKnXaEFmnXRV6bKVyXR8a7
qMY4eckgD5UvvLW+FGcVOWLPIJa+8g1F1oI+fjw5N+pq1oRbqTU=
=xy6x
-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

[Git][debian-gis-team/gmt-dcw] Pushed new branch stretch-backports

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new branch stretch-backports at Debian GIS Project 
/ gmt-dcw

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmt-dcw/tree/stretch-backports
You're receiving this email because of your account on salsa.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

[Git][debian-gis-team/gmt-dcw] Pushed new tag debian/1.1.3-1_bpo9+1

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/1.1.3-1_bpo9+1 at Debian GIS 
Project / gmt-dcw

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmt-dcw/tree/debian/1.1.3-1_bpo9+1
You're receiving this email because of your account on salsa.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

[gmt-dcw] branch stretch-backports created (now 6b2fad2)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch stretch-backports
in repository gmt-dcw.

at  6b2fad2   Rebuild for stretch-backports.

This branch includes the following new commits:

   new  6b2fad2   Rebuild for stretch-backports.

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


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

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


[gmt-dcw] tag debian/1.1.3-1_bpo9+1 created (now 6b2fad2)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.1.3-1_bpo9+1
in repository gmt-dcw.

at  6b2fad2   (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/gmt-dcw.git

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


[gmt-dcw] 01/01: Rebuild for stretch-backports.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch stretch-backports
in repository gmt-dcw.

commit 6b2fad299e5ffa79e70f1698b810b4873ec35db5
Author: Bas Couwenberg 
Date:   Sat Jan 27 09:44:29 2018 +0100

Rebuild for stretch-backports.

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

diff --git a/debian/changelog b/debian/changelog
index 2bfdc80..c5287da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gmt-dcw (1.1.3-1~bpo9+1) stretch-backports; urgency=medium
+
+  * Rebuild for stretch-backports.
+  * Update branch in gbp.conf & Vcs-Git URL.
+
+ -- Bas Couwenberg   Sat, 27 Jan 2018 09:44:11 +0100
+
 gmt-dcw (1.1.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index edcd9c9..05ad5c1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gmt-dcw.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gmt-dcw.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gmt-dcw.git -b 
stretch-backports
 Homepage: http://www.soest.hawaii.edu/pwessel/dcw/index.html
 
 Package: gmt-dcw
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 21d0417..2faff05 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -6,7 +6,7 @@ upstream-branch = upstream
 
 # The default name for the Debian branch is "master".
 # Change it if the name is different (for instance, "debian/unstable").
-debian-branch = master
+debian-branch = stretch-backports
 
 # git-import-orig uses the following names for the upstream tags.
 # Change the value if you are not using git-import-orig

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

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


pgrouting is marked for autoremoval from testing

2018-01-27 Thread Debian testing autoremoval watch
pgrouting 2.5.2-1 is marked for autoremoval from testing on 2018-03-04

It (build-)depends on packages with these RC bugs:
887693: ipe: ipe FTBFS with glibc 2.26


___
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 jmapviewer_2.5+dfsg-1_amd64.changes

2018-01-27 Thread Debian FTP Masters
jmapviewer_2.5+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  jmapviewer_2.5+dfsg-1.dsc
  jmapviewer_2.5+dfsg.orig.tar.gz
  jmapviewer_2.5+dfsg-1.debian.tar.xz
  jmapviewer_2.5+dfsg-1_all.deb
  jmapviewer_2.5+dfsg-1_amd64.buildinfo

Greetings,

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

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


[Git][debian-gis-team/jmapviewer][upstream] New upstream version 2.5+dfsg

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch upstream at Debian GIS Project / 
jmapviewer


Commits:
acbf7561 by Bas Couwenberg at 2018-01-27T08:28:49+01:00
New upstream version 2.5+dfsg
- - - - -


5 changed files:

- Readme.txt
- src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java
- src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java
- src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java
- src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java


Changes:

=
Readme.txt
=
--- a/Readme.txt
+++ b/Readme.txt
@@ -2,7 +2,7 @@ JMapViewer
 
 (c) 2007, Tim Haussmann
 (c) 2008-2012, Jan Peter Stotz
-(c) 2009-2016, Dirk Stöcker
+(c) 2009-2018, Dirk Stöcker
 (c) 2009, Stefan Zeller
 (c) 2009, Karl Guggisberg
 (c) 2009, Dave Hansen
@@ -10,7 +10,7 @@ JMapViewer
 (c) 2010-2011, Michael Vigovsky
 (c) 2011-2017, Paul Hartmann
 (c) 2011-2016, Gleb Smirnoff
-(c) 2011-2017, Vincent Privat
+(c) 2011-2018, Vincent Privat
 (c) 2011, Jason Huntley
 (c) 2012-2016, Simon Legner
 (c) 2012, Teemu Koskinen


=
src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java
=
--- a/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java
+++ b/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java
@@ -269,4 +269,11 @@ public interface TileSource extends Attributed {
  */
 String getServerCRS();
 
+/**
+ * Determines if this imagery supports "/dirty" mode (tile re-rendering).
+ * @return true if it supports "/dirty" mode (tile 
re-rendering)
+ */
+default boolean isModTileFeatures() {
+return false;
+}
 }


=
src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java
=
--- 
a/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java
+++ 
b/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java
@@ -30,6 +30,7 @@ public abstract class AbstractTMSTileSource extends 
AbstractTileSource {
 private final Map noTileHeaders;
 private final Map noTileChecksums;
 private final Map metadataHeaders;
+protected boolean modTileFeatures;
 protected int tileSize;
 
 /**
@@ -47,6 +48,7 @@ public abstract class AbstractTMSTileSource extends 
AbstractTileSource {
 this.noTileHeaders = info.getNoTileHeaders();
 this.noTileChecksums = info.getNoTileChecksums();
 this.metadataHeaders = info.getMetadataHeaders();
+this.modTileFeatures = info.isModTileFeatures();
 this.tileSize = info.getTileSize();
 }
 
@@ -235,6 +237,11 @@ public abstract class AbstractTMSTileSource extends 
AbstractTileSource {
 return this.baseUrl + "/" + zoom + "/" + tilex + "/" + tiley;
 }
 
+@Override
+public boolean isModTileFeatures() {
+return modTileFeatures;
+}
+
 private static int getTileMax(int zoom) {
 return (int) Math.pow(2.0, zoom) - 1;
 }


=
src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java
=
--- a/src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java
+++ b/src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java
@@ -26,6 +26,7 @@ public class OsmTileSource {
  */
 public Mapnik() {
 super("Mapnik", PATTERN, "MAPNIK");
+modTileFeatures = true;
 }
 
 @Override


=
src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java
=
--- a/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java
+++ b/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java
@@ -40,6 +40,9 @@ public class TileSourceInfo {
 /** mapping header key, metadata key */
 protected Map metadataHeaders;
 
+/** supports "/status" and "/dirty" mode (tile re-rendering) */
+protected boolean modTileFeatures;
+
 /**
  * Create a TileSourceInfo class
  *
@@ -187,4 +190,20 @@ public class TileSourceInfo {
 public final void setId(String id) {
 this.id = id;
 }
+
+/**
+ * Determines if this imagery supports "/status" and "/dirty" mode (tile 
re-rendering).
+ * @return true if it supports "/status" and "/dirty" mode 
(tile re-rendering)
+ */
+public final boolean isModTileFeatures() {
+return modTileFeatures;
+}
+
+/**
+ * Sets whether this imagery supports "/status" and "/dirty" mode (tile 
re-rendering).
+ * @param modTileFeatures true if it supports "/status" and 
"/dirty" mode (tile re-rendering)
+ */
+public final void setModTileFeatures(boolean modTileFeatures) {
+this.modTileFeatures = 

[Git][debian-gis-team/jmapviewer][master] 6 commits: New upstream version 2.5+dfsg

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / jmapviewer


Commits:
acbf7561 by Bas Couwenberg at 2018-01-27T08:28:49+01:00
New upstream version 2.5+dfsg
- - - - -
f2a5652b by Bas Couwenberg at 2018-01-27T08:28:55+01:00
Merge tag upstream/2.5+dfsg

Upstream version 2.5+dfsg

- - - - -
03c765b5 by Bas Couwenberg at 2018-01-27T08:31:45+01:00
New upstream release.

- - - - -
29858462 by Bas Couwenberg at 2018-01-27T08:42:46+01:00
Update copyright years for Dirk Stöcker  Vincent Privat.

- - - - -
629fc255 by Bas Couwenberg at 2018-01-27T08:43:18+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
6697e753 by Bas Couwenberg at 2018-01-27T08:44:46+01:00
Set distribution to unstable.

- - - - -


8 changed files:

- Readme.txt
- debian/changelog
- debian/control
- debian/copyright
- src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java
- src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java
- src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java
- src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java


Changes:

=
Readme.txt
=
--- a/Readme.txt
+++ b/Readme.txt
@@ -2,7 +2,7 @@ JMapViewer
 
 (c) 2007, Tim Haussmann
 (c) 2008-2012, Jan Peter Stotz
-(c) 2009-2016, Dirk Stöcker
+(c) 2009-2018, Dirk Stöcker
 (c) 2009, Stefan Zeller
 (c) 2009, Karl Guggisberg
 (c) 2009, Dave Hansen
@@ -10,7 +10,7 @@ JMapViewer
 (c) 2010-2011, Michael Vigovsky
 (c) 2011-2017, Paul Hartmann
 (c) 2011-2016, Gleb Smirnoff
-(c) 2011-2017, Vincent Privat
+(c) 2011-2018, Vincent Privat
 (c) 2011, Jason Huntley
 (c) 2012-2016, Simon Legner
 (c) 2012, Teemu Koskinen


=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+jmapviewer (2.5+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Update copyright years for Dirk Stöcker & Vincent Privat.
+  * Bump Standards-Version to 4.1.3, no changes.
+
+ -- Bas Couwenberg   Sat, 27 Jan 2018 08:44:29 +0100
+
 jmapviewer (2.4+dfsg-1) unstable; urgency=medium
 
   * New upstream release.


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9~),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/jmapviewer.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/jmapviewer.git
 Homepage: https://wiki.openstreetmap.org/wiki/JMapViewer


=
debian/copyright
=
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,12 +17,12 @@ Copyright: 2007, Tim Haussmann
2013, Matt Hoover
2013, Alexei Kasatkin
2013, Galo Higueras
-  2009-2016, Dirk Stöcker
   2011-2016, Gleb Smirnoff
   2012-2016, Simon Legner
   2015-2016, Wiktor Niesiobędzki
   2011-2017, Paul Hartmann
-  2011-2017, Vincent Privat
+  2009-2018, Dirk Stöcker
+  2011-2018, Vincent Privat
 License: GPL-2+
 
 Files: debian/*


=
src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java
=
--- a/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java
+++ b/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java
@@ -269,4 +269,11 @@ public interface TileSource extends Attributed {
  */
 String getServerCRS();
 
+/**
+ * Determines if this imagery supports "/dirty" mode (tile re-rendering).
+ * @return true if it supports "/dirty" mode (tile 
re-rendering)
+ */
+default boolean isModTileFeatures() {
+return false;
+}
 }


=
src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java
=
--- 
a/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java
+++ 
b/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java
@@ -30,6 +30,7 @@ public abstract class AbstractTMSTileSource extends 
AbstractTileSource {
 private final Map noTileHeaders;
 private final Map noTileChecksums;
 private final Map metadataHeaders;
+protected boolean modTileFeatures;
 protected int tileSize;
 
 /**
@@ -47,6 +48,7 @@ public abstract class AbstractTMSTileSource extends 
AbstractTileSource {
 this.noTileHeaders = info.getNoTileHeaders();
 this.noTileChecksums = info.getNoTileChecksums();
 this.metadataHeaders = info.getMetadataHeaders();
+this.modTileFeatures = info.isModTileFeatures();
 this.tileSize = info.getTileSize();
 }
 
@@ 

[Git][debian-gis-team/jmapviewer][pristine-tar] pristine-tar data for jmapviewer_2.5+dfsg.orig.tar.gz

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / 
jmapviewer


Commits:
c7105515 by Bas Couwenberg at 2018-01-27T08:28:52+01:00
pristine-tar data for jmapviewer_2.5+dfsg.orig.tar.gz

- - - - -


2 changed files:

- + jmapviewer_2.5+dfsg.orig.tar.gz.delta
- + jmapviewer_2.5+dfsg.orig.tar.gz.id


Changes:

=
jmapviewer_2.5+dfsg.orig.tar.gz.delta
=
Binary files /dev/null and b/jmapviewer_2.5+dfsg.orig.tar.gz.delta differ


=
jmapviewer_2.5+dfsg.orig.tar.gz.id
=
--- /dev/null
+++ b/jmapviewer_2.5+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+182c486bf64773a96dc6715f0f481b4d06ddc329



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/jmapviewer/commit/c7105515f2702d46216d9b92a0c182eceee1c33e

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/jmapviewer/commit/c7105515f2702d46216d9b92a0c182eceee1c33e
You're receiving this email because of your account on salsa.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

[jmapviewer] 05/06: Bump Standards-Version to 4.1.3, no changes.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository jmapviewer.

commit 629fc255aca6ad1fa5575326866d3f3b96d1385a
Author: Bas Couwenberg 
Date:   Sat Jan 27 08:43:18 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 6fdd9b5..0817c28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jmapviewer (2.5+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update copyright years for Dirk Stöcker & Vincent Privat.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg   Sat, 27 Jan 2018 08:31:37 +0100
 
diff --git a/debian/control b/debian/control
index 7c6b7cd..b015936 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9~),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/jmapviewer.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/jmapviewer.git
 Homepage: https://wiki.openstreetmap.org/wiki/JMapViewer

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

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

[Git][debian-gis-team/jmapviewer] Pushed new tag debian/2.5+dfsg-1

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/2.5+dfsg-1 at Debian GIS Project / 
jmapviewer

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/jmapviewer/tree/debian/2.5+dfsg-1
You're receiving this email because of your account on salsa.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

[jmapviewer] annotated tag upstream/2.5+dfsg created (now 917adb5)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/2.5+dfsg
in repository jmapviewer.

at  917adb5   (tag)
   tagging  acbf75613a07502bed781a30b035e3da1f7fdd4b (commit)
  replaces  upstream/2.4+dfsg
 tagged by  Bas Couwenberg
on  Sat Jan 27 08:28:52 2018 +0100

- Log -
Upstream version 2.5+dfsg

Bas Couwenberg (1):
  New upstream version 2.5+dfsg

---

No new revisions were added by this update.

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

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


[jmapviewer] branch upstream updated (3d94fb4 -> acbf756)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository jmapviewer.

  from  3d94fb4   New upstream version 2.4+dfsg
   new  acbf756   New upstream version 2.5+dfsg

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


Summary of changes:
 Readme.txt|  4 ++--
 .../gui/jmapviewer/interfaces/TileSource.java |  7 +++
 .../jmapviewer/tilesources/AbstractTMSTileSource.java |  7 +++
 .../gui/jmapviewer/tilesources/OsmTileSource.java |  1 +
 .../gui/jmapviewer/tilesources/TileSourceInfo.java| 19 +++
 5 files changed, 36 insertions(+), 2 deletions(-)

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

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


[Git][debian-gis-team/jmapviewer] Pushed new tag upstream/2.5+dfsg

2018-01-27 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/2.5+dfsg at Debian GIS Project / 
jmapviewer

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/jmapviewer/tree/upstream/2.5+dfsg
You're receiving this email because of your account on salsa.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

[jmapviewer] 03/06: New upstream release.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository jmapviewer.

commit 03c765b5dbd9d9f68a28871d2aa11976000216ff
Author: Bas Couwenberg 
Date:   Sat Jan 27 08:31:45 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 6f5a17d..44de061 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jmapviewer (2.5+dfsg-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg   Sat, 27 Jan 2018 08:31:37 +0100
+
 jmapviewer (2.4+dfsg-1) unstable; urgency=medium
 
   * New upstream release.

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

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


[jmapviewer] 06/06: Set distribution to unstable.

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository jmapviewer.

commit 6697e75351bb39187f55ed3eeb53ee68eda3b599
Author: Bas Couwenberg 
Date:   Sat Jan 27 08:44:46 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 0817c28..1d29cdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-jmapviewer (2.5+dfsg-1) UNRELEASED; urgency=medium
+jmapviewer (2.5+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
   * Update copyright years for Dirk Stöcker & Vincent Privat.
   * Bump Standards-Version to 4.1.3, no changes.
 
- -- Bas Couwenberg   Sat, 27 Jan 2018 08:31:37 +0100
+ -- Bas Couwenberg   Sat, 27 Jan 2018 08:44:29 +0100
 
 jmapviewer (2.4+dfsg-1) unstable; urgency=medium
 

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

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

[jmapviewer] tag debian/2.5+dfsg-1 created (now 6697e75)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/2.5+dfsg-1
in repository jmapviewer.

at  6697e75   (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/jmapviewer.git

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


[jmapviewer] 01/01: pristine-tar data for jmapviewer_2.5+dfsg.orig.tar.gz

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

commit c7105515f2702d46216d9b92a0c182eceee1c33e
Author: Bas Couwenberg 
Date:   Sat Jan 27 08:28:52 2018 +0100

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

diff --git a/jmapviewer_2.5+dfsg.orig.tar.gz.delta 
b/jmapviewer_2.5+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..0edc1e6
Binary files /dev/null and b/jmapviewer_2.5+dfsg.orig.tar.gz.delta differ
diff --git a/jmapviewer_2.5+dfsg.orig.tar.gz.id 
b/jmapviewer_2.5+dfsg.orig.tar.gz.id
new file mode 100644
index 000..2fa418f
--- /dev/null
+++ b/jmapviewer_2.5+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+182c486bf64773a96dc6715f0f481b4d06ddc329

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

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


[jmapviewer] branch master updated (7cde07a -> 6697e75)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository jmapviewer.

  from  7cde07a   Set distribution to unstable.
   new  acbf756   New upstream version 2.5+dfsg
   new  f2a5652   Merge tag 'upstream/2.5+dfsg'
   new  03c765b   New upstream release.
   new  2985846   Update copyright years for Dirk Stöcker & Vincent Privat.
   new  629fc25   Bump Standards-Version to 4.1.3, no changes.
   new  6697e75   Set distribution to unstable.

The 6 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:
 Readme.txt|  4 ++--
 debian/changelog  |  8 
 debian/control|  2 +-
 debian/copyright  |  4 ++--
 .../gui/jmapviewer/interfaces/TileSource.java |  7 +++
 .../jmapviewer/tilesources/AbstractTMSTileSource.java |  7 +++
 .../gui/jmapviewer/tilesources/OsmTileSource.java |  1 +
 .../gui/jmapviewer/tilesources/TileSourceInfo.java| 19 +++
 8 files changed, 47 insertions(+), 5 deletions(-)

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

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

[jmapviewer] branch pristine-tar updated (6265a53 -> c710551)

2018-01-27 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

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

  from  6265a53   pristine-tar data for jmapviewer_2.4+dfsg.orig.tar.gz
   new  c710551   pristine-tar data for jmapviewer_2.5+dfsg.orig.tar.gz

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


Summary of changes:
 jmapviewer_2.5+dfsg.orig.tar.gz.delta | Bin 0 -> 64792 bytes
 jmapviewer_2.5+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 jmapviewer_2.5+dfsg.orig.tar.gz.delta
 create mode 100644 jmapviewer_2.5+dfsg.orig.tar.gz.id

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

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


  1   2   >