[libmodule-build-perl] 03/09: Refresh patches with git-debcherry (offset).

gregor herrmann gregoa at debian.org
Tue Feb 2 19:17:09 UTC 2016


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

gregoa pushed a commit to branch master
in repository libmodule-build-perl.

commit a7381cb035c1f963f4e203aed78ef254cf3d2319
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Feb 2 19:56:11 2016 +0100

    Refresh patches with git-debcherry (offset).
---
 .../0001-Allow-loading-from-system-path-when-running-under-au.patch   | 4 ++--
 .../0003-Preprocess-file-lists-generated-by-rscan_dir-to-sort.patch   | 2 +-
 debian/patches/man-ext                                                | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/0001-Allow-loading-from-system-path-when-running-under-au.patch b/debian/patches/0001-Allow-loading-from-system-path-when-running-under-au.patch
index d318837..2b1c8d1 100644
--- a/debian/patches/0001-Allow-loading-from-system-path-when-running-under-au.patch
+++ b/debian/patches/0001-Allow-loading-from-system-path-when-running-under-au.patch
@@ -21,7 +21,7 @@ Patch-Name: 0001-Allow-loading-from-system-path-when-running-under-au.patch
 diff --git a/t/lib/MBTest.pm b/t/lib/MBTest.pm
 --- a/t/lib/MBTest.pm
 +++ b/t/lib/MBTest.pm
-@@ -220,7 +220,7 @@ sub find_in_path {
+@@ -221,7 +221,7 @@ sub find_in_path {
  }
  
  sub check_compiler {
@@ -30,7 +30,7 @@ diff --git a/t/lib/MBTest.pm b/t/lib/MBTest.pm
      require IPC::Cmd;
      if ( $Config{usecrosscompile} && !IPC::Cmd::can_run($Config{cc}) ) {
        return;
-@@ -271,7 +271,7 @@ sub blib_load {
+@@ -272,7 +272,7 @@ sub blib_load {
    (my $path = $mod) =~ s{::}{/}g;
    $path .= ".pm";
    my ($pkg, $file, $line) = caller;
diff --git a/debian/patches/0003-Preprocess-file-lists-generated-by-rscan_dir-to-sort.patch b/debian/patches/0003-Preprocess-file-lists-generated-by-rscan_dir-to-sort.patch
index 15aad86..503cca0 100644
--- a/debian/patches/0003-Preprocess-file-lists-generated-by-rscan_dir-to-sort.patch
+++ b/debian/patches/0003-Preprocess-file-lists-generated-by-rscan_dir-to-sort.patch
@@ -21,7 +21,7 @@ Bug: https://rt.cpan.org/Public/Bug/Display.html?id=106813
 diff --git a/lib/Module/Build/Base.pm b/lib/Module/Build/Base.pm
 --- a/lib/Module/Build/Base.pm
 +++ b/lib/Module/Build/Base.pm
-@@ -5254,7 +5254,7 @@ sub rscan_dir {
+@@ -5249,7 +5249,7 @@ sub rscan_dir {
               ref($pattern) eq 'CODE' ? sub {push @result, $File::Find::name if $pattern->()} :
               die "Unknown pattern type";
  
diff --git a/debian/patches/man-ext b/debian/patches/man-ext
index 217d64c..9cf5a54 100644
--- a/debian/patches/man-ext
+++ b/debian/patches/man-ext
@@ -14,7 +14,7 @@ Patch-Name: man-ext
 diff --git a/lib/Module/Build/Base.pm b/lib/Module/Build/Base.pm
 --- a/lib/Module/Build/Base.pm
 +++ b/lib/Module/Build/Base.pm
-@@ -3212,7 +3212,7 @@ sub ACTION_manpages {
+@@ -3207,7 +3207,7 @@ sub ACTION_manpages {
  
  sub manify_bin_pods {
    my $self    = shift;
@@ -23,7 +23,7 @@ diff --git a/lib/Module/Build/Base.pm b/lib/Module/Build/Base.pm
  
    my $files   = $self->_find_pods( $self->{properties}{bindoc_dirs},
                                     exclude => [ $self->file_qr('\.bat$') ] );
-@@ -3239,7 +3239,7 @@ sub manify_bin_pods {
+@@ -3234,7 +3234,7 @@ sub manify_bin_pods {
  
  sub manify_lib_pods {
    my $self    = shift;

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



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