Santiago Vila pushed to branch master at Debian Med / ataqv
Commits: 186f395f by Adrian Bunk at 2026-03-18T17:51:00+01:00 Remove unnecessary linking with libboost_system. Closes: #1129806. - - - - - ad47f51c by Santiago Vila at 2026-03-18T17:52:00+01:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - de8bc5ad by Santiago Vila at 2026-03-18T17:53:00+01:00 d/salsa-ci.yml: Use the simplified version. - - - - - 02e74477 by Santiago Vila at 2026-03-18T17:54:00+01:00 d/salsa-ci.yml: Disable redundant/duplicate jobs. - - - - - f6ea04f6 by Santiago Vila at 2026-03-18T17:55:00+01:00 Upload for unstable as 1.3.1+ds-4 - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/no_boost_system.patch - debian/patches/series - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +ataqv (1.3.1+ds-4) unstable; urgency=medium + + * Team upload. + + [ Adrian Bunk ] + * Remove unnecessary linking with libboost_system. Closes: #1129806. + + [ Santiago Vila ] + * Drop "Rules-Requires-Root: no" (default). + * Simplify and fine tune salsa-ci.yml. + + -- Santiago Vila <[email protected]> Wed, 18 Mar 2026 17:55:00 +0100 + ataqv (1.3.1+ds-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -22,7 +22,6 @@ Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/ataqv Vcs-Git: https://salsa.debian.org/med-team/ataqv.git Homepage: https://github.com/ParkerLab/ataqv/ -Rules-Requires-Root: no Package: ataqv Architecture: any ===================================== debian/patches/no_boost_system.patch ===================================== @@ -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 ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ packaged_js spelling clean_less reproducible_build +no_boost_system.patch ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,7 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 View it on GitLab: https://salsa.debian.org/med-team/ataqv/-/compare/d228a9ed7505bd6a523078001a51415df631565f...f6ea04f6acb7aa70301515caf955797e9b8c4f3e -- View it on GitLab: https://salsa.debian.org/med-team/ataqv/-/compare/d228a9ed7505bd6a523078001a51415df631565f...f6ea04f6acb7aa70301515caf955797e9b8c4f3e 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
