1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 15:15:35 +02:00
tldr/pages/linux/debchange.md
Managor 77e10496de
linux/d*: add option placeholders, mnemonics and refresh more info links (#16996)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-06-29 11:32:13 +03:00

16 lines
401 B
Markdown

# debchange
> Maintain 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 {{[-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}}`