Étienne Mollier pushed to branch master at Debian Med / libatomic-queue
Commits: a0d9d81c by Étienne Mollier at 2025-02-25T23:28:46+01:00 d/control: build depends on binutils-gold to pull ld.gold. Closes: #1096216 - - - - - 212f6806 by Étienne Mollier at 2025-02-25T23:29:38+01:00 d/control: declare compliance to standards version 4.7.1. - - - - - cc7744f8 by Étienne Mollier at 2025-02-25T23:30:33+01:00 d/patches/*: normalize Last-Update timestamp against dep3. - - - - - 7b31c445 by Étienne Mollier at 2025-02-25T23:31:24+01:00 d/changelog: ready for upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/fix_unused_variable.patch - debian/patches/no_thin_archives.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libatomic-queue (1.6.5-2) unstable; urgency=medium + + * d/control: build depends on binutils-gold to pull ld.gold. + (Closes: #1096216) + * d/control: declare compliance to standards version 4.7.1. + * d/patches/*: normalize Last-Update timestamp against dep3. + + -- Étienne Mollier <[email protected]> Tue, 25 Feb 2025 23:31:15 +0100 + libatomic-queue (1.6.5-1) unstable; urgency=medium * New upstream version 1.6.5 ===================================== debian/control ===================================== @@ -6,6 +6,7 @@ Uploaders: Steffen Moeller <[email protected]>, Section: libs Priority: optional Build-Depends: debhelper-compat (= 13), + binutils-gold, d-shlibs, libboost-dev, libboost-test-dev, @@ -13,7 +14,7 @@ Build-Depends: debhelper-compat (= 13), libreaderwriterqueue-dev, libtbb-dev, libxenium-dev -Standards-Version: 4.7.0 +Standards-Version: 4.7.1 Vcs-Browser: https://salsa.debian.org/med-team/libatomic-queue Vcs-Git: https://salsa.debian.org/med-team/libatomic-queue.git Homepage: https://github.com/max0x7ba/atomic_queue ===================================== debian/patches/fix_unused_variable.patch ===================================== @@ -1,5 +1,5 @@ Author: Andreas Tille <[email protected]> -Last-Update: Fri, 23 Oct 2020 22:10:01 +0200 +Last-Update: 2020-10-23 Description: Fix unused variable --- libatomic-queue.orig/src/benchmarks.cc @@ -7,7 +7,7 @@ Description: Fix unused variable @@ -180,7 +180,7 @@ cycles_t expected = 0; t0->compare_exchange_strong(expected, __builtin_ia32_rdtsc(), std::memory_order_acq_rel, std::memory_order_relaxed); - + - region_guard_t<Queue> guard; + //region_guard_t<Queue> guard; ProducerOf<Queue> producer{*queue}; @@ -16,7 +16,7 @@ Description: Fix unused variable @@ -191,7 +191,7 @@ unsigned const stop = N + 1; sum_t sum = 0; - + - region_guard_t<Queue> guard; + //region_guard_t<Queue> guard; ConsumerOf<Queue> consumer{*queue}; ===================================== debian/patches/no_thin_archives.patch ===================================== @@ -1,5 +1,5 @@ Author: Andreas Tille <[email protected]> -Last-Update: Tue, 21 Dec 2021 18:29:28 +0100 +Last-Update: 2021-12-21 Description: The build system is set up to produce "thin" archives that can't stand on their own Origin: https://lists.debian.org/debian-med/2021/12/msg00131.html @@ -12,6 +12,6 @@ Origin: https://lists.debian.org/debian-med/2021/12/msg00131.html LINK.SO = ${LD} -o $@.$(SOVERSION) -shared -Wl,-soname,`basename $@`.$(SOVERSION) $(ldflags) $(filter-out Makefile,$^) $(ldlibs) -LINK.A = ${AR} rscT $@ $(filter-out ${relink},$^) +LINK.A = ${AR} rsc $@ $(filter-out ${relink},$^) - + ifneq (,$(findstring n,$(firstword -${MAKEFLAGS}))) # Perform bash parameter expansion when --just-print for rtags. View it on GitLab: https://salsa.debian.org/med-team/libatomic-queue/-/compare/9fb3b0bdeab094a49d49afa04e2fb086062399fe...7b31c445db9bdbb8548e41bbee63745e8c062f1e -- View it on GitLab: https://salsa.debian.org/med-team/libatomic-queue/-/compare/9fb3b0bdeab094a49d49afa04e2fb086062399fe...7b31c445db9bdbb8548e41bbee63745e8c062f1e 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
