[SCM] libgd-perl Debian packaging branch, master, updated. debian/1%2.46-3.1-160-gfbaad52
Jonas Smedegaard
dr at jones.dk
Mon Jun 24 20:20:58 UTC 2013
The following commit has been merged in the master branch:
commit 48dcd1338d0e764a910d2f5828cfde4bf7cd10fc
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Jun 24 20:01:57 2013 +0200
Drop patch disable-jpeg-test10: Fixed in 1:2.46-3.1.
diff --git a/debian/patches/disable-jpeg-test10.patch b/debian/patches/disable-jpeg-test10.patch
deleted file mode 100644
index 2964ca2..0000000
--- a/debian/patches/disable-jpeg-test10.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: disable JPEG test 10
- it fails with libjpeg8, despite the created file looks OK.
- There is a trail in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565919#12
- that upstream is planning a fix
-Author: Damyan Ivanov <dmn at debian.org>
-Forwarded: not-needed
-
---- a/t/GD.t
-+++ b/t/GD.t
-@@ -75,11 +75,7 @@ if (GD::Image->newFromXpm('frog.xpm')) {
- print "not ok ",9,"\n";
- }
-
--if (GD::Image->can('newFromJpeg')) {
-- compare(test10('frog.jpg'),10);
--} else {
-- print "ok ",10," # Skip, no JPEG support\n";
--}
-+print "ok ",10," # Skip, JPEG test buggy\n";
-
- my $image = GD::Image->new(300,300);
- $image->colorAllocate(255,255,255);
diff --git a/debian/patches/series b/debian/patches/series
index eafb06c..fac1829 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-disable-jpeg-test10.patch
pod-errors.patch
--
libgd-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list