[libemail-send-perl] 02/04: update patch headers

gregor herrmann gregoa at debian.org
Thu Aug 8 12:46:38 UTC 2013


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

gregoa pushed a commit to branch master
in repository libemail-send-perl.

commit bc5618e1ede15e2305b11dd7ace3891b205215f7
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 8 14:43:11 2013 +0200

    update patch headers
    
    Git-Dch: Ignore
---
 debian/patches/add_usr_sbin_to_path |   32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/debian/patches/add_usr_sbin_to_path b/debian/patches/add_usr_sbin_to_path
index 693960e..95685eb 100644
--- a/debian/patches/add_usr_sbin_to_path
+++ b/debian/patches/add_usr_sbin_to_path
@@ -1,18 +1,20 @@
-Author: Gunnar Wolf <gwolf at debian.org>
 Description: Adds /usr/sbin to path if it is not present, as Debian's
-sendmail sits there
-Bug: #471885
-
-Author: gregor herrmann <gregoa at debian.org>
-Description: turn off tests that expect an empty PATH (won't happen anywhere
-after we push /usr/sbin in ...)
-
-Author: Nathan Handler <nhandler at ubuntu.com>
-Description: In 2.195-1, this patch was updated to apply cleanly after changes
-upstream. There is no longer a need to patch lib/Email/Send/Sendmail.pm.
+ sendmail sits there
+ .
+ turn off tests that expect an empty PATH (won't happen anywhere
+ after we push /usr/sbin in ...)
+ .
+ In 2.195-1, this patch was updated to apply cleanly after changes
+ upstream. There is no longer a need to patch lib/Email/Send/Sendmail.pm.
+Bug-Debian: http://bugs.debian.org/471885
+Forwarded: not-needed
+Author: Gunnar Wolf <gwolf at debian.org>
+ gregor herrmann <gregoa at debian.org>
+ Nathan Handler <nhandler at ubuntu.com>
+Last-Update: 2013-08-08
 
---- libemail-send-perl.orig/lib/Email/Send/Qmail.pm
-+++ libemail-send-perl/lib/Email/Send/Qmail.pm
+--- a/lib/Email/Send/Qmail.pm
++++ b/lib/Email/Send/Qmail.pm
 @@ -26,7 +26,9 @@
        return $QMAIL;
      }
@@ -24,8 +26,8 @@ upstream. There is no longer a need to patch lib/Email/Send/Sendmail.pm.
          if ( -x "$dir/$QMAIL" ) {
              $sendmail = "$dir/$QMAIL";
              last;
---- libemail-send-perl.orig/t/sendmail.t
-+++ libemail-send-perl/t/sendmail.t
+--- a/t/sendmail.t
++++ b/t/sendmail.t
 @@ -1,4 +1,4 @@
 -use Test::More tests => 11;
 +use Test::More tests => 8;

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



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