From 381ea2292defe8fd3d91797b7c82b2fc84fdd86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 23 Aug 2023 01:10:23 +0200 Subject: [PATCH] debian/patches: Remove execution bit from test asset --- debian/patches/series | 1 + ...capture.pcapng-Remove-execution-permission.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 debian/patches/tests-egis0570-capture.pcapng-Remove-execution-permission.patch diff --git a/debian/patches/series b/debian/patches/series index c496f068..2c8bc6c8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ tests-Use-native-GTest-utils-to-generate-assets-names.patch +tests-egis0570-capture.pcapng-Remove-execution-permission.patch diff --git a/debian/patches/tests-egis0570-capture.pcapng-Remove-execution-permission.patch b/debian/patches/tests-egis0570-capture.pcapng-Remove-execution-permission.patch new file mode 100644 index 00000000..62706ec1 --- /dev/null +++ b/debian/patches/tests-egis0570-capture.pcapng-Remove-execution-permission.patch @@ -0,0 +1,13 @@ +From: =?utf-8?b?Ik1hcmNvIFRyZXZpc2FuIChUcmV2acOxbyki?= +Date: Wed, 23 Aug 2023 01:04:33 +0200 +Subject: tests/egis0570/capture.pcapng: Remove execution permission + +Origin: https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/445 +--- + tests/egis0570/capture.pcapng | Bin + 1 file changed, 0 insertions(+), 0 deletions(-) + mode change 100755 => 100644 tests/egis0570/capture.pcapng + +diff --git a/tests/egis0570/capture.pcapng b/tests/egis0570/capture.pcapng +old mode 100755 +new mode 100644