[SCM] Debian packaging of libmath-bigint-gmp-perl branch, master, updated. debian/1.37-1-9-gf3581c8

Alessandro Ghedini al3xbio at gmail.com
Wed Aug 8 14:42:21 UTC 2012


The following commit has been merged in the master branch:
commit dbb186a945aecc10d5daf51563370a15a7df305d
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Aug 8 14:58:35 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..76b8be5
--- /dev/null
+++ b/debian/patches/fix-checklib-fail.patch
@@ -0,0 +1,18 @@
+Description: Trigger build failure when gmp 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-08
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -14,7 +14,7 @@
+   push @ARGV, sprintf "LDDLFLAGS=%s -read_only_relocs suppress", $Config::Config{'lddlflags'};
+   }
+
+-check_lib_or_exit(lib => 'gmp', header => 'gmp.h', @ARGV);
++assert_lib(lib => 'gmp', header => 'gmp.h', @ARGV);
+
+ WriteMakefile
+   (
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 libmath-bigint-gmp-perl



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