Package: libgd-perl / 2.53-3

Metadata

Package Version Patches format
libgd-perl 2.53-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
020150323~58eceb8.patch | (download)

Makefile.PL | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 fix libgd ver check in makefile.pl and build.pl
1001_fix_pod_errors.patch | (download)

GD.pm | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix pod errors
 missing =back and =over
2001_disable_jpeg_test_10.patch | (download)

t/GD.t | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 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
1002_gdlib config_pkg config.patch | (download)

Makefile.PL | 23 9 + 14 - 0 !
1 file changed, 9 insertions(+), 14 deletions(-)

 use pkg-config (via extutils::pkgconfig) instead of the removed gdlib-config.
 Additionally remove parts from try_to_autoconfigure which are not needed, at least on Debian,