[SCM] Debian packaging of libauthen-krb5-simple-perl branch, master, updated. debian/0.43-1-4-gc4d763f

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


The following commit has been merged in the master branch:
commit 856d61c1f3e01e1ae2ec7feb2dc12589db87b5de
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Aug 7 22:45:29 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..88fd2b6
--- /dev/null
+++ b/debian/patches/fix-checklib-fail.patch
@@ -0,0 +1,18 @@
+Description: Trigger build failure when krb5 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
+@@ -54,7 +54,7 @@
+ # See if the needed libs are available.  Take a shot at several "possible"
+ # locations for these libs.
+ #
+-check_lib_or_exit(
++assert_lib(
+     lib     => [qw( krb5 )],
+     libpath => \@krb_lib_dirs
+ ) unless($ENV{skip_lib_check});
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 libauthen-krb5-simple-perl



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