LinuxCommandLibrary

debchange

Tool for maintenance of the debian/changelog file in a Debian source package.

TLDR

Add a new version for a non-maintainer upload to the changelog

$ debchange --nmu
copy


Add a changelog entry to the current version
$ debchange --append
copy


Add a changelog entry to close the bug with specified ID
$ debchange --closes [bug_id]
copy

Copied to clipboard