[SCM] Debian packaging of libdata-structure-util-perl branch, master, updated. a76b01ba5ad55c68987623054640b4f2b3d2a446

Alessandro Ghedini al3xbio at gmail.com
Wed Aug 8 13:19:33 UTC 2012


The following commit has been merged in the master branch:
commit 4355882cd8a94aee9ac554d749ab9ee8672b591c
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Aug 7 22:49:50 2012 +0200

    Add fix-checklib-fail.patch

diff --git a/debian/patches/fix-checklib-fail.patch b/debian/patches/fix-checklib-fail.patch
new file mode 100644
index 0000000..dcfd507
--- /dev/null
+++ b/debian/patches/fix-checklib-fail.patch
@@ -0,0 +1,18 @@
+Description:  Trigger build failure when a compiler is not found
+Origin: vendor
+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
+@@ -8,7 +8,7 @@
+ use ExtUtils::MakeMaker;
+ 
+ # Check that we have a C compiler
+-check_lib_or_exit();
++assert_lib();
+ 
+ my %mm_args = (
+     ( MM->can( 'signature_target' ) ? ( SIGN => 1 ) : () ),
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8dccbc9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-checklib-fail.patch

-- 
Debian packaging of libdata-structure-util-perl



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