ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / tirex
Commits:
1c9fd1ab by Felix Delattre at 2021-10-07T21:21:47+00:00
Fix link templating.
- - - - -
2 changed files:
- debian/rules
- debian/tmpfiles.d/tirex.conf
Changes:
=====================================
debian/rules
=====================================
@@ -1,15 +1,13 @@
#!/usr/bin/make -f
-# DH_VERBOSE := 1
+# Uncomment this to turn on verbose mode.
+#DH_VERBOSE=1
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
TEMPLATES=$(wildcard debian/*.in)
-MAPNIK_PLUGIN_BASE=$(shell echo `ls /usr/lib/mapnik/ -v | tail -n1`)
-
-versions:
- @echo "Mapnik plugin base path: $(MAPNIK_PLUGIN_BASE)"
+MAPNIK_PLUGIN_BASE=\/usr\/lib\/mapnik\/$(shell echo `ls /usr/lib/mapnik/ -v |
tail -n1`)\/input
templates:
for TEMPLATE in $(TEMPLATES) ; do \
@@ -21,3 +19,8 @@ templates:
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
+
+override_dh_auto_configure: templates
+ dh_auto_configure --
+
+.PHONY: templates
=====================================
debian/tmpfiles.d/tirex.conf
=====================================
@@ -1,2 +1 @@
d /run/tirex 0755 _tirex _tirex - -
-d /usr/share/tirex/mapnik 0755 _tirex _tirex - -
View it on GitLab:
https://salsa.debian.org/debian-gis-team/tirex/-/commit/1c9fd1abff371e4e69a9e0b125a98a393bd27145
--
View it on GitLab:
https://salsa.debian.org/debian-gis-team/tirex/-/commit/1c9fd1abff371e4e69a9e0b125a98a393bd27145
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel