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

gregoa pushed a commit to branch master
in repository libmail-mbox-messageparser-perl.

commit 9ea9f2667c06312f4e5e6698def75a46e29bf455
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Jul 5 16:43:31 2015 +0200

    Update debian/patches/paths.patch to match upstream changes.
---
 debian/patches/paths.patch | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/debian/patches/paths.patch b/debian/patches/paths.patch
index e86563e..c0aff24 100644
--- a/debian/patches/paths.patch
+++ b/debian/patches/paths.patch
@@ -1,22 +1,30 @@
+Description: Patch for lib/Mail/Mbox/MessageParser/Config.pm
+ to sanitize paths.
+Forwarded: not-needed
 Author: Joey Hess <jo...@debian.org>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-07-05
 
-Patch for lib/Mail/Mbox/MessageParser/Config.pm
-to sanitize paths.
 --- a/lib/Mail/Mbox/MessageParser/Config.pm
 +++ b/lib/Mail/Mbox/MessageParser/Config.pm
-@@ -8,11 +8,11 @@
+@@ -8,14 +8,14 @@
  
  %Mail::Mbox::MessageParser::Config = (
    'programs' => {
--    'bzip' => '/sw/bin/bzip2',
--    'bzip2' => '/sw/bin/bzip2',
+-    'bzip' => '/usr/bin/bzip2',
+-    'bzip2' => '/usr/bin/bzip2',
+-    'cat' => '/usr/local/opt/coreutils/libexec/gnubin/cat',
 +    'bzip' => '/bin/bzip2',
 +    'bzip2' => '/bin/bzip2',
++    'cat' => '/bin/cat',
      'diff' => '/usr/bin/diff',
--    'grep' => undef,
--    'gzip' => '/sw/bin/gzip',
-+    'grep' => '/bin/grep',
+     'grep' => undef,
+-    'gzip' => '/usr/bin/gzip',
+-    'lzip' => '/usr/local/bin/lzip',
+-    'xz' => '/usr/local/bin/xz',
 +    'gzip' => '/bin/gzip',
++    'lzip' => '/usr/bin/lzip',
++    'xz' => '/usr/bin/xz',
    },
  
    'max_testchar_buffer_size' => 1048576,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmail-mbox-messageparser-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