[libdatetime-timezone-perl] 03/04: Drop android-syntax.patch, fixed upstream.

gregor herrmann gregoa at debian.org
Thu May 14 19:55:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdatetime-timezone-perl.

commit 88114ae85e7cf558255747559a6326072b8cffb1
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu May 14 21:47:13 2015 +0200

    Drop android-syntax.patch, fixed upstream.
---
 debian/patches/android-syntax.patch | 21 ---------------------
 debian/patches/series               |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/android-syntax.patch b/debian/patches/android-syntax.patch
deleted file mode 100644
index 356e9e2..0000000
--- a/debian/patches/android-syntax.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: fix syntax errors
- detected by `perl -wc ./lib/DateTime/TimeZone/Local/Android.pm'
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-04-29
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104105
-Bug: https://rt.cpan.org/Ticket/Display.html?id=104105
-
---- a/lib/DateTime/TimeZone/Local/Android.pm
-+++ b/lib/DateTime/TimeZone/Local/Android.pm
-@@ -33,8 +33,8 @@
- sub FromDefault {
-     my $tz = try {
-         local $SIG{__DIE__};
--        $tz = DateTime::TimeZone->new( name => 'UTC' );
--    }
-+        DateTime::TimeZone->new( name => 'UTC' );
-+    };
- 
-     return $tz if $tz;
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a76843f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-android-syntax.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-timezone-perl.git



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