From: Peter Michael Green Date: Thu, 19 Jun 2025 09:15:26 +0000 (+0000) Subject: Manual merge of version 2.11.0-1+rpi1 and 2.12.0-1 to produce 2.12.0-1+rpi1 X-Git-Tag: archive/raspbian/2.12.0-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=065101f8e6b9acb130e3711d3318da41cc5b94e4;p=cmus.git Manual merge of version 2.11.0-1+rpi1 and 2.12.0-1 to produce 2.12.0-1+rpi1 --- 065101f8e6b9acb130e3711d3318da41cc5b94e4 diff --cc debian/changelog index ce544ff,0cfd03d..2129481 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,23 +1,30 @@@ - cmus (2.11.0-1+rpi1) trixie-staging; urgency=medium ++cmus (2.12.0-1+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 2.8.0-2+rpi1 by Peter Michael Green at Wed, 19 Aug 2020 09:42:31 +0000] + * Add armhf to list of libatomic architectures. + - -- Raspbian forward porter Sat, 15 Jun 2024 08:21:03 +0000 ++ -- Peter Michael Green Thu, 19 Jun 2025 09:14:47 +0000 ++ + cmus (2.12.0-1) unstable; urgency=medium + + * Team upload. + + [ Philippe SWARTVAGHER ] + * New upstream version 2.12.0 (Closes: #1087737) + + Refresh patches + * Bump standards-version to 4.7.2: no change needed + * d/rules: remove as-needed linker flag + * Add lintian override for library-not-linked-against-libc + of usr/lib/cmus/op/sndio.so + * Add patch to use hardening flags to build Doc/ttman + + [ Helmut Grohne ] + * Fix FTCBFS: Fix build/host confusion. (Closes: #954749) + + [ Dylan Aïssi ] + * Convert debian/copyright to DEP5 + + -- Philippe SWARTVAGHER Sat, 15 Mar 2025 22:56:48 +0100 cmus (2.11.0-1) unstable; urgency=medium diff --cc debian/rules index 4ea17eb,765979d..90fc9aa --- a/debian/rules +++ b/debian/rules @@@ -11,7 -11,7 +11,7 @@@ endi # ./track_info.c:47: undefined reference to `__atomic_fetch_add_8' # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935678 # Depends on 13-atomic_ld.patch - ifneq (,$(findstring $(DEB_BUILD_ARCH), armhf armel m68k mipsel powerpc sh4)) -ifneq (,$(findstring $(DEB_HOST_ARCH), armel m68k mipsel powerpc sh4)) ++ifneq (,$(findstring $(DEB_HOST_ARCH), armhf armel m68k mipsel powerpc sh4)) export LDLIBS += -latomic endif