Bug#1145291: casync: fuse autopkgtest fails
Bastian Germann
bage at debian.org
Sun Aug 23 21:45:42 BST 2026
Control: tags -1 patch
Please find the debdiff attached.
-------------- next part --------------
diff -Nru casync-2+20201210/debian/changelog casync-2+20201210/debian/changelog
--- casync-2+20201210/debian/changelog 2026-07-07 12:00:49.000000000 +0200
+++ casync-2+20201210/debian/changelog 2026-08-23 22:27:16.000000000 +0200
@@ -1,3 +1,10 @@
+casync (2+20201210-2.2) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Fix fuse autopkgtest (Closes: #1145291)
+
+ -- Bastian Germann <bage at debian.org> Sun, 23 Aug 2026 22:27:16 +0200
+
casync (2+20201210-2.1) unstable; urgency=medium
* Non-maintainer upload
diff -Nru casync-2+20201210/debian/patches/conditional-fuse-test casync-2+20201210/debian/patches/conditional-fuse-test
--- casync-2+20201210/debian/patches/conditional-fuse-test 1970-01-01 01:00:00.000000000 +0100
+++ casync-2+20201210/debian/patches/conditional-fuse-test 2026-08-23 22:24:45.000000000 +0200
@@ -0,0 +1,21 @@
+From: Bastian Germann <bage at debian.org>
+Subject: Only run the fuse tests when the option is enabled
+---
+--- casync-2+20201210.orig/meson.build
++++ casync-2+20201210/meson.build
+@@ -297,6 +297,7 @@ test_nbd = find_program(test_nbd_sh)
+ test('test-nbd.sh', test_nbd,
+ timeout : 30 * 60)
+
++if get_option('fuse')
+ test_fuse_sh = configure_file(
+ output : 'test-fuse.sh',
+ input : 'test/test-fuse.sh.in',
+@@ -304,6 +305,7 @@ test_fuse_sh = configure_file(
+ test_fuse = find_program(test_fuse_sh)
+ test('test-fuse.sh', test_fuse,
+ timeout : 30 * 60)
++endif
+
+ test_cache_sh = configure_file(
+ output : 'test-cache.sh',
diff -Nru casync-2+20201210/debian/patches/series casync-2+20201210/debian/patches/series
--- casync-2+20201210/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ casync-2+20201210/debian/patches/series 2026-08-23 22:23:49.000000000 +0200
@@ -0,0 +1 @@
+conditional-fuse-test
More information about the Pkg-systemd-maintainers
mailing list