Change logs for git-buildpackage source package in Eoan

  • git-buildpackage (0.9.15) unstable; urgency=medium
    
      [ Guido Günther ]
      * [b12b85a] import-orig: Allow to run a post unpack hook.
        The working directory of the hook is the top temporary directory the
        tarballs are being unpacked into.
      * [6696656] docs: Document gbp import-orig --postunpack
      * [292edcf] import_orig: Move upstream-vcs-tag's help to config.
        This way it can be shared.
      * [61757c0] import_dsc: Support upstream-vcs-tag (Closes: #782886)
      * [1acd0bb] docs: import-dsc: Document --upstream-vcs-tag
      * [b888349] gbp-clone: Support salsa: pseudo urls
      * Fix flake8 errors (Closes: #939648)
    
      [ Hideki Yamane ]
      * [d1960b3] gbp.conf: Set default compresson to xz.
        The value is commented out so does not have any effect but it's
        better to recommend the right value.
    
      [ Maximiliano Curia ]
      * [8afb7ee] import-orig/merge_replace Avoid calling force_head.
        The debian_merge_by_replace function ends up calling force_head, but up to
        this point the current branch could be anything, and thus when called from
        a feature branch the latest commits get lost.
    
     -- Guido Günther <email address hidden>  Sat, 07 Sep 2019 10:58:51 -0700
  • git-buildpackage (0.9.14) unstable; urgency=medium
    
      [ Michael Prokop ]
      * [4142928] docs: update examples for pristine-tar usage, requiring commit
        action
        (Closes: #919677)
    
      [ Roberto C. Sánchez ]
      * [d3f67c8] docs: Fix typo
    
      [ Gabriel Filion ]
      * [34b9da1] Disable PGP signatures when retrieving list of commits
        (Closes: #923087)
    
      [ Guido Günther ]
      * [3e3458f] setup.py: Move version parser into setup.py.
        This makes sure it ends up in the sdist tarball.
    
      [ Simon McVittie ]
      * [74669f0] Dep3Patch: Ignore MIME headers.
        Otherwise, if we import a patch containing non-ASCII characters exported
        by `gbp pq export` or `git format-patch` using DEP-3 syntax, we'd
        misinterpret these fields as semantically significant and copy them into
        pseudo-headers, causing them to be duplicated in the commit's long
        description. (Closes: #924478)
    
     -- Guido Günther <email address hidden>  Thu, 21 Mar 2019 10:33:34 +0100