Bug#895397: josm: fails to start

2018-04-11 Thread Sebastiaan Couwenberg
Control: reassign -1 src:openjdk-9
Control: found -1 openjdk-9/9.0.4+12-4
Control: affects -1 src:josm
Control: tags -1 upstream
Control: retitle -1 IllegalArgumentException: Window must not be zero

On 04/11/2018 09:23 AM, Vincent Privat wrote:
> It's a Java bug. It seems Netbeans faced it too:
> 
> https://netbeans.org/bugzilla/show_bug.cgi?id=271914
> 
> It's linked to multi-monitor setups. They advise to start the application
> on another monitor (you have to clean your JOSM profile before doing that).

Reassigning the bug accordingly.

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


Bug#895311: josm: java.lang.NoSuchMethodError when downloading data

2018-04-10 Thread Sebastiaan Couwenberg
On 04/10/2018 07:22 PM, Vincent Privat wrote:
> JOSM should display an error stacktrace in the bug report dialog. We need
> it to investigate this issue, could you please copy/paste it here?

The error is triggered when an imagery layer is added.]

This issue caused me to remove support for openjdk-8 from the josm
package as documented in the changelog.

Kind Regards,

Bas
{{{
Build-Name:Debian
Build-Date:2018-04-03 18:33:05
Revision:13576
Is-Local-Build:false
Debian-Release:0.0.svn13576+dfsg-3

Identification: JOSM/1.5 (13576 Debian en) Linux Debian GNU/Linux unstable (sid)
Memory Usage: 657 MB / 1774 MB (371 MB allocated, but free)
Java version: 1.8.0_162-8u162-b12-1-b12, Oracle Corporation, OpenJDK 64-Bit 
Server VM
Screen: :0.0 1920x1200
Maximum Screen Size: 1920x1200
Java package: openjdk-8-jre:amd64-8u162-b12-1
Java ATK Wrapper package: libatk-wrapper-java:all-0.33.3-20
VM arguments: [-Djosm.restart=true, -Djava.net.useSystemProxies=true]
Program arguments: [${HOME}/multimedia/osm/projects/areas/old-style.osm.pbf]
Dataset consistency test: No problems found

Plugins:
+ AddrInterpolation (34109)
+ DirectUpload (34109)
+ FixAddresses (34109)
+ HouseNumberTaggingTool (34109)
+ OpeningHoursEditor (34095)
+ RoadSigns (34109)
+ SimplifyArea (34109)
+ apache-commons (34109)
+ buildings_tools (34109)
+ download_along (34081)
+ editgpx (34109)
+ ejml (34126)
+ geojson (80)
+ geotools (34125)
+ jts (34038)
+ opendata (34132)
+ pbf (34109)
+ poly (34098)
+ reverter (34109)
+ terracer (34109)
+ todo (30303)
+ turnlanes (34109)
+ turnrestrictions (34129)
+ utilsplugin2 (34109)
+ waydownloader (34109)
+ wikipedia (34109)

Tagging presets:
+ /usr/share/josm/data/defaultpresets.xml

Map paint styles:
- /usr/share/josm/styles/standard/potlatch2.mapcss
- /plugins/ods-bag/Ods-bag-style-0.6.8.mapcss

Last errors/warnings:
- E: Invalid Bounds: Bounds[0.0,0.0,0.0,0.0]
- E: Handled by bug report queue: java.lang.NoSuchMethodError: 
java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (18) of main
java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;
at 
org.apache.commons.jcs.auxiliary.disk.block.BlockDisk.readBlock(BlockDisk.java:336)
at 
org.apache.commons.jcs.auxiliary.disk.block.BlockDisk.read(BlockDisk.java:291)
at 
org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache.verifyDisk(BlockDiskCache.java:214)
at 
org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache.(BlockDiskCache.java:145)
at 
org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheFactory.createCache(BlockDiskCacheFactory.java:60)
at 
org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheFactory.createCache(BlockDiskCacheFactory.java:33)
at 
org.openstreetmap.josm.data.cache.JCSCacheManager.getCacheInner(JCSCacheManager.java:182)
at 
org.openstreetmap.josm.data.cache.JCSCacheManager.getCache(JCSCacheManager.java:164)
at 
org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer.getCache(AbstractCachedTileSourceLayer.java:87)
at 
org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer.(AbstractCachedTileSourceLayer.java:63)
at org.openstreetmap.josm.gui.layer.TMSLayer.(TMSLayer.java:55)
at 
org.openstreetmap.josm.gui.layer.ImageryLayer.create(ImageryLayer.java:204)
at 
org.openstreetmap.josm.actions.AddImageryLayerAction.actionPerformed(AddImageryLayerAction.java:143)
at 
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at 
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at 
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at 
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
at 
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:842)
at 
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:886)
at 
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6533)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6298)
at java.awt.Container.processEvent(Container.java:2237)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2295)
at java.awt.Component.dispatchEvent(Component.java:4711)
at 
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4889)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4526)
at 

Bug#895285: merkaartor: Doesn't work.

2018-04-09 Thread Sebastiaan Couwenberg
Control: tags -1 unreproducible

On 04/09/2018 02:38 PM, Bas Couwenberg wrote:
> On 2018-04-09 13:47, sergio wrote:
>> Looks like it's outdated soft and doesn't work more.
>> I was not able to download any region with "server replied: Bad
>> Request" error.
> 
> Please provide the steps to reproduce this issue.

Downloading data in this area set to the current view works for me:

 http://www.openstreetmap.org/#map=19/52.31796/4.83637

> Also note that Merkaartor is not very actively developed, JOSM is a much
> better OSM editor which also has backports.

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


Re: [Piuparts-devel] qgis failure in sid

2018-04-05 Thread Sebastiaan Couwenberg
Hi Holger,

On 04/05/2018 05:20 PM, Holger Levsen wrote:
> On Mon, Apr 02, 2018 at 10:16:47AM +0200, Sebastiaan Couwenberg wrote:
>> Why does piuparts fail to install python-qgis in unstable, whereas I can
>> install it successfully in a clean unstable chroot?
>>
>> This issue is blocking testing migration, and seems to be an issue with
>> piuparts.
> 
> thanks for contacting us, it seems things have solved themselves in the
> meantime:

Yes, I've uploaded new revisions of josm & qgis.

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


qgis failure in sid

2018-04-02 Thread Sebastiaan Couwenberg
Why does piuparts fail to install python-qgis in unstable, whereas I can
install it successfully in a clean unstable chroot?

This issue is blocking testing migration, and seems to be an issue with
piuparts.

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


josm failure in sid

2018-04-02 Thread Sebastiaan Couwenberg
Why does piuparts fail to install josm in unstable, whereas I can
install it successfully in a clean unstable chroot?

This issue is blocking testing migration, and seems to be an issue with
piuparts.

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


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

2018-04-01 Thread Sebastiaan Couwenberg
On 04/01/2018 08:18 PM, Dominic Hargreaves wrote:
> On Sun, Apr 01, 2018 at 10:07:28AM +0200, Sebastiaan Couwenberg wrote:
>> On 01/27/2018 06:54 PM, Dominic Hargreaves wrote:
>>> 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.
>>
>> Can the pkg-grass-general archive also be migrated?
>>
>> The list is no longer active, but the archive would be nice to keep for
>> historic purposes:
>>
>>  https://lists.alioth.debian.org/pipermail/pkg-grass-general/
> 
> That's an interesting question. The list itself has been deleted and
> we haven't considered such existing list archives. In this case I note
> that the archives were migrated to lists.debian.org 8 years ago so 
> there is probably no need to retain this second copy, though?

Based on the last messages in the old list it didn't seem that the
archives were migrated to debian-gis@l.d.o, but now I see that they
were. No need to migrate -general to alioth-lists.d.n indeed.

Thanks,

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


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

2018-04-01 Thread Sebastiaan Couwenberg
Hi Dominic,

On 01/27/2018 06:54 PM, Dominic Hargreaves wrote:
> 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.

Can the pkg-grass-general archive also be migrated?

The list is no longer active, but the archive would be nice to keep for
historic purposes:

 https://lists.alioth.debian.org/pipermail/pkg-grass-general/

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


Re: [pyresample] 05/06: Update Vcs-* fields to point to salsa

2018-03-23 Thread Sebastiaan Couwenberg
On 03/23/2018 08:40 AM, Antonio Valentino wrote:
> Update Vcs-* fields to point to salsa

I've locked the repository on Alioth, so only Salsa is now used for
pyresample.

Please update your remotes accordingly.

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


Bug#893188: 答复: Bug#893188: mapnik: add mips* back to arch list

2018-03-22 Thread Sebastiaan Couwenberg
Hi 李超,

On 03/22/2018 04:31 AM, 李超 wrote:
>   About "mapnik" package for mips*, there really has actual users of
> mapnik in Loongson's customers
> list, most user is in the government, and the specific users is inconvenient
> to inform, hope you understanding.

If it's the geospatial intelligence agency they should employ people to
maintain mapnik for their infrastructure.

Secret users don't motivate me to do work on mapnik for mips*, sorry. I
hope for your understanding in return.

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

Bug#893188: mapnik: add mips* back to arch list

2018-03-18 Thread Sebastiaan Couwenberg
On 03/18/2018 09:23 AM, YunQiang Su wrote:
> On Sat, Mar 17, 2018 at 5:41 PM, Sebastiaan Couwenberg wrote:
>> Why do you want mapnik back on mips*?
>>
>> I don't expect any actual users of the mapnik family of packages on
>> mips*, so despite improvements to the architecture in Debian I don't
>> think it's worth the effort.
> 
> At least Loongson may need it, as Loongson is working on providing
> high-end PC/Server in China, and some department of government and
> some companies will need it.
> At least please provide mips64el and mips64r6el, both of them are
> targeting for high-end machines.

If they "may" need it, I strongly prefer those users who will actually
use mapnik on mips* to request it. So far it's still hypothetical.

I'm inclined to close this as wontfix until actual users of mapnik
request it on mips64el.

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


Bug#893348: josm FTBFS with openjdk-9

2018-03-18 Thread Sebastiaan Couwenberg
Control: reassign -1 src:openjfx
Control: retitle -1 openjfx not available for openjdk-9
Control: affects -1 src:josm

Hi Adrian,

On 03/18/2018 08:24 AM, Adrian Bunk wrote:
> [javac] 
> /build/1st/josm-0.0.svn13500+dfsg/src/org/openstreetmap/josm/io/audio/JavaFxMediaPlayer.java:16:
>  error: package com.sun.javafx.application does not exist

OpenJFX is not yet available for OpenJDK 9, see: #850921.

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


Bug#893335: python-mpop: make autopkgtests pass on 32-bit archs

2018-03-18 Thread Sebastiaan Couwenberg
Control: tags -1 pending

Hi Steve,
Thanks for the patch, it's applied in git and a new upload to unstable
will follow shortly.

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


Re: Comments regarding laszip_2.2.0-1_amd64.changes

