[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:59 UTC 2013


The following commit has been merged in the master branch:
commit 47b889e01b9952901cea8fb55f19915896a33694
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jun 24 20:52:24 2013 +0200

    Revive patch disable-jpeg-test10: Still needed after all.
    
    This reverts commit 48dcd1338d0e764a910d2f5828cfde4bf7cd10fc.

diff --git a/debian/patches/disable-jpeg-test10.patch b/debian/patches/disable-jpeg-test10.patch
new file mode 100644
index 0000000..2964ca2
--- /dev/null
+++ b/debian/patches/disable-jpeg-test10.patch
@@ -0,0 +1,22 @@
+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 fac1829..eafb06c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+disable-jpeg-test10.patch
 pod-errors.patch

-- 
libgd-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list