Version in base suite: 2.3000-2 Base version: libtimedate-perl_2.3000-2 Target version: libtimedate-perl_2.3000-2+deb10u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/libt/libtimedate-perl/libtimedate-perl_2.3000-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/libt/libtimedate-perl/libtimedate-perl_2.3000-2+deb10u1.dsc changelog | 8 ++++++++ patches/series | 1 + patches/y2k20.patch | 25 +++++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff -Nru libtimedate-perl-2.3000/debian/changelog libtimedate-perl-2.3000/debian/changelog --- libtimedate-perl-2.3000/debian/changelog 2014-04-11 20:42:41.000000000 +0000 +++ libtimedate-perl-2.3000/debian/changelog 2020-01-26 21:13:06.000000000 +0000 @@ -1,3 +1,11 @@ +libtimedate-perl (2.3000-2+deb10u1) buster; urgency=medium + + * Non-maintainer upload. + * Add patch from upstream pull request to fix Y2K20 test failure. + (Closes: #948680) + + -- Adrian Bunk Sun, 26 Jan 2020 23:13:06 +0200 + libtimedate-perl (2.3000-2) unstable; urgency=medium * Team upload diff -Nru libtimedate-perl-2.3000/debian/patches/series libtimedate-perl-2.3000/debian/patches/series --- libtimedate-perl-2.3000/debian/patches/series 2014-04-11 20:36:28.000000000 +0000 +++ libtimedate-perl-2.3000/debian/patches/series 2020-01-26 21:13:04.000000000 +0000 @@ -1,2 +1,3 @@ fix-pod-errors.patch fix-msk-offset.patch +y2k20.patch diff -Nru libtimedate-perl-2.3000/debian/patches/y2k20.patch libtimedate-perl-2.3000/debian/patches/y2k20.patch --- libtimedate-perl-2.3000/debian/patches/y2k20.patch 1970-01-01 00:00:00.000000000 +0000 +++ libtimedate-perl-2.3000/debian/patches/y2k20.patch 2020-01-26 21:13:04.000000000 +0000 @@ -0,0 +1,25 @@ +From 9c46fc2657dfae756d17a8a25ab8cd6c124f1f7b Mon Sep 17 00:00:00 2001 +From: Prajith +Date: Thu, 2 Jan 2020 11:51:23 +0530 +Subject: [PATCH] Update Test t/getdate.t + +Bug: https://github.com/gbarr/perl-TimeDate/pull/19 +Bug-Debian: https://bugs.debian.org/948680 + +--- + t/getdate.t | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/t/getdate.t b/t/getdate.t +index 31b577b..82c5850 100644 +--- a/t/getdate.t ++++ b/t/getdate.t +@@ -156,7 +156,7 @@ Jul 22 10:00:00 UTC 2002 ;1027332000 + !; + + require Time::Local; +-my $offset = Time::Local::timegm(0,0,0,1,0,70); ++my $offset = Time::Local::timegm(0,0,0,1,0,1970); + + @data = split(/\n/, $data); +