2018-03-17 Thread Sebastiaan Couwenberg
On 03/17/2018 05:32 PM, Martin Landa wrote:
> Hi,
> 
> 2018-03-17 17:25 GMT+01:00 Sebastiaan Couwenberg <sebas...@xs4all.nl>:
>> On 03/17/2018 05:21 PM, Sebastiaan Couwenberg wrote:
>>> Don't upload laszip to UbuntuGIS or any other PPA, due to the FastAC
>>> code not allowing modification the laszip package is unredistributable
>>> because it violets the terms of the LGPL.
>>
>> I see that you uploaded it to ubuntugis-experimental already, so I
>> deleted that package since we're not allowed to distribute the package
>> in it current form.
> 
> sorry, I didn't know about that. Thanks for pointing this out!

For some more background, see:

 https://trac.osgeo.org/osgeolive/ticket/1341

>>> If you want to support LAZ in PDAL for GRASS getting laz-perf packages
>>> is a much better option:
> 
> GRASS still relies on liblas. There are new GRASS modules based on
> PGAL, but not really finished.

libLAS is not actively developed any more, it's highly unlike to ever
see another release.

PDAL is the way forward for LAS support in OSGeo project. And thanks for
Howard, there is now an alternative to LASzip which doesn't have license
issues.

The LASzip saga has been a very disappointing experience, Martin talks
big about how LAZ is better dan ESRI's format, but did do any work to
resolve the license issues in LASzip which was the only open source
implementation.

I know that the PDAL support in GRASS is still in the early stages, I've
never been able to successfully build the grass Debian package with PDAL
support. I'd love to be able to do that, though, and not have to disable
it when PDAL publishes a new release (as it took quite a while for GRASS
to support PDAL 1.6.0).

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


Re: Comments regarding laszip_2.2.0-1_amd64.changes

2018-03-17 Thread Sebastiaan Couwenberg
On 03/17/2018 05:21 PM, Sebastiaan Couwenberg wrote:
> Don't upload laszip to UbuntuGIS or any other PPA, due to the FastAC
> code not allowing modification the laszip package is unredistributable
> because it violets the terms of the LGPL.

I see that you uploaded it to ubuntugis-experimental already, so I
deleted that package since we're not allowed to distribute the package
in it current form.

> If you want to support LAZ in PDAL for GRASS getting laz-perf packages
> is a much better option:
> 
>  https://github.com/hobu/laz-perf/
> 
> On 08/21/2014 10:17 PM, Thorsten Alteholz wrote:
>> some files contain the following remark:
>>   // Permission to copy and redistribute this code is hereby granted, 
>> provided -
>>   // that this warning and copyright notices are not removed or altered. 
>>   -
>>
>> This does not allow modification. Can you please explain why this code can 
>> be 
>> licensed under LGPL?

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


Re: Comments regarding laszip_2.2.0-1_amd64.changes

2018-03-17 Thread Sebastiaan Couwenberg
Hi Martin,

Don't upload laszip to UbuntuGIS or any other PPA, due to the FastAC
code not allowing modification the laszip package is unredistributable
because it violets the terms of the LGPL.

If you want to support LAZ in PDAL for GRASS getting laz-perf packages
is a much better option:

 https://github.com/hobu/laz-perf/

On 08/21/2014 10:17 PM, Thorsten Alteholz wrote:
> some files contain the following remark:
>   // Permission to copy and redistribute this code is hereby granted, 
> provided -
>   // that this warning and copyright notices are not removed or altered.  
>  -
> 
> This does not allow modification. Can you please explain why this code can be 
> licensed under LGPL?

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


Bug#893188: mapnik: add mips* back to arch list

2018-03-17 Thread Sebastiaan Couwenberg
Control: tags -1 moreinfo

Hi YunQiang,

Thanks for your work improving the mips* architectures in Debian.

On 03/17/2018 09:38 AM, YunQiang Su wrote:
> With some test on mips64el/mipsel machines, mapnik builds well,
> without memory exhibition problems.
> 
> I think it should be fixed now,  with
>   1) We update some hardware of mips*, dropped some old Loongson 2E machines.
>   2) Set -param ggc-min-expand default now on mips/mipsel.
> 
> It should be OK to add these architectures back.
> 
> The full mips* arch list:
>mips mipsel mipsn32 mipsn32el mips64 mips64el
>mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el
> 
> If you feel OK, I suggest we can use any now,
> 
> At least please add
>mips mipsel mips64el mips64r6el

Why do you want mapnik back on mips*?

I don't expect any actual users of the mapnik family of packages on
mips*, so despite improvements to the architecture in Debian I don't
think it's worth the effort.

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


Bug#892699: doris: switch B-D to libepr-api-dev

2018-03-12 Thread Sebastiaan Couwenberg
Control: tags -1 pending

Fixed in git and a new upload to unstable will follow shortly.

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


Bug#892062: bug 892062 is forwarded to https://github.com/OSGeo/proj.4/issues/833

2018-03-09 Thread Sebastiaan Couwenberg
On 03/09/2018 09:17 PM, Olly Betts wrote:
> On Fri, Mar 09, 2018 at 07:00:50AM +0100, Sebastiaan Couwenberg wrote:
>>> There's now a patch for this:
>>>
>>> https://github.com/OSGeo/proj.4/pull/845
>>
>> The changes look a little invasive, though.
> 
> Yeah, I sighed a bit when I saw it looked like most of the file was
> rewritten.  OTOH, it's an x.0.0 version with a new API added so
> presumably already full of invasive changes compared to 4.9.x - it's
> not like we're backporting a patch to Debian stable here.

I'm quite wary of Thomas Knudsens changes, with this PR he has once
again proven his tendency to introduce regressions. Also not learning
from that by adding regression tests.

> Looks like there are some teething problems with the patch but
> upstream are being responsive to dealing with them.

Fortunately there are people who test his changes. Unfortunately there
aren't enough to do this early in development to catch regressions
before they're committed and included in a release.

> Thanks for the package in experimental - I'll try to do some additional
> testing with Survex and that package.

With the patch for the regression introduced by the changes from PR #845
no further regressions were uncovered with the most recent round of rdep
rebuilds, so I'll move the proj package from experimental to unstable soon.

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


Bug#892062: bug 892062 is forwarded to https://github.com/OSGeo/proj.4/issues/833

2018-03-09 Thread Sebastiaan Couwenberg
On 03/09/2018 08:12 AM, Sebastiaan Couwenberg wrote:
> On 03/09/2018 07:00 AM, Sebastiaan Couwenberg wrote:
>> On 03/09/2018 12:20 AM, Olly Betts wrote:
>>> Control: tags 892062 + patch
>>>
>>> On Sun, Mar 04, 2018 at 09:10:28PM +0100, Bas Couwenberg wrote:
>>>> forwarded 892062 https://github.com/OSGeo/proj.4/issues/833
>>>> thanks
>>>
>>> There's now a patch for this:
>>>
>>> https://github.com/OSGeo/proj.4/pull/845
>>
>> The changes look a little invasive, though.
>>
>> proj (5.0.0-2) migrated to testing this morning, so I'll cherry-pick the
>> change and check if it fixes the issue and doesn't introduce regressions
>> in the other packages.
> 
> survex (1.2.32-1) successfully built with proj (5.0.0-3~exp1) which has
> been uploaded to experimental (but not available there yet at time of
> writing).
> 
> After I've verified that the two upstream patches don't cause other
> regressions I'll move the package from experimental to unstable.

Unfortunately the changes from PR #845 cause the shapelib testsuite to
fail, until that regression I'm keeping the new proj in experimental.

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


Bug#892062: bug 892062 is forwarded to https://github.com/OSGeo/proj.4/issues/833

2018-03-08 Thread Sebastiaan Couwenberg
On 03/09/2018 07:00 AM, Sebastiaan Couwenberg wrote:
> On 03/09/2018 12:20 AM, Olly Betts wrote:
>> Control: tags 892062 + patch
>>
>> On Sun, Mar 04, 2018 at 09:10:28PM +0100, Bas Couwenberg wrote:
>>> forwarded 892062 https://github.com/OSGeo/proj.4/issues/833
>>> thanks
>>
>> There's now a patch for this:
>>
>> https://github.com/OSGeo/proj.4/pull/845
> 
> The changes look a little invasive, though.
> 
> proj (5.0.0-2) migrated to testing this morning, so I'll cherry-pick the
> change and check if it fixes the issue and doesn't introduce regressions
> in the other packages.

survex (1.2.32-1) successfully built with proj (5.0.0-3~exp1) which has
been uploaded to experimental (but not available there yet at time of
writing).

After I've verified that the two upstream patches don't cause other
regressions I'll move the package from experimental to unstable.

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


Bug#892062: bug 892062 is forwarded to https://github.com/OSGeo/proj.4/issues/833

2018-03-08 Thread Sebastiaan Couwenberg
On 03/09/2018 12:20 AM, Olly Betts wrote:
> Control: tags 892062 + patch
> 
> On Sun, Mar 04, 2018 at 09:10:28PM +0100, Bas Couwenberg wrote:
>> forwarded 892062 https://github.com/OSGeo/proj.4/issues/833
>> thanks
> 
> There's now a patch for this:
> 
> https://github.com/OSGeo/proj.4/pull/845

The changes look a little invasive, though.

proj (5.0.0-2) migrated to testing this morning, so I'll cherry-pick the
change and check if it fixes the issue and doesn't introduce regressions
in the other packages.

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


[Pkg-javascript-devel] GitLab (salsa)

2018-03-04 Thread Sebastiaan Couwenberg
Marcelo Jorge Vieira wrote:
> Alioth was deprecated and our repositories will *not* be automatically
> migrated to the new instance (Gitlab). I've created the js-team group
> there and everybody is welcome.
>
> https://salsa.debian.org/groups/js-team

Please give my account Master permissions so I can create the
node-mapnik repository, or create the repository for me.

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


Bug#892025: proj-bin: please include upstream NEWS file

2018-03-04 Thread Sebastiaan Couwenberg
Control: tags -1 pending

Fixed in git, and a new upload to unstable will follow shortly.

Kind Regards,

Bas



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

Bug#892026: proj-bin: Homepage should be http://proj4.org/

2018-03-04 Thread Sebastiaan Couwenberg
Control: tags -1 pending

Fixed in git, and a new upload to unstable will follow shortly.

Kind Regards,

Bas



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

Re: [mipp] 05/07: Improve spelling

2018-03-04 Thread Sebastiaan Couwenberg
On 03/04/2018 10:47 AM, Antonio Valentino wrote:
> -This patch allows to run the test suite when mipp is installed in the
> -system default path.
> +This patch allows one to run the test suite when mipp is installed in
> +the system default path.

Generally better is '... allows running ...' instead of 'allows one to'.

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


Re: [grass] branch ubuntugis/artful created (now f28f903)

2018-03-03 Thread Sebastiaan Couwenberg
On 03/03/2018 06:28 PM, Martin Landa wrote:
> martinl-guest pushed a change to branch ubuntugis/artful

Artful is not an LTS release, these commits should not be under the
'ubuntugis' namespace. The 'grass' is appropriate for the GRASS stable PPA.

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


Re: Wheezy update of freexl?

