- 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 <plugwash@raspbian.org> at Wed, 19 Aug 2020 09:42:31 +0000]
+ * Add armhf to list of libatomic architectures.
+
- -- Raspbian forward porter <root@raspbian.org> Sat, 15 Jun 2024 08:21:03 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> 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 <phil.swart@gmx.fr> Sat, 15 Mar 2025 22:56:48 +0100
cmus (2.11.0-1) unstable; urgency=medium
# ./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