gbp-pq

Suite to help with Debian packages in Git repositories

Install

All systems
curl cmd.cat/gbp-pq.sh
Debian Debian
apt-get install git-buildpackage
Ubuntu
apt-get install git-buildpackage
image/svg+xml Kali Linux
apt-get install git-buildpackage
Windows (WSL2)
sudo apt-get update sudo apt-get install git-buildpackage
Raspbian
apt-get install git-buildpackage

git-buildpackage

Suite to help with Debian packages in Git repositories

This package contains the following tools: * gbp buildpackage: build a package out of a git repository, check for local modifications and tag appropriately * gbp import-orig: import a new upstream version into the git repository * gbp export-orig: export an upstream tarball from the git repository * gbp import-{dsc,dscs}: import existing Debian source packages into a git repository * gbp dch: generate Debian changelog entries from Git commit messages * gbp {pull,clone}: clone and pull from remote repos * gbp pq: manage debian/patches easily * gbp create-remote-repo: create remote repositories * gbp push: push content to remote repositories * gbp tag: tag a Debian package in git * gbp pristine-tar: create pristine-tar commits