2018-02-28 Thread Sebastiaan Couwenberg
On 02/28/2018 10:49 PM, Antoine Beaupre wrote:
> Would you like to take care of this yourself?

I already did, see:

 https://lists.debian.org/debian-lts/2018/02/msg00092.html

Thanks for ignoring those messages.

I'll prepare the DLA this evening after $DAYJOB.

Kind Regards,

Bas




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

Bug#871506: stretch update for hdf5

2018-02-26 Thread Sebastiaan Couwenberg
On 02/26/2018 10:23 PM, Adrian Bunk wrote:
> On Sun, Aug 13, 2017 at 05:51:08PM +, Debian Bug Tracking System wrote:
>> ...
>>  hdf5 (1.10.0-patch1+docs-4) unstable; urgency=medium
>>  .
>>* debian/rules: fix javahelper invocation (closes: #871506)
>> ...
> 
> Thanks a lot for fixing this bug for unstable.
> 
> It is still present in stretch, could you also fix it there?
> Alternatively, I can fix it for stretch if you don't object.

The stretch-pu was requested in #872642 and given a go-ahead.

It's just a matter of uploading or am I missing something?

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


Re: hdfview 2.11 locks SWMR files

2018-02-19 Thread Sebastiaan Couwenberg
On 02/19/2018 10:08 AM, Jan Kotanski wrote:
> is it possible to provide the h5clear tool in the hdf5-tools package for 
> stretch, (e.g. backports).
> Since hdfview brakes SWMR files it would be good to have a script which fix 
> them back.

h5clear is not provided by hdf5-tools in testing/unstable either. Also a
backport of hdf5 is unlikely.

Please file a wishlist bug to enable building of h5client in hdf5. Once
that's available you can install hdf5-tools in a Debian unstable chroot
and use that to fix your file.

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


Re: [Git][debian-gis-team/hdf5][master] debian/control: make Vcs-* fields point to salsa.debian.org

2018-02-18 Thread Sebastiaan Couwenberg
On 02/18/2018 04:53 PM, Gilles Filippini wrote:
> debian/control: make Vcs-* fields point to salsa.debian.org

I've locked the hdf5 repository on Alioth using a pre-receive hook.

The other repositories will be locked once we officially move over to
Salsa, I will then also create the merge request for the Debian GIS
changes for the AliothRewriter.

Before we officially move over to Salsa I want the SSL issue fixed for
the GitLab pages, and the pkg-grass-devel lists migrated to
alioth-lists.debian.net.

See also the 'Migration from Alioth to Salsa' thread on debian-gis@.

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


Bug#890426: libgeo-shapelib-perl FTBFS on !amd64: Can't find shapelib

2018-02-14 Thread Sebastiaan Couwenberg
Control: tags -1 pending

Hi Adrian,

Thanks for reporting this issue.

It's fixed in git by exporting PERL_SHAPELIB with the Multi-Arch path to
libshp.so, and a new upload to unstable will follow shortly.

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


[Git][debian-gis-team/scripts] Pushed new branch master

2018-02-12 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new branch master at Debian GIS Project / scripts

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/scripts/tree/master
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/proj-rdnap][master] Fix typo in changelog.

2018-02-11 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / proj-rdnap


Commits:
7c92cbc9 by Bas Couwenberg at 2018-02-11T18:07:15+01:00
Fix typo in changelog.

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ proj-rdnap (2008-7) unstable; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
-  * Update test overrides for cs2cd 5.0.0 output.
+  * Update test overrides for cs2cs 5.0.0 output.
   * Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
   * Add lintian override for debian-watch-file-is-missing.
 



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj-rdnap/commit/7c92cbc92e898c374b474527836df477685e0d20

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj-rdnap/commit/7c92cbc92e898c374b474527836df477685e0d20
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/proj-rdnap] Pushed new tag debian/2008-7

2018-02-11 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/2008-7 at Debian GIS Project / 
proj-rdnap

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj-rdnap/tree/debian/2008-7
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/proj-rdnap][master] 4 commits: Update test overrides for cs2cd 5.0.0 output.

2018-02-11 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / proj-rdnap


Commits:
e4b5ffdb by Bas Couwenberg at 2018-02-11T17:44:47+01:00
Update test overrides for cs2cd 5.0.0 output.

- - - - -
ec58e2a5 by Bas Couwenberg at 2018-02-11T17:49:57+01:00
Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.

- - - - -
db5c99af by Bas Couwenberg at 2018-02-11T17:55:25+01:00
Add lintian override for debian-watch-file-is-missing.

- - - - -
49df6527 by Bas Couwenberg at 2018-02-11T17:55:37+01:00
Set distribution to unstable.

- - - - -


4 changed files:

- debian/changelog
- debian/patches/add-test.patch
- debian/rules
- + debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-proj-rdnap (2008-7) UNRELEASED; urgency=medium
+proj-rdnap (2008-7) unstable; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
+  * Update test overrides for cs2cd 5.0.0 output.
+  * Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
+  * Add lintian override for debian-watch-file-is-missing.
 
- -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:28:55 +0100
+ -- Bas Couwenberg <sebas...@debian.org>  Sun, 11 Feb 2018 17:55:27 +0100
 
 proj-rdnap (2008-6) unstable; urgency=medium
 


=
debian/patches/add-test.patch
=
--- a/debian/patches/add-test.patch
+++ b/debian/patches/add-test.patch
@@ -165,10 +165,10 @@ Author: Bas Couwenberg <sebas...@debian.org>
 +"override": {
 +  "latitude"  : "*",
 +  "longitude" : "*",
-+  "height": "^-?\\d+\\.\\d+$",
++  "height": "^-?(\\d+\\.\\d+|inf)$",
 +  "x" : "*",
 +  "y" : "*",
-+  "nap"   : "^-?\\d+\\.\\d+$"
++  "nap"   : "^-?(\\d+\\.\\d+|inf)$"
 +}
 +  },
 +  {
@@ -188,10 +188,10 @@ Author: Bas Couwenberg <sebas...@debian.org>
 +"override": {
 +  "latitude"  : "*",
 +  "longitude" : "*",
-+  "height": "^-?\\d+\\.\\d+$",
++  "height": "^-?(\\d+\\.\\d+|inf)$",
 +  "x" : "*",
 +  "y" : "*",
-+  "nap"   : "^-?\\d+\\.\\d+$"
++  "nap"   : "^-?(\\d+\\.\\d+|inf)$"
 +}
 +  },
 +  {
@@ -211,10 +211,10 @@ Author: Bas Couwenberg <sebas...@debian.org>
 +"override": {
 +  "latitude"  : "*",
 +  "longitude" : "*",
-+  "height": "^-?\\d+\\.\\d+$",
++  "height": "^-?(\\d+\\.\\d+|inf)$",
 +  "x" : "*",
 +  "y" : "*",
-+  "nap"   : "^-?\\d+\\.\\d+$"
++  "nap"   : "^-?(\\d+\\.\\d+|inf)$"
 +}
 +  },
 +  {
@@ -234,10 +234,10 @@ Author: Bas Couwenberg <sebas...@debian.org>
 +"override": {
 +  "latitude"  : "*",
 +  "longitude" : "*",
-+  "height": "^-?\\d+\\.\\d+$",
++  "height": "^-?(\\d+\\.\\d+|inf)$",
 +  "x" : "*",
 +  "y" : "*",
-+  "nap"   : "^-?\\d+\\.\\d+$"
++  "nap"   : "^-?(\\d+\\.\\d+|inf)$"
 +}
 +  }
 +]


=
debian/rules
=
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,9 @@
dh $@
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
PROJ_LIB=. perl ./testrdtrans2008.pl
+endif
 
 get-orig-source:
. debian/get-orig-source


=
debian/source/lintian-overrides
=
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# No usable upstream URL for uscan, use get-orig-source script instead.
+proj-rdnap source: debian-watch-file-is-missing
+



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj-rdnap/compare/555997b870046d88f7eb12c7af0816a44c1a2964...49df6527f6c5c3ff22647ab90dbb976579577936

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj-rdnap/compare/555997b870046d88f7eb12c7af0816a44c1a2964...49df6527f6c5c3ff22647ab90dbb976579577936
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/proj][experimental] 2 commits: Add patch for missing ! in boolean evaluation.

2018-02-11 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch experimental at Debian GIS Project / proj


Commits:
7ab20946 by Bas Couwenberg at 2018-02-11T16:54:35+01:00
Add patch for missing ! in boolean evaluation.

- - - - -
276bf5ed by Bas Couwenberg at 2018-02-11T16:54:49+01:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0001-Add-missing-in-boolean-evaluation.-Fixes-780.patch
- debian/patches/series


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+proj (5.0.0~rc2-1~exp4) experimental; urgency=medium
+
+  * Add patch for missing ! in boolean evaluation.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Sun, 11 Feb 2018 16:54:36 +0100
+
 proj (5.0.0~rc2-1~exp3) experimental; urgency=medium
 
   * Ignore test failures on problematic architectures only.


=
debian/patches/0001-Add-missing-in-boolean-evaluation.-Fixes-780.patch
=
--- /dev/null
+++ b/debian/patches/0001-Add-missing-in-boolean-evaluation.-Fixes-780.patch
@@ -0,0 +1,20 @@
+From 332bf648a65b5a1a6bb1e2f5d7f5c7cca1ce1159 Mon Sep 17 00:00:00 2001
+From: Kristian Evers <kristianev...@gmail.com>
+Date: Sun, 11 Feb 2018 16:07:18 +0100
+Subject: Add missing ! in boolean evaluation. Fixes #780.
+
+---
+ src/pj_gridinfo.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/pj_gridinfo.c
 b/src/pj_gridinfo.c
