r76418 - in /trunk/libmail-mboxparser-perl/debian: changelog patches/perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch patches/series

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Thu Jun 23 22:07:00 UTC 2011


Author: carnil
Date: Thu Jun 23 22:06:47 2011
New Revision: 76418

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76418
Log:
* Team upload.
* Add perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch 
  patch to patch the attachment name in t/10_qpnames.t which is not
  valid UTF-8 and thus does not match text stored in the mbox. Fixes FTBFS
  (Closes: #615545).

Added:
    trunk/libmail-mboxparser-perl/debian/patches/perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch
Modified:
    trunk/libmail-mboxparser-perl/debian/changelog
    trunk/libmail-mboxparser-perl/debian/patches/series

Modified: trunk/libmail-mboxparser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/changelog?rev=76418&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/changelog (original)
+++ trunk/libmail-mboxparser-perl/debian/changelog Thu Jun 23 22:06:47 2011
@@ -1,4 +1,6 @@
 libmail-mboxparser-perl (0.55-3) UNRELEASED; urgency=low
+
+  * Team upload.
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -10,7 +12,13 @@
   [ Tim Retout ]
   * debian/control: Update my email address.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:44:29 +0100
+  [ Salvatore Bonaccorso ]
+  * Add perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch 
+    patch to patch the attachment name in t/10_qpnames.t which is not
+    valid UTF-8 and thus does not match text stored in the mbox. Fixes FTBFS
+    (Closes: #615545).
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 24 Jun 2011 00:04:51 +0200
 
 libmail-mboxparser-perl (0.55-2) unstable; urgency=low
 
@@ -76,4 +84,3 @@
   * Initial release. closes: #290991
 
  -- Joshua Kwan <joshk at triplehelix.org>  Mon, 17 Jan 2005 20:04:37 -0800
-

Added: trunk/libmail-mboxparser-perl/debian/patches/perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/patches/perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch?rev=76418&op=file
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/patches/perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch (added)
+++ trunk/libmail-mboxparser-perl/debian/patches/perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch Thu Jun 23 22:06:47 2011
@@ -1,0 +1,30 @@
+From 122efb9b43fe3b918190f1e72a8055240571d58b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
+Date: Thu, 23 Jun 2011 09:13:12 +0200
+Subject: [PATCH] Fix garbled attachment name (RT#66576)
+
+---
+ t/10_qpnames.t |    3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/t/10_qpnames.t b/t/10_qpnames.t
+index 7c9b42c..4db5af6 100755
+--- a/t/10_qpnames.t
++++ b/t/10_qpnames.t
+@@ -1,3 +1,4 @@
++use utf8;
+ use Test;
+ use File::Spec;
+ use strict;
+@@ -12,7 +13,7 @@ my ($msg) = $mb->get_messages;
+ 
+ my $att = $msg->get_attachments;
+ skip(&Mail::MboxParser::Mail::HAVE_MIMEWORDS ? 0 : "Mime::Words not installed",
+-     defined $msg->get_attachments("test þðüýçö characters.txt"));
++     defined $msg->get_attachments("test şğüıçö characters.txt"));
+ 
+ 
+ 
+-- 
+1.7.5.4
+

Modified: trunk/libmail-mboxparser-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/patches/series?rev=76418&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/patches/series (original)
+++ trunk/libmail-mboxparser-perl/debian/patches/series Thu Jun 23 22:06:47 2011
@@ -1,1 +1,2 @@
 fix_messageparser_interaction
+perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch




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