debchange, debuild, dget, quilt: add pages (#4022)

This commit is contained in:
Pierre Rudloff
2020-05-14 17:07:23 +02:00
committed by GitHub
parent 5ddf587e3a
commit 20f4b56734
4 changed files with 76 additions and 0 deletions

16
pages/linux/debchange.md Normal file
View File

@@ -0,0 +1,16 @@
# debchange
> Tool for maintenance of the debian/changelog file in a Debian source package.
> More information: <https://manpages.debian.org/debchange>.
- 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}}`