Re: [Git][debian-gis-team/pygeoapi][master] 3 commits: Updated copyright file.

2023-07-03 Thread Felix Delattre
Many thanks for the promt feedback! On 7/1/23 11:35, Sebastiaan Couwenberg wrote: There are also quite a few lintian issues. Oh, yeah, looking into fixing this over the next weeks. Also talked to the pygeoapi maintainers about improving the handling of external libraries being included in

Re: tirex review

2021-10-08 Thread Felix Delattre
On 10/8/21 9:01 AM, Sebastiaan Couwenberg wrote: > If the build system installs files that are explicitly not included in > any package they should be removed [..] Thanks for the hint! Done. Very nice solution with the links! Tested and worked well. What are the next steps? Have a nice day,

Re: tilemaker review

2021-10-08 Thread Felix Delattre
On 10/8/21 7:39 AM, Sebastiaan Couwenberg wrote: > With the cmake build system you shouldn't need as much customization in > d/rules, like the dh_auto_install override, the various buildflag bits, > and all the Makefile changes in the various patches. Oh, indeed. And this also solved the problems

Re: tirex review

2021-10-08 Thread Felix Delattre
Thanks for your review(s)! On 10/8/21 8:35 AM, Sebastiaan Couwenberg wrote: > dh_missing reports a lot of files that are installed but not included in > any package. Yes, this is because we didn't include other backends than test and mapnik for now, as these others are almost not being used,

Re: [Git][debian-gis-team/tirex][master] Don't use template for tirex.links.

2021-10-08 Thread Felix Delattre
Hi Bas, On 10/8/21 8:28 AM, Bas Couwenberg (@sebastic) wrote: > +echo "$(mapnik-plugin-base)/usr/share/tirex/mapnik/input" `mapnik-plugin-base` is provided by the `libmapnik-dev` package. At the moment of installation of tirex on a user's computer, it usually won't be available. This is why I

Re: tilemaker review

2021-10-07 Thread Felix Delattre
Hi Bas, tilemaker looks good to me. Only one last thing: after switching to cmake I see a lintian `file-references-package-build-path` message, and I'm a bit stuck on how to solve this. Do you have a hint for me? I saw you had some similar issues with PROJ. Thanks, Felix

Re: tirex review

2021-10-07 Thread Felix Delattre
Hi Bas, tirex is at a good point. And I would like to get another round of review from your side. It also includes a `tirex-example-map` package with some sample data in geopackage format. If we decide to include this part, I'd be happy to also provide a `renderd-example-map`. Many thanks!

Re: nominatim

2021-09-19 Thread Felix Delattre
Hi Bas, On 9/19/21 10:48 AM, Sebastiaan Couwenberg wrote: > The disclaimer in the Installation section of the README is not very > encouraging: Nominatim has been constantly improving and is at a much better state now. This has been an old message that doesn't apply to it anymore - and has just

nominatim

2021-09-19 Thread Felix Delattre
Hi Bas, It looks like `nominatim` is getting to a point, that it would be ready and useful to package it. The upstream maintainers are highly interested in this. * https://nominatim.org * https://github.com/osm-search/Nominatim I'm considering to propose an ITP for nominatim. Do you think

Re: tirex review

2021-09-11 Thread Felix Delattre
On 9/11/21 8:40 AM, Sebastiaan Couwenberg wrote: > The mapnik-plugin-base variable is not defined though. Are you sure? It works on my side. The `mapnik-plugin-base` is a command provided by the build dependency `mapnik-dev`. > If you create the directory and symlink via tirex.dirs &

Re: tilemaker review

2021-09-08 Thread Felix Delattre
Thanks for all the great input. This was very useful - both the patch and the explanations around the *FLAGS environment variables. I addressed the points you mentioned with the last commits. Kindness, Felix ___ Pkg-grass-devel mailing list

Re: tirex review

2021-09-08 Thread Felix Delattre
Hi Bas, All issues you mentioned should be addressed by now. Regarding this: On 9/4/21 8:32 AM, Sebastiaan Couwenberg wrote: > Why keep the mapnik version hardcoded? This requires source changes when > the major or minor version of mapnik is incremented (e.g. 3.2 or 4.0). > Using the version

Re: Request review for tirex and tilemaker

2021-09-05 Thread Felix Delattre
Hi Bas, Thanks for the detailed reviews! They are super helpful feedback. I'm going to look into all points in the upcoming week. Kindness, Felix On 8/29/21 4:54 PM, Felix Delattre wrote: > Hi Bas, > > Just a quick heads-up, to let you know that both the experimental `tirex` and >

Re: tilemaker review

