This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libgd-perl.
commit 169ff1f70e004084d0943fb001059f4c14626b82 Author: gregor herrmann <[email protected]> Date: Fri Jun 23 21:46:27 2017 +0200 Drop 020150323~58eceb8.patch which was taken from upstream Git. --- debian/patches/020150323~58eceb8.patch | 21 --------------------- debian/patches/series | 1 - 2 files changed, 22 deletions(-) diff --git a/debian/patches/020150323~58eceb8.patch b/debian/patches/020150323~58eceb8.patch deleted file mode 100644 index 6978041..0000000 --- a/debian/patches/020150323~58eceb8.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Fix libgd ver check in Makefile.PL and Build.PL -Origin: upstream, https://github.com/lstein/Perl-GD/commit/58eceb8 -Author: sauoq <[email protected]> -Forwarded: yes -Last-Update: 2015-11-29 - ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -296,8 +296,10 @@ - ($$lib_gd_path = $libdir) =~ s!/[^/]+$!!; - $$options = $features; - -- my ($minor) = $version =~ /^2\.\d+\.(\d+)$/; -- $$options .= " GD_UNCLOSEDPOLY GD_ANIMGIF GD_FTCIRCLE VERSION_33" if defined($minor) && $minor >= 33; -+ my ($minor, $patch) = $version =~ /^2\.(\d+)\.(\d+)$/; -+ if ((defined($minor) && $minor > 0) or (defined($patch) && $patch >= 33)) { -+ $$options .= " GD_UNCLOSEDPOLY GD_ANIMGIF GD_FTCIRCLE VERSION_33"; -+ } - - my @correct_inc = map {s/^-I// && $_} split /\s+/,$cflags; - check_for_stray_headers($includedir,@correct_inc); diff --git a/debian/patches/series b/debian/patches/series index d07378f..3508b83 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ -020150323~58eceb8.patch 1001_fix_pod_errors.patch 2001_disable_jpeg_test_10.patch 1002_gdlib-config_pkg-config.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgd-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
