Andreas Tille pushed to branch master at Debian Med / skesa
Commits: 05ca5267 by Andreas Tille at 2026-02-17T21:49:41+01:00 Remove libboost-system-dev from Build-Depends Closes: #1127281 - - - - - 5d3732bb by Andreas Tille at 2026-02-17T21:50:46+01:00 Standards-Version: 4.7.3 (routine-update) - - - - - a42bfafe by Andreas Tille at 2026-02-17T21:50:49+01:00 Remove Priority field to comply with Debian Policy 4.7.3 (routine- update) - - - - - a0fd0a1b by Andreas Tille at 2026-02-17T22:00:02+01:00 Remove -lboost_system from linker - - - - - a10c9d33 by Andreas Tille at 2026-02-17T22:03:08+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/no_boost_system.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +skesa (2.4.0-8) unstable; urgency=medium + + * Remove libboost-system-dev from Build-Depends + Closes: #1127281 + * Standards-Version: 4.7.3 (routine-update) + * Remove Priority field to comply with Debian Policy 4.7.3 (routine- + update) + + -- Andreas Tille <[email protected]> Tue, 17 Feb 2026 22:00:14 +0100 + skesa (2.4.0-7) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/control ===================================== @@ -1,11 +1,10 @@ Source: skesa -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]>, Aaron M. Ucko <[email protected]>, Section: science -Priority: optional Build-Depends: debhelper-compat (= 13), libboost-dev, @@ -13,7 +12,6 @@ Build-Depends: libboost-iostreams-dev, libboost-program-options-dev, libboost-regex-dev, - libboost-system-dev, libboost-timer-dev, libncbi-vdb-dev, libngs-c++-dev, ===================================== debian/patches/no_boost_system.patch ===================================== @@ -0,0 +1,25 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2026-02-17 +Bug-Debian: https://bugs.debian.org/1127281 +Description: Remove -lboost_system from linker + +--- a/Makefile ++++ b/Makefile +@@ -54,7 +54,6 @@ LIBS += -lngs-c++ -lncbi-vdb -lzstd \ + -lboost_regex \ + -lboost_timer \ + -lboost_chrono \ +- -lboost_system \ + -lrt -ldl -lm -lpthread -lz + + %.o: %.cpp +--- a/Makefile.nongs ++++ b/Makefile.nongs +@@ -40,7 +40,6 @@ LIBS = -Wl,-Bstatic $(BOOST_LIB) \ + -lboost_regex \ + -lboost_timer \ + -lboost_chrono \ +- -lboost_system \ + -Wl,-Bdynamic -lrt -ldl -lm -lpthread -lz + + %.o: %.cpp ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ hardening.patch link_boost_dynamically.patch no_sse4.2.patch cross.patch +no_boost_system.patch View it on GitLab: https://salsa.debian.org/med-team/skesa/-/compare/551c130e3c6b5f6aea35043f3450019cb8ef7551...a10c9d3372f0bf2bd0c4c817e4b3c64bab3689fe -- View it on GitLab: https://salsa.debian.org/med-team/skesa/-/compare/551c130e3c6b5f6aea35043f3450019cb8ef7551...a10c9d3372f0bf2bd0c4c817e4b3c64bab3689fe You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
