[SCM] Debian packaging of libxml-libxml-perl branch, master, updated. debian/2.0003+dfsg-1-1-g3777e09

Alessandro Ghedini al3xbio at gmail.com
Tue Aug 7 17:51:19 UTC 2012


The following commit has been merged in the master branch:
commit 3777e09e63e5b71600c673e19979a6cc53519d05
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Aug 7 19:44:06 2012 +0200

    Add fail-build-no-libxml2.patch
    
    Closes: #684070

diff --git a/debian/patches/fail-build-no-libxml2.patch b/debian/patches/fail-build-no-libxml2.patch
new file mode 100644
index 0000000..df27bfc
--- /dev/null
+++ b/debian/patches/fail-build-no-libxml2.patch
@@ -0,0 +1,18 @@
+Description: Trigger build failure when libxml2 is not found
+Origin: vendor
+Bug: http://bugs.debian.org/684070
+Forwarded: not-needed
+Author: Alessandro Ghedini <ghedo at debian.org>
+Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2012-08-07
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -338,7 +338,7 @@
+ to see the exact reason why the detection of libxml2 installation
+ failed or why Makefile.PL was not able to compile a test program.
+ DEATH
+-exit 0; # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors)
++exit 1; # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors)
+ }
+ # -------------------------------------------------------------------------- #
diff --git a/debian/patches/series b/debian/patches/series
index 770c395..a1d858b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-spelling-errors.patch
+fail-build-no-libxml2.patch

-- 
Debian packaging of libxml-libxml-perl



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