Control: tags 1139186 + pending Dear maintainer,
I've prepared an NMU for seafile-client (versioned as 9.0.18+ds1-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for seafile-client-9.0.18+ds1 seafile-client-9.0.18+ds1 changelog | 7 +++++++ control | 1 + patches/0002-Don-t-use-bundled-QuaZip.patch | 6 +++--- 3 files changed, 11 insertions(+), 3 deletions(-) diff -Nru seafile-client-9.0.18+ds1/debian/changelog seafile-client-9.0.18+ds1/debian/changelog --- seafile-client-9.0.18+ds1/debian/changelog 2026-05-14 17:24:08.000000000 +0300 +++ seafile-client-9.0.18+ds1/debian/changelog 2026-06-17 22:30:20.000000000 +0300 @@ -1,3 +1,10 @@ +seafile-client (9.0.18+ds1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with QuaZip 1.7. (Closes: #1139186) + + -- Adrian Bunk <[email protected]> Wed, 17 Jun 2026 22:30:20 +0300 + seafile-client (9.0.18+ds1-1.1) unstable; urgency=medium * Non-maintainer upload diff -Nru seafile-client-9.0.18+ds1/debian/control seafile-client-9.0.18+ds1/debian/control --- seafile-client-9.0.18+ds1/debian/control 2026-05-14 17:23:28.000000000 +0300 +++ seafile-client-9.0.18+ds1/debian/control 2026-06-17 22:30:15.000000000 +0300 @@ -20,6 +20,7 @@ libsqlite3-dev, libssl-dev, libtool, + pkgconf, qt6-base-dev, qt6-tools-dev, qt6-webengine-dev, diff -Nru seafile-client-9.0.18+ds1/debian/patches/0002-Don-t-use-bundled-QuaZip.patch seafile-client-9.0.18+ds1/debian/patches/0002-Don-t-use-bundled-QuaZip.patch --- seafile-client-9.0.18+ds1/debian/patches/0002-Don-t-use-bundled-QuaZip.patch 2026-05-14 17:23:28.000000000 +0300 +++ seafile-client-9.0.18+ds1/debian/patches/0002-Don-t-use-bundled-QuaZip.patch 2026-06-17 22:29:41.000000000 +0300 @@ -58,13 +58,13 @@ - ) - -ADD_SC_LIBRARY(quazip ${quazip_sources}) -+FIND_PACKAGE(QuaZip-Qt6 REQUIRED PATHS "/usr/share/quazip") -+INCLUDE_DIRECTORIES(/usr/include/QuaZip-Qt6-1.5/quazip) ++PKG_CHECK_MODULES(QUAZIP REQUIRED quazip1-qt6) ++INCLUDE_DIRECTORIES(${QUAZIP_INCLUDE_DIRS}) +SET(EXTRA_LIBS ${EXTRA_LIBS} ${INTERFACE_LINK_LIBRARIES}) -SET(SC_LIBS utils quazip) -#SET(SC_LIBS utils) -+SET(SC_LIBS utils quazip1-qt6) ++SET(SC_LIBS utils ${QUAZIP_LIBRARIES}) #################### ###### end: lib

