table of contents
other versions
- jessie 0.6.22
- jessie-backports 0.8.7~bpo8+1
- stretch 0.8.12.2
- testing 0.9.9
- unstable 0.9.9
GBP(1) | git-buildpackage Manual | GBP(1) |
NAME¶
gbp - Maintain Debian packages in GitSYNOPSIS¶
gbp { --help | --version | --list-cmds | command [ args ... ] }DESCRIPTION¶
gbp is used to maintain Debian source packages in the Git version control system.OPTIONS¶
- --help
- Print help
- --version
- Print the programs version
- --list-cmds
- List all available commands
GBP COMMANDS¶
These are the possible commands. For possible arguments to these commands, please see the corresponding man pages.- buildpackage
- Build source and binary packages from a Git repository
- import-orig
- Import a new upstream version into a Git repository
- import-dsc
- Import a Debian source package into a Git repository
- import-dscs
- Import several Debian source packages into a Git repository, sorted by version number
- dch
- Generate the debian/changelog from Git commit history
- pq
- Manage debian/patches using Git rebase
- pull
- Update a Git repository from a remote
- clone
- Clone a Git repository from a remote and set up the necessary branch tracking.
- create-remote-repo
- Create a remote Git repository