diff -Nru cmus-2.9.1/debian/changelog cmus-2.9.1/debian/changelog --- cmus-2.9.1/debian/changelog 2021-01-22 21:28:04.000000000 +0000 +++ cmus-2.9.1/debian/changelog 2021-02-08 09:26:38.000000000 +0000 @@ -1,3 +1,10 @@ +cmus (2.9.1-1+rpi1) bullseye-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 Mon, 08 Feb 2021 09:26:38 +0000 + cmus (2.9.1-1) unstable; urgency=medium * Team upload diff -Nru cmus-2.9.1/debian/rules cmus-2.9.1/debian/rules --- cmus-2.9.1/debian/rules 2021-01-19 19:03:35.000000000 +0000 +++ cmus-2.9.1/debian/rules 2021-02-08 09:26:38.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