2020-05-14 16:07:23 +01:00
|
|
|
# debchange
|
|
|
|
|
|
|
|
> Tool for maintenance of the debian/changelog file in a Debian source package.
|
2023-05-14 03:49:17 +01:00
|
|
|
> More information: <https://manpages.debian.org/latest/devscripts/debchange.1.en.html>.
|
2020-05-14 16:07:23 +01:00
|
|
|
|
|
|
|
- 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}}`
|