Bas Couwenberg pushed to branch experimental at Debian GIS Project / mapnik


Commits:
3bbe7cd7 by Bas Couwenberg at 2024-04-16T14:52:56+02:00
Don't include pre-releases in version specific plugin path.

- - - - -
ab4ded6e by Bas Couwenberg at 2024-04-16T14:53:14+02:00
Set distribution to experimental.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mapnik (4.0.0~rc1+ds-1~exp2) experimental; urgency=medium
+
+  * Don't include pre-releases in version specific plugin path.
+
+ -- Bas Couwenberg <[email protected]>  Tue, 16 Apr 2024 14:52:59 +0200
+
 mapnik (4.0.0~rc1+ds-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.


=====================================
debian/rules
=====================================
@@ -12,7 +12,9 @@ include /usr/share/dpkg/pkg-info.mk
 
 UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
-MAPNIK_LIB_BASE = lib/$(DEB_HOST_MULTIARCH)/mapnik/$(UPSTREAM_VERSION)
+MAPNIK_SO_VERSION = $(shell echo $(UPSTREAM_VERSION) | sed -e 's/~.*//')
+
+MAPNIK_LIB_BASE = lib/$(DEB_HOST_MULTIARCH)/mapnik/$(MAPNIK_SO_VERSION)
 
 %:
        dh $@ --buildsystem=cmake



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik/-/compare/fe3868ff93a349ce9cb472a7db7840fa10fd3ba9...ab4ded6e630c7a61f1cc55120f2de0208a7c25bb

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mapnik/-/compare/fe3868ff93a349ce9cb472a7db7840fa10fd3ba9...ab4ded6e630c7a61f1cc55120f2de0208a7c25bb
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

Reply via email to