[libgit-wrapper-perl] 05/07: Add patch to remove check for `git' during build.

gregor herrmann gregoa at debian.org
Mon May 12 18:32:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libgit-wrapper-perl.

commit 73046e50a22404a628873e254176af8dfb88fa27
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 12 20:25:46 2014 +0200

    Add patch to remove check for `git' during build.
    
    The check uses the unpackaged Devel::CheckBin module, and we don't need it
    anyway due to (build) dependencies.
---
 debian/patches/no-devel-checkbin.patch | 18 ++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/no-devel-checkbin.patch b/debian/patches/no-devel-checkbin.patch
new file mode 100644
index 0000000..f5c662f
--- /dev/null
+++ b/debian/patches/no-devel-checkbin.patch
@@ -0,0 +1,18 @@
+Description: patch out Devel::CheckBin
+ not packaged, but we can be quite sure to have `git' as long as we
+ (build-)depend on it
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-05-12
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,7 +1,3 @@
+-use Devel::CheckBin;
+-check_bin('git');
+-
+-
+ # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
+ use strict;
+ use warnings;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9af3599
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no-devel-checkbin.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgit-wrapper-perl.git



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