[SCM] libgd-gd2-noxpm-perl Debian packaging branch, master, updated. debian/2.46-1-2-gef0b4c1

gregor herrmann gregoa at debian.org
Sat Aug 13 22:48:43 UTC 2011


The following commit has been merged in the master branch:
commit f53f6c12c663f9daa32ed3240fb4de7b6d45caf3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 14 00:42:09 2011 +0200

    Add a patch to include $Config{ccflags} in CCFLAGS.
    
    Closes: #637730

diff --git a/debian/patches/series b/debian/patches/series
index 9570ce0..fb27c6e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 disable-jpeg-test
 pod-fixes.patch
+use-config-ccflags.patch
diff --git a/debian/patches/use-config-ccflags.patch b/debian/patches/use-config-ccflags.patch
new file mode 100644
index 0000000..723fc42
--- /dev/null
+++ b/debian/patches/use-config-ccflags.patch
@@ -0,0 +1,18 @@
+Description: add $Config{ccflags} to CCFLAGS
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/637730
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-08-14
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -245,7 +245,7 @@
+     'PL_FILES'  => {'bdf_scripts/bdf2gdfont.PLS' => 'bdf_scripts/bdf2gdfont.pl',
+ 		    'GD/Image.pm.PLS' => 'GD/Image.pm',
+ 		   },
+-    'CCFLAGS'    => '-Wformat=0',
++    'CCFLAGS'    => "-Wformat=0 $Config{ccflags}",
+     'EXE_FILES' => ['bdf_scripts/bdf2gdfont.pl'],
+     'AUTHOR'    => 'Lincoln Stein (lstein at cshl.org)',
+     'ABSTRACT'  => 'Interface to Gd Graphics Library',

-- 
libgd-gd2-noxpm-perl Debian packaging



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