Change logs for git-buildpackage source package in Disco

  • 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
  • git-buildpackage (0.9.13) unstable; urgency=medium
    
      [ Guido Günther ]
      * [55edef2] PatchSeries: Don't fail if there's only a patch end marker.
        If the patch only has '---' we pass empty data to git-mail-info
        otherwise.
        Thanks to James Cowgill for the detailed report (Closes: #916545)
      * [861121e] push: Push Debian branch first.
        This makes sure in new repos this is the correct default branch.
        (Closes: #916651)
      * [81bfe17] rpm_ch: Escape \S in regex replacement.
    
      [ Chris Lamb ]
      * [b58311f] Fix typo (Closes: #914280)
    
      [ Simon McVittie ]
      * [cb4c916] zsh completion: Fix typo in redirection to _gbp-import-dsc
        (Closes: #917636)
      * [cd4c4d2] gbp-pull: Invoke gbp pq correctly for --redo-pq option
        `gbp pull --redo-pq` assumed that `gbp-pq` exists in PATH, which isn't
        normally true since 0.6.24 (2015). (Closes: #917637)
    
     -- Guido Günther <email address hidden>  Sat, 29 Dec 2018 18:49:21 +0100
  • git-buildpackage (0.9.12) unstable; urgency=medium
    
      * [aa7ca25] import_ref: Fix warning output. Otherwise import-ref
        won't load correctly.
    
     -- Guido Günther <email address hidden>  Tue, 11 Dec 2018 18:23:09 +0100
  • git-buildpackage (0.9.10+nmu1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Fix problems detected by flake8 (FTBFS).  Closes:#910446.
        - Remove a spurious blank line
        - Add many missing r in regexp literals (r'...')
        - Double (and in some cases quadruple) some other backslashes.
      * Suppress a spurious new flake8 warning (FTBFS):
        - Suppress W503/W504 operator before/after newline.
      * Fix problems with test suite (FTBFS):
        - Set a dummy value of HOME to avoid picking up unwanted config.
        - Update rfc822_date_to_git test for new dateutil.parser.parse.
      * Add missing .gitignore from upstream cgit web page, and
        add .pybuild to it.
    
     -- Ian Jackson <email address hidden>  Sun, 14 Oct 2018 15:20:00 +0100
  • git-buildpackage (0.9.10) unstable; urgency=medium
    
      [ Ken Dreyer ]
      * [f0b1bbe] deb.git: fix duplicate "tarball" in docstring.
        Fix the docstring for create_pristine_tar_commits()
      * [29b9f2c] deb.git: fix spelling of "described" in docstring.
        Fix the docstring for _sanitize_version() and _unsanitize_version()
    
      [ Guido Günther ]
      * [62e0102] push: Allow to skip upstream and debian branch and tag push.
        Push of tag and or branch can be skipped by setting
        --{upstream,debian}-{branch,tag}='' . (Closes: #899234)
      * [28a950a] tests: Check help output of tag and push too
      * [a287bf6] config: allow to override default values via
        add_config_file_option
      * [b8221b8] pull: Check that repo is clean before fetching anything
      * [6dda2da] pull: allow to set up branch tracking for missing branches.
        If the remote branch does not exist at all that's currently not fatal.
        (Closes: #882187)
      * [d69006d] Depend on sensible-utils. gbp-dch uses sensible-editor.
    
      [ Chris Lamb ]
      * [6c30ac9] import-{dsc,orig}: Make --download deprecation text more useful.
        Point to the manpages for usage examples. (Closes: #900606)
    
      [ Guus Sliepen ]
      * [48ef0ec] changelog: try iso8859-1 when utf-8 fails.
        Fall back to iso8859-1 when opening the changelog. Helps when importing
        old versions. (Closes: #900841)
    
      [ Carsten Schoenert ]
      * [50b9223] create_remote_repo: import urllib.parse
        urllib.parse did not get imported in packaegs without changelog.
    
      [ Iain Lane ]
      * [5fedb2b] Ignore merge commits when looking at the pristine-tar branch.
        (Closes: #906331)
    
     -- Guido Günther <email address hidden>  Sun, 19 Aug 2018 08:29:47 +0200