Control: tags -1 patch
Please find a patch attached that just gets rid of the fuse dependency. It is optional after all.
diff -Nru casync-2+20201210/debian/changelog casync-2+20201210/debian/changelog --- casync-2+20201210/debian/changelog 2023-12-02 00:52:31.000000000 +0100 +++ casync-2+20201210/debian/changelog 2026-07-07 12:00:49.000000000 +0200 @@ -1,3 +1,10 @@ +casync (2+20201210-2.1) unstable; urgency=medium + + * Non-maintainer upload + * Drop optional fuse dependency (Closes: #1084456) + + -- Bastian Germann <[email protected]> Tue, 07 Jul 2026 12:00:49 +0200 + casync (2+20201210-2) unstable; urgency=medium * Team upload. diff -Nru casync-2+20201210/debian/control casync-2+20201210/debian/control --- casync-2+20201210/debian/control 2023-12-02 00:52:24.000000000 +0100 +++ casync-2+20201210/debian/control 2026-07-07 11:58:01.000000000 +0200 @@ -11,7 +11,7 @@ libzstd-dev, zlib1g-dev, libacl1-dev | acl-dev, - libfuse-dev (>= 2.6), + libselinux-dev, python3-sphinx:native, rsync <!nocheck>, systemd-dev, diff -Nru casync-2+20201210/debian/rules casync-2+20201210/debian/rules --- casync-2+20201210/debian/rules 2023-12-01 23:55:20.000000000 +0100 +++ casync-2+20201210/debian/rules 2026-07-07 11:59:15.000000000 +0200 @@ -7,5 +7,8 @@ %: dh $@ +override_dh_auto_configure: + dh_auto_configure -- -Dfuse=false + override_dh_auto_test: dh_auto_test --no-parallel
