Forrest logo
back to context overview

gbp

List of commands for gbp:

  • gbp:tldr:aacb3 gbp: Build the package in the current directory using the default builder (`debuild`).
    $ gbp buildpackage -jauto -us -uc
    try on your machine
    explain this command
  • gbp:tldr:b122d gbp: Import a new upstream release.
    $ gbp import-orig --pristine-tar ${path-to-package-tar-gz}
    try on your machine
    explain this command
  • gbp:tldr:b995a gbp: Convert an existing Debian package to gbp.
    $ gbp import-dsc ${path-to-package-dsc}
    try on your machine
    explain this command
  • gbp:tldr:d60de gbp: Build a package in a `pbuilder` environment for Debian Bullseye.
    $ DIST=${bullseye} ARCH=${amd64} gbp buildpackage -jauto -us -uc --git-builder=${git-pbuilder}
    try on your machine
    explain this command
  • gbp:tldr:f1c24 gbp: Specify a package to be a source-only upload in the `.changes` file (see https://wiki.debian.org/SourceOnlyUpload).
    $ gbp buildpackage -jauto -us -uc --changes-options=${-S}
    try on your machine
    explain this command
back to context overview