[SCM] Debian packaging of libxml-libxml-perl branch, master, updated. debian/1.98+dfsg-2-6-g96265ac

Alessandro Ghedini al3xbio at gmail.com
Thu May 31 20:02:37 UTC 2012


The following commit has been merged in the master branch:
commit 723e1b74a58823f99a222b5499a92bb0760e8bc3
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Thu May 31 21:29:02 2012 +0200

    Drop dont-link-to-zlib.patch (useless since -lz is now taken from xml2-config)

diff --git a/debian/patches/dont-link-to-zlib.patch b/debian/patches/dont-link-to-zlib.patch
deleted file mode 100644
index 5dc1792..0000000
--- a/debian/patches/dont-link-to-zlib.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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 732376f..770c395 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 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