mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
491 B
Plaintext
22 lines
491 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# debchange
|
|
|
|
> Maintain the debian/changelog file of a Debian source package.
|
|
> More information: <https://manned.org/debchange>.
|
|
|
|
- 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}}`
|