[SCM] Debian packaging of libcourriel-perl branch, master, updated. debian/0.18-1-1-gc591b5a
gregor herrmann
gregoa at debian.org
Sun Aug 21 14:10:16 UTC 2011
The following commit has been merged in the master branch:
commit c591b5ad1509de804e15c493424b39cdb6cc4a97
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Aug 21 16:10:10 2011 +0200
Simplify timezone patch.
diff --git a/debian/patches/timezone.patch b/debian/patches/timezone.patch
index 8ac3cca..01bcd0d 100644
--- a/debian/patches/timezone.patch
+++ b/debian/patches/timezone.patch
@@ -2,46 +2,25 @@ Description: workaround timezone offset difference
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-06-10
+Last-Update: 2011-08-21
--- a/t/Courriel.t
+++ b/t/Courriel.t
-@@ -167,10 +167,10 @@
- year => 2011,
- month => 5,
- day => 29,
-- hour => 11,
-+ hour => 16,
+@@ -171,7 +171,7 @@
minute => 22,
second => 22,
-- time_zone => '-0500',
-+ time_zone => '+0000',
- ),
+ time_zone => '-0500',
+- ),
++ )->set_time_zone('UTC'),
'email datetime is parsed from Date header correctly'
);
-@@ -223,10 +223,10 @@
- year => 2011,
- month => 5,
- day => 27,
-- hour => 11,
-+ hour => 16,
- minute => 24,
- second => 44,
-- time_zone => '-0500',
-+ time_zone => '+0000',
- )->set_time_zone('UTC'),
- 'email datetime is parsed from Received header correctly'
- );
-@@ -254,10 +254,10 @@
- year => 2011,
- month => 5,
- day => 29,
-- hour => 11,
-+ hour => 16,
+
+@@ -258,7 +258,7 @@
minute => 22,
second => 23,
-- time_zone => '-0500',
-+ time_zone => '+0000',
- ),
+ 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