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 <[email protected]> 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 <[email protected]>, Gregor Herrmann <[email protected]> # ($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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
