~ubuntu-core-dev/ubuntu/+source/tzdata:ubuntu/focal

Last commit made on 2024-05-03
Get this branch:
git clone -b ubuntu/focal https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/tzdata
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/focal
Repository:
lp:~ubuntu-core-dev/ubuntu/+source/tzdata

Recent commits

c179ac6... by Benjamin Drung

Release tzdata 2024a-0ubuntu0.20.04.1

Signed-off-by: Benjamin Drung <email address hidden>

004fc66... by Benjamin Drung

Fixup for avoid timezones being symlinks to symlinks

Having timezones that are symlinks to symlinks isn't compatible with the
expectations of the C++20 standard. When chrono::locate_zone finds a
link, it expects its target to be a zone, not another link.

Also fix Asia/Chungking symlink that was masked by debian/rules not
corretly creating symlinks to symlinks in some cases. See commit
b059a4521b3c ("d/rules: Support creating symlinks pointing to
symlinks").

Bug-Ubuntu: https://launchpad.net/bugs/2062522

ef516f2... by Benjamin Drung

Backport test_no_symlinks_to_symlinks to Ubuntu 20.04 (focal)

eb78b26... by Benjamin Drung

Avoid timezones being symlinks to symlinks

Having timezones that are symlinks to symlinks isn't compatible with the
expectations of the C++20 standard. When chrono::locate_zone finds a
link, it expects its target to be a zone, not another link.

Bug-Ubuntu: https://launchpad.net/bugs/2062522
Signed-off-by: Benjamin Drung <email address hidden>

bf14907... by Benjamin Drung

Format debian/tests/python with black

f4ef9d5... by Benjamin Drung

test_timezone_conversions: Demote errors that will not be SRUed

Signed-off-by: Benjamin Drung <email address hidden>

1f5294f... by Benjamin Drung

test_timezone_conversions: Ignore symlinks in posix/ directory

2f6ece8... by Benjamin Drung

Backport test_timezone_conversions to Ubuntu 20.04 (focal)

Signed-off-by: Benjamin Drung <email address hidden>

e45076b... by Benjamin Drung

Test convert_timezone for consistency

Add `debian/test_timezone_conversions` (from tzdata 2024a-2) to test
`convert_timezone` from `debian/tzdata.config` for consistency.

Signed-off-by: Benjamin Drung <email address hidden>

757635c... by Benjamin Drung

d/tzdata.config: Update America/Louisville to America/Kentucky/Louisville