diff options
Diffstat (limited to 'debian/patches/0021-spx-test.patch')
-rw-r--r-- | debian/patches/0021-spx-test.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/0021-spx-test.patch b/debian/patches/0021-spx-test.patch new file mode 100644 index 0000000..82aa5d3 --- /dev/null +++ b/debian/patches/0021-spx-test.patch @@ -0,0 +1,12 @@ +Index: wallet/tests/docs/spdx-license-t +=================================================================== +--- wallet.orig/tests/docs/spdx-license-t 2022-06-05 23:25:17.526523890 +0000 ++++ wallet/tests/docs/spdx-license-t 2022-06-05 23:26:57.183817283 +0000 +@@ -53,6 +53,7 @@ + qr{ [.] output \z }xms, # Test data + ); + my @IGNORE_PATHS = ( ++ qr{ \A configure~ }xms, # Build artifact + qr{ \A debian/ }xms, # Found in debian/* branches + qr{ \A docs/metadata/ }xms, # Package license should be fine + qr{ \A docs/protocol[.](html|txt) \z }xms, # Generated by xml2rfc |