[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][glibc-team/tzdata][sid] 4 commits: refactor: Rename _test_equal_zones to _assert_equal_zones



Title: GitLab

Benjamin Drung pushed to branch sid at GNU Libc Maintainers / tzdata

Commits:

  • d941a9a8
    by Benjamin Drung at 2023-05-05T11:07:35+02:00
    refactor: Rename _test_equal_zones to _assert_equal_zones
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • d7aa7dc0
    by Benjamin Drung at 2023-05-05T12:05:22+02:00
    refactor: Split _assert_equal_zones into smaller functions
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • 73a0cb10
    by Benjamin Drung at 2023-05-05T12:09:59+02:00
    Build tzdata with PACKRATLIST=zone.tab
    
    Recent builds have been using `PACKRATDATA=backzone` in order to add all
    out-of-scope lower-quality pre-1970 data that exist in backzone. However it
    also leads to time zones like America/Ensenada, Atlantic/Jan_Mayen,
    Europe/Tiraspol, and Pacific/Enderbury to change.
    
    Building with `PACKRATDATA=backzone PACKRATLIST=zone.tab` is designed to
    resurrect this data which used to be in tzdata without incurring changes to
    other data.
    
    Also add an autopkgtest test case for post-1970 symlink consistency.
    
    Bug-Ubuntu: https://launchpad.net/bugs/2017999
    Fixes: 09c572f98c4d ("Build timezones that differ pre-1970")
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • 591f5443
    by Benjamin Drung at 2023-05-05T12:16:51+02:00
    Update debconf translations
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    

30 changed files:


Reply to: