Version in base suite: 3.63.0-1 Base version: filezilla_3.63.0-1 Target version: filezilla_3.63.0-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/f/filezilla/filezilla_3.63.0-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/f/filezilla/filezilla_3.63.0-1+deb12u1.dsc changelog | 6 ++++++ control | 2 +- rules | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff -Nru filezilla-3.63.0/debian/changelog filezilla-3.63.0/debian/changelog --- filezilla-3.63.0/debian/changelog 2023-01-25 09:42:59.000000000 +0000 +++ filezilla-3.63.0/debian/changelog 2023-08-07 22:58:46.000000000 +0000 @@ -1,3 +1,9 @@ +filezilla (3.63.0-1+deb12u1) bookworm; urgency=medium + + * Fix FTBFS and add 32-bit builds back to bookworm + + -- Phil Wyett Mon, 07 Aug 2023 23:58:46 +0100 + filezilla (3.63.0-1) unstable; urgency=medium * New upstream version 3.63.0 diff -Nru filezilla-3.63.0/debian/control filezilla-3.63.0/debian/control --- filezilla-3.63.0/debian/control 2023-01-25 09:42:59.000000000 +0000 +++ filezilla-3.63.0/debian/control 2023-08-07 22:58:46.000000000 +0000 @@ -21,7 +21,7 @@ Vcs-Browser: https://salsa.debian.org/debian/filezilla Package: filezilla -Architecture: alpha amd64 arm64 armel armhf hppa mips64el mipsel ppc64 ppc64el riscv64 s390x sparc64 +Architecture: alpha amd64 arm64 armel armhf hppa hurd-i386 i386 mips64el mipsel ppc64 ppc64el riscv64 s390x sparc64 x32 Depends: filezilla-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} diff -Nru filezilla-3.63.0/debian/rules filezilla-3.63.0/debian/rules --- filezilla-3.63.0/debian/rules 2021-03-20 12:26:20.000000000 +0000 +++ filezilla-3.63.0/debian/rules 2023-08-07 22:58:46.000000000 +0000 @@ -4,6 +4,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +ifeq ($(DEB_HOST_ARCH_CPU),i386) +# Workaround GCC bug on i386 +export DEB_CFLAGS_MAINT_APPEND = -msse4.1 +export DEB_CXXFLAGS_MAINT_APPEND = -msse4.1 +endif + %: dh $@