Linux command
debchange 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
debchange -n
Append
debchange -a
Example
debchange --closes [bug_id]
说明
debchange (also known as dch) maintains the debian/changelog file of a Debian source package. It handles version numbering, timestamps, and changelog entry formatting according to Debian policy. Essential for Debian package maintainers to track changes between package versions.
参数
- -n, --nmu
- Increment version for non-maintainer upload
- -a, --append
- Append to current changelog entry
- --closes _bug_
- Add entry to close specified bug
- -i, --increment
- Increment version and add new entry
- -v _version_
- Set specific version number
- -D _distribution_
- Set distribution (stable, unstable, etc.)
FAQ
What is the debchange command used for?
debchange (also known as dch) maintains the debian/changelog file of a Debian source package. It handles version numbering, timestamps, and changelog entry formatting according to Debian policy. Essential for Debian package maintainers to track changes between package versions.
How do I run a basic debchange example?
Run `debchange -n` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -n, --nmu do in debchange?
Increment version for non-maintainer upload