Change logs for git-buildpackage source package in Trusty

  • 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
  • git-buildpackage (0.6.8) unstable; urgency=medium
    
    
      * [f5718b8] No need to document --verbose.  Properly document --help
        instead.
        Thanks to Olivier Berger for pointing this out (Closes: #731149)
      * [e746d5f] Adjust test cases to newer devscripts (Closes: #732384)
      * [ca93ccb] Run nosetest on executables too.
        They're all well behaved and this allows us to use doctests in them
      * [eec8ce3] Determine changes file name based on dpkg-buildpackage options
        (Closes: #732678)
    
     -- Guido Günther <email address hidden>  Fri, 20 Dec 2013 18:16:01 +0100
  • git-buildpackage (0.6.7) unstable; urgency=low
    
    
      * [ab5a708] import-dsc; Merge upstream version by tag
        instead of simply using the upstream branch name. THis makes sure
        we also merge upstream versions that were imported previously with
        e.g. "gbp import-orig". (Closes: #698222)
      * [2042144] log: add error and warning aliases since I tend to use them
        instead of err and warn. (Closes: #728896)
      * [bc5ce39] Fix description of backports branches
      * [00d830c] Use --distribution instead of --dist (Closes: #730788)
    
     -- Guido Günther <email address hidden>  Fri, 29 Nov 2013 20:52:03 +0100
  • git-buildpackage (0.6.6) unstable; urgency=low
    
    
      [ Guan Junchun ]
      * [284eea5] gbp-clone: support repo URLs like "host:repo.git" Previously,
        gbp didn't correctly parse this kind of URL and clone failed.
      * [d52abf3] gbp-clone: support cloning to a specific directory
        (Closes: #725666)
    
      [ Guido Günther ]
      * [3092623] Add missing bash completion for gbp import-dscs
        (Closes: #727749)
      * [fc5b485] import-dsc: allow to skip Debian tag creation
        (Closes: #636368)
      * [6f0c8f9] Update to git-pbuilder 1.30 that resyncs with what we shipped in
        gbp.
      * [3e09958] Disable html coverage generation until python-nose is fixed.
    
      [ Markus Lehtonen ]
      * [c661c71] pq: rewrite patch export functionality.
        Use our own function for constructing the patch files instead of using
        the format-patch command of git. This way, we get the desired output
        format directly, without the need for the error-prone "format-patch,
        parse patch files, mangle and re-write patch files" cycle.
        Also, fix patch naming in patch generation when '--no-patch-numbers' is
        used.  Previously, multiple commits with the same subject resulted in
        multiple patches having the same filename. This lead into broken series
        with missing patches as patch files were overwritten by the topmost
        commit.
      * [017fac3] pq.format_patch: support file path filtering.
        Implements a filter option that allows filtering out changes to certain
        files/paths in the patch-generation. A commit is totally ignored if all
        files would be filtered out. The path filter is given as a Python
        regexp.
      * [a0d6eb7] pq: properly generate non-ascii patch files.
        Encode non-ascii email headers properly. Also, set MIME headers
        correctly for the message body if the commit message body contains
        non-ascii characters.
        The reason for constructing the message in a little bit "clumsy" way is
        the intention is to match the output of git-format-patch as closely as
        possible.
      * [91fbdc1] pq: support patch-export commands.
        Support giving commands to pq as a meta tag in commit message. The
        format is "Gbp: <command> [args]".
        Currently, only one command is supported. namely 'ignore'. That is, one
        can use 'Gbp: Ignore' in the commit message for ignoring the commit in
        patch-generation.
      * [3dccca6] pq: add format_diff() function.
        For generating a patch file from a diff between two arbitrary commits.
      * [34e85f7] pq: listen to 'Gbp-Pq:' commands, too
      * [99c6995] pq: support 'Topic' patch-export command.
        Topic can be defined with either 'Gbp: Topic <topic>' or 'Gbp-Pq: Topic
        <topic>' in the commit message.
        This is to replace the "gbp-pq-topic: <topic>" command.
      * [0c0086b] docs: update pq manpages regarding pq command meta tags
    
      [ Felipe Sateler ]
      * [babbc5e] Add zsh completion.
        (Closes: #717002)
    
     -- Guido Günther <email address hidden>  Wed, 06 Nov 2013 08:21:55 +0100
  • git-buildpackage (0.6.5) unstable; urgency=low
    
    
      [ Etienne Millon ]
      * [ba4f778] doc: Fix git-pbuilder example (Closes: #725875)
    
      [ Guido Günther ]
      * [3be2947] Be more robust about git status output changes by using
        --porcelain. Heavily based on a patch by rian m. carlson
        (Closes: #726260)
      * [ae460e1] Bump standards version
    
      [ Andrew Starr-Bochicchio ]
      * [4368694] Don't export DEB_VENDOR="Debian"
        Tests now take Ubuntu versions into consideration. (Closes: #723756)
    
     -- Guido Günther <email address hidden>  Wed, 16 Oct 2013 10:29:58 +0200
  • git-buildpackage (0.6.3ubuntu1) saucy; urgency=low
    
      * debian/rules: Don't export DEB_VENDOR="Debian" as tests now
        take Ubuntu versions into consideration (LP: #1215175).
     -- Andrew Starr-Bochicchio <email address hidden>   Thu, 19 Sep 2013 11:25:20 -0400