Benjamin Drung pushed to branch python at GNU Libc Maintainers / tzdata
Commits: bb4c64d1 by Benjamin Drung at 2023-01-06T23:46:45+01:00 Translate area "America" as Americas in English The area `America` refers to continent of North and South America, which is called Americas in English [1]. To translate `America` to `Americas` in the English debconf translation. [1] https://en.wikipedia.org/wiki/Americas Closes: #508118 LP: #599466 Signed-off-by: Benjamin Drung <[email protected]> - - - - - bc0af3e9 by Benjamin Drung at 2023-01-07T00:29:45+01:00 d/tzdata.config: Fix passing arguments to db_go Commit 716271666d534e98bfaf4a2c25ad4238c6060b7b addressed the shellcheck complaints in tzdata.config. It passes the programs arguments to `db_go` (e.g. `reconfigure 2022g-1`) which causes `dpkg-reconfigure tzdata` to not ask any questions any more. So drop passing the programs arguments to `db_go` and silence this shellcheck complaint. Fixes: 7162716 ("Address shellcheck complaints in postinst and tzdata.config") Signed-off-by: Benjamin Drung <[email protected]> - - - - - 7ef71569 by Benjamin Drung at 2023-01-07T00:33:12+01:00 Generate debconf templates with Python Generate debconf templates file with Python. Python is simpler to read/write than the Shell code in the debian/rules makefile. Signed-off-by: Benjamin Drung <[email protected]> - - - - - 6 changed files: - debian/control - + debian/generate_debconf_templates - debian/po/en.po - debian/rules - debian/tzdata.config - debian/tzdata.templates View it on GitLab: https://salsa.debian.org/glibc-team/tzdata/-/compare/8346b40b3ad2cde006515de1bbf29378d4cf3f5b...7ef7156900756700a3d1d1913742a60f21f76097 -- View it on GitLab: https://salsa.debian.org/glibc-team/tzdata/-/compare/8346b40b3ad2cde006515de1bbf29378d4cf3f5b...7ef7156900756700a3d1d1913742a60f21f76097 You're receiving this email because of your account on salsa.debian.org.

