[SCM] Debian packaging of libcrypt-dh-gmp-perl branch, master, updated. debian/0.00010-1-8-g13dbbf7

Alessandro Ghedini al3xbio at gmail.com
Wed Aug 8 14:50:09 UTC 2012


The following commit has been merged in the master branch:
commit de71dd97ec640eb5295b7636c55d2cacf1a1929c
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Aug 8 16:45:49 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..e8c507f
--- /dev/null
+++ b/debian/patches/fix-checklib-fail.patch
@@ -0,0 +1,18 @@
+Description: Trigger build failures when needed libraries are 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-08
+
+--- a/inc/Module/Install/XSUtil.pm
++++ b/inc/Module/Install/XSUtil.pm
+@@ -343,7 +343,7 @@
+         $self->build_requires( "Devel::CheckLib" => "0.4" );
+     }
+ 
+-    Devel::CheckLib::check_lib_or_exit(@dcl_args);
++    Devel::CheckLib::assert_lib(@dcl_args);
+ }
+ 
+ sub cc_append_to_ccflags{
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..361aa7b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+fix-checklib-fail.patch

-- 
Debian packaging of libcrypt-dh-gmp-perl



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