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

gregoa pushed a commit to branch master
in repository liblist-moreutils-perl.

commit 8b00b638e30532916f63b64d6e7a88edcbab2f40
Author: gregor herrmann <gre...@debian.org>
Date:   Fri Jun 26 23:18:48 2015 +0200

    Add patch to remove "author" check from Makefile.PL.
    
    The condition is a check for a .git directory.
---
 debian/patches/makefile-author.patch | 35 +++++++++++++++++++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 36 insertions(+)

diff --git a/debian/patches/makefile-author.patch 
b/debian/patches/makefile-author.patch
new file mode 100644
index 0000000..cc175f2
--- /dev/null
+++ b/debian/patches/makefile-author.patch
@@ -0,0 +1,35 @@
+Description: there might be more people than the author who have a .git 
directory.
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-06-26
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -64,16 +64,16 @@
+ 
+ use inc::Config::AutoConf::LMU ();
+ 
+-if ( -d ".git" )
+-{
+-    eval "use Sandbox::Tumble ();";
+-    $@ and die $@;
+-    eval "use File::Path ();";
+-    File::Path->import;
+-    -d 't/xs'       and rmtree('t/xs');
+-    -d 't/pureperl' and rmtree('t/pureperl');
+-    Sandbox::Tumble->tumble(qw(t));
+-}
++#if ( -d ".git" )
++#{
++#    eval "use Sandbox::Tumble ();";
++#    $@ and die $@;
++#    eval "use File::Path ();";
++#    File::Path->import;
++#    -d 't/xs'       and rmtree('t/xs');
++#    -d 't/pureperl' and rmtree('t/pureperl');
++#    Sandbox::Tumble->tumble(qw(t));
++#}
+ 
+ inc::Config::AutoConf::LMU->_set_argv(@ARGV);    # XXX hack because we cannot 
construct for global use
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f82c761
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+makefile-author.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to