git-buildpackage 0.6.9 source package in Ubuntu

Changelog

git-buildpackage (0.6.9) unstable; urgency=medium


  [ Guido Günther ]
  * [78f3673] Depend on newer devscripts.
    These contain a uscan that handles repackaging at the right level and
    won't let us pick up the wrong tarball name.
    Thanks to gregor herrmann and all others involved (Closes: #635920)
  * [7c64575] Avoid backtrace on config file parse errors
    "gbp buildpackage" did this already but others didn't (Closes: #733759)
  * [7b1eadd] Make parsing config file sections symmetric.
    Always read the legacy command's config file section prior to the
    subcommand's config file section.
    Until now 'gbp <subcommand>' would read '[subcommand]' as well as
    '[gbp-<subcommand>]' sections while 'gbp-<subcommand>' would only read
    '[gbp-<subcommand>]' sections. (Closes: #733759)
  * [49f0e44] Change the default of cleaner to /bin/true.
    Running a clean command within version control by default nowadays
    causes more trouble than it helps. It's unnecessary with
    pbuilder/cowbuilder/sbuild and with export-dir. So change the default
    from 'debuild clean' to a noop ('/bin/true'). (Closes: #670624)
  * [d93c89f] import_orig: test error paths of find_source
  * [daf249f] docs: improve docs on using upstream's git repo.
    The documentation on using upstream's git directly instead of tarballs
    was very terse. Add a step by step guide on how to get started and
    how to update to new upstream versions.

  [ Markus Lehtonen ]
  * [e876beb] tests: adapt dch tests for older devscripts.
    Determine the default urgency level by determining the version number of
    the dch tool from command line.

 -- Guido Günther <email address hidden>  Sat, 15 Feb 2014 11:45:00 +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
Trusty release universe devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
git-buildpackage_0.6.9.dsc 1.2 KiB b53feac4a81368d0e6af8a815226ed7c80ec96e7b81707a506b3c9e394cd1954
git-buildpackage_0.6.9.tar.xz 166.1 KiB e046221c4e074179f81d0496e1332a004255aa3acc6c3c7792a4494a8ff8a906

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 import-{dsc,dscs}: import existing Debian source packages into a git
    repository
  * gbp import-orig: import a new upstream version into the git repository
  * gbp buildpackage: build a package out of a git repository, check for local
    modifications and tag appropriately
  * 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