Change logs for git-buildpackage source package in Focal

  • git-buildpackage (0.9.19) unstable; urgency=medium
    
      * [30cfa76] d/tests/control: Drop python-rpm. We'd need
        python3-rpm for the build test but that is not run atm.
      * [2159ac3] Build-Depend on pydoctor since this uses python3
        Thanks to Boyuan Yang for the hints (Closes: #943107)
      * [96526f2] Add salsa-ci
    
     -- Guido Günther <email address hidden>  Fri, 28 Feb 2020 09:48:05 +0100
  • git-buildpackage (0.9.17ubuntu3) focal; urgency=medium
    
      * Add build dependencies to the autopkg test dependencies.
    
     -- Matthias Klose <email address hidden>  Fri, 31 Jan 2020 05:08:08 +0100
  • git-buildpackage (0.9.17ubuntu2) focal; urgency=medium
    
      * Add xsltproc and gtk-doc-tools to the autopkg test dependencies.
    
     -- Matthias Klose <email address hidden>  Thu, 30 Jan 2020 09:29:47 +0100
  • git-buildpackage (0.9.17ubuntu1) focal; urgency=medium
    
      * Add xsltproc to the autopkg test dependencies.
    
     -- Matthias Klose <email address hidden>  Thu, 30 Jan 2020 09:29:47 +0100
  • git-buildpackage (0.9.17) unstable; urgency=medium
    
      * [6248524] export_orig: Don't fail without a repository.
        This is a valid use case in overlay mode
        Thanks to Thomas Koch for the report
      * [ff9ff7e] Use UpstreamSource for additional tarballs as well.
        This will help on upstream tarball signatures as well as
        improving additional tarball handling.
      * [16781c8] import-orig: Handle tarball signature when using pristine-tar
      * [4a97a1c] import-dsc: Import signature if present in dsc
      * [e541f35] Recommend and build depend on pristine-tar 1.41
        since only this version has signature support.
      * [12ed9fb] travis-ci: Switch to bionic.
        Need to drop python 3.4 for that since it's not available on bionic.
    
     -- Guido Günther <email address hidden>  Thu, 31 Oct 2019 19:15:14 +0100
  • git-buildpackage (0.9.16) unstable; urgency=medium
    
      * [fef81e2] pq: Don't bubble up FileNotFoundException (Closes: #940043)
      * [fb26fd9] docs: Fix wrong argument order of branch rename.
        Thanks to Jens Reyer (Closes: #941110)
      * [11f9f31] export-orig: Check 'origin/pristine-tar' as well for compression
        type (Closes: #941894)
      * [916f538] docs: Fix typos.
        Thanks to lintian
      * [6cf1f7e] d/control: Bump standards version
        no changes needed
    
     -- Guido Günther <email address hidden>  Tue, 22 Oct 2019 17:36:46 +0200
  • 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