[Git][debian-gis-team/openstreetmap-carto][master] 3 commits: Install all top-level SQL files
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Jun 4 16:48:52 BST 2026
Bas Couwenberg pushed to branch master at Debian GIS Project / openstreetmap-carto
Commits:
905e0007 by Manfred Stock at 2026-06-04T17:06:22+02:00
Install all top-level SQL files
They're all needed by the style and therefore have to be loaded when
doing an import.
- - - - -
a525c543 by Manfred Stock at 2026-06-04T17:06:34+02:00
Add get-external-data.py dependencies as package dependencies
These dependencies were mentioned in [1] and should make the
get-external-data.py script usable right after installing the package.
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053458#10
- - - - -
b2611be0 by Manfred Stock at 2026-06-04T17:06:34+02:00
Recommend osm2pgsql
In order to actually import the data into a database that is then usable
by the style, osm2pgsql is required. Maybe this should actually be a
hard dependency, but the package can already be useful without it if a
database with an existing import is available already.
- - - - -
2 changed files:
- debian/control
- debian/openstreetmap-carto-common.install
Changes:
=====================================
debian/control
=====================================
@@ -24,9 +24,13 @@ Depends: curl,
gdal-bin,
mapnik-utils,
python3,
+ python3-psycopg2,
+ python3-requests,
+ python3-yaml,
fonts-unifont,
unzip,
${misc:Depends}
+Recommends: osm2pgsql
Description: standard OpenStreetMap Mapnik stylesheet
This package provides the standard OpenStreetMap stylesheet for Mapnik, built
from the CartoCSS source. It also provides the necessary icons, and the script
=====================================
debian/openstreetmap-carto-common.install
=====================================
@@ -6,4 +6,4 @@ style.xml usr/share/openstreetmap-carto-common/
external-data.yml usr/share/openstreetmap-carto-common/
project.mml usr/share/openstreetmap-carto-common/
openstreetmap-carto-flex.lua usr/share/openstreetmap-carto-common/
-indexes.sql usr/share/openstreetmap-carto-common/
+*.sql usr/share/openstreetmap-carto-common/
View it on GitLab: https://salsa.debian.org/debian-gis-team/openstreetmap-carto/-/compare/66ad87adae4f6c558722b7132373a033a44c6322...b2611be04cd20d2834cbcc966081f3d90c3030df
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/openstreetmap-carto/-/compare/66ad87adae4f6c558722b7132373a033a44c6322...b2611be04cd20d2834cbcc966081f3d90c3030df
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260604/5b178fee/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list