+@@ -564,7 +564,7 @@ static int pj_gridinfo_init_ntv2( projCt
+ 
+ gi->gridname = pj_strdup( gilist->gridname );
+ gi->filename = pj_strdup( gilist->filename );
+-if (!gi->gridname || gi->filename) {
++if (!gi->gridname || !gi->filename) {
+ pj_gridinfo_free(ctx, gi);
+ pj_dalloc(ct);
+ pj_gridinfo_free(ctx, gilist);


=
debian/patches/series
=
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 manpage-section.patch
 avoid-numerical-differences-on-non-amd64-architectures.patch
 0001-Avoid-XY-LP-and-UV-datatype-clashes-with-other-libra.patch
+0001-Add-missing-in-boolean-evaluation.-Fixes-780.patch



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/compare/bcca210407f15fab82403ea5a04175f766aeb907...276bf5ede7fa4bbd5490b44efe3f0af032a4a7b4

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/compare/bcca210407f15fab82403ea5a04175f766aeb907...276bf5ede7fa4bbd5490b44efe3f0af032a4a7b4
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/proj] Pushed new tag debian/5.0.0_rc2-1_exp4

2018-02-11 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/5.0.0_rc2-1_exp4 at Debian GIS 
Project / proj

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/tree/debian/5.0.0_rc2-1_exp4
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/thuban][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / thuban


Commits:
d3aa5384 by Bas Couwenberg at 2018-02-10T11:56:16+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ thuban (1.2.2-13) UNRELEASED; urgency=medium
   * Strip trailing whitespace from changelog.
   * Add lintian overrides.
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 23 Sep 2017 13:07:10 +0200
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/thuban/commit/d3aa5384e7e028a913e3a027f3dab3b306fbdd78

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/thuban/commit/d3aa5384e7e028a913e3a027f3dab3b306fbdd78
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/spatialite-gui][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
spatialite-gui


Commits:
054af9f7 by Bas Couwenberg at 2018-02-10T11:55:22+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ spatialite-gui (2.0.0~devel2-9) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Verson to 4.1.3, no changes.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:52:20 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/spatialite-gui/commit/054af9f72bbda6670657e512a389cac3b77d839b

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/spatialite-gui/commit/054af9f72bbda6670657e512a389cac3b77d839b
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/qgis][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / qgis


Commits:
85305ef4 by Bas Couwenberg at 2018-02-10T11:53:38+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qgis (2.14.22+dfsg-3) UNRELEASED; urgency=medium
 
   * Don't use libjs-jquery for Doxygen docs.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 03 Feb 2018 11:27:27 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qgis/commit/85305ef4528cdc0cdec53e1515d4f4d4f4e4ca07

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qgis/commit/85305ef4528cdc0cdec53e1515d4f4d4f4e4ca07
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/shapelib][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / shapelib


Commits:
e8f1866c by Bas Couwenberg at 2018-02-10T11:54:39+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ shapelib (1.4.1-2) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Add lintian override for debian-watch-uses-insecure-uri.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:12:52 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/shapelib/commit/e8f1866cf932dca44db9f5742dc3096c1fb5eb7e

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/shapelib/commit/e8f1866cf932dca44db9f5742dc3096c1fb5eb7e
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/python-stetl][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
python-stetl


Commits:
8365db81 by Bas Couwenberg at 2018-02-10T11:52:35+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-stetl (1.1+ds-3) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:42:54 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-stetl/commit/8365db811ba4a8a54de33deeb21a7cee144f221f

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-stetl/commit/8365db811ba4a8a54de33deeb21a7cee144f221f
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/python-pdal][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
python-pdal


Commits:
e5975522 by Bas Couwenberg at 2018-02-10T11:51:53+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-pdal (1.6.0+ds-2) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:39:13 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-pdal/commit/e5975522240b01244fe1523c8bf5e7ed8ccfa8ed

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-pdal/commit/e5975522240b01244fe1523c8bf5e7ed8ccfa8ed
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/python-mpop][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
python-mpop


Commits:
60ec95a6 by Bas Couwenberg at 2018-02-10T11:51:25+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-mpop (1.5.0-2) UNRELEASED; urgency=medium
+
+  * Fix deprecated source override location.
+
+ -- Antonio Valentino <antonio.valent...@tiscali.it>  Sat, 10 Feb 2018 
11:51:13 +0100
+
 python-mpop (1.5.0-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-mpop/commit/60ec95a6ca6f5c46a029f35dd8d7a85f41c6e5ab

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-mpop/commit/60ec95a6ca6f5c46a029f35dd8d7a85f41c6e5ab
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/proj4js][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / proj4js


Commits:
4ccb608c by Bas Couwenberg at 2018-02-10T11:49:52+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ proj4js (2.4.0+ds-1~exp2) UNRELEASED; urgency=medium
 
   * Strip trailing whitespace from control file.
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Tue, 21 Nov 2017 10:04:47 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj4js/commit/4ccb608cde12de41b1165bb6ed844bdc5f01db82

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj4js/commit/4ccb608cde12de41b1165bb6ed844bdc5f01db82
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/pyspatialite][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
pyspatialite


Commits:
fcdaaa92 by Bas Couwenberg at 2018-02-10T11:50:27+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pyspatialite (3.0.1-13) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Add override for python-foo-but-no-python3-foo.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:33:24 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyspatialite/commit/fcdaaa9208c4aecf4ec208badf704b0a58454215

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyspatialite/commit/fcdaaa9208c4aecf4ec208badf704b0a58454215
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/postgis][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / postgis


Commits:
9ee985b6 by Bas Couwenberg at 2018-02-10T11:48:36+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.4.3+dfsg-3) UNRELEASED; urgency=medium
+
+  * Fix deprecated source override location.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Sat, 10 Feb 2018 11:48:30 +0100
+
 postgis (2.4.3+dfsg-2) unstable; urgency=medium
 
   [ Bas Couwenberg ]


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/postgis/commit/9ee985b6c5b7995a8b0d7b8c2119b47ca466fba4

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/postgis/commit/9ee985b6c5b7995a8b0d7b8c2119b47ca466fba4
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/php-geos][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / php-geos


Commits:
6587b3c6 by Bas Couwenberg at 2018-02-10T11:47:49+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ php-geos (1.0.0-3) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.1.3, no changes.
   * Change Section from web to php.
   * Add autopkgtest to test installability.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Thu, 21 Dec 2017 07:58:24 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/php-geos/commit/6587b3c662d1cd1f97c64221b356762d0a903a51

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/php-geos/commit/6587b3c662d1cd1f97c64221b356762d0a903a51
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/pdal][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / pdal


Commits:
5730bee4 by Bas Couwenberg at 2018-02-10T11:47:13+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pdal (1.6.0-2) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.1.3, no changes.
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Fri, 15 Dec 2017 11:22:00 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pdal/commit/5730bee41dd7e7605874dcf7fd2725a29d109cde

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pdal/commit/5730bee41dd7e7605874dcf7fd2725a29d109cde
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/openlayers][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / openlayers


Commits:
ed4c8bbf by Bas Couwenberg at 2018-02-10T11:46:30+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ openlayers (2.13.1+ds2-5) UNRELEASED; urgency=medium
   * Drop unused variables from rules file.
   * Add autopkgtest to test installability.
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 24 Sep 2017 13:16:54 +0200
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/openlayers/commit/ed4c8bbf0323018b970128c5e914c1bd03d0055d

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/openlayers/commit/ed4c8bbf0323018b970128c5e914c1bd03d0055d
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/netcdf-cxx-legacy][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
netcdf-cxx-legacy


Commits:
81cbd59a by Bas Couwenberg at 2018-02-10T11:45:49+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf-cxx-legacy (4.2-9) UNRELEASED; urgency=medium
 
   * Strip trailing whitespace from changelog.
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:02:33 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf-cxx-legacy/commit/81cbd59ac8025771e024c550fe13c745a3e373ac

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf-cxx-legacy/commit/81cbd59ac8025771e024c550fe13c745a3e373ac
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/mipp][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / mipp


Commits:
27b44826 by Bas Couwenberg at 2018-02-10T11:44:13+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mipp (1.0.0-3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Strip trailing whitespace from changelog.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:01:46 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mipp/commit/27b448260faf12e22d7aa8489cedadb7aeb721b8

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mipp/commit/27b448260faf12e22d7aa8489cedadb7aeb721b8
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/mapserver][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / mapserver


Commits:
567ab55d by Bas Couwenberg at 2018-02-10T11:42:27+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ mapserver (7.0.7-2) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Add patch to exclude .java files from mapscript.jar.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 20 Jan 2018 22:17:20 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapserver/commit/567ab55df1a13ef23484dcf205899158d42e238b

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapserver/commit/567ab55df1a13ef23484dcf205899158d42e238b
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/librasterlite2][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
librasterlite2


Commits:
f138434e by Bas Couwenberg at 2018-02-10T11:41:38+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 librasterlite2 (1.0.0~rc0+devel1-7) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 20 Jan 2018 22:10:16 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librasterlite2/commit/f138434ea10c24584c7787b846f51c3a2d097aaa

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/librasterlite2/commit/f138434ea10c24584c7787b846f51c3a2d097aaa
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/liblas][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / liblas


Commits:
82444d05 by Bas Couwenberg at 2018-02-10T11:40:43+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 liblas (1.8.1-7) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 20 Jan 2018 22:08:28 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/liblas/commit/82444d05bcf9744a7e3c119dbdf7361c0421

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/liblas/commit/82444d05bcf9744a7e3c119dbdf7361c0421
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/libkml][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / libkml


Commits:
eb485fd3 by Bas Couwenberg at 2018-02-10T11:39:33+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libkml (1.3.0-6) UNRELEASED; urgency=medium
 
   * Strip trailing whitespace from changelog.
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 21:59:22 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/libkml/commit/eb485fd34c02580dc229555e63012995a85a2949

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/libkml/commit/eb485fd34c02580dc229555e63012995a85a2949
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/libgeotiff-dfsg][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
libgeotiff-dfsg


Commits:
2ef291e5 by Bas Couwenberg at 2018-02-10T11:38:49+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libgeotiff-dfsg (1.4.2-3) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Add lintian override for debian-watch-uses-insecure-uri.
   * Add autopkgtest to test installability.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 24 Sep 2017 13:06:02 +0200
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/libgeotiff-dfsg/commit/2ef291e5af7be909c5f0a05787580af31474b7a8

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/libgeotiff-dfsg/commit/2ef291e5af7be909c5f0a05787580af31474b7a8
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/proj] Pushed new tag debian/5.0.0_rc2-1_exp3

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/5.0.0_rc2-1_exp3 at Debian GIS 
Project / proj

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/tree/debian/5.0.0_rc2-1_exp3
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/hdf5][master] 2 commits: Add gbp.conf to use pristine-tar by default.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / hdf5


Commits:
7d8a5717 by Bas Couwenberg at 2018-02-10T11:35:56+01:00
Add gbp.conf to use pristine-tar by default.

- - - - -
1f1146f2 by Bas Couwenberg at 2018-02-10T11:36:07+01:00
Fix deprecated source override location.

- - - - -


3 changed files:

- debian/changelog
- + debian/gbp.conf
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hdf5 (1.10.1+repack-1~exp2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add gbp.conf to use pristine-tar by default.
+  * Fix deprecated source override location.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Sat, 10 Feb 2018 11:35:42 +0100
+
 hdf5 (1.10.1+repack-1~exp1) experimental; urgency=medium
 
   * Fix broken debian/watch due to upstrem web site major change; the


=
debian/gbp.conf
=
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/hdf5/compare/f22652bc05a7a32a94c04bdab3355324cff193ff...1f1146f27956f3d30690765adabbf44f6797f5d0

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/hdf5/compare/f22652bc05a7a32a94c04bdab3355324cff193ff...1f1146f27956f3d30690765adabbf44f6797f5d0
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/proj][experimental] 3 commits: Add patch to avoid XY, LP and UV datatype clashes with other libraries.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch experimental at Debian GIS Project / proj


Commits:
6c397e86 by Bas Couwenberg at 2018-02-10T11:18:27+01:00
Add patch to avoid XY, LP and UV datatype clashes with other libraries.

See: #889922  #889926

- - - - -
995b8e3e by Bas Couwenberg at 2018-02-10T11:27:40+01:00
Fix deprecated source override location.

- - - - -
bcca2104 by Bas Couwenberg at 2018-02-10T11:27:40+01:00
Set distribution to experimental.

- - - - -


4 changed files:

- debian/changelog
- + 
debian/patches/0001-Avoid-XY-LP-and-UV-datatype-clashes-with-other-libra.patch
- debian/patches/series
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-proj (5.0.0~rc2-1~exp3) UNRELEASED; urgency=medium
+proj (5.0.0~rc2-1~exp3) experimental; urgency=medium
 
   * Ignore test failures on problematic architectures only.
+  * Add patch to avoid XY, LP and UV datatype clashes with other libraries.
+See: #889922 & #889926
+  * Fix deprecated source override location.
 
- -- Bas Couwenberg <sebas...@debian.org>  Fri, 09 Feb 2018 14:40:43 +0100
+ -- Bas Couwenberg <sebas...@debian.org>  Sat, 10 Feb 2018 11:13:32 +0100
 
 proj (5.0.0~rc2-1~exp2) experimental; urgency=medium
 


=
debian/patches/0001-Avoid-XY-LP-and-UV-datatype-clashes-with-other-libra.patch
=
--- /dev/null
+++ 
b/debian/patches/0001-Avoid-XY-LP-and-UV-datatype-clashes-with-other-libra.patch
@@ -0,0 +1,135 @@
+Description: Avoid XY, LP and UV datatype clashes with other libraries.
+ Remove unnecessary definitions of UV and UVW from project.h that collides with
+ external libraries. To prevent similar problems in the future the
+ datatypes XY, LP, UV, XYZ, LPZ and UVW has been prefixed by PJ_ in
+ proj.h and proj_internal.h
+Author: Kristian Evers <kristianev...@gmail.com>
+Origin: 
https://github.com/OSGeo/proj.4/commit/9c75d794177276189d0a2809bc462291e1a070d3
+
+--- a/src/proj.h
 b/src/proj.h
+@@ -212,13 +212,13 @@ typedef struct { double o, p, k; }
+ typedef struct { double e, n, u; }  PJ_ENU;  /* East, North, Up */
+ 
+ /* Classic proj.4 pair/triplet types */
+-typedef struct { double   u,   v; }  UV;
+-typedef struct { double   x,   y; }  XY;
+-typedef struct { double lam, phi; }  LP;
+-
+-typedef struct { double   x,   y,  z; }  XYZ;
+-typedef struct { double   u,   v,  w; }  UVW;
+-typedef struct { double lam, phi,  z; }  LPZ;
++typedef struct { double   u,   v; }  PJ_UV;
++typedef struct { double   x,   y; }  PJ_XY;
++typedef struct { double lam, phi; }  PJ_LP;
++
++typedef struct { double   x,   y,  z; }  PJ_XYZ;
++typedef struct { double   u,   v,  w; }  PJ_UVW;
++typedef struct { double lam, phi,  z; }  PJ_LPZ;
+ 
+ 
+ /* Avoid preprocessor renaming and implicit type-punning: Use a union to make 
it explicit */
+@@ -229,12 +229,12 @@ union PJ_COORD {
+ PJ_LPZT lpzt;
+  PJ_OPK opk;
+  PJ_ENU enu;
+-XYZ xyz;
+-UVW uvw;
+-LPZ lpz;
+- XY xy;
+- UV uv;
+- LP lp;
++ PJ_XYZ xyz;
++ PJ_UVW uvw;
++ PJ_LPZ lpz;
++  PJ_XY xy;
++  PJ_UV uv;
++  PJ_LP lp;
+ };
+ 
+ 
+@@ -263,8 +263,8 @@ struct PJ_GRID_INFO {
+ chargridname[32];   /* name of grid */
+ charfilename[260];  /* full path to grid*/
+ charformat[8];  /* file format of grid  */
+-LP  lowerleft;  /* Coordinates of lower left corner */
+-LP  upperright; /* Coordinates of upper right corner*/
++PJ_LP   lowerleft;  /* Coordinates of lower left corner */
++PJ_LP   upperright; /* Coordinates of upper right corner*/
+ int n_lon, n_lat;   /* Grid size*/
+ double  cs_lon, cs_lat; /* Cell size of grid*/
+ };
+@@ -336,16 +336,16 @@ PJ_COORD proj_coord (double x, double y,
+ double proj_roundtrip (PJ *P, PJ_DIRECTION direction, int n, PJ_COORD *coo);
+ 
+ /* Geodesic distance between two points with angular 2D coordinates */
+-double proj_lp_dist (const PJ *P, LP a, LP b);
++double proj_lp_dist (const PJ *P, PJ_LP a, PJ_LP b);
+ 
+ /* The geodesic distance AND the vertical offset */
+-double proj_lpz_dist (const PJ *P, LPZ a, LPZ b);
++double proj_lpz_dist (const PJ *P, PJ_LPZ a, PJ_LPZ b);
+ 
+ /* Euclidean distance between two points with linear 2D coordinates */
+-double proj_xy_dist (XY a, XY b);
++double proj_xy_dist (PJ_XY a, PJ_XY b);
+ 
+ /* Euclidean distance between two points with linear 3D coordinates */
+-double proj_xyz_dist (XYZ a, XYZ b);
++double proj_xyz_dist (PJ_XYZ a, PJ_XYZ b);
+ 
+ 
+ /* Set or read error level */
+@@ -355,7 +355,7 @@

[Git][debian-gis-team/grass][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / grass


Commits:
ecfafccd by Bas Couwenberg at 2018-02-10T11:32:08+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ grass (7.4.0-2) UNRELEASED; urgency=medium
   * Don't use libjs-jquery for Doxygen docs.
   * Add patch to fix spelling errors.
   * Add override for spelling-error-in-patch-description.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 03 Feb 2018 11:17:07 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



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

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/grass/commit/ecfafccd73e6573f9aca062a6edec7cfcd53f578
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-gshhg][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / gmt-gshhg


Commits:
0f707d77 by Bas Couwenberg at 2018-02-10T11:31:27+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gmt-gshhg (2.3.7-3) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 20 Jan 2018 15:53:07 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmt-gshhg/commit/0f707d77d17196c9f3cb044c754d2eeb1d774bdb

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmt-gshhg/commit/0f707d77d17196c9f3cb044c754d2eeb1d774bdb
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][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / gmt


Commits:
de4d149c by Bas Couwenberg at 2018-02-10T11:30:01+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gmt (5.4.3+dfsg-2) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 20 Jan 2018 15:52:39 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmt/commit/de4d149c4f8beab73a08997e1cb01847a44fe377

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmt/commit/de4d149c4f8beab73a08997e1cb01847a44fe377
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][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / gmt-dcw


Commits:
0cdbc52e by Bas Couwenberg at 2018-02-10T11:29:22+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gmt-dcw (1.1.3-2) UNRELEASED; urgency=medium
+
+  * Fix deprecated source override location.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Sat, 10 Feb 2018 11:29:16 +0100
+
 gmt-dcw (1.1.3-1) unstable; urgency=medium
 
   * New upstream release.


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmt-dcw/commit/0cdbc52e1a41407af7fe41931f1aefee4c70b211

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmt-dcw/commit/0cdbc52e1a41407af7fe41931f1aefee4c70b211
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/geos][master] Fix deprecated source override location.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / geos


Commits:
b879735b by Bas Couwenberg at 2018-02-10T11:28:42+01:00
Fix deprecated source override location.

- - - - -


2 changed files:

- debian/changelog
- debian/source.lintian-overrides → debian/source/lintian-overrides


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ geos (3.6.2-2) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Don't use libjs-jquery for Doxygen docs.
   * Bump Standards-Version to 4.1.3, no changes.
+  * Fix deprecated source override location.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 20 Jan 2018 15:51:39 +0100
 


=
debian/source.lintian-overrides → debian/source/lintian-overrides
=



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/geos/commit/b879735bd3309aec3b09e0e9bfc9c9dc81d34ebf

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/geos/commit/b879735bd3309aec3b09e0e9bfc9c9dc81d34ebf
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

Re: [epr-api] 03/04: Update spelling-errors.path description

2018-02-10 Thread Sebastiaan Couwenberg
On 02/10/2018 10:23 AM, Antonio Valentino wrote:
> --- a/debian/patches/spelling-errors.patch
> +++ b/debian/patches/spelling-errors.patch
> @@ -1,6 +1,4 @@
>  Description: Fix spelling errors.
> - foward   -> forward
> - Presense -> Presence
>  Author: Bas Couwenberg 

Remove the spelling errors from the patch description is not required,
lintian has been fixed, see:

 https://bugs.debian.org/889964

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


[Git][debian-gis-team/python-mapnik][master] 2 commits: Rebuild with Proj 5.0.0.

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


Commits:
27e27643 by Bas Couwenberg at 2018-02-10T09:16:08+01:00
Rebuild with Proj 5.0.0.

- - - - -
54b07d87 by Bas Couwenberg at 2018-02-10T09:34:33+01:00
Revert Rebuild with Proj 5.0.0.

This reverts commit 27e27643a89c6ade84266f31035c19585db115aa.

- - - - -


0 changed files:



Changes:


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

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-mapnik/compare/501ddfe97e7865caa8939907898482ae93a28bde...54b07d876d5b6ec9830fdb7c01d3b6b341cf15af
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/osm2pgsql][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-10 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / osm2pgsql


Commits:
83b66209 by Bas Couwenberg at 2018-02-10T09:04:28+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osm2pgsql (0.94.0+ds-2) UNRELEASED; urgency=medium
 
   * Strip trailing whitespace from changelog & rules.
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:04:23 +0100
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 9),
lua5.2,
python,
python-psycopg2
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/osm2pgsql.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/osm2pgsql.git
 Homepage: https://wiki.openstreetmap.org/wiki/Osm2pgsql



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/83b66209cd4e71dc0e793df365fbb982f9478467

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/osm2pgsql/commit/83b66209cd4e71dc0e793df365fbb982f9478467
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/thuban][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / thuban


Commits:
ffd17788 by Bas Couwenberg at 2018-02-09T19:45:11+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 thuban (1.2.2-13) UNRELEASED; urgency=medium
 
-  * Bump Standards-Version to 4.1.2, no changes.
+  * Bump Standards-Version to 4.1.3, no changes.
   * Strip trailing whitespace from changelog.
   * Add lintian overrides.
   * Update copyright-format URL to use HTTPS.


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9),
docbook-xml,
docbook2x,
xsltproc
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/thuban.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/thuban.git
 Homepage: http://thuban.intevation.org



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/thuban/commit/ffd177886eae17eaa9f4c10f175ba5f2aa7b719c

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/thuban/commit/ffd177886eae17eaa9f4c10f175ba5f2aa7b719c
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/saga][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / saga


Commits:
583b426b by Bas Couwenberg at 2018-02-09T18:35:22+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/control.in


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ saga (2.3.1+dfsg-4) UNRELEASED; urgency=medium
   * Drop unused UPSTREAM_{URL,VERSION} variables.
   * Add patch to fix spelling errors.
   * Change priority for libsaga from extra to optional.
-  * Bump Standards-Version to 4.1.2, changes: priority.
+  * Bump Standards-Version to 4.1.3, changes: priority.
   * Strip trailing whitespace from changelog.
   * Update copyright-format URL to use HTTPS.
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 9),
libwxgtk3.0-dev,
python-dev,
swig
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/saga.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/saga.git
 Homepage: http://www.saga-gis.org/


