HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

debchange — Maintain the debian/changelog file of a Debian source package. More information: <https://manned.org

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommanddebchangechangelogdebianclifilemaintain
linux

Problem

How to use the debchange command: Maintain the debian/changelog file of a Debian source package. More information: <https://manned.org/debchange>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: linux/debchange

Revisions (0)

No revisions yet.