[SCM] Debian packaging of libipc-sharelite-perl branch, master, updated. debian/0.17-2-2-g90fe566

Alessandro Ghedini al3xbio at gmail.com
Wed Aug 8 13:16:14 UTC 2012


The following commit has been merged in the master branch:
commit c17af80fecd7406758c53c7b8c0d6564eab1357f
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Aug 7 22:59:37 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..4e33ee8
--- /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
+@@ -18,7 +18,7 @@
+ }
+ 
+ # 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
index 864cbdf..7c14145 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 Disable-t-sharelite.t-Closes-625828.patch
+fix-checklib-fail.patch

-- 
Debian packaging of libipc-sharelite-perl



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