vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit eb94e0a492e57c8fbb3cddeedacba97034d765bd
Author: Antoine Beaupré <anarcat@debian.org>
Date: Fri Jan 10 09:34:13 2025 -0500
add source for the Etc stuff, thanks @mvc
commit f8f271248dd938756d80e7f6bce889b891af8e9c
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Jan 9 22:08:02 2025 -0500
blacken
commit d2f95cd248c03b9fa68bede2fb5108966630170a
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Jan 9 22:04:03 2025 -0500
show offsets in --list-zones
I was wondering where AoE is, and it turns out it is... well, of
course it's fucking nowhere. Thankfully, we can just do UTC-12.
commit 1cf1702ef029a82dde5034947db98e71a25ed6a1
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Jan 9 21:55:43 2025 -0500
move instructions about zone listings lower down, i want to expand
commit 930b8f4f56d7a630e903d8dfec5a9c15cc71c3f2
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 17:09:17 2025 -0500
add text version of the screenshot
commit 68a7c99a88d34d12bab7b58deefc1d540469bc44
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 17:04:11 2025 -0500
redo screenshot with latest HEAD
commit a4b1fd3af4508bc711007b52f660d79fce95f3f0
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 16:29:41 2025 -0500
update when status
commit 4be6310608864f725c3fe69eecb14dbe4a87b60c
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 16:25:01 2025 -0500
blacken
commit 9c85ee7ad3d50b3425e29b8d77d2102cd285cd44
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 16:11:05 2025 -0500
cleanup --format usage
We show --all-formats after --format to imply better that it can be
used to show the valid formats.
Remove the full format list from the --format usage because it was
effectively unreadable.
Before:
--all-formats show a sample of *all* table formats
-f {asciidoc,double_grid,double_outline,fancy_grid,fancy_outline,github,grid,heavy_grid,heavy_outline,html,jira,latex,latex_booktabs,latex_longtable,latex_raw,mediawiki,mixed_grid,mixed_outline,moinmoin,orgtbl,outline,pipe,plain,presto,pretty,psql,rounded_grid,rounded_outline,rst,simple,simple_grid,simple_outline,textile,tsv,unsafehtml,youtrack,fancy_grid_nogap}, --format {asciidoc,double_grid,double_outline,fancy_grid,fancy_outline,github,grid,heavy_grid,heavy_outline,html,jira,latex,latex_booktabs,latex_longtable,latex_raw,mediawiki,mixed_grid,mixed_outline,moinmoin,orgtbl,outline,pipe,plain,presto,pretty,psql,rounded_grid,rounded_outline,rst,simple,simple_grid,simple_outline,textile,tsv,unsafehtml,youtrack,fancy_grid_nogap}
output format (fancy_grid_nogap)
After:
-f FORMAT, --format FORMAT
output format, default: fancy_grid_nogap
--all-formats show all table formats, implies --table --no-time-details
commit 7dafabe591efd9a5a69caee1227c529c7a1693fd
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 16:10:28 2025 -0500
fix --all-formats when --no-table is the default
We forcibly enable --table when --all-formats is enabled, effectively
making it a standalone command.
commit fec12648e0f9ae29f562e79ed0ec469b1820f334
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 15:54:21 2025 -0500
usage tweak: remove brackets around defaults
This shortens the usage by one character and makes output more
human-readable, IMHO.
commit 6bd85a2d0ed2c19145e58076dace977897f3c265
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 15:52:47 2025 -0500
sort timezones by default
requested by a colleague
commit 0916636bd70ec1863c8871912cb46c0adb94d4b1
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 15:04:56 2025 -0500
fix test suite
commit 7160039aa71bf706a402c802293065f61398e317
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jan 7 14:48:37 2025 -0500
show equivalent times one per line
This will make it easier for people to find their own timezone in
announcements, according to a colleague.