Your message dated Sat, 08 Feb 2020 14:23:35 +0000
with message-id
<a894a0233c2d264936953d7a69507573c4a5742a.ca...@adam-barratt.org.uk>
and subject line Closing bugs included in 9.12
has caused the Debian Bug report #949907,
regarding stretch-pu: package libtimedate-perl/2.3000-2+deb9u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
949907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949907
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
Usertags: pu
* Add patch from upstream pull request to fix Y2K20 test failure.
(Closes: #948680)
diff -Nru libtimedate-perl-2.3000/debian/changelog
libtimedate-perl-2.3000/debian/changelog
--- libtimedate-perl-2.3000/debian/changelog 2014-04-11 23:42:41.000000000
+0300
+++ libtimedate-perl-2.3000/debian/changelog 2020-01-26 23:13:06.000000000
+0200
@@ -1,3 +1,11 @@
+libtimedate-perl (2.3000-2+deb9u1) stretch; urgency=medium
+
+ * Non-maintainer upload.
+ * Add patch from upstream pull request to fix Y2K20 test failure.
+ (Closes: #948680)
+
+ -- Adrian Bunk <b...@debian.org> 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
23:36:28.000000000 +0300
+++ libtimedate-perl-2.3000/debian/patches/series 2020-01-26
23:13:06.000000000 +0200
@@ -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
02:00:00.000000000 +0200
+++ libtimedate-perl-2.3000/debian/patches/y2k20.patch 2020-01-26
23:13:06.000000000 +0200
@@ -0,0 +1,25 @@
+From 9c46fc2657dfae756d17a8a25ab8cd6c124f1f7b Mon Sep 17 00:00:00 2001
+From: Prajith <m...@prajith.in>
+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);
+
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 9.12
Hi,
Each of the uploads referred to by these bugs was included in today's
oldstable point release.
Regards,
Adam
--- End Message ---