[libdate-calc-perl] 01/02: 45 is 45, deliver what you promise

Damyan Ivanov dmn at moszumanska.debian.org
Thu Feb 5 21:28:36 UTC 2015


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

dmn pushed a commit to branch jessie
in repository libdate-calc-perl.

commit 118955013a25c69426f2bcf54c368d287999cdcb
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Feb 5 21:28:19 2015 +0000

    45 is 45, deliver what you promise
---
 debian/patches/century-tests.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/century-tests.patch b/debian/patches/century-tests.patch
index c897521..cafe5d4 100644
--- a/debian/patches/century-tests.patch
+++ b/debian/patches/century-tests.patch
@@ -18,7 +18,7 @@ Author: Damyan Ivanov <dmn at debian.org>, Gregor Herrmann <gregoa at debian.org>
  #   ($year,$mm,$dd) = Decode_Date_US($buffer);
  # ======================================================================
  
-+my $Y = 1900 + (localtime)[5] - 50;     # expected year (e.g. 1965)
++my $Y = 1900 + (localtime)[5] - 45;     # expected year (e.g. 1965)
 +my $y = sprintf("%02d", $Y % 100);      # short year    (e.g. 65)
 +
  print "1..25\n";

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



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