Skip to content

debchange: Add --date argument for specifying the changelog entry date

Vignesh Raman requested to merge wip/vignesh/add-date-argument into apertis/v2024dev3

This commit introduces the --date argument to the debchange command, allowing users to specify a specific date in RFC 5322 format for the changelog entry being edited.

Example usage:

$ debchange -i --date "Tue, 23 Jun 2023 12:34:56 +0530"

https://phabricator.apertis.org/T9649

Merge request reports