[SCM] Debian packaging of libmime-lite-perl branch, master, updated. debian/3.028-1-10-gda4c02e

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Aug 23 20:58:54 UTC 2012


The following commit has been merged in the master branch:
commit 347dd54777abc71c36b145a6403f635e1d7086f5
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Aug 23 22:52:51 2012 +0200

    Dropped fix_MIME-Version_hardwired.patch, fixed upstream

diff --git a/debian/patches/fix_MIME-Version_hardwired.patch b/debian/patches/fix_MIME-Version_hardwired.patch
deleted file mode 100644
index 075dd28..0000000
--- a/debian/patches/fix_MIME-Version_hardwired.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: make it possible to manipulate/delete the MIME-Version header
-Origin: https://rt.cpan.org/Public/Bug/Display.html?id=35979
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460395
-
---- a/lib/MIME/Lite.pm
-+++ b/lib/MIME/Lite.pm
-@@ -1154,12 +1154,12 @@
-     my ( $self, $onoff ) = @_;
-     my $attrs = $self->{Attrs};
-     if ($onoff) {
--        $attrs->{'MIME-Version'} = '1.0';
-+        $attrs->{'mime-version'} = '1.0';
-         my $uses = ( @Uses ? ( "(" . join( "; ", @Uses ) . ")" ) : '' );
-         $self->replace( 'X-Mailer' => "MIME::Lite $VERSION $uses" )
-           unless $VANILLA;
-     } else {
--        delete $attrs->{'MIME-Version'};
-+        delete $attrs->{'mime-version'};
-         $self->delete('X-Mailer');
-     }
- }
diff --git a/debian/patches/series b/debian/patches/series
index a785f43..f7ea795 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix_MIME-Version_hardwired.patch
 remove_extra_newline.patch

-- 
Debian packaging of libmime-lite-perl



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