Description: disable maintainer check during package build
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-05-06

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,5 @@
 BEGIN {
-    if (-e ".git") {
+    if (-e ".git" && ! $ENV{DEB_HOST_ARCH}) {
         my $errors = 0;
         foreach my $module (qw(Module::Install Module::Install::AuthorTests Module::Install::Repository Module::Install::XSUtil)) {
             eval "require $module";
