[mb2md] 02/02: Fix Make-source-and-destination-path-expansion-behave-mo.patch

Axel Beckert abe at deuxchevaux.org
Sun May 22 16:13:12 UTC 2016


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

abe pushed a commit to branch master
in repository mb2md.

commit 12e9c288ebebe97aaf4e49dfee9ecc6f7a922629
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 22 18:11:38 2016 +0200

    Fix Make-source-and-destination-path-expansion-behave-mo.patch
    
    The patch previously did not fix all relevant cases.
    
    Closes: #818678
---
 debian/changelog                                            |  2 ++
 ...ke-source-and-destination-path-expansion-behave-mo.patch | 13 ++++---------
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cc37984..dc5c857 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ mb2md (3.20-8) UNRELEASED; urgency=medium
   * Refresh all patches to get rid of small line offsets.
   * Add minimal test suite for build time and as-installed testing.
     + Add patch to take home directory from $HOME if set.
+  * Fix Make-source-and-destination-path-expansion-behave-mo.patch to work
+    properly in one more case. (Closes: #818678)
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 30 Jan 2016 20:07:36 +0100
 
diff --git a/debian/patches/Make-source-and-destination-path-expansion-behave-mo.patch b/debian/patches/Make-source-and-destination-path-expansion-behave-mo.patch
index 01fde0f..532f712 100644
--- a/debian/patches/Make-source-and-destination-path-expansion-behave-mo.patch
+++ b/debian/patches/Make-source-and-destination-path-expansion-behave-mo.patch
@@ -1,13 +1,8 @@
-From: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Date: Sat, 30 Aug 2014 17:12:45 -0700
-Subject: Make source and destination path expansion behave more like users
- expect it
-
+Description: Make source and destination path expansion behave more like users expect it
 Bug-Debian: https://bugs.debian.org/594049
+Bug-Debian: https://bugs.debian.org/818678
 Author: Axel Beckert <abe at debian.org>
----
- mb2md-3.20.pl | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
+Last-Update: 2015-05-22
 
 --- a/mb2md-3.20.pl
 +++ b/mb2md-3.20.pl
@@ -48,7 +43,7 @@ Author: Axel Beckert <abe at debian.org>
          # Change to the target mailbox directory.
  
          chdir "$maildir" ;
-+        $mbox = "$pwd/$mbox" if ($mbox !~ m(^[/.]));
++        $mbox = "$pwd/$mbox" if ($mbox !~ m(^/));
  
           	    # Converts a Mbox to multiple files
                      # in a Maildir.

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



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