1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:22:08 +02:00
tldr/pages/linux/debchange.md

16 lines
382 B
Markdown

# debchange
> Mantain the debian/changelog file of a Debian source package.
> More information: <https://manned.org/debchange.1>.
- Add a new version for a non-maintainer upload to the changelog:
`debchange --nmu`
- Add a changelog entry to the current version:
`debchange --append`
- Add a changelog entry to close the bug with specified ID:
`debchange --closes {{bug_id}}`