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

[Git][glibc-team/tzdata][sid] 10 commits: Create relative symlinks directly



Title: GitLab

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

Commits:

  • ccd15558
    by Benjamin Drung at 2023-01-02T12:09:19+01:00
    Create relative symlinks directly
    
    Instead of creating absolute symlinks and then using `symlinks` to
    convert them to relative symlinks, use `-r` to create relative symlinks
    from the start.
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • 9df2f316
    by Benjamin Drung at 2023-01-02T12:58:55+01:00
    Replace timezone files in posix directory by symlinks
    
    tzdata is not a huge package, but when considering it for use in an
    embedded system, the size is noticeable. Depending on the file system in
    use, the size consumption may even be bigger due to the many small
    files.
    
    The files in `/usr/share/zoneinfo/posix` are identical to the files in
    `/usr/share/zoneinfo`. Replace these timezone files by symlinks. This
    reduces the package `Installed-Size` from 3284 to 2455 (25.2 %
    reduction). The on-disk size of `/usr/share/zoneinfo` (measured with
    `du -bs`) reduces from 1917.149 to 1383.711 kilobytes (27.8 %
    reduction).
    
    Closes: #1010477
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • ba65beba
    by Benjamin Drung at 2023-01-02T13:27:14+01:00
    Convert d/copyright to machine-readable format
    
    Closes: #1023598
    Thanks: Bastian Germann <bage@debian.org>
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • ff0da7e4
    by Benjamin Drung at 2023-01-02T13:51:00+01:00
    Run wrap-and-sort
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • 993617a5
    by Benjamin Drung at 2023-01-02T14:32:36+01:00
    debian/rules: Use consistent spaces and tabs
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • d26ea2e1
    by Benjamin Drung at 2023-01-02T14:56:56+01:00
    Translate Ciudad_Juarez for en and de
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • 7cce67a0
    by Benjamin Drung at 2023-01-02T15:08:47+01:00
    Bump Standards-Version to 4.6.2
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • 6ee10141
    by Benjamin Drung at 2023-01-02T15:18:47+01:00
    Override lintian's unused-debconf-template
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    
  • a027428b
    by Benjamin Drung at 2023-01-02T15:26:27+01:00
    Add debian/upstream/metadata
    
  • 8fa2464c
    by Benjamin Drung at 2023-01-02T15:27:16+01:00
    Release tzdata 2022g-1
    
    Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
    

10 changed files:


Reply to: