Files
cheatsheet-tldr/tldr/linux/debchange
2024-09-19 00:16:36 +00:00

22 lines
474 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`