[Git][debian-gis-team/mapnik][master] Drop obsolete libboost-system-dev (build) dependency. (closes: #1127078)
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Feb 6 16:48:28 GMT 2026
Bas Couwenberg pushed to branch master at Debian GIS Project / mapnik
Commits:
79c99570 by Bas Couwenberg at 2026-02-06T17:48:16+01:00
Drop obsolete libboost-system-dev (build) dependency. (closes: #1127078)
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/boost1.89.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mapnik (4.2.1+ds-2) UNRELEASED; urgency=medium
+
+ * Drop obsolete libboost-system-dev (build) dependency.
+ (closes: #1127078)
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 06 Feb 2026 17:09:37 +0100
+
mapnik (4.2.1+ds-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/control
=====================================
@@ -12,7 +12,6 @@ Build-Depends: cmake,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-regex-dev,
- libboost-system-dev,
libboost-thread-dev,
libboost-url-dev,
libcairo-dev,
@@ -70,7 +69,6 @@ Depends: libmapnik4.2 (= ${binary:Version}),
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-regex-dev,
- libboost-system-dev,
libboost-thread-dev,
libboost-url-dev,
libc6-dev | libc-dev,
=====================================
debian/patches/boost1.89.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Make boost::system optional, header-only since 1.69, removed in 1.89.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/mapnik/mapnik/pull/4550
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -169,7 +169,7 @@ if(CMAKE_CXX_STANDARD VERSION_LESS 17)
+ set(USE_BOOST_FILESYSTEM ON CACHE BOOL "Use boost::filesystem" FORCE)
+ endif()
+ if(USE_BOOST_FILESYSTEM)
+- mapnik_find_package(Boost ${BOOST_MIN_VERSION} REQUIRED COMPONENTS filesystem system)
++ mapnik_find_package(Boost ${BOOST_MIN_VERSION} REQUIRED COMPONENTS filesystem OPTIONAL_COMPONENTS system)
+ endif()
+
+ list(APPEND MAPNIK_COMPILE_DEFS BOOST_REGEX_HAS_ICU)
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+boost1.89.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik/-/commit/79c99570080da1a90c40bb36f44951e7869c77d4
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik/-/commit/79c99570080da1a90c40bb36f44951e7869c77d4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260206/72064157/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list