summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-09-13 18:13:03 +0200
committergregor herrmann <gregoa@debian.org>2022-09-13 21:11:12 +0200
commita41ba5a19c67c3acc29eeffb95ba9ff499216935 (patch)
tree1ef3e7487282f02319f650c2177e3399f9d1227e
parentf4582d4f3ce4705b35161a1f6fb1477aac8658a8 (diff)
Drop debian/patches/skip_2_tiff_tests.
t/tiff.t now works with different Ghostscript versions.
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/skip_2_tiff_tests27
2 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 72a3a20..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-skip_2_tiff_tests
diff --git a/debian/patches/skip_2_tiff_tests b/debian/patches/skip_2_tiff_tests
deleted file mode 100644
index 6b68bb1..0000000
--- a/debian/patches/skip_2_tiff_tests
+++ /dev/null
@@ -1,27 +0,0 @@
-Skip tests #13 and #16 until bug #1010051 is resolved.
---- a/t/tiff.t
-+++ b/t/tiff.t
-@@ -247,8 +247,9 @@
-
- # 13
- SKIP: {
-- skip "Either ImageMagick, Ghostscript or Graphics::TIFF not available.", 1 unless
-- defined $convert and defined $gs and $has_GT;
-+ skip "until #1010051 is resolved", 1;
-+# skip "Either ImageMagick, Ghostscript or Graphics::TIFF not available.", 1 unless
-+# defined $convert and defined $gs and $has_GT;
-
- $width = 20;
- $height = 20;
-@@ -326,8 +327,9 @@
- }
-
- SKIP: {
-- skip "Either ImageMagick or Ghostscript not available.", 1 unless
-- defined $convert and defined $gs;
-+ skip "until #1010051 is resolved", 1;
-+# skip "Either ImageMagick or Ghostscript not available.", 1 unless
-+# defined $convert and defined $gs;
-
- # 16
- $width = 20;