[SCM] Debian packaging of libcourriel-perl branch, master, updated. debian/0.18-1-8-gc14fbc7

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Mon Aug 22 18:47:06 UTC 2011


The following commit has been merged in the master branch:
commit 75be3894529c0f461f8edbc6af88485d5a5e45d5
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Mon Aug 22 14:38:07 2011 -0400

    Remove timezone patch as upstream appears to have fixed the issue.
    
    However, note that they have not closed the submitted bug, so I am slightly confused.  Someone should double-check my work.

diff --git a/debian/patches/series b/debian/patches/series
index 79048d5..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-timezone.patch
diff --git a/debian/patches/timezone.patch b/debian/patches/timezone.patch
deleted file mode 100644
index f60f9bd..0000000
--- a/debian/patches/timezone.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: workaround timezone offset difference
-Origin: vendor
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=70395
-Bug: https://rt.cpan.org/Ticket/Display.html?id=70395
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-08-21
-
---- a/t/Courriel.t
-+++ b/t/Courriel.t
-@@ -171,7 +171,7 @@
-             minute    => 22,
-             second    => 22,
-             time_zone => '-0500',
--        ),
-+        )->set_time_zone('UTC'),
-         'email datetime is parsed from Date header correctly'
-     );
- 
-@@ -258,7 +258,7 @@
-             minute    => 22,
-             second    => 23,
-             time_zone => '-0500',
--        ),
-+        )->set_time_zone('UTC'),
-         'email datetime is parsed from Resent-Date header correctly'
-     );
- }

-- 
Debian packaging of libcourriel-perl



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