diff -Nru cmus-2.10.0/debian/changelog cmus-2.10.0/debian/changelog --- cmus-2.10.0/debian/changelog 2022-07-31 20:01:04.000000000 +0000 +++ cmus-2.10.0/debian/changelog 2022-08-07 08:12:14.000000000 +0000 @@ -1,3 +1,10 @@ +cmus (2.10.0-2+rpi1) bookworm-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 Sun, 07 Aug 2022 08:12:14 +0000 + cmus (2.10.0-2) unstable; urgency=medium * Team upload diff -Nru cmus-2.10.0/debian/rules cmus-2.10.0/debian/rules --- cmus-2.10.0/debian/rules 2022-07-13 21:01:12.000000000 +0000 +++ cmus-2.10.0/debian/rules 2022-08-07 08:12:14.000000000 +0000 @@ -11,7 +11,7 @@ # ./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), armel m68k mipsel powerpc sh4)) +ifneq (,$(findstring $(DEB_BUILD_ARCH), armhf armel m68k mipsel powerpc sh4)) export LDLIBS += -latomic endif