=
debian/control.in
=
--- a/debian/control.in
+++ b/debian/control.in
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 9),
libwxgtk3.0-dev,
python-dev,
swig
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/saga.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/saga.git
 Homepage: http://www.saga-gis.org/



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/saga/commit/583b426b4602dfb563730e4a378a672dd5de8095

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/saga/commit/583b426b4602dfb563730e4a378a672dd5de8095
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/qmapshack][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / qmapshack


Commits:
e8452bd3 by Bas Couwenberg at 2018-02-09T18:10:11+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qmapshack (1.10.0-2) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:44:42 +0100
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: cmake,
qttools5-dev,
qttools5-dev-tools,
qtscript5-dev
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/qmapshack.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/qmapshack.git
 Homepage: https://bitbucket.org/maproom/qmapshack/wiki/Home



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qmapshack/commit/e8452bd392ba0c7ad52abc70bb366cd085e99c69

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qmapshack/commit/e8452bd392ba0c7ad52abc70bb366cd085e99c69
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/qlandkartegt][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
qlandkartegt


Commits:
f94115d7 by Bas Couwenberg at 2018-02-09T17:48:57+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 qlandkartegt (1.8.1+ds-9) UNRELEASED; urgency=medium
 
-  * Bump Standards-Version to 4.1.2, no changes.
+  * Bump Standards-Version to 4.1.3, no changes.
   * Update copyright-format URL to use HTTPS.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 23 Sep 2017 04:22:49 +0200


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends: cmake,
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/qlandkartegt.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/qlandkartegt.git
 Homepage: http://www.qlandkarte.org



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qlandkartegt/commit/f94115d7f47615734851fab998eefb9186c2a8d1

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qlandkartegt/commit/f94115d7f47615734851fab998eefb9186c2a8d1
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/pdal][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / pdal


Commits:
35bfd22c by Bas Couwenberg at 2018-02-09T16:04:27+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 pdal (1.6.0-2) UNRELEASED; urgency=medium
 
-  * Bump Standards-Version to 4.1.2, no changes.
+  * Bump Standards-Version to 4.1.3, no changes.
   * Update copyright-format URL to use HTTPS.
 
  -- Bas Couwenberg <sebas...@debian.org>  Fri, 15 Dec 2017 11:22:00 +0100


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Build-Depends: debhelper (>= 9),
docbook-xsl,
docbook-xml,
xsltproc
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pdal.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pdal.git
 Homepage: http://pdal.io/



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pdal/commit/35bfd22c94696885dad6a9a3527efbefd56e49d2

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pdal/commit/35bfd22c94696885dad6a9a3527efbefd56e49d2
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/proj][experimental] Ignore test failures on problematic architectures only.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch experimental at Debian GIS Project / proj


