commands.sh

debchange

linux

Maintain the debian/changelog file of a Debian source package.

More info →

Options (2)

-n, --nmuboolean

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

Example: debchange {{[-n|--nmu]}}
-a, --appendboolean

Add a changelog entry to the current version

Example: debchange {{[-a|--append]}}

Examples (3)

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

debchange [-n|--nmu]

Add a changelog entry to the current version

debchange [-a|--append]

Add a changelog entry to close the bug with specified ID

debchange --closes bug_id
made by @shridhargupta | data from tldr-pages