Your message dated Sat, 29 Apr 2023 10:54:14 +0100
with message-id
<502b8fb37ece620c9723446611a9287974ba5a0c.ca...@adam-barratt.org.uk>
and subject line Closing p-u requests for fixes included in 11.7
has caused the Debian Bug report #1033669,
regarding bullseye-pu: package libdatetime-timezone-perl/1:2.47-1+2023c
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 [email protected]
immediately.)
--
1033669: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033669
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bullseye
User: [email protected]
Usertags: pu
X-Debbugs-Cc: [email protected],
[email protected]
Control: affects -1 + src:libdatetime-timezone-perl
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
New week, new tzdata release!
I've uploaded libdatetime-timezone-perl/1:2.47-1+2023c to bullseye.
It includes data from the tzdata 2023c release as a quilt patch. The
only change wrt. {1:2.47-1+,}2023b is that the DST postponement for
Lebanon is undone, so the patch effectively changes only
lib/DateTime/TimeZone/Asia/Beirut.pm.
Manually stripped down debdiff attached (the rest are just version
numbers).
Thanks in advance,
gregor
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmQkhC9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbyJg/+JEiLIfZc9fsOl5vzlFvT2wetL/XT0LsW6QTUmaouwY410OxZ1MB0KrIm
JgpCt2G6hPUzZdLOv+T6wyqB7cU3OXTJQQ0q1laPM1wIL9BgbF2MAsXbQVuR2q2+
h/JGLn8AG9d35kn/GD06B3IY8VyGl+YNAHlsvetIo7UX53onrb0iE9cb47Qqv+uM
kSYe47Ms9+UCchZX54cLFO8q/ZIv92RZnX3SwuWCgzWpNsMYxz9cTMYZcGYgur+9
MEMm3A7ods5A+XP7okP++iVVuK/BbCZ+mgHQoxzLEHamB0YXR4IO5XCZtAQ5jfcH
iX8UfIjPV8wNFAJEtbUAsGeTX/G9VnaUznBPFUX3eFMdjMANNEWaLNLr5gR5fhZS
bdnfbgEF+4QavZodnnuGGru1S2t0jPw4Bs1hJu63OkmveLy58WmpHDPmS3DSZIz3
mVy1gGmZuagxnU1Y8XpQckQvi2VbHriPZmNUPPkKeOvdD/n8Is0i1nmK25rgRnRi
4rIHgNEb2123/dOywUWqjGsD1gfSwU+bfc3SRIeDrFKyBLXF9O1BVHiEO/qLBDek
xeu9QTean7Ipe5on5x5r+Xf9Pdx62DYdY4sUxqYMNWGbVCOEWSUBkP8qIyeU4H8Q
a7JTT+0a73Ic4SUIE+W7TkMWPj+WBDozPHzPyIqX9i7NrH9F1Zo=
=p1Lh
-----END PGP SIGNATURE-----
diff -Nru libdatetime-timezone-perl-2.47/debian/changelog
libdatetime-timezone-perl-2.47/debian/changelog
--- libdatetime-timezone-perl-2.47/debian/changelog 2023-03-24
16:58:22.000000000 +0100
+++ libdatetime-timezone-perl-2.47/debian/changelog 2023-03-29
20:21:49.000000000 +0200
@@ -1,3 +1,11 @@
+libdatetime-timezone-perl (1:2.47-1+2023c) bullseye; urgency=medium
+
+ * Update data to Olson database version 2023c.
+ This update has the same zone data as 2023a, undoing the changes for
+ Lebanon from the 2023b release past week.
+
+ -- gregor herrmann <[email protected]> Wed, 29 Mar 2023 20:21:49 +0200
+
libdatetime-timezone-perl (1:2.47-1+2023b) bullseye; urgency=medium
* Update data to Olson database version 2023b.
diff -Nru libdatetime-timezone-perl-2.47/debian/patches/olson-2023c
libdatetime-timezone-perl-2.47/debian/patches/olson-2023c
--- libdatetime-timezone-perl-2.47/debian/patches/olson-2023c 1970-01-01
01:00:00.000000000 +0100
+++ libdatetime-timezone-perl-2.47/debian/patches/olson-2023c 2023-03-29
20:21:49.000000000 +0200
@@ -0,0 +1,6513 @@
+Description: Update to Olson DB 2023c
+Origin: vendor
+Author: gregor herrmann <[email protected]>
+Last-Update: 2023-03-29
+
+--- a/lib/DateTime/TimeZone/Africa/Abidjan.pm
++++ b/lib/DateTime/TimeZone/Africa/Abidjan.pm
+@@ -3,7 +3,7 @@
+ # DateTime::TimeZone module distribution in the tools/ directory
+
+ #
+-# Generated from debian/tzdata/africa. Olson data version 2023b
++# Generated from debian/tzdata/africa. Olson data version 2023c
+ #
+ # Do not edit this file directly.
+ #
+@@ -43,7 +43,7 @@
+ ],
+ ];
+
+-sub olson_version {'2023b'}
++sub olson_version {'2023c'}
+
+ sub has_dst_changes {0}
+
+--- a/lib/DateTime/TimeZone/Asia/Beirut.pm
++++ b/lib/DateTime/TimeZone/Asia/Beirut.pm
+@@ -3,7 +3,7 @@
+ # DateTime::TimeZone module distribution in the tools/ directory
+
+ #
+-# Generated from debian/tzdata/asia. Olson data version 2023b
++# Generated from debian/tzdata/asia. Olson data version 2023c
+ #
+ # Do not edit this file directly.
+ #
+@@ -1024,17 +1024,17 @@
+ ],
+ [
+ 63802760400, # utc_start 2022-10-29 21:00:00 (Sat)
+-63817711200, # utc_end 2023-04-20 22:00:00 (Thu)
++63815464800, # utc_end 2023-03-25 22:00:00 (Sat)
+ 63802767600, # local_start 2022-10-29 23:00:00 (Sat)
+-63817718400, # local_end 2023-04-21 00:00:00 (Fri)
++63815472000, # local_end 2023-03-26 00:00:00 (Sun)
+ 7200,
+ 0,
+ 'EET',
+ ],
+ [
+-63817711200, # utc_start 2023-04-20 22:00:00 (Thu)
++63815464800, # utc_start 2023-03-25 22:00:00 (Sat)
+ 63834210000, # utc_end 2023-10-28 21:00:00 (Sat)
+-63817722000, # local_start 2023-04-21 01:00:00 (Fri)
++63815475600, # local_start 2023-03-26 01:00:00 (Sun)
+ 63834220800, # local_end 2023-10-29 00:00:00 (Sun)
+ 10800,
+ 1,
+@@ -1240,7 +1240,7 @@
+ ],
+ ];
+
+-sub olson_version {'2023b'}
++sub olson_version {'2023c'}
+
+ sub has_dst_changes {67}
+
+@@ -1293,24 +1293,24 @@
+ my $rules = [
+ bless( {
+ 'at' => '0:00',
+- 'from' => '1999',
+- 'in' => 'Oct',
+- 'letter' => '',
++ 'from' => '1993',
++ 'in' => 'Mar',
++ 'letter' => 'S',
+ 'name' => 'Lebanon',
+- 'offset_from_std' => 0,
++ 'offset_from_std' => 3600,
+ 'on' => 'lastSun',
+- 'save' => '0',
++ 'save' => '1:00',
+ 'to' => 'max'
+ }, 'DateTime::TimeZone::OlsonDB::Rule' ),
+ bless( {
+ 'at' => '0:00',
+- 'from' => '2024',
+- 'in' => 'Mar',
+- 'letter' => 'S',
++ 'from' => '1999',
++ 'in' => 'Oct',
++ 'letter' => '',
+ 'name' => 'Lebanon',
+- 'offset_from_std' => 3600,
++ 'offset_from_std' => 0,
+ 'on' => 'lastSun',
+- 'save' => '1:00',
++ 'save' => '0',
+ 'to' => 'max'
+ }, 'DateTime::TimeZone::OlsonDB::Rule' )
+ ]
diff -Nru libdatetime-timezone-perl-2.47/debian/patches/series
libdatetime-timezone-perl-2.47/debian/patches/series
--- libdatetime-timezone-perl-2.47/debian/patches/series 2023-03-24
16:58:22.000000000 +0100
+++ libdatetime-timezone-perl-2.47/debian/patches/series 2023-03-29
20:21:49.000000000 +0200
@@ -8,3 +8,4 @@
olson-2022f
olson-2022g
olson-2023b
+olson-2023c
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 11.7
Hi,
Each of the updates referred to in these requests was included in this
morning's 11.7 point release.
Regards,
Adam
--- End Message ---