We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac890ba commit a2cdc63Copy full SHA for a2cdc63
debian/rules
@@ -52,7 +52,7 @@ QGIS_PATCH=$(shell sed -ne 's/SET(CPACK_PACKAGE_VERSION_PATCH "\([0-9]*\)")/\1/p
52
QGIS_ABI=$(QGIS_MAJOR).$(QGIS_MINOR).$(QGIS_PATCH)
53
GRASS=grass$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1,2))
54
GRASSVER=$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1))
55
-GRASSABI=$(subst .,,$(shell pkg-config --modversion grass))
+GRASSABI=$(subst .,,$(shell pkg-config --modversion grass|cut -d. -f1,2,3|sed -e 's/RC/-/'))
56
57
WITH_GLOBE=$(shell dpkg --compare-versions "$$(dpkg-query -W --showformat='$${Version}' libosgearth-dev)" ge 2.7 && dpkg --compare-versions "$$(dpkg-query -W --showformat='$${Version}' libosgearth-dev)" lt 2.8 && echo 1)
58
0 commit comments