git-buildpackage 0.9.29 source package in Ubuntu

Changelog

git-buildpackage (0.9.29) unstable; urgency=medium

  [ Guido Günther ]
  * [f76f200] clone: Allow to automatically add upstream vcs.
    While "gbp import-orig" supports "--upstream-vcs" since some time to
    link to the upstream git history however setup of the upstream remote
    repo so far was manual.
    To make this more automatic add "--add-upstream-vcs" to "gbp clone"
    (defaulting to False) and set up the upstreamvcs remote in case there's
    sufficient information in debian/upstream/metadata. Once added fetch
    from that remote initially.
  * [37cd681] git-pbuilder: export GBP_{DIST,ARCH,BUILDER} to the environment.
    This makes sure we don't export very generic vars while still being able
    to make decisions based on what was passed to gbp.
  * [2f463b9] config: Print correct default for postunpack hook
  * [5155e98] Build-depend on python3-filelock.
    This works around #1020024

  [ Pete Moore ]
  * [907e17a] rpm: Fix flake8

  [ Stefano Rivera ]
  * [ccbb64b] Specify a sysconfig scheme in smoke-rpm.
    Debian uses the posix_local scheme by default, since Python 3.10,
    causing the rpm to be built with the incorrect layout.
  * [3954043] Explicitly use the deb install layout when building our RPM.
    Debian defaults to installing to /usr/local, unless told otherwise. This
    is usually done by passing --install-layout=deb to setup.py, when called
    directly. But that's only an option on Debian systems that have this
    patch. Set the environment variable equivalent, instead.

 -- Guido Günther <email address hidden>  Thu, 29 Sep 2022 16:45:34 +0200

Upload details

Uploaded by:
Guido Günther
Uploaded to:
Sid
Original maintainer:
Guido Günther
Architectures:
all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
git-buildpackage_0.9.29.dsc 2.3 KiB 457a246446f5daf974a1a2eb6ca96f795b73f71547d773d4ee6dedd22a593800
git-buildpackage_0.9.29.tar.xz 3.0 MiB e70f15fa2e3c03b3e4c3fc16f6428f5da437d0ed38825644c21a9921e964ebbb

Available diffs

No changes file available.

Binary packages built by this source

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
  * gbp setup-gitattributes: set up Git attributes to disable transformations

git-buildpackage-rpm: Suite to help with RPM packages in Git repositories

 This package contains the following tools:
  * gbp buildpackage-rpm: build a package out of a Git repository, check for
    local modifications and tag appropriately
  * gbp import-srpm: import existing RPM source packages into a Git
    repository
  * gbp pq-rpm: manage patches easily
 .
 These tools are currently in an experimental state. Branch names and
 repository layouts might change without lots of prior warning.