git-buildpackage 0.9.2 source package in Ubuntu

Changelog

git-buildpackage (0.9.2) unstable; urgency=medium

  [ Guido Günther ]
  * [5b05ead] push: Don't abort on first failure.  Push as many refs as
    possible instead of aborting on the first error.
  * Unbreak running in non-UTF8 locales
    Thanks to Nico Schlömer for the report (Closes: #880964)
  * [5b1614d] travis: run tests under C locale too
  * [79d4340] setup.py: add python_requires so pip doesn't use the gbp module
    for python2
    Thanks to Nico Schlömer for the proposed solution
  * [d656cbd] import-dsc: Fuzzy parse changelog date.
    Especially older changelogs aren't 100% policy conformant (e.g. using a
    localized day of week like).  This allows us to better import older
    histories. (Closes: #880878)
  * [577ca32] import-orig: Run postimport hook on all successful imports.
    So far we would skip it on initial imports which is pointless.
  * [7d6f61a] import-orig: don't fail when importing unpacked dirs.
  * [34b2390] import-orig: avoid master branch when importing into empty repo.
    We don't want a master branch if debian-branch != 'master'.
  * [c135ad4] Make import-orig-rpm tests work with import-orig.
    We use the Debian version to import RPMs since there's currently no
    separate import-orig-rpm needed.  The tests also cover cases we were
    currently not testing in components/deb/test_import_orig.py.
  * [fe0022b] import-dsc: cleanup temp dirs on unexpected exceptions too
  * [486cbfd] examples: drop gbp-posttag-push.  We have "gbp push" now.
  * [3efd339] examples: Add gbp-try-ff.  Helper to fetch new upstream source,
    refresh patches and do a test build.
  * [1b5a344] buildpackage: Add back --git-pristine-tar-commit support.
    The call got lost when we split out export-orig. (Closes: #880624)
  * [4378eae] command_wrapper: quote error strings so we don't accidentally
    try to expand values in error messages. (Closes: #881254)
  * [e5df7d0] buildpackage: unpack additional tarballs as well in
    --git-overlay mode. (Closes: #881253)
  * [75273ee,53c0e7c] buildpackage: Expand --git-comp-type auto again in
    --git-overlay mode.
    Thanks to Maximiliano Curia for the detailed analysis (Closes: #879781)
  * [d9fb2df] import-dsc: Apply filters on debian tarballs too
    (Closes: #881311)
  * Several testsuite and documentation improvements

  [ Felipe Sateler ]
  * [7f85a0d] zsh: Fix delegation of dscs options to dsc
  * [9d276b5] zsh: dch does not use git prefix for ignore-branch option
    (Closes: #787005)

  [ Ken Dreyer ]
  * [3d084fd] DebianChangelog: Strip trailing newlines from changes.
    Python3's message_from_string passes on a trailing newline from
    dpkg-parsechangelog but the consumer of the output shouldn't need to
    bother.

  [ Markus Lehtonen ]
  * [34c22d4] tests: add tests for gbp import-orig-rpm.

 -- Guido Günther <email address hidden>  Fri, 10 Nov 2017 08:08:25 +0100

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
git-buildpackage_0.9.2.dsc 2.2 KiB d6b4e33b81b07047b3b6c3901fb0ff1c2c7aec715323fe0bdc21fca60ba19a68
git-buildpackage_0.9.2.tar.xz 2.3 MiB e4e40573863bdf50b1f54545938573e990b053c39e0e72ff33670ac562c66a33

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

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.