Control: tags 1129806 + patch Control: tags 1129806 + pending Dear maintainer,
I've prepared an NMU for ataqv (versioned as 1.3.1+ds-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ataqv-1.3.1+ds ataqv-1.3.1+ds changelog | 7 +++++++ patches/no_boost_system.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru ataqv-1.3.1+ds/debian/changelog ataqv-1.3.1+ds/debian/changelog --- ataqv-1.3.1+ds/debian/changelog 2026-02-09 23:39:26.000000000 +0200 +++ ataqv-1.3.1+ds/debian/changelog 2026-03-18 18:19:41.000000000 +0200 @@ -1,3 +1,10 @@ +ataqv (1.3.1+ds-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove unnecessary linking with libboost_system. (Closes: #1129806) + + -- Adrian Bunk <[email protected]> Wed, 18 Mar 2026 18:19:41 +0200 + ataqv (1.3.1+ds-3) unstable; urgency=medium * Team upload. diff -Nru ataqv-1.3.1+ds/debian/patches/no_boost_system.patch ataqv-1.3.1+ds/debian/patches/no_boost_system.patch --- ataqv-1.3.1+ds/debian/patches/no_boost_system.patch 1970-01-01 02:00:00.000000000 +0200 +++ ataqv-1.3.1+ds/debian/patches/no_boost_system.patch 2026-03-18 18:19:41.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Remove unnecessary linking with libboost_system +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1129806 + +--- ataqv-1.3.1+ds.orig/Makefile ++++ ataqv-1.3.1+ds/Makefile +@@ -56,7 +56,7 @@ CXXFLAGS_STATIC = -std=c++11 -O3 -Wl,--w + ifdef BOOST_TAGGED + BOOST_LIBS = -lboost_filesystem-mt -lboost_iostreams-mt -lboost_system-mt -lboost_chrono-mt + else +- BOOST_LIBS = -lboost_filesystem -lboost_iostreams -lboost_system -lboost_chrono ++ BOOST_LIBS = -lboost_filesystem -lboost_iostreams -lboost_chrono + endif + + ifdef BOOST_ROOT diff -Nru ataqv-1.3.1+ds/debian/patches/series ataqv-1.3.1+ds/debian/patches/series --- ataqv-1.3.1+ds/debian/patches/series 2026-02-09 23:39:26.000000000 +0200 +++ ataqv-1.3.1+ds/debian/patches/series 2026-03-18 18:19:41.000000000 +0200 @@ -5,3 +5,4 @@ spelling clean_less reproducible_build +no_boost_system.patch

