Package: securefs
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu mantic ubuntu-patch
X-Debbugs-Cc: [email protected]
Dear Maintainer,
Autopkgtests fail. This is fixed for amd64, arm64, ppc64el with this
patch.
* Set SECUREFS_BINARY in debian/test/control (LP: #2018707).
Thanks for considering the patch.
-- System Information:
Debian Release: bookworm/sid
APT prefers mantic
APT policy: (500, 'mantic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.2.0-21-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru securefs-0.13.1+ds/debian/tests/control
securefs-0.13.1+ds/debian/tests/control
--- securefs-0.13.1+ds/debian/tests/control 2023-01-27 03:31:37.000000000
+0100
+++ securefs-0.13.1+ds/debian/tests/control 2023-05-08 07:14:48.000000000
+0200
@@ -1,4 +1,4 @@
-Test-Command: cd obj-x86_64-linux-gnu && python3 ../test/simple_test.py
+Test-Command: cd obj-`dpkg-architecture -q DEB_BUILD_GNU_TYPE` &&
SECUREFS_BINARY=`pwd`/securefs python3 ../test/simple_test.py
Depends: fuse,
libcrypto++-dev,
libfuse-dev,
@@ -7,6 +7,6 @@
python3
Restrictions: build-needed, isolation-machine, allow-stderr
-Test-Command: cd obj-x86_64-linux-gnu && ./securefs_test
+Test-Command: cd obj-`dpkg-architecture -q DEB_BUILD_GNU_TYPE` &&
./securefs_test
Depends: fuse, libcrypto++-dev, libfuse-dev, libjsoncpp-dev, libutf8proc-dev
Restrictions: build-needed, allow-stderr