[SCM] Debian packaging of Audio-Tagger CPAN distribution branch, master, updated. debian/0.08-1-7-g573b52a

Alessandro Ghedini al3xbio at gmail.com
Wed Aug 8 13:08:53 UTC 2012


The following commit has been merged in the master branch:
commit b3691709d30fc1f408458cd141dc014bfb9338af
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Aug 7 22:33:30 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..9f4f7ac
--- /dev/null
+++ b/debian/patches/fix-checklib-fail.patch
@@ -0,0 +1,16 @@
+Description: Trigger build failure when taglib 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
+@@ -1,5 +1,5 @@
+ use Devel::CheckLib;
+-check_lib_or_exit(lib => 'tag');
++assert_lib(lib => 'tag');
+ # This Makefile.PL for  was generated by Dist::Zilla.
+ # Don't edit it but the dist.ini used to construct it.
+ 
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 Audio-Tagger CPAN distribution



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