summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-07-07 17:02:44 +0200
committergregor herrmann <gregoa@debian.org>2023-07-07 17:16:15 +0200
commit878d11a821248284508fa2d3ff5ca56699828521 (patch)
tree45655900557bf861ed23a7be9ae2d7428a49facd
parent4800c4b64064aebeb2e6b3568f71229bf2a6143f (diff)
Add a patch to remove faulty test
which gets triggered by JSON::PP >= 4.08. Thanks: Niko Tyni for the bug report. Closes: #1040534
-rw-r--r--debian/patches/1040534.patch19
-rw-r--r--debian/patches/series1
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/1040534.patch b/debian/patches/1040534.patch
new file mode 100644
index 0000000..37f0c0f
--- /dev/null
+++ b/debian/patches/1040534.patch
@@ -0,0 +1,19 @@
+Description: Remove faulty test
+Origin: vendor
+Bug: https://github.com/LibreCat/Catmandu-DBI/issues/35
+Forwarded: https://github.com/LibreCat/Catmandu-DBI/issues/35
+Bug-Debian: https://bugs.debian.org/1040534
+Author: gregor herrmann <gregoa@debian.org>
+Last-Update: 2023-07-07
+
+--- a/t/09-serializer-json-string.t
++++ b/t/09-serializer-json-string.t
+@@ -30,8 +30,6 @@
+ );
+
+ is($data, qq({"title":"café"}));
+-
+- ok(utf8::is_utf8($data));
+ }
+
+ {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..090380c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1040534.patch