Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits: bb77a754 by Bas Couwenberg at 2026-02-06T20:07:42+01:00 Replace libboost-all-dev build dependency with only required ones. - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -7,6 +7,7 @@ sfcgal (2.2.0-2) UNRELEASED; urgency=medium * Drop dh_auto_test override. * Drop Priority: optional, default since dpkg 1.22.13. * Bump Standards-Version to 4.7.3, changes: priority. + * Replace libboost-all-dev build dependency with only required ones. -- Bas Couwenberg <[email protected]> Fri, 12 Sep 2025 17:50:04 +0200 ===================================== debian/control ===================================== @@ -8,7 +8,13 @@ Build-Depends: chrpath, debhelper-compat (= 13), dh-sequence-pkgkde-symbolshelper, libcgal-dev (>= 5.3), - libboost-all-dev, + libboost-chrono-dev, + libboost-filesystem-dev, + libboost-program-options-dev, + libboost-serialization-dev, + libboost-test-dev, + libboost-thread-dev, + libboost-timer-dev, libmpfr-dev, libgmp-dev, pkg-kde-tools View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/bb77a754429e277e00c0b6bab89e303549bd366e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/bb77a754429e277e00c0b6bab89e303549bd366e 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
