Bas Couwenberg pushed to branch master at Debian GIS Project / mapnik
Commits: 8016a39c by Bas Couwenberg at 2026-08-20T10:28:51+02:00 Use CMAKE_BUILD_TYPE=RelWithDebInfo for -DNDEBUG. See: https://github.com/mapnik/mapnik/pull/4572 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mapnik (4.3.0+ds2-2) UNRELEASED; urgency=medium + + * Use CMAKE_BUILD_TYPE=RelWithDebInfo for -DNDEBUG. + See: https://github.com/mapnik/mapnik/pull/4572 + + -- Bas Couwenberg <[email protected]> Thu, 20 Aug 2026 10:19:36 +0200 + mapnik (4.3.0+ds2-1) unstable; urgency=medium * Move from experimental to unstable. ===================================== debian/rules ===================================== @@ -24,6 +24,7 @@ override_dh_auto_configure: -DBUILD_DEMO_CPP=OFF \ -DBUILD_DEMO_VIEWER=OFF \ -DBUILD_TESTING=OFF \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DFONTS_INSTALL_DIR=share/fonts \ -DPLUGINS_INSTALL_DIR=$(MAPNIK_LIB_BASE)/input \ -DUSE_EXTERNAL_MAPBOX_GEOMETRY=ON \ View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik/-/commit/8016a39c6c762364e58497e71dd6a323552915f6 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik/-/commit/8016a39c6c762364e58497e71dd6a323552915f6 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
