Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian packaging: include pdal_wrench where PDAL 2.5 is available (na…
…mely jammy-ubuntugis; refs #52787)
  • Loading branch information
jef-n committed Apr 20, 2023
1 parent 33ff772 commit 94f0eee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/qgis-providers.install.in
@@ -1,5 +1,6 @@
usr/lib/qgis/crssync
#!sid !kinetic !lunar#usr/lib/qgis/untwine
#pdal_wrench#usr/lib/qgis/pdal_wrench
usr/lib/qgis/plugins/libauthmethod_apiheader.so
usr/lib/qgis/plugins/libauthmethod_awss3.so
usr/lib/qgis/plugins/libauthmethod_basic.so
Expand Down
4 changes: 4 additions & 0 deletions debian/rules
Expand Up @@ -195,6 +195,10 @@ ifneq (,$(WITH_ORACLE))
CONTROL_EXPRESSIONS += oracle
endif

ifeq ($(shell pkg-config --exists pdal && dpkg --compare-versions $$(pkg-config --modversion pdal) ge 2.5 && echo 1 || echo 0),1)
CONTROL_EXPRESSIONS += pdal_wrench
endif

define gentemplate
$(2): $(1)
sed -r \
Expand Down

0 comments on commit 94f0eee

Please sign in to comment.