Commits:
a9b14055 by Bas Couwenberg at 2018-02-09T14:41:38+01:00
Ignore test failures on problematic architectures only.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+proj (5.0.0~rc2-1~exp3) UNRELEASED; urgency=medium
+
+  * Ignore test failures on problematic architectures only.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Fri, 09 Feb 2018 14:40:43 +0100
+
 proj (5.0.0~rc2-1~exp2) experimental; urgency=medium
 
   * Add patch to avoid numerical differences on non-amd64 architectures.


=
debian/rules
=
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,14 @@ override_dh_auto_build:
dh_auto_build -Sant -Djniwrap -- do_javah jar_it do_make_help
dh_auto_build
 
+override_dh_auto_test:
+# Ignore test failures on problematic architectures only
+ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386 hurd-i386 ia64 powerpc"))
+   dh_auto_test || echo "Ignoring test failures"
+else
+   dh_auto_test
+endif
+
 override_dh_auto_install:
dh_auto_install




View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/a9b14055bf05bd4a01755261d963ec99d9c5b545

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/a9b14055bf05bd4a01755261d963ec99d9c5b545
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/merkaartor][master] Add patch to fix spelling errors.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / merkaartor


Commits:
3dd55693 by Bas Couwenberg at 2018-02-09T13:57:05+01:00
Add patch to fix spelling errors.

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/spelling-errors.patch


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+merkaartor (0.18.3+ds-4) UNRELEASED; urgency=medium
+
+  * Add patch to fix spelling errors.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Fri, 09 Feb 2018 13:42:08 +0100
+
 merkaartor (0.18.3+ds-3) unstable; urgency=medium
 
   [ Bas Couwenberg ]


=
debian/patches/series
=
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 qmake-config-nostrip.patch
 no-git-version.patch
 performance-typo.patch
+spelling-errors.patch


=
debian/patches/spelling-errors.patch
=
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ * everytime -> every time
+Author: Bas Couwenberg <sebas...@debian.org>
+
+--- a/CHANGELOG
 b/CHANGELOG
+@@ -717,7 +717,7 @@ v0.11
+ * FIX : upload order when merging nodes
+ * FIX : warn when using wrong credentials
+ * ADD : drag the map around with control key for poor Mac owners
+-* FIX : We can now select the move tool everytime
++* FIX : We can now select the move tool every time
+ * FIX : Reverse on an area doesn't open it anymore
+ * FIX : Select dialog : fix the size of elements
+ * FIX : Roundabout creation. Add tag junction=roundabout



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

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/merkaartor/commit/3dd55693b7811715e0b3014ca2a50db1a002dbb0
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/mapserver][master] 3 commits: Bump Standards-Version to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / mapserver


Commits:
07904d22 by Bas Couwenberg at 2018-02-09T12:51:56+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
f2fc594a by Bas Couwenberg at 2018-02-09T13:12:58+01:00
Strip trailing whitespace from changelog file.

- - - - -
7ef8c8ce by Bas Couwenberg at 2018-02-09T13:39:08+01:00
Add patch to exclude .java files from mapscript.jar.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/jar-contains-source.patch
- debian/patches/series


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mapserver (7.0.7-2) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Add patch to exclude .java files from mapscript.jar.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 20 Jan 2018 22:17:20 +0100
 
@@ -503,7 +505,7 @@ mapserver (6.0.1-2) unstable; urgency=low
  -- Francesco Paolo Lovergine <fran...@debian.org>  Fri, 23 Dec 2011 14:02:06 
+0100
 
 mapserver (6.0.1-1) unstable; urgency=low
-   
+
   [ Alan Boudreault ]
   * New upstream release.
 
@@ -552,7 +554,7 @@ mapserver (5.6.5-2) unstable; urgency=high
 
   * Fix Validation of symbol index values (CVE-2010-1678)
 [http://trac.osgeo.org/mapserver/ticket/3641]
-   
+
  -- Alan Boudreault <aboudrea...@mapgears.com>  Thu, 06 Jan 2011 11:18:29 -0500
 
 mapserver (5.6.5-1.1) unstable; urgency=low
@@ -618,7 +620,7 @@ mapserver (5.6.1-1) unstable; urgency=low
   * New upstream release, with a few important bug fixes.
   * Modified ruby mapscript package to use ruby 1.9.1 instead of 1.9.0.
 (closes: #565831)
-   
+
   [ Francesco Paolo Lovergine ]
   * Removed Fabio Tranchitella from Uploaders.
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,7 @@ Build-Depends: debhelper (>= 9),
docbook-xml,
xsltproc
 Build-Conflicts: libcurl3-openssl-dev
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapserver.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapserver.git
 Homepage: http://www.mapserver.org


=
debian/patches/jar-contains-source.patch
=
--- /dev/null
+++ b/debian/patches/jar-contains-source.patch
@@ -0,0 +1,15 @@
+Description: Exclude .java files from jar.
+Author: Bas Couwenberg <sebas...@debian.org>
+Forwarded: https://github.com/mapserver/mapserver/pull/5545
+
+--- a/mapscript/java/CMakeLists.txt
 b/mapscript/java/CMakeLists.txt
+@@ -38,7 +38,7 @@ ADD_CUSTOM_COMMAND(TARGET javamapscript
+   WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+   POST_BUILD
+   COMMAND ${Java_JAVAC_EXECUTABLE} 
edu/umn/gis/mapscript/*.java
+-  COMMAND ${Java_JAR_EXECUTABLE} cf mapscript.jar edu
++  COMMAND ${Java_JAR_EXECUTABLE} cf mapscript.jar 
edu/umn/gis/mapscript/*.class
+   COMMENT "Compiling java source files, creating 
mapscript.jar"
+   )
+ 


=
debian/patches/series
=
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ hardening.patch
 perl-mapscript-install.patch
 ruby-mapscript-install.patch
 java-hardening.patch
+jar-contains-source.patch



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapserver/compare/94c84df7b900cc60e6d7d93f71a43b1da71593cf...7ef8c8ce1a1f11499d92d09e5ffb57636b2a72ad

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapserver/compare/94c84df7b900cc60e6d7d93f71a43b1da71593cf...7ef8c8ce1a1f11499d92d09e5ffb57636b2a72ad
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/mapcache][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / mapcache


Commits:
5abcf450 by Bas Couwenberg at 2018-02-09T11:51:23+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ mapcache (1.6.1-2) UNRELEASED; urgency=medium
   * Drop libproj-dev build dependency, not directly required and already
 pulled in via libgdal-dev.
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg <sebas...@debian.org>  Fri, 17 Nov 2017 20:38:20 +0100
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,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/mapcache.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapcache.git
 Homepage: http://www.mapserver.org/mapcache/



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapcache/commit/5abcf450cf886d726ba90d9277089b2896ccfcc9

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapcache/commit/5abcf450cf886d726ba90d9277089b2896ccfcc9
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/dans-gdal-scripts][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
dans-gdal-scripts


Commits:
eafda1ec by Bas Couwenberg at 2018-02-09T10:48:39+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 dans-gdal-scripts (0.24-2) UNRELEASED; urgency=medium
 
   * Change priority from extra to optional.
-  * Bump Standards-Version to 4.1.2, changes: priority.
+  * Bump Standards-Version to 4.1.3, changes: priority.
   * Add autopkgtest to test installability.
   * Strip trailing whitespace from changelog & control file.
   * Drop libproj-dev from build dependencies, not directly required and


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
autotools-dev,
libgdal-dev,
libboost-dev
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/dans-gdal-scripts.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/dans-gdal-scripts.git
 Homepage: http://www.gina.alaska.edu/projects/gina-tools



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/dans-gdal-scripts/commit/eafda1ec30fcace815d8ad5123308fed1c4a20ac

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/dans-gdal-scripts/commit/eafda1ec30fcace815d8ad5123308fed1c4a20ac
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/spatialite-gui][master] Bump Standards-Verson to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
spatialite-gui


Commits:
2fb481de by Bas Couwenberg at 2018-02-09T10:09:49+01:00
Bump Standards-Verson to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 spatialite-gui (2.0.0~devel2-9) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Verson to 4.1.3, no changes.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:52:20 +0100
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9~),
pkg-config,
wx-common,
zlib1g-dev
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/spatialite-gui.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/spatialite-gui.git
 Homepage: https://www.gaia-gis.it/fossil/spatialite_gui/



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/spatialite-gui/commit/2fb481de85e076c62510183c4d91e972a5ccb206

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/spatialite-gui/commit/2fb481de85e076c62510183c4d91e972a5ccb206
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/pyspatialite][master] 2 commits: Bump Standards-Version to 4.1.3, no changes.

2018-02-09 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
pyspatialite


Commits:
8b56503b by Bas Couwenberg at 2018-02-09T09:04:44+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
6952b999 by Bas Couwenberg at 2018-02-09T10:07:53+01:00
Add override for python-foo-but-no-python3-foo.

- - - - -


3 changed files:

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


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 pyspatialite (3.0.1-13) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Add override for python-foo-but-no-python3-foo.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:33:24 +0100
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
libgeos-dev,
libproj-dev,
python-all-dev (>= 2.6.6-3~)
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyspatialite.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyspatialite.git
 Homepage: https://github.com/lokkju/pyspatialite/


=
debian/source.lintian-overrides
=
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,3 @@
+# Python 3 is not supported
+pyspatialite source: python-foo-but-no-python3-foo python-pyspatialite
+



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyspatialite/compare/12a76b102c3149ffea4388610cb8ef4121954827...6952b999a5a29995b181be5c4fcf68047190

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/pyspatialite/compare/12a76b102c3149ffea4388610cb8ef4121954827...6952b999a5a29995b181be5c4fcf68047190
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/sosi2osm][master] 3 commits: Bump Standards-Version to 4.1.3, no changes.

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / sosi2osm


Commits:
0491df65 by Bas Couwenberg at 2018-02-08T22:22:12+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
5cfd1cff by Bas Couwenberg at 2018-02-08T22:25:07+01:00
Add autopkgtest to test installability.

- - - - -
d42f2cd8 by Bas Couwenberg at 2018-02-08T22:26:39+01:00
Add patch to fix spelling errors.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/patches/series
- + debian/patches/spelling-errors.patch
- + debian/tests/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ sosi2osm (1.0.0-4) UNRELEASED; urgency=medium
   * Add upstream metadata.
   * Strip trailing whitespace from rules.
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Add autopkgtest to test installability.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebas...@debian.org>  Thu, 01 Sep 2016 14:42:41 +0200
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
libfyba-dev,
pkg-config,
libproj-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/sosi2osm.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/sosi2osm.git
 Homepage: https://github.com/Gnonthgol/sosi2osm


=
debian/patches/series
=
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_fix_libsearchpath.patch
 02_fix_install.patch
 std-max.patch
+spelling-errors.patch


=
debian/patches/spelling-errors.patch
=
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ * coodinate -> coordinate
+Author: Bas Couwenberg <sebas...@debian.org>
+
+--- a/sosi.cpp
 b/sosi.cpp
+@@ -98,7 +98,7 @@ const char* getCoordinateSystem() {
+ /* WSG84 */
+ case 84: return "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs ";
+ default: {
+-fprintf(stderr, "(Yet) unsupported coodinate system in SOSI-file: 
%i. Defaulting to EPSG:4326.", trans.sKoordsys);
++fprintf(stderr, "(Yet) unsupported coordinate system in 
SOSI-file: %i. Defaulting to EPSG:4326.", trans.sKoordsys);
+ return "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs ";
+ }
+ }


=
debian/tests/control
=
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/sosi2osm/compare/8d50a9b9853c2a39daf682ee2ad064d8af6c8506...d42f2cd836a9bc6cc9c7d31cec05382849a520cb

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/sosi2osm/compare/8d50a9b9853c2a39daf682ee2ad064d8af6c8506...d42f2cd836a9bc6cc9c7d31cec05382849a520cb
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/shapelib][master] 2 commits: Bump Standards-Version to 4.1.3, no changes.

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / shapelib


Commits:
418f0f60 by Bas Couwenberg at 2018-02-08T22:13:45+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
db4f183a by Bas Couwenberg at 2018-02-08T22:19:35+01:00
Add lintian override for debian-watch-uses-insecure-uri.

- - - - -


3 changed files:

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


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ shapelib (1.4.1-2) UNRELEASED; urgency=medium
 
   * Strip trailing whitespace from changelog.
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Add lintian override for debian-watch-uses-insecure-uri.
 
  -- Bas Couwenberg <sebas...@debian.org>  Wed, 15 Nov 2017 22:12:52 +0100
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
libproj-dev,
ruby-ronn
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/shapelib.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/shapelib.git
 Homepage: http://shapelib.maptools.org/


=
debian/source.lintian-overrides
=
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,3 @@
+# download.osgeo.org is not available via HTTPS
+shapelib source: debian-watch-uses-insecure-uri *
+



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/shapelib/compare/701938c086725e15392435085f397acddb4a7b5a...db4f183a58b10811f0a833833f2800c25db760b0

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/shapelib/compare/701938c086725e15392435085f397acddb4a7b5a...db4f183a58b10811f0a833833f2800c25db760b0
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/python-pyproj][master] 2 commits: Bump Standards-Version to 4.1.3, no changes.

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
python-pyproj


Commits:
1804bfb8 by Bas Couwenberg at 2018-02-08T22:08:10+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
84cb7f5f by Bas Couwenberg at 2018-02-08T22:12:45+01:00
Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 python-pyproj (1.9.5.1-4) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:39:51 +0100
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
python3-setuptools,
python3-numpy,
libproj-dev (>= 4.9.0~)
-Standards-Version: 4.0.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-pyproj.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-pyproj.git
 Homepage: https://github.com/jswhit/pyproj


=
debian/rules
=
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,10 @@ override_dh_clean:
 src/pj_malloc.o
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="PYTHONPATH={build_dir} {interpreter} 
unittest/test.py -v" dh_auto_test || echo "Ignoring test failures"
+endif
 
 override_dh_install:
dh_install --list-missing



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-pyproj/compare/cd5fccb913a66fe2ade302a628fdcfde670721cc...84cb7f5f4877952eba8b4ce4ed0b98b2aab810f2

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-pyproj/compare/cd5fccb913a66fe2ade302a628fdcfde670721cc...84cb7f5f4877952eba8b4ce4ed0b98b2aab810f2
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/proj-rdnap][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / proj-rdnap


Commits:
555997b8 by Bas Couwenberg at 2018-02-08T21:32:57+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 proj-rdnap (2008-7) UNRELEASED; urgency=medium
 
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:28:55 +0100
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
libipc-run-perl,
libjson-perl,
libjson-xs-perl
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/proj-rdnap.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/proj-rdnap.git
 Homepage: https://www.kadaster.nl/transformatie-van-coordinaten



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj-rdnap/commit/555997b870046d88f7eb12c7af0816a44c1a2964

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj-rdnap/commit/555997b870046d88f7eb12c7af0816a44c1a2964
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/ogdi-dfsg][master] 2 commits: Bump Standards-Version to 4.1.3, no changes.

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg


Commits:
c16a3e71 by Bas Couwenberg at 2018-02-08T21:02:02+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
caecc0f3 by Bas Couwenberg at 2018-02-08T21:06:52+01:00
Mark as Team upload.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 ogdi-dfsg (3.2.0+ds-3) UNRELEASED; urgency=medium
 
+  * Team upload.
   * Change priority from extra to optional.
-  * Bump Standards-Version to 4.1.0, changes: priority.
+  * Bump Standards-Version to 4.1.3, changes: priority.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Add autopkgtest to test installability.
   * Strip trailing whitespace from changelog & control files.


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
libproj-dev,
tcl-dev (>= 8.4),
zlib1g-dev
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ogdi-dfsg.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/ogdi-dfsg.git
 Homepage: http://ogdi.sourceforge.net/



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/ogdi-dfsg/compare/305985bed52eaee41d45cd441edd4cb1531daf64...caecc0f3f26dcc70bc314bf1605130babe745c9e

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/ogdi-dfsg/compare/305985bed52eaee41d45cd441edd4cb1531daf64...caecc0f3f26dcc70bc314bf1605130babe745c9e
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/libgeotiff-dfsg][master] 3 commits: Bump Standards-Version to 4.1.3, no changes.

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
libgeotiff-dfsg


Commits:
d05fc7d2 by Bas Couwenberg at 2018-02-08T20:49:36+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
a91a75b0 by Bas Couwenberg at 2018-02-08T20:54:24+01:00
Add lintian override for debian-watch-uses-insecure-uri.

- - - - -
f43783fd by Bas Couwenberg at 2018-02-08T20:54:34+01:00
Add autopkgtest to test installability.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/source.lintian-overrides
- + debian/tests/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
 libgeotiff-dfsg (1.4.2-3) UNRELEASED; urgency=medium
 
   * Change priority from extra to optional.
-  * Bump Standards-Version to 4.1.0, changes: priority.
+  * Bump Standards-Version to 4.1.3, changes: priority.
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Strip trailing whitespace from changelog & control files.
   * Update copyright-format URL to use HTTPS.
+  * Add lintian override for debian-watch-uses-insecure-uri.
+  * Add autopkgtest to test installability.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 24 Sep 2017 13:06:02 +0200
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
zlib1g-dev,
libjpeg-dev,
libtiff-dev
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libgeotiff-dfsg.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/libgeotiff-dfsg.git
 Homepage: https://geotiff.osgeo.org/


=
debian/source.lintian-overrides
=
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,3 @@
+# download.osgeo.org is not available via HTTPS
+libgeotiff-dfsg source: debian-watch-uses-insecure-uri *
+


=
debian/tests/control
=
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/libgeotiff-dfsg/compare/801c95817915bc0b627eee74fadb7d8f41617efd...f43783fdada85074ade95da904b954e601b38358

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/libgeotiff-dfsg/compare/801c95817915bc0b627eee74fadb7d8f41617efd...f43783fdada85074ade95da904b954e601b38358
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/libgeotiff-epsg][master] Bump Standards-Version to 4.1.3, no changes.

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / 
libgeotiff-epsg


Commits:
8fe766e3 by Bas Couwenberg at 2018-02-08T20:48:50+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 libgeotiff-epsg (1.4.2-2) UNRELEASED; urgency=medium
 
-  * Bump Standards-Version to 4.1.0, no changes.
+  * Bump Standards-Version to 4.1.3, no changes.
   * Strip trailing whitespace from changelog & control files.
   * Update copyright-format URL to use HTTPS.
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Francesco Paolo Lovergine <fran...@debian.org>,
 Section: non-free/science
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libgeotiff-epsg.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/libgeotiff-epsg.git
 Homepage: https://geotiff.osgeo.org/



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/libgeotiff-epsg/commit/8fe766e3af6c32618b3a12d09ca1933949d5414f

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/libgeotiff-epsg/commit/8fe766e3af6c32618b3a12d09ca1933949d5414f
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/gpx2shp][master] 3 commits: Bump Standards-Version to 4.1.3, no changes.

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / gpx2shp


Commits:
2511d27d by Bas Couwenberg at 2018-02-08T20:31:25+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
89159694 by Bas Couwenberg at 2018-02-08T20:32:01+01:00
Add autopkgtest to test installability.

- - - - -
a6b93ef3 by Bas Couwenberg at 2018-02-08T20:33:43+01:00
Add patch to fix spelling errors.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/patches/series
- + debian/patches/spelling-errors.patch
- + debian/tests/control


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 gpx2shp (0.71.0-5) UNRELEASED; urgency=medium
 
+  * Team upload.
   * Update copyright-format URL to use HTTPS.
+  * Bump Standards-Version to 4.1.3, no changes.
+  * Add autopkgtest to test installability.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 20 Jan 2018 21:52:51 +0100
 


=
debian/control
=
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
libproj-dev,
libexpat1-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gpx2shp.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gpx2shp.git
 Homepage: http://gpx2shp.osdn.jp/


=
debian/patches/series
=
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 extension-typo.patch
 sourceforge-to-osdn.patch
 proj-4.9.3.patch
+spelling-errors.patch


=
debian/patches/spelling-errors.patch
=
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,26 @@
+Description: Fix spelling errors.
+ * calulation -> calculation
+Author: Bas Couwenberg <sebas...@debian.org>
+
+--- a/man/gpx2shp.1
 b/man/gpx2shp.1
+@@ -73,7 +73,7 @@ Sets time unit. The default is sec. You
+ Sets length unit for speed. The default is km. You can see the unit list from 
"geod \-lu" command.
+ .TP 
+ .B \-\-speed\-time\-unit
+-Sets time unit for speed calulation. Default is hour. You can set from day, 
hour, min and sec.
++Sets time unit for speed calculation. Default is hour. You can set from day, 
hour, min and sec.
+ .TP 
+ .B \-\-length\-ellipsoid
+ Sets length ellipsoid like UGS84, clrk66. The default is UGS84. You can see 
the unit list from "geod \-le" command.
+--- a/src/main.c
 b/src/main.c
+@@ -85,7 +85,7 @@ void usage(char **argv) {
+   fprintf(stdout,
+   "You can see the unit list from 
\"geod -lu\" command.\n");
+   fprintf(stdout,
+-  "--speed-time-unit   Sets time unit for speed 
calulation. Default is hour.\n");
++  "--speed-time-unit   Sets time unit for speed 
calculation. Default is hour.\n");
+   fprintf(stdout,
+   "You can set from day, hour, 
min and sec.\n");
+   fprintf(stdout,


=
debian/tests/control
=
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+# Test installability
+Depends: @
+Test-Command: /bin/true



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gpx2shp/compare/9b1c581c141c34779f3c19af2b1c905d287c56e5...a6b93ef39855f328a62a14b06287b5483e9e5eb3

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gpx2shp/compare/9b1c581c141c34779f3c19af2b1c905d287c56e5...a6b93ef39855f328a62a14b06287b5483e9e5eb3
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] Pushed new tag debian/1.6.0+dfsg-1

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/1.6.0+dfsg-1 at Debian GIS Project 
/ mapnik-vector-tile

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik-vector-tile/tree/debian/1.6.0+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

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

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/1.6.0+dfsg at Debian GIS Project 
/ mapnik-vector-tile

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik-vector-tile/tree/upstream/1.6.0+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

[Git][debian-gis-team/mapnik-vector-tile][pristine-tar] pristine-tar data for mapnik-vector-tile_1.6.0+dfsg.orig.tar.gz

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / 
mapnik-vector-tile


Commits:
dabaa7ed by Bas Couwenberg at 2018-02-08T16:21:20+01:00
pristine-tar data for mapnik-vector-tile_1.6.0+dfsg.orig.tar.gz

- - - - -


2 changed files:

- + mapnik-vector-tile_1.6.0+dfsg.orig.tar.gz.delta
- + mapnik-vector-tile_1.6.0+dfsg.orig.tar.gz.id


Changes:

=
mapnik-vector-tile_1.6.0+dfsg.orig.tar.gz.delta
=
Binary files /dev/null and b/mapnik-vector-tile_1.6.0+dfsg.orig.tar.gz.delta 
differ


=
mapnik-vector-tile_1.6.0+dfsg.orig.tar.gz.id
=
--- /dev/null
+++ b/mapnik-vector-tile_1.6.0+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+46abecb5c7d464662b73845fd45fe41069d0022c



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

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik-vector-tile/commit/dabaa7ed0c3c170985aa4807b645be765b0ad25d
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/proj] Pushed new tag debian/5.0.0_rc2-1_exp2

2018-02-08 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/5.0.0_rc2-1_exp2 at Debian GIS 
Project / proj

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/tree/debian/5.0.0_rc2-1_exp2
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

Bug#889846: qgis: Unable to open qGIS project

2018-02-07 Thread Sebastiaan Couwenberg
On 02/07/2018 11:02 PM, Paul Rogé wrote:
> On 02/07/2018 01:50 PM, Sebastiaan Couwenberg wrote
>> That sounds like a user error, not qgis.
>
> If QGIS crashes with composer window open, projects become
> unrecoverable. I'd consider this a problem with qgis, and time wasted
> recreating projects from scratch.

Then please file the issue upstream, see:

 
https://qgis.org/en/site/getinvolved/development/bugreporting.html#reporting-issues-on-qgis-applications

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

[Git][debian-gis-team/proj][experimental] 7 commits: New upstream version 5.0.0~rc2

2018-02-07 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch experimental at Debian GIS Project / proj


Commits:
6c57c692 by Bas Couwenberg at 2018-02-07T22:23:23+01:00
New upstream version 5.0.0~rc2
- - - - -
689451e9 by Bas Couwenberg at 2018-02-07T22:23:27+01:00
Merge tag upstream/5.0.0_rc2 into experimental

Upstream version 5.0.0~rc2

- - - - -
fae7aa94 by Bas Couwenberg at 2018-02-07T22:23:57+01:00
New upstream release candidate.

- - - - -
1ecb6a5b by Bas Couwenberg at 2018-02-07T22:57:36+01:00
Drop patches applied upstream. Refresh remaining patch.

- - - - -
d8e1df7a by Bas Couwenberg at 2018-02-07T22:57:36+01:00
Update symbols for 5.0.0~rc2.

- - - - -
32123d70 by Bas Couwenberg at 2018-02-07T22:58:54+01:00
Dont ignore test failures.

- - - - -
c94adb4a by Bas Couwenberg at 2018-02-07T22:58:54+01:00
Set distribution to experimental.

- - - - -


30 changed files:

- Makefile.am
- Makefile.in
- README
- aclocal.m4
- cmake/Makefile.in
- + compile
- config.guess
- config.sub
- configure
- configure.ac
- debian/changelog
- debian/libproj13.symbols
- − debian/patches/link-libm.patch
- − debian/patches/manpage-formatting.patch
- debian/patches/manpage-section.patch
- − debian/patches/manpages.patch
- debian/patches/series
- − debian/patches/soversion.patch
- debian/rules
- depcomp
- install-sh
- jniwrap/Makefile.in
- jniwrap/org/Makefile.in
- jniwrap/org/proj4/Makefile.in
- ltmain.sh
- + m4/._ltoptions.m4
- + m4/._ltsugar.m4
- + m4/._lt~obsolete.m4
- m4/libtool.m4
- m4/ltoptions.m4


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/compare/6ac84f8ef08081f0b286d4bc3e26f73d7ff13c39...c94adb4a7b0988ccb9218ead2e37293ea390bb3e

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/compare/6ac84f8ef08081f0b286d4bc3e26f73d7ff13c39...c94adb4a7b0988ccb9218ead2e37293ea390bb3e
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/proj] Pushed new tag upstream/5.0.0_rc2

2018-02-07 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag upstream/5.0.0_rc2 at Debian GIS Project / 
proj

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/tree/upstream/5.0.0_rc2
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/proj] Pushed new tag debian/5.0.0_rc2-1_exp1

2018-02-07 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed new tag debian/5.0.0_rc2-1_exp1 at Debian GIS 
Project / proj

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/tree/debian/5.0.0_rc2-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/proj][upstream] New upstream version 5.0.0~rc2

2018-02-07 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch upstream at Debian GIS Project / proj


Commits:
6c57c692 by Bas Couwenberg at 2018-02-07T22:23:23+01:00
New upstream version 5.0.0~rc2
- - - - -


30 changed files:

- Makefile.am
- Makefile.in
- README
- aclocal.m4
- cmake/Makefile.in
- + compile
- config.guess
- config.sub
- configure
- configure.ac
- depcomp
- install-sh
- jniwrap/Makefile.in
- jniwrap/org/Makefile.in
- jniwrap/org/proj4/Makefile.in
- ltmain.sh
- + m4/._ltoptions.m4
- + m4/._ltsugar.m4
- + m4/._lt~obsolete.m4
- m4/libtool.m4
- m4/ltoptions.m4
- m4/ltsugar.m4
- m4/ltversion.m4
- m4/lt~obsolete.m4
- man/CMakeLists.txt
- man/Makefile.in
- man/man1/Makefile.am
- man/man1/Makefile.in
- + man/man1/cct.1
- man/man1/cs2cs.1


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/6c57c692e51701c36a6c55ecf55344cfc6cb8de4

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/6c57c692e51701c36a6c55ecf55344cfc6cb8de4
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/proj][pristine-tar] pristine-tar data for proj_5.0.0~rc2.orig.tar.gz

2018-02-07 Thread Sebastiaan Couwenberg
Sebastiaan Couwenberg pushed to branch pristine-tar at Debian GIS Project / proj


Commits:
34450d79 by Bas Couwenberg at 2018-02-07T22:23:26+01:00
pristine-tar data for proj_5.0.0~rc2.orig.tar.gz

- - - - -


2 changed files:

- + proj_5.0.0~rc2.orig.tar.gz.delta
- + proj_5.0.0~rc2.orig.tar.gz.id


Changes:

=
proj_5.0.0~rc2.orig.tar.gz.delta
=
Binary files /dev/null and b/proj_5.0.0~rc2.orig.tar.gz.delta differ


=
proj_5.0.0~rc2.orig.tar.gz.id
=
--- /dev/null
+++ b/proj_5.0.0~rc2.orig.tar.gz.id
@@ -0,0 +1 @@
+54fe8f1ebde1b15f212690327c365a57a5fe32ef



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/34450d7976b8a71b0c5b1f80038c9542391e6fbd

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/commit/34450d7976b8a71b0c5b1f80038c9542391e6fbd
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

Bug#889846: qgis: Unable to open qGIS project

2018-02-07 Thread Sebastiaan Couwenberg
On 02/07/2018 10:03 PM, Paul Rogé wrote:
> On 02/07/2018 12:53 PM, Sebastiaan Couwenberg wrote:
>> Please provide the shapefile (preferably a minimal subset) with which
>> the issue can be reproduced.
> Here you go...

Creating a new project and adding a layers with the shapefile and qosm
basemap, creating a print composer (not changing anything) and saving
both, does not reproduce the issue. Starting qgis with the saved project
opens it just fine.

Which steps did you take to reproduce the issue?

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

  1   2   3   4   5   6   7   8   9   10   >