[neon/backports-focal/fuse3/Neon/release] debian: move workaround
Jonathan Esk-Riddell
null at kde.org
Wed Mar 23 13:12:43 GMT 2022
Git commit 4c55df040289eb628edf2eb6d51c30091fcaa13c by Jonathan Esk-Riddell.
Committed on 23/03/2022 at 13:12.
Pushed by jriddell into branch 'Neon/release'.
move workaround
M +5 -1 debian/rules
https://invent.kde.org/neon/backports-focal/fuse3/commit/4c55df040289eb628edf2eb6d51c30091fcaa13c
diff --git a/debian/rules b/debian/rules
index ab1aeef..a2554ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,11 @@ ifeq ($(DEB_BUILD_ARCH),linux)
chmod 0755 debian/fuse3/bin/fusermount3
endif
+override_dh_auto_install:
+ # workaround for test meson runs which calls mknod which does not work in Neon's docker
+ touch debian/tmp/dev/fuse
+ dh_auto_install
+
override_dh_install:
# remove unused files
rm -f debian/tmp/etc/init.d/fuse3
@@ -50,7 +55,6 @@ endif
# adding initramfs-tools integration
install -D -m 0755 debian/local/fuse.hook debian/fuse3/usr/share/initramfs-tools/hooks/fuse
- touch debian/tmp/dev/fuse
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
More information about the Neon-commits
mailing list