- ksyntax-highlighting (5.103.0-2+rpi1) bookworm-staging; urgency=medium
++ksyntax-highlighting (5.103.0-3+rpi1) bookworm-staging; urgency=medium
+
+ [changes brought forward from 5.62.0-3+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Tue, 25 Feb 2020 04:12:28 +0000]
+ * Add symbols file hack for raspbian.
+
+ [changes introduced in 5.103.0-2+rpi1 by Peter Michael Green]
+ * Link with libatomic on armhf too.
+
- -- Peter Michael Green <plugwash@raspbian.org> Sun, 26 Feb 2023 11:00:11 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Tue, 06 Jun 2023 15:07:09 +0000
++
+ ksyntax-highlighting (5.103.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * Link with atomic also on powerpc.
+
+ -- Pino Toscano <pino@debian.org> Sun, 26 Feb 2023 16:34:47 +0100
ksyntax-highlighting (5.103.0-2) unstable; urgency=medium
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
- archs_that_need_atomic = armel armhf m68k mipsel sh4
-archs_that_need_atomic = armel m68k mipsel powerpc sh4
++archs_that_need_atomic = armel armhf m68k mipsel powerpc sh4
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(archs_that_need_atomic)))
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -latomic -Wl,--as-needed
endif