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 58e2885cb35a1f538e3b9e224ea4b7ff87ed2440 Author: Damyan Ivanov <[email protected]> Date: Thu Feb 5 21:31:18 2015 +0000 1964 = 2009 - 45 --- 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 563a2b2..2cd802d 100644 --- a/debian/patches/century-tests.patch +++ b/debian/patches/century-tests.patch @@ -19,7 +19,7 @@ Author: Damyan Ivanov <[email protected]>, Gregor Herrmann <[email protected]> # ($year,$mm,$dd) = Decode_Date_US($buffer); # ====================================================================== -+my $Y = 1900 + (localtime)[5] - 45; # expected year (e.g. 1965) ++my $Y = 1900 + (localtime)[5] - 45; # expected year (e.g. 1965 in 2009) +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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
