- fuse3 (3.17.2-1+rpi1) trixie-staging; urgency=medium
++fuse3 (3.17.2-2+rpi1) trixie-staging; urgency=medium
+
++ [changes brought forward from 3.17.2-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Fri, 16 May 2025 19:59:04 +0000]
+ * Link with libatomic on raspbian too.
+
- -- Peter Michael Green <plugwash@raspbian.org> Fri, 16 May 2025 19:59:04 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Tue, 03 Jun 2025 11:23:19 +0000
++
+ fuse3 (3.17.2-2) unstable; urgency=medium
+
+ [ Laszlo Boszormenyi (GCS) ]
+ * Backport upstream fixes (closes: #1101305):
+ - make conn->want/want_ext conversion non fatal,
+ - add container_of and ROUND_UP macros,
+ - conn->want conversion: fix fuse_apply_conn_info_opts() .
+ * Update symbols file (closes: #1105099).
+
+ [ Helmut Grohne <helmut@subdivi.de> ]
+ * Update -latomic architecture list (closes: #1105150).
+
+ -- Laszlo Boszormenyi (GCS) <gcs@debian.org> Mon, 19 May 2025 20:39:08 +0200
fuse3 (3.17.2-1) unstable; urgency=medium
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
- ifneq (,$(filter $(DEB_HOST_ARCH), armhf armel m68k powerpc))
-ifneq (,$(filter $(DEB_HOST_ARCH), arc armel m68k mips mipsel powerpc sh3 sh4 sparc))
++ifneq (,$(filter $(DEB_HOST_ARCH), arc armel armhf m68k mips mipsel powerpc sh3 sh4 sparc))
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -latomic
endif