2021-09-03 Thread Felix Delattre
Hi Bas, all done, but stuck at the last: On 9/3/21 9:30 AM, Sebastiaan Couwenberg wrote: > >hardening-no-fortify-functions >CPPFLAGS is not used. Tried a lot around adding to debian/rules something like this: ``` CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CXXFLAGS := $(shell

Re: tirex review

2021-09-03 Thread Felix Delattre
Hi Bas, Trying to treat briefly each point: On 9/3/21 8:54 AM, Sebastiaan Couwenberg wrote: > tirex: > > > * debian/changelog > >"Targeted packaging to debian archive." and "Initial package" entries >can be merged, and the entry closing the ITP should be the first >changelog

Re: tilemaker review

2021-09-03 Thread Felix Delattre
Hi Bas, Many thanks for the review! I'm going to check on the points you raised. One issue I stumbled over in the copyright file: On 9/3/21 9:30 AM, Sebastiaan Couwenberg wrote: > >License for resources/process-openmaptiles.lua is CC-BY-4.0. To my understanding the OpenMapTiles schema

Re: Request review for tirex and tilemaker

2021-08-31 Thread Felix Delattre
Great, yeah, I was just doing some improvements. Will wrap-up everything today. So you can pick them up anytime later this week. Thanks! Felix On 8/31/21 1:44 PM, Sebastiaan Couwenberg wrote: > Felix, > > On 8/29/21 6:54 PM, Felix Delattre wrote: >> Just a quick heads-up,

Request review for tirex and tilemaker

2021-08-29 Thread Felix Delattre
Hi Bas, Just a quick heads-up, to let you know that both the experimental `tirex` and `tilemaker` are at a point that they look good to me and I would totally appreciate your critical review to move them forward. Please don't feel presured, anytime is fine. Many thanks, Felix

Re: [Git][debian-gis-team/tilemaker][master] 2 commits: Add patch to handle DESTDIR.

2021-08-27 Thread Felix Delattre
Hi Bas, On 8/27/21 3:50 PM, Sebastiaan Couwenberg wrote: > Don't hardcode the version, use dpkg-parsechangelog to get it from > debian/changelog when DEB_VERSION_UPSTREAM is not set in the environment > via /usr/share/dpkg/pkg-info.mk. See python-cartopy for example: > > >

Re: tilemaker

2021-08-27 Thread Felix Delattre
On 8/27/21 8:18 AM, Sebastiaan Couwenberg wrote: > There doesn't seem to be an ITP bugreport yet. Yes, wanted to check with you first. Just sent it out about half an hour ago. > The project looks like a perfect fit for the GIS team. Yeay! :) > The repo has been created: > >

tilemaker

2021-08-27 Thread Felix Delattre
Dear Bas, I would like to propose an ITP for tilemaker. - https://github.com/systemed/tilemaker Would you be open to sponsor this? And review my work? Thank you. Best, Felix ___ Pkg-grass-devel mailing list Pkg-grass-devel@alioth-lists.debian.net

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Set distribution of new version to unstable.

2021-08-17 Thread Felix Delattre
Hi Bas, Thank you for your feedback and for spotting the copyright owner attribution in upstream! On 8/17/21 2:35 PM, Sebastiaan Couwenberg wrote: > I'd like to see that issue fixed before sponsoring the upload. It has been fixed and it is in `master` of upstream. How do you prefer to bring

Re: pg_tileserv and pg_featureserv

2021-03-02 Thread Felix Delattre
On 3/2/21 6:32 PM, Sebastiaan Couwenberg wrote: > Go and Debian don't go well together, static linking makes security > update problematic. > > Packaging is also harder as upstreams tend to vendor their dependencies > like in the JavaScript ecosystem making working with the versions in > Debian

Re: pg_tileserv and pg_featureserv

2021-03-02 Thread Felix Delattre
On 3/2/21 6:19 PM, Felix Delattre wrote: > Dear Bas, > > I would like to propose an ITP for pg_tileserv and pg_featureserv. > > - https://github.com/CrunchyData/pg_tileserv Here is the correct second url: - https://github.com/CrunchyData/pg_featureserv > > Would y

Re: Bug#979585: libapache2-mod-tile: Update or Mapnik 3.1.0

2021-03-02 Thread Felix Delattre
Hi Bas, The problem on the tests seem to be fixed in upstream by now and is going to be part of the next upstream release 0.6 of libapache2-mod-tile and renderd. Cheers, Felix On 2/14/21 9:02 PM, Felix Delattre wrote: > Hi Bas, > > I looked into that, and indeed I can - kind of -

pg_tileserv and pg_featureserv

2021-03-02 Thread Felix Delattre
Dear Bas, I would like to propose an ITP for pg_tileserv and pg_featureserv. - https://github.com/CrunchyData/pg_tileserv - https://github.com/CrunchyData/pg_tileserv Would you be open to sponsor this? And review my work? Thank you. Best, Felix ___

Re: Bug#979585: libapache2-mod-tile: Update or Mapnik 3.1.0

2021-02-14 Thread Felix Delattre
CI, too. This is just a heads-up that we are working on a fix. Thanks for your support! Best, Felix On 1/11/21 7:34 PM, Sebastiaan Couwenberg wrote: > On 1/11/21 8:07 PM, Felix Delattre wrote: >> Just wanted to apply the patch, but saw you already did. > > Did you also see the

Re: Bug#979585: libapache2-mod-tile: Update or Mapnik 3.1.0

2021-01-11 Thread Felix Delattre
Dear Bas, Just wanted to apply the patch, but saw you already did. Thanks a lot! Happy to see Mapnik being back on track. Best, Felix On 1/8/21 4:52 PM, Bas Couwenberg wrote: > Source: libapache2-mod-tile > Version: 0.5-1 > Severity: important > Tags: patch > > Dear Maintainer, > > Mapnik

[Git][debian-gis-team/libapache2-mod-tile][master] Avoid circular dependency.

2020-11-21 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: c657371c by Felix Delattre at 2020-11-21T10:58:28+00:00 Avoid circular dependency. - - - - - 2 changed files: - debian/changelog - debian/control Changes

Re: libapache2-mod-tile_0.5-1~exp1_amd64.changes ACCEPTED into experimental, experimental

2020-10-23 Thread Felix Delattre
:23 + > Source: libapache2-mod-tile > Binary: libapache2-mod-tile libapache2-mod-tile-dbgsym renderd renderd-dbgsym > Architecture: source amd64 > Version: 0.5-1~exp1 > Distribution: experimental > Urgency: medium > Maintainer: Debian GIS Project > Changed-By: Felix Delat

[Git][debian-gis-team/libapache2-mod-tile][master] Move from experimental to unstable

2020-10-23 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 7eacb59b by Felix Delattre at 2020-10-23T16:21:35+00:00 Move from experimental to unstable - - - - - 1 changed file: - debian/changelog Changes: = debian

[Git][debian-gis-team/libapache2-mod-tile][master] Removed deprecated dependency to mapnik 2.

2020-10-08 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 17097b47 by Felix Delattre at 2020-10-08T15:05:36+00:00 Removed deprecated dependency to mapnik 2. - - - - - 2 changed files: - debian/changelog - debian/control Changes

[Git][debian-gis-team/libapache2-mod-tile][master] 2 commits: Use systemd-tmpfiles.

2020-10-08 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 66b832cd by Felix Delattre at 2020-10-08T08:28:30+00:00 Use systemd-tmpfiles. - - - - - d183a1ff by Felix Delattre at 2020-10-08T08:28:34+00:00 Prepare changelog for 5.1-2. - - - - - 3 changed

[Git][debian-gis-team/libapache2-mod-tile][master] 2 commits: Use systemd-tmpfiles.

2020-10-08 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 321248c6 by Felix Delattre at 2020-10-08T08:15:37+00:00 Use systemd-tmpfiles. - - - - - 5447603d by Felix Delattre at 2020-10-08T08:15:41+00:00 Prepare changelog for 5.1-2. - - - - - 3 changed

[Git][debian-gis-team/libapache2-mod-tile][master] Assured /run/renderd exists.

2020-10-06 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: c6284e6e by Felix Delattre at 2020-10-06T16:28:53+00:00 Assured /run/renderd exists. - - - - - 2 changed files: - debian/renderd.postinst - debian/renderd.prerm Changes

[Git][debian-gis-team/libapache2-mod-tile][master] Prepared for experimental release.

2020-09-29 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 52cebcf2 by Felix Delattre at 2020-09-29T15:29:24+00:00 Prepared for experimental release. - - - - - 1 changed file: - debian/changelog Changes: = debian

Re: [debian-gis-team/libapache2-mod-tile] NEW queue

2020-09-28 Thread Felix Delattre
On 9/28/20 11:53 AM, Sebastiaan Couwenberg wrote: > You should always use uscan to download new upstream releases. As > documented in the team policy: > > > https://debian-gis-team.pages.debian.net/policy/packaging.html#git-new-upstream Well noted. Thank you! Felix

Re: [debian-gis-team/libapache2-mod-tile] NEW queue

2020-09-28 Thread Felix Delattre
On 9/28/20 10:31 AM, Sebastiaan Couwenberg wrote: > On 9/28/20 11:32 AM, Felix Delattre wrote: > When for example a patch is added, this is recorded in the changelog. > But when that patch is dropped before a package revision was uploaded > that includes it (e.g. because it's incl

Re: [debian-gis-team/libapache2-mod-tile] NEW queue

2020-09-28 Thread Felix Delattre
On 9/28/20 10:05 AM, Sebastiaan Couwenberg wrote: > Why did you change the get-orig-source script to no longer support git > snapshots? The sole purpose of that script is to do that when plain > uscan cannot be used for new upstream releases. > > Did you use that script for 0.5 or uscan? I used

[debian-gis-team/libapache2-mod-tile] NEW queue

2020-09-28 Thread Felix Delattre
Hi Bas, I would like to know if you consider libapache2-mod-tile ready enough to get it into experimental or sid, so we can trigger the NEW queue. Thank you! Felix ___ Pkg-grass-devel mailing list Pkg-grass-devel@alioth-lists.debian.net

[Git][debian-gis-team/libapache2-mod-tile] Pushed new tag upstream/0.5

2020-09-28 Thread Felix Delattre
Felix Delattre pushed new tag upstream/0.5 at Debian GIS Project / libapache2-mod-tile -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/tree/upstream/0.5 You're receiving this email because of your account on salsa.debian.org

[Git][debian-gis-team/libapache2-mod-tile][upstream] New upstream version 0.5

2020-09-28 Thread Felix Delattre
Felix Delattre pushed to branch upstream at Debian GIS Project / libapache2-mod-tile Commits: 2a5b7fd8 by Felix Delattre at 2020-09-28T08:11:21+00:00 New upstream version 0.5 - - - - - 4 changed files: - debian/tileserver_site.conf - docs/render_list.1 - mod_tile.conf - openstreetmap

Re: [Git][debian-gis-team/libapache2-mod-tile][upstream] New upstream version 0.4+git20200924-8d71103

2020-09-24 Thread Felix Delattre
btw, this is a candidate for a new upstream release 0.5: https://github.com/openstreetmap/mod_tile/issues/216 Best, Felix ___ Pkg-grass-devel mailing list Pkg-grass-devel@alioth-lists.debian.net

[Git][debian-gis-team/libapache2-mod-tile][master] State propeerly authors of changes in changelog.

2020-09-24 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 8e982bd3 by Felix Delattre at 2020-09-24T17:28:48+00:00 State propeerly authors of changes in changelog. - - - - - 1 changed file: - debian/changelog Changes

[Git][debian-gis-team/libapache2-mod-tile][master] Merged changelog entries.

2020-09-24 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 74145d4c by Felix Delattre at 2020-09-24T16:29:08+00:00 Merged changelog entries. - - - - - 1 changed file: - debian/changelog Changes: = debian/changelog

[Git][debian-gis-team/libapache2-mod-tile][pristine-tar] pristine-tar data for libapache2-mod-tile_0.4+git20200924-8d71103.orig.tar.gz

2020-09-24 Thread Felix Delattre
Felix Delattre pushed to branch pristine-tar at Debian GIS Project / libapache2-mod-tile Commits: 09bfbf4f by Felix Delattre at 2020-09-24T15:42:02+00:00 pristine-tar data for libapache2-mod-tile_0.4+git20200924-8d71103.orig.tar.gz - - - - - 2 changed files: - + libapache2-mod-tile_0.4

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Completed changelog.

2020-09-04 Thread Felix Delattre
On 9/4/20 6:43 PM, Sebastiaan Couwenberg wrote: > While it's great when installing a package get you a minimal running > service, leaving the configuration to the admin is fine too. > > Documenting the steps to setup a simple tileserver, e.g. in > README.Debian, would suffice to help users get

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Completed changelog.

2020-09-04 Thread Felix Delattre
Hi Bas, On 9/3/20 5:58 PM, Sebastiaan Couwenberg wrote: > Editing config files in maintainer scripts is fraught with danger. Have > you read the relevant policy section about that? > > https://www.debian.org/doc/debian-policy/ap-pkg-conffiles.html Yes, I had several rounds of thinking and I

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Completed changelog.

2020-09-03 Thread Felix Delattre
On 9/3/20 5:58 PM, Sebastiaan Couwenberg wrote: > Instead of adding shapefile binary files for the example map, using ogr > with OSM XML files would be better. We should no be encouraging the use > of shapefiles. Just looked at this one. In principle, I deeply agree with shapefile not being our

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Completed changelog.

2020-09-03 Thread Felix Delattre
Hi Bas, All very good points. I'm going to address them one by one. May I ask for your suggestion on one doubt I have with the following: On 9/3/20 5:58 PM, Sebastiaan Couwenberg wrote: > Using /var/run for daemons is deprecated, and systemd complains about > that these days. Use /run instead.

Re: [Git][debian-gis-team/libapache2-mod-tile][master] 2 commits: Leave to the admin to enable munin plugins.

2020-09-03 Thread Felix Delattre
On 9/3/20 6:22 PM, Sebastiaan Couwenberg wrote: > When the patch originates from upstream forwarding it makes no sense, > i.e. the patches should not have a Forwarded header. I added the `not-needed` to avoid the linitian `I: patch-not-forwarded-upstream` message. I'm happy to remove them and

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Completed changelog.

2020-09-03 Thread Felix Delattre
On 9/3/20 4:50 PM, Felix Delattre wrote: > From my perspective, I think we are coming very close, I would like to ask > you, about how you would feel to submit this as experimental so it can face > the NEW queue? Just for clarification: I refer to the libapache2-mod-tile, renderd and

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Completed changelog.

2020-09-03 Thread Felix Delattre
Hi Bas, On 9/1/20 3:59 AM, Sebastiaan Couwenberg wrote: > On 8/31/20 10:18 PM, Felix Delattre wrote: >> >> By the way, it is coming together. It builds well on my side now. > > Did you use the lintian hook as documented in the policy? > Many thanks for all the

[Git][debian-gis-team/libapache2-mod-tile][master] Use Bug DEP-3 header to reference upstream reference.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: e3b2d45e by Felix Delattre at 2020-09-03T19:06:58+00:00 Use Bug DEP-3 header to reference upstream reference. - - - - - 3 changed files: - debian/patches/0004-Move-variables-to-prevent

[Git][debian-gis-team/libapache2-mod-tile][master] 2 commits: Removed Forwarded headers where there is Origin.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 51e4b3aa by Felix Delattre at 2020-09-03T18:31:41+00:00 Removed Forwarded headers where there is Origin. - - - - - 9a2b0f3a by Felix Delattre at 2020-09-03T18:44:00+00:00 Realigned .install maintainer

[Git][debian-gis-team/libapache2-mod-tile][master] 2 commits: Leave to the admin to enable munin plugins.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 2febfdad by Felix Delattre at 2020-09-03T18:16:12+00:00 Leave to the admin to enable munin plugins. - - - - - dd0441d2 by Felix Delattre at 2020-09-03T18:18:49+00:00 Change DEP-3 Forwarded

[Git][debian-gis-team/libapache2-mod-tile][master] Handle example-map configuration.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: edfb17d2 by Felix Delattre at 2020-09-03T15:14:22+00:00 Handle example-map configuration. - - - - - 4 changed files: - debian/etc/renderd/renderd.conf - + debian/renderd-example-map.preinst

[Git][debian-gis-team/libapache2-mod-tile][master] Make sure mod_tile is enabled on install of dependend packages.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 6d5a79a3 by Felix Delattre at 2020-09-03T13:06:05+00:00 Make sure mod_tile is enabled on install of dependend packages. - - - - - 3 changed files: - debian/control - debian/libapache2-mod

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Adjust wrong path in renderd-example-map related apache2 config.

2020-09-03 Thread Felix Delattre
On 9/3/20 8:23 AM, Sebastiaan Couwenberg wrote: > Don't modify files in the upstream source tree. > Oh, yes. My bad! Many thanks for this and the other comments! ___ Pkg-grass-devel mailing list Pkg-grass-devel@alioth-lists.debian.net

[Git][debian-gis-team/libapache2-mod-tile][master] Adjust wrong path in renderd-example-map related apache2 config.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 9d976729 by Felix Delattre at 2020-09-03T08:25:06+00:00 Adjust wrong path in renderd-example-map related apache2 config. - - - - - 1 changed file: - debian/etc/apache2/renderd-example-map.conf

[Git][debian-gis-team/libapache2-mod-tile][master] Adjust wrong path in renderd-example-map related apache2 config.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: ece38c9c by Felix Delattre at 2020-09-03T08:15:53+00:00 Adjust wrong path in renderd-example-map related apache2 config. - - - - - 2 changed files: - .gitignore - debian/etc/apache2/renderd-example

[Git][debian-gis-team/libapache2-mod-tile][master] Moved web app directory.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: ff0dd372 by Felix Delattre at 2020-09-03T07:39:07+00:00 Moved web app directory. - - - - - 7 changed files: - + debian/etc/apache2/renderd-example-map.conf - debian/etc/renderd/renderd.conf

[Git][debian-gis-team/libapache2-mod-tile][master] Small improvements in commenting and dependencies as web app.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 2d105267 by Felix Delattre at 2020-09-03T07:38:14+00:00 Small improvements in commenting and dependencies as web app. - - - - - 4 changed files: - debian/control - debian/renderd.install - debian

[Git][debian-gis-team/libapache2-mod-tile][master] Moved config files in better subdirectory.

2020-09-03 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: a1c61c28 by Felix Delattre at 2020-09-03T06:47:16+00:00 Moved config files in better subdirectory. - - - - - 4 changed files: - debian/conf/apache2/renderd.conf → debian/etc/apache2/renderd.conf

[Git][debian-gis-team/libapache2-mod-tile][master] Fixed check for enabled mod_tile during installation.

2020-09-02 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 084e7b7d by Felix Delattre at 2020-09-02T16:01:12+00:00 Fixed check for enabled mod_tile during installation. - - - - - 3 changed files: - debian/copyright - debian/libapache2-mod-tile.postinst

[Git][debian-gis-team/libapache2-mod-tile][master] Adjust naming of config files following lintian. Moved them into separate...

2020-09-02 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 8001abff by Felix Delattre at 2020-09-02T15:31:46+00:00 Adjust naming of config files following lintian. Moved them into separate directories to avoid naming conflicts. - - - - - 4 changed files

[Git][debian-gis-team/libapache2-mod-tile][master] Avoid recursive privilege change on directories during postinst.

2020-09-02 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 1baf8d2f by Felix Delattre at 2020-09-02T15:31:54+00:00 Avoid recursive privilege change on directories during postinst. - - - - - 1 changed file: - debian/renderd.postinst Changes

[Git][debian-gis-team/libapache2-mod-tile][master] Added Documentation key and extended Description in systemd service file.

2020-09-02 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 2f1b1a07 by Felix Delattre at 2020-09-02T15:24:10+00:00 Added Documentation key and extended Description in systemd service file. - - - - - 1 changed file: - debian/renderd.service Changes

[Git][debian-gis-team/libapache2-mod-tile][master] Improved control file to responding to several lintian warnings.

2020-09-02 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 3b834dfb by Felix Delattre at 2020-09-02T15:22:23+00:00 Improved control file to responding to several lintian warnings. - - - - - 1 changed file: - debian/control Changes

[Git][debian-gis-team/libapache2-mod-tile][master] Removed lintian override as it doesn't seem to be necessary anymore.

2020-09-02 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: d8848927 by Felix Delattre at 2020-09-02T15:23:29+00:00 Removed lintian override as it doesnt seem to be necessary anymore. - - - - - 1 changed file: - − debian/libapache2-mod-tile.lintian

[Git][debian-gis-team/libapache2-mod-tile][master] Added information about patches forwarded to upstream.

2020-09-02 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: e4b4a372 by Felix Delattre at 2020-09-02T15:20:39+00:00 Added information about patches forwarded to upstream. - - - - - 6 changed files: - debian/patches/0004-Move-variables-to-prevent

[Git][debian-gis-team/tirex][master] Reviewed section declaration of packages.

2020-08-31 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / tirex Commits: dfb5a455 by Felix Delattre at 2020-08-31T20:36:02+00:00 Reviewed section declaration of packages. - - - - - 1 changed file: - debian/control Changes: = debian/control

[Git][debian-gis-team/tirex][master] 2 commits: Use tirex instead of tirex-core.

2020-08-31 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / tirex Commits: 40efb795 by Felix Delattre at 2020-08-26T23:48:05+00:00 Use tirex instead of tirex-core. - - - - - 52ccb987 by Felix Delattre at 2020-08-31T20:34:05+00:00 Sort dependencies, specific dependencies first

[Git][debian-gis-team/libapache2-mod-tile][master] Completed changelog.

2020-08-31 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: c21f4172 by Felix Delattre at 2020-08-31T20:16:20+00:00 Completed changelog. - - - - - 1 changed file: - debian/changelog Changes: = debian/changelog

[Git][debian-gis-team/libapache2-mod-tile][master] Removed OpenLayers patch; not needed anymore.

2020-08-31 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: b08c5e71 by Felix Delattre at 2020-08-31T20:15:38+00:00 Removed OpenLayers patch; not needed anymore. - - - - - 8 changed files: - − debian/patches/0002-openlayers.patch - debian/patches/0005-Move

[Git][debian-gis-team/libapache2-mod-tile][master] 3 commits: Cleaned up configuration files.

2020-08-31 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: dea7df55 by Felix Delattre at 2020-08-31T18:39:25+00:00 Cleaned up configuration files. - - - - - 3c0a4115 by Felix Delattre at 2020-08-31T18:43:48+00:00 Cleaned up slippymap. - - - - - 13711f57

Re: [Git][debian-gis-team/libapache2-mod-tile][master] 3 commits: added systemd.service

2020-08-27 Thread Felix Delattre
On 8/27/20 10:00 AM, Sebastiaan Couwenberg wrote: > Use dbconfig-common to create the database instead of shell commands > which are not guaranteed to be installed via the dependencies. > > Users are likely to object to having the database locally, which > dbconfig-common they can instruct

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Corrected copyright information based on commits in upstream

2020-08-27 Thread Felix Delattre
On 8/27/20 8:47 AM, Sebastiaan Couwenberg wrote: > On 8/27/20 10:42 AM, Felix Delattre wrote: >> Corrected copyright information based on commits in upstream > > While somewhat admirable that you go through the upstream commits for > copyright claims, that is not needed.

Re: [Git][debian-gis-team/libapache2-mod-tile][master] Revert copyright years for Dane Springmeyer.

2020-08-27 Thread Felix Delattre
On 8/27/20 4:08 AM, Bas Couwenberg wrote: > > Bas Couwenberg pushed to branch master at Debian GIS Project / > libapache2-mod-tile > > > Commits: > > * *cc9ccfdc >

Re: [Git][debian-gis-team/libapache2-mod-tile][master] 3 commits: added systemd.service

2020-08-27 Thread Felix Delattre
Hiya, On 8/27/20 4:26 AM, Sebastiaan Couwenberg wrote: > On 8/26/20 10:55 PM, Felix Delattre wrote: >> Hi Bas, >> >> Thanks for the check-in! Please find my answers in between lines: >> >> On 8/26/20 4:19 PM, Sebastiaan Couwenberg wrote: >>> On 8/26/20

[Git][debian-gis-team/libapache2-mod-tile][master] Switched to /var/cache directory for storing tiles.

2020-08-27 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 6520ccad by Felix Delattre at 2020-08-27T10:37:32+00:00 Switched to /var/cache directory for storing tiles. - - - - - 5 changed files: - debian/libapache2-renderd.conf - debian/renderd.conf

[Git][debian-gis-team/libapache2-mod-tile][master] Corrected copyright information based on commits in upstream

2020-08-27 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 955c8720 by Felix Delattre at 2020-08-27T08:42:39+00:00 Corrected copyright information based on commits in upstream - - - - - 1 changed file: - debian/copyright Changes

[Git][debian-gis-team/libapache2-mod-tile][master] Corrected copyright information based on commits in upstream

2020-08-27 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: e2399b33 by Felix Delattre at 2020-08-27T08:18:26+00:00 Corrected copyright information based on commits in upstream - - - - - 1 changed file: - debian/copyright Changes

Re: [Git][debian-gis-team/libapache2-mod-tile][master] 3 commits: added systemd.service

2020-08-26 Thread Felix Delattre
Hi Bas, Thanks for the check-in! Please find my answers in between lines: On 8/26/20 4:19 PM, Sebastiaan Couwenberg wrote: > On 8/26/20 5:39 PM, Felix Delattre wrote: >> Felix Delattre pushed to branch master at Debian GIS Project / >> libapache2-mod-tile >> Commits:

[Git][debian-gis-team/libapache2-mod-tile][master] Run renderd as user _renderd.

2020-08-26 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: fa657cd3 by Felix Delattre at 2020-08-26T23:18:16+00:00 Run renderd as user _renderd. - - - - - 4 changed files: - debian/renderd.init - debian/renderd.postinst - + debian/renderd.postrm - debian

[Git][debian-gis-team/libapache2-mod-tile][master] Aligned the copyright owners.

2020-08-26 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: df30c54c by Felix Delattre at 2020-08-26T22:58:17+00:00 Aligned the copyright owners. - - - - - 1 changed file: - debian/copyright Changes: = debian/copyright

[Git][debian-gis-team/libapache2-mod-tile][master] 3 commits: added systemd.service

2020-08-26 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 24720515 by Felix Delattre at 2020-08-25T20:24:18+00:00 added systemd.service - - - - - 2757a3eb by Felix Delattre at 2020-08-26T15:18:33+00:00 moved helper scripts to a suitable location

Re: [Git][debian-gis-team/libapache2-mod-tile][master] 4 commits: fixed another spelling error (upstream pr #175)

2020-08-25 Thread Felix Delattre
On 8/25/20 5:41 PM, Sebastiaan Couwenberg wrote: > You're the primary caretaker of the package based on the Uploaders, so > it's up to you. > > The quilt workflow has the benefit that it also works with plain source > packages not managed with git-buildpackage. You should be comfortable > with

Re: [Git][debian-gis-team/libapache2-mod-tile][master] 4 commits: fixed another spelling error (upstream pr #175)

2020-08-25 Thread Felix Delattre
On 8/25/20 4:47 PM, Sebastiaan Couwenberg wrote: > On 8/25/20 6:16 PM, Felix Delattre wrote: >> This is modifying a bit the patches you wrote, so I would like to ask you to >> give it a quick look if the approach is ok, before I push it to the repo. >> >> http

[Git][debian-gis-team/tirex][master] 2 commits: changed to architecture `any` and renamed install and postinst files to match...

2020-08-25 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / tirex Commits: 6f459b4e by Felix Delattre at 2020-08-25T20:37:12+00:00 changed to architecture `any` and renamed install and postinst files to match main package name tirex-master - - - - - bc7f6888 by Felix Delattre at 2020-08

Re: [Git][debian-gis-team/libapache2-mod-tile][master] 4 commits: fixed another spelling error (upstream pr #175)

2020-08-25 Thread Felix Delattre
/3b40acaaa145f944b0597938bd39521f532b102c Thank you, Felix On 8/21/20 11:47 AM, Felix Delattre wrote: > Thanks for the feedback! > > I need to get more familiar with quilt and will submit valid patches next > week. > > Cheers, > Felix > > On 8/21/20 5:19 AM, Sebastiaan C

[Git][debian-gis-team/libapache2-mod-tile] Pushed new branch patch-queue/master

2020-08-25 Thread Felix Delattre
Felix Delattre pushed new branch patch-queue/master at Debian GIS Project / libapache2-mod-tile -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/tree/patch-queue/master You're receiving this email because of your account on salsa.debian.org

Re: [Git][debian-gis-team/libapache2-mod-tile][master] 4 commits: fixed another spelling error (upstream pr #175)

2020-08-21 Thread Felix Delattre
Thanks for the feedback! I need to get more familiar with quilt and will submit valid patches next week. Cheers, Felix On 8/21/20 5:19 AM, Sebastiaan Couwenberg wrote: > On 8/20/20 9:39 PM, Felix Delattre wrote: >> = >> debian/patches/prevent-d

[Git][debian-gis-team/libapache2-mod-tile][master] 4 commits: fixed another spelling error (upstream pr #175)

2020-08-20 Thread Felix Delattre
Felix Delattre pushed to branch master at Debian GIS Project / libapache2-mod-tile Commits: 112fd6e1 by Felix Delattre at 2020-08-20T19:35:56+00:00 fixed another spelling error (upstream pr #175) - - - - - 214f1eac by Felix Delattre at 2020-08-20T19:36:53+00:00 added myself as one

Re: [Git][debian-gis-team/tirex][master] 5 commits: adjusted gbp.conf to standard branches

2020-08-19 Thread Felix Delattre
On 8/19/20 5:38 PM, Sebastiaan Couwenberg wrote: > The upstream packaging builds a lot more backend packages: > https://github.com/openstreetmap/tirex/blob/master/debian/control > > Shouldn't those be provided by this package as well? Not all of them seem to be ready to go into Debian, yet. I

Re: [Git][debian-gis-team/tirex] Pushed new branch pristine-tar

2020-08-19 Thread Felix Delattre
Thanks Bas, On 8/19/20 10:02 AM, Sebastiaan Couwenberg wrote: > > You'll need to push all branches and tags: > git push --all && git push --tags > > https://debian-gis-team.pages.debian.net/policy/packaging.html#git-push > Is it fine to use `debian/main` instead of `master` and

[Git][debian-gis-team/tirex] Pushed new tag upstream/0.6.3

2020-08-19 Thread Felix Delattre
Felix Delattre pushed new tag upstream/0.6.3 at Debian GIS Project / tirex -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tirex/-/tree/upstream/0.6.3 You're receiving this email because of your account on salsa.debian.org. ___ Pkg

[Git][debian-gis-team/tirex] Deleted tag upstream/0.6.3

2020-08-19 Thread Felix Delattre
Felix Delattre deleted tag upstream/0.6.3 at Debian GIS Project / tirex -- You're receiving this email because of your account on salsa.debian.org. ___ Pkg-grass-devel mailing list Pkg-grass-devel@alioth-lists.debian.net https://alioth

[Git][debian-gis-team/tirex] Deleted tag upstream/0.6.3

2020-08-19 Thread Felix Delattre
Felix Delattre deleted tag upstream/0.6.3 at Debian GIS Project / tirex -- You're receiving this email because of your account on salsa.debian.org. ___ Pkg-grass-devel mailing list Pkg-grass-devel@alioth-lists.debian.net https://alioth

[Git][debian-gis-team/tirex] Pushed new tag upstream/0.6.3

2020-08-19 Thread Felix Delattre
Felix Delattre pushed new tag upstream/0.6.3 at Debian GIS Project / tirex -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tirex/-/tree/upstream/0.6.3 You're receiving this email because of your account on salsa.debian.org. ___ Pkg

  1   2   >