[SCM] libanyevent-xmpp-perl Debian packaging branch, master, updated. debian/0.51-1-13-gbe55301

Jonas Smedegaard dr at jones.dk
Mon Mar 19 20:26:27 UTC 2012


The following commit has been merged in the master branch:
commit aa01918cb0a34501d3956f54816162f60a605be0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Mar 19 21:18:29 2012 +0100

    Drop patch 1003 to fix timestamp: Fixed upstream.

diff --git a/debian/patches/1003_fix_timestamp_test.patch b/debian/patches/1003_fix_timestamp_test.patch
deleted file mode 100644
index 13e9cce..0000000
--- a/debian/patches/1003_fix_timestamp_test.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix excess space in timestamp
-Author: MMIMS [...] cpan.org
-Last-Update: 2011-05-23
-Forwarded: yes
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=62739
---- a/lib/AnyEvent/XMPP/Util.pm
-+++ b/lib/AnyEvent/XMPP/Util.pm
-@@ -519,7 +519,7 @@
-    my ($s, $m, $h, $md, $mon, $year, $tz) = from_xmpp_datetime ($string);
- 
-    my $otz = $ENV{TZ};
--   $ENV{TZ} = ($tz =~ /^([+-])(\d{2}):(\d{2})$/ ? "UTC $tz" : "");
-+   $ENV{TZ} = ($tz =~ /^([+-])(\d{2}):(\d{2})$/ ? "UTC$tz" : "");
-    POSIX::tzset ();
- 
-    my $ts = POSIX::mktime ($s, $m, $h, $md, $mon, $year);
diff --git a/debian/patches/series b/debian/patches/series
index 564e136..189b17e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 1001_use_Digest-SHA.patch
 1002_fix_auth_error.patch
-1003_fix_timestamp_test.patch

-- 
libanyevent-xmpp-perl Debian packaging



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