[SCM] Debian packaging of libxml-libxml-perl branch, master, updated. debian/1.93+dfsg-1-7-ga5f3f0e

Alessandro Ghedini al3xbio at gmail.com
Sat Mar 10 11:57:50 UTC 2012


The following commit has been merged in the master branch:
commit 1378acb8225efa91abd1291ffc7ba31b3d6b5006
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sat Mar 10 12:01:43 2012 +0100

    Add dont-link-to-zlib.patch

diff --git a/debian/patches/dont-link-to-zlib.patch b/debian/patches/dont-link-to-zlib.patch
new file mode 100644
index 0000000..5dc1792
--- /dev/null
+++ b/debian/patches/dont-link-to-zlib.patch
@@ -0,0 +1,26 @@
+Description: Remove useless link to libz
+Origin: vendor
+Forwarded: no
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2012-03-09
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -290,7 +290,7 @@
+       $config{LIBS} .= ' -llibxml2 -lzlib -llibgettextlib.dll';
+     }
+   } else {
+-    $config{LIBS} .= ' -lxml2 -lz -lm';
++    $config{LIBS} .= ' -lxml2 -lm';
+   }
+ }
+ 
+@@ -309,8 +309,6 @@
+     } else {
+       $config{LIBS} .= ' -lzlib';
+     }
+-  } else {
+-    $config{LIBS} .= ' -lz';
+   }
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 770c395..732376f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-spelling-errors.patch
+dont-link-to-zlib.patch

-- 
Debian packaging of libxml-libxml-perl



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