Change logs for git-buildpackage source package in Stretch

  • git-buildpackage (0.8.12.2) unstable; urgency=medium
    
      * [80044e1] GitRepository: shorten reflog message.
        Thanks to Chris Lamb for the report (Closes: #854333)
    
     -- Guido Günther <email address hidden>  Tue, 07 Feb 2017 07:34:57 +0100
  • git-buildpackage (0.8.10) unstable; urgency=medium
    
      * [ede603e] GitRepository: properly use pipe on empty strings.
        (Closes: #850319)
      * [42ee784] buildpackage: print proper dist when using sid.
      * [e9ffa80] buildpackage: create all missing dirs with --export
        Thanks to Andrea Zagli for the suggestion
      * [42878ff] dch: honor --no-git-author
        Thanks to David Kalnischkies for investigating (Closes: #796913)
      * [4086fc9] import_dsc: Store debian/changelog in commit message
        when importing packages. (Closes: #577810)
      * [5fb0749] import_orig: Delay unpack of component tarballs.
        (Closes: #840602)
      * [67d8b9f] Move default gbp.conf back to the right location.
        Thanks to Luca Boccassi (Closes: #850937)
      * [80a1c39] Quote arguments passed to builder.
        Thanks to Simon McVittie for the detailed report (Closes: #850869)
      * [4a41d49] import-orig: Move orig.tar.gz with filter-pristine-tar.
        (Closes: #558777)
      * [661444b] Update docs regarding --download and drop it from completions
      * flake8 test suite and example cleanups
      * Update test data submodule URLs to https
      * Make gbp-posttag-push easier to use
      * [bba1ec7] docs: changelog entry is not created after gbp import-orig.
        Thanks to Guillaume Millet
    
     -- Guido Günther <email address hidden>  Thu, 12 Jan 2017 10:08:28 +0100
  • git-buildpackage (0.8.9) unstable; urgency=medium
    
      [ Guido Günther ]
      * [b6a94b6] git-pbuilder: Run actions under "set -x"
        cowbuilder is currently very terse about certain errors so run the
        action under "set -x" to print the exact command invocation.
        This will also help to diagnose sudo issues.
      * [ef1d8e7] create-remote-repo: allow to list config sections via
          gbp create-remote-repo list
      * [be44031] gbp create-remote-repo: autocomplete --remote-config= too
      * [1291b17] Update to git-builder 1.43. Thanks Russ Allberry!
      * [0e3deeb] setup.py: use a valid classifier
        from https://pypi.python.org/pypi?%3Aaction=list_classifiers
      * [9cbb9df] Use relative patch to install gbp.conf to make
        pip install --user work
      * [6f5070d] bash completion: don't complete options values with options.  So
        far hitting <tab> on --bar= would have all other options as suggestions
        which is confusing.
      * [a21e394] bash completion: complete tags on --upstream-vcs-tag= too
      * [fe39b8e] bash completion: complete filenames on hooks, cleaners and builders
      * [f7a61fa] Only set username and email when creating repos.  Don't modify
        existing ones.
      * [cb8169d] gbp {clone, import_dsc, import_srpm}: Document new
        --repo-{user,email} options
      * [7b297b7] GitRepository: allow to check cleanliness of arbitrary paths
      * [e31f15b] gbp pq: Don't fail --commit on empty commits. So far we would fail
        empty commits with a confusing error
      * [bad1f23] import-orig: Handle download errors properly.
      * [d90e6be] import-orig: determine download automatically making --download
        superfluous and deprecated.
      * [58271d6] import-dsc: determine download automatically making --download
        superfluous and deprecated.
      * [8038a6f] import-dsc: Improve error message if there is no dsc file
        instead of spewing the exception on the console.
      * [9ecb5a4] Add helper to run tests in docker container
        and use this on travisci. Some ideas taken form travis.debian.net.
      * [3b1b9bc] GitRepository: use GitArgs for update_ref
      * [1ac2724] GitRepository.commit_dir: add a proper reflog entry
        otherwise 'gbp import-dsc' adds reflog entries without a description.
      * [7ae2778] GitRepository: allow for dry-run push
      * Various enhancements to the test-suite including tests that reach out to
        the network to test these import options
      * Various enhancements to the gbp-posttag-push example hook like trying the
        git push with --dry-run before the upload.
    
      [ Michael Stapelberg ]
      * [67cf3ed] gbp clone: configure user.email, user.name from DEBEMAIL/DEBFULLNAME.
        Close: #845536
    
     -- Guido Günther <email address hidden>  Sat, 31 Dec 2016 17:13:03 +0100
  • git-buildpackage (0.8.8) unstable; urgency=medium
    
      [ Chris Lamb ]
      * [03276df] Add ability to specify the clone target to gbp-import-{dsc,srpm}
        (Closes: #846567)
    
      [ Guido Günther ]
      * [0a9cf44] docs: setting target dir is supported for --download too
      * [f631e64] import_dsc: fail properly again without a package to import
      * [a10c77b] import_srpm: allow for more than one argument otherwise giving a
        target dir always raises an error
      * [e1aec57,627b858] import_rpms: use upstream version for upstream tag
        (Closes: #846936)
      * [ce42aadc] pq_rpm: use relative path names for patches Based on a patch
        from Tzafrir Cohen
        (Closes: #834582)
      * [fa091b6] rpm: improve error message on specfile patch parser errors.
      * [bf4afbe] gbp-posttag-push: catch exceptions instead of printing the full
        trace
      * [1d44f48] buildpackage_rpm: drop unused vcs_info()
      * flake8 cleanups all over the rpm code
    
      [ Tzafrir Cohen ]
      * [73d30ef] specfile: handle %patch -F.
        (Closes: #846479)
      * [d9b28f9] gbp-mock: handle single letter options by properly handling '-?'
        to request help output.
        (Closes: #847464)
    
     -- Guido Günther <email address hidden>  Thu, 08 Dec 2016 14:52:18 +0100
  • git-buildpackage (0.8.7) unstable; urgency=medium
    
      [ Guido Günther ]
      * [924f809] Build-depend on libdistro-info-perl.
        This silences the testsuite and unbreaks the build on Ubuntu
        (Closes: #842960)
      * [36b8a58] rpm: don't warn about deprecated $repo/.gbp.conf.
        People use it a lot with rpm based tools so don't warn there until we
        clearly suggested a better location.
      * [3c498e1] docs: Don't suggest deprecated section names in examples
      * [42657fc] docs: Rework "upstream uses git" section
      * [ced46db] tests: Move doctests to subdir
      * [ea5775a] commands: allow to fall back to error reason if stderr is empty.
        Use this in PristineTar and SrcRpmFile to give better error messages if
        the command doesn't even get to print to stderr (i.e. missing on disk).
        (Closes: #842592)
      * [4cacaeb] Avoid printing deprecation twice.  Some tools reparse the
        config. We don't want another deprecation in this case.
      * [039a286] Avoid deprecation outside of Debian package repositories.  E.g.
        ~ might have a .gbp.conf for the user and might be git managed.
      * [acf7a73] Avoid deprecation on bash completion
      * [6f75d7c] Fix new flake8 errors. (Closes: #844932)
      * [420e299] DebianGitRepository: Handle dot escaping as specified in DEP-14
        (Closes: #843840)
      * [d360a6d] DebianGitRepository: simplify version mangling '%' is not valid
        in a Debian version number and we only want single character replacements
        for now.
      * [7ed5e2b] DebianGitRepository: Unmangle version.  When mapping from a git
        tag to a Debian version unamngle it.
      * [0b317ee] docs: Use version mangling with care
      * [c96a5b4] docs: Recommend DEP-14
      * [9cb3966] examples/gbp-posttag-push: allow to upload packages too after
        pushing all the git data to the remote end. Making one more custom
        packaging script obsolete.
    
      [ Jonas Meurer ]
      * [dd5c3bc] Add version mangling.
        This allows to replace characters in upstream version numbers. I.e.
        replace '-' by '.'. (Closes: #842638)
    
     -- Guido Günther <email address hidden>  Mon, 28 Nov 2016 08:39:35 +0100
  • git-buildpackage (0.8.6) unstable; urgency=medium
    
      * [a35d7d6] buildpackage: handle <vendor>/master
      * [12fda23] create-remote-repo: print proper error message on missing
        remote-configs instead of printing the exception to the console.
      * [e917d3a] config: Turn dict of config files into a list so we get a fixed
        order with all Python versions
      * [c092d73] config: warn on deprecated $REPO/.gbp.conf location.  The file
        is deprecated at least since 2012 but we never warned about it.  Warning
        can be disabled via GBP_DISABLE_GBP_CONF_DEPRECTATION.
      * [507ae50] import-orig: Document --rollback option
      * [eb3be92] import-orig: Give some context on --merge-mode=replace option
    
     -- Guido Günther <email address hidden>  Sun, 23 Oct 2016 17:16:23 +0200
  • git-buildpackage (0.8.5) unstable; urgency=medium
    
      [ Guido Günther ]
      * Fixes:
        * [7c964ea] buildpackage: add back export-dir options
          (Closes: #839581)
    
      * Improvements:
        * [9817e89] posttag-push: Print branches we push to
    
      * Cleanups:
        * [a5a8a1c] pq: remove redundancies in --pq-from code paths
        * [59dce12] pq: introduce pq_on_upstream_tag
        * [f31bcd2] pq: make TestFromTAG tests silent
        * [c1ab85a] test_pq_rpm: flake8 clean
        * [86068d4] test_pq_rpm.py: don't spew on stderr
        * [46787e3] test_buildpackage_rpm.py: flake8 clean
        * [f96c8e1] tests: capture stderr in gbp rpm-ch component tests - reduces
          spurious output
        * [e4c893d] tests: capture stderr in gbp import_srpm component tests -
          reduces spurious output
        * [43beb38] GitRepository.archive: use _git_inout instead of the
          deprecated _git_getoutput that spews to stderr This silences a spurious
          output to stderr in test_buildpackage_rpm
        * [55e8c8f] GitRepository.list_submodules: use _git_inout and check exit
          status.
        * [53f9f40] test_buildpackage_rpm: check that we fail subtarball
          generation correctly
        * [f87c21c] tests/buildpackage: test --git-export-dir
    
      [ Linn Crosetto ]
      * [c1b32fa] dch: avoid adding section in snapshot mode if distribution is
        UNRELEASED. (Closes: #838714)
    
     -- Guido Günther <email address hidden>  Mon, 10 Oct 2016 18:06:32 +0200
  • git-buildpackage (0.8.4) unstable; urgency=medium
    
      [ Maximiliano Curia ]
      * [e615c65] pq: Handle unmerged debian branches. This allows one to import
        the patch-queue branch onto the upstream tag.
        (Closes: #834726)
      * [f6433f9] pq: Ensure we are working in the right git directory.
    
      [ Guido Günther ]
      * [6909bb1] Unbreak gbp-pq manpage generation
      * flake8 cleaniness
      * [7a7068d] create_remote_repo: allow one to create non bare repositories
        (Closes: #837158)
      * [98cea5f] import_orig: Use gbp.scripts.common.hook
      * [5ff1be8] test_rpm_ch: use GIT_AUTHOR_* env vars.
      * [98ea945] flake8: Ignore rpm related files for now. This makes it easier
        to integrate changes from git-buildpackage-rpm.
      * [3ded91b] Move doc generation and test invocation to separate Makefile
      * [2845359] Switch from pychecker to flake8. The later is maintained and
        has more checks Use '-j1' for now since otherwise we need /dev/shm access
        which fails in a pbuilder chroot with EPERM.
      * [264090e] Rename README to README.md to get Markdown formatting
      * [2809284] dch: document which options can't be set via gbp.conf
      * [2122d8b] dch: document --security
      * [ef7ca4a] config: allow one to specify short options
      * [3feba49] dch: make urgency a config file option so it can be set via
        gbp.conf (Closes: #837680)
      * [fdcee06] dch: add missing short opts to manpage
      * [dbb9623] Unbreak patch delta output broken by "pq: Ensure we are working
        in the right git directory"
      * [3e26d02] Vcs-Git: use https transport
      * [74c7bc0] autopkgtest: Skip build if setuptools is not available
      * [6ec588a] pq: restrict choices of pq-from to 'DEBIAN' and 'TAG'
    
      [ Markus Lehtonen ]
      * [c6b32c8] Command: redirect stdout/stderr to sys.stdout/stderr.
      * [245b443] tests: capture stderr in buildpackage-rpm unit tests.
        Reduces spurious output from rpmbuild. (Closes: #829690)
    
     -- Guido Günther <email address hidden>  Tue, 27 Sep 2016 18:56:12 +0200
  • git-buildpackage (0.8.3) unstable; urgency=medium
    
      * Upload to unstable
      * [51620e9] import-orig: export version information to postimport hook
        (Closes: #833429)
      * [086ff78] Drop dependencies on sp and jade.
        Thanks to Neil Roeth
      * [bf46e26] Update to git-pbuilder 1.42
      * [99e7703] import_orig: Properly abort merge on rollbacks.
        If merging fails we need to call "git merge --abort"
      * [a868977] tests: match env vars values in hook checks too
      * [fae6456] tests: only check gbp related env vars in hooks.
        This avoids test failures when env vars contain newlines
    
     -- Guido Günther <email address hidden>  Fri, 26 Aug 2016 14:18:17 +0200
  • git-buildpackage (0.7.5) unstable; urgency=medium
    
      [ Dmitry Teselkin ]
      * [3a93ada] Use tox for testing
    
      [ Guido Günther ]
      * [b56f7b0] buildpackage: don't claim the tarball does not exist. It can
        also be triggered by --force-create
      * [4ff5c3a] buildpackage: Simplify tarball generation logic.
      * [cfcac02] buildpackage: Allow to generate subtarballs.
      * [508656d] buildpackage: Support pristine-tar with multiple tarballs
        but disable pristine-tar-commit in this case for now
      * [22435b2] buildpackage: Check for existence of subtarballs as well
    
     -- Guido Günther <email address hidden>  Fri, 27 May 2016 10:27:07 +0200
  • git-buildpackage (0.7.4) unstable; urgency=medium
    
      [ Guido Günther ]
      * [bb373cf] buildpackage: Improve error message when using DEP14
      * [074e8e6] import_dsc: Allow to use pristine-tar with multiple tarballs
      * [1aa9fc3,31754ac,6681989,1d8fb9d]: more multiple tarball tooling to
        support it in other commands besides import-dsc with upcoming releases
      * [060408f] create_remote_repo: Don't fail if current repo does not have any branches
        (Closes: #822089)
      * [d232194] gbp.conf: Add customization example
      * [816829a] import_dscs: Mention debsnap command in options so it shows up
        in the bash completion
    
      [ Daniel Kahn Gillmor ]
      * [a507ce2] docs: correct gbp.conf example of multiple filter options.
        Commit 7e8f3bb1223269cf1b646 fixed the section that explains how to use
        multiple filter options but forgot to clean up the import-orig example
        at the end of the manpage.
    
     -- Guido Günther <email address hidden>  Thu, 05 May 2016 13:50:41 +0200
  • git-buildpackage (0.7.3) unstable; urgency=medium
    
      * [324b833] Fixup trailer in README.source example
      * [3a84c11] Add testcase for non-native build-package
      * [61ced0a] Mention debian branch (Closes: #817980)
      * [9ef2aff] Clarify {upstream,debian}-{branch,tag} options
        (Closes: #817980, #817981)
      * [511b67f] gbplogtester: Check if we have enough log lines
      * [9990b88] import_dsc: Make 'gbp import-dsc' aware of component tarballs
        instead of plain failing. Just import the additional tarball but disable
        pristine-tar until we sorted out how to export things again.
        (Closes: #561072)
    
     -- Guido Günther <email address hidden>  Fri, 01 Apr 2016 10:50:05 +0200
  • git-buildpackage (0.7.2) unstable; urgency=medium
    
      * [81ca19d] import_orig: Check git repo before downloading the source.  This
        makes sure we fail fast and not after the 30MB download
      * [9dbe0cf] import_orig: Check upfront if the upstream tag already exists.
        This makes sure we fail fast instead of importing first and then failing
        to tag.
      * [0b5a0a2] import_dsc: Check git repo before downloading the source.  This
        makes sure we fail fast and not after the 30MB download
      * [9cc0a3f] buildpackage: Move git-pbuilder environemt variables into GBP_
        namespace.
        Keep the old ones for backward compatibility but this way they're all
        available to all hooks and not only to prebuild.  In order to not put more
        stuff into the process enviroment dont use os.environ but only pass these
        in via extra_env.
        While at that test that hooks actually get their environment variables set
        up correctly.
      * [36893cb] buildpackage: make sure hook_vars is always available.
        --tag-only uses different code paths so far only covered by the external
        test suite. Add a component test to fix that.
      * [92b7f1b] upstream_source: Don't silently ignore filters when importing
        zip archives
      * [35bd093] Don't throw exception when printing help an getting EPIPE.
        Python's optparse does not ignore EPIPE so just add our own print_help().
      * [2f0d139] docs: Clarify relation between git- prefixed options and
        gbp.conf
      * [fe37670] docs: add options passed to build command to synopsis
      * [abe4e40] Update to git-pbuilder 1.40.
        Thanks to Russ Allberry
      * [2cc710d] docs: Fix sgml parsing errors spotted by docbook2html
    
     -- Guido Günther <email address hidden>  Fri, 29 Jan 2016 09:13:18 +0100
  • git-buildpackage (0.7.1) unstable; urgency=medium
    
      [ Guido Günther ]
      * [0bb2064] Python3 cleanups
      * [003c7cf,8583e03] Update to git-pbuilder 1.37 and 1.38
        incorporating our changes. Many thanks to Russ Allberry!
      * [7cc509d] manpages: mention git-pbuilder upfront in the workflow and add
        missing pre-build hook
      * [ebe31e6] manpages: consistency for gbp buildpackage.
      * [7835216] Use faster CGit URL for Vcs-Browser
      * [bf4a67d] manpages: document GBP_DISABLE_SECTION_DEPRECTATION
      * [bfe32f1] buildpackage-rpm: add support for mock chroot builder.
         Try: gbp buildpackage-rpm --git-mock --git-dist=epel-6
        This is very heavily based on a patch from Tzafrir Cohen.
      * [84a2025] Support "gbp help <command>" (Closes: #791759)
      * [cbd40e5] import_dsc: Fail if a package has additional unhandled tarballs.
      * [8583e03] import-dsc: Bail out if target dir exists.
        If import-dsc is not run from within a Git repository it tries to create
        one named like the souce package. If that directory already exists we
        get confusing message like:
            gbp:info: No git repository found, creating one.
            gbp:warning: Version 0.7.0 already imported.
            gbp:info: Everything imported under /foo/git-buildpackage
        Avoid this by checking if the directory exists and aborting in this
        case. (Closes: #766350)
      * [6d80239] config: Use the same logic for printing a single and all values.
        Printing single values didn't populate the parser with defaults so we
        ended up with empty values for options not set in a config file.
      * [0d6e99d] Add README.source example. This can be used for gbp managed
        projects. Different tools are mentioned in different paragraphs so they
        can be extended or deleted if unused.
      * [d02d812] docs: Update Patches chapter. Mostly mention --commit and remove
        referenes to outdated tools.
      * [597e040] docs: Use <programlisting> consistently.  Use it for command
        blocks instead of a mixture of programlisting and screen.
      * [8e1020d] docs: Move all debian packaging branches into the debian/
        namespace to be consistent with DEP-14
    
      [ Markus Lehtonen ]
      * [ac020c3,ec331ef,c195442] rpm packaging cleanups
      * [82999a8] docs: enable building html docs with docbook2html if sgxml2x is
        unavailable.
      * [af17809] tests: enable buildpackage-rpm component tests.
      * [89648de] buildpackage_rpm: implement --native option.
      * [fe5ffe0] tests: enable unit tests for buildpackage-rpm
    
      [ Ken Dreyer ]
      * [aba67ba] git-pbuilder: spelling fix
    
      [ Lucas Nussbaum ]
      * Import content of https://honk.../debian_packages_in_git/ into the
        official manual.
        (Closes: #809023)
    
      [ Anthony Fok ]
      * [96df9e3] docs: Restore coloured background for <programlisting> in docs
        by using lower case class names.
        Closes: #gh:14
    
     -- Guido Günther <email address hidden>  Mon, 28 Dec 2015 15:26:56 +0100
  • git-buildpackage (0.7.0) unstable; urgency=medium
    
      [ Guido Günther ]
      * [17e8a51] docs: Explain gbp dch --upstream-tag. (Closes: #795774)
      * [4da6402] docs: Split manpages between debian and rpm related tools.
      * [16dc010] docs: Add manpages for gbp import-srpm and gbp pq-rpm based on
        Markus Lehtonens work.
      * [24ee8fc] docs: Add missing EOF.
      * [01acdd7] docs: git-buildpackage is not a command anymore
      * [db5d50f] docs: Update pbuilder invocation section. The current docs were
        badly outdated not even mentioning --git-pbuilder.  Also document that we
        use cowbuilder with git-pbuilder. (Closes: #703969)
      * [c39e779] docs: Update gbp.conf manpage. Better explain parse order and
        option format.
      * [26c726e] docs: Add meta-closes-bugnum to gbp-pq manpage since it's used
        with "export --commit".
      * [45a5d08] docs: Use "hook" consistently for commands that aren't strictly
        necessary to run a build.
    
      * [6da8e46] buildpackage: Pass pbuilder dist to prebuild hook. This can e.g.
        be used to setup a tmpfs for git-pbuilder.
    
      * [422ae85] buildpackage-rpm: Add a minimal gbp buildpackage-rpm based
        on Markus Lehtonens work.
    
      * [c57c9fc] config: Don't print None for unset values. Just leave them
        empty.
      * [98df835] config: Don't skip empty values when printing all options, just
        print an empty value. This allows us to get a complete option list.
    
      * [e4704a6] git-pbuilder: Update to 1.35. (Closes: #765724)
      * [4be0df7] git-pbuilder: Check for sudo. (Closes: #796046)
    
      * [ffdfcd0] packaging: Update description for rpm packages. Make it clear
        that we're still experimenting with layouts and names.
      * [5704478,da78c09,50767fd,fc60141] rpm: spec file improvements
    
      * [488ba32] examples: gbp-posttag-push: Be more verbose when pushing.
      * [cf69c46] examples: Remove gbp-cowbuilder-sid, git-pbuilder replaced it
        ages ago.
      * [7630523] examples: Update jenkins-scratchbuilder to not use "git-" but
        "gbp ".
    
      * [c227c70] tests: Skip buildpackage-rpm component tests until we setup a
        proper test data repo.
      * [48d9d58] tests: Allow to easily check tags in a repo too.
      * [20d3c1d] tests: Add simple component test for buildpackage.
      * [3528b0f] tests: Add simple component test for gbp import-orig.
      * [34b4f65] tests: Add autopkgtest that builds a RPM of ourself.
    
      * [386d3a7] bash completion: Move from /etc to /usr/share.
      * [57f810c] bash completion: Use _have() instead of have() the later not
        being deprecated.
      * [25ca642] bash completion: Ensure autoload. The completion needs to be
        named like the command to be autoloaded.
    
      [ Lucas Nussbaum ]
      * [a954d1f] docs: Document gbp import-orig --debsnap.
      * [88833aa] docs: Document gbp import-orig --uscan.
      * [bf60f8a] docs: Fix typos in documentation and man pages.
    
      [ Markus Lehtonen ]
      * [5cab1bc] tests: tests.testutils: Add ls_dir(), ls_tar() and ls_zip()
      * [7ce69de] tests: Rewrite gbp.tmpfile.
      * [f45585f,6d56f24,a645073,3474d74] rpm packaging improvements
      * [3474d74] docs: Document gbp meta-tag commands of pq-rpm.
      * [a9ed4b2] docs: Document some options of buildpackage-rpm.
        Add manpage documentation for some previously undocumented options.
        Also, drop non-existing --git-patch-export and --git-export-only options
        from the manpage.
      * [f157bfb] buildpackage_rpm: Fix crash when package has no source archive.
    
      [ Jonathan Toppins ]
      * [c89c29d] dch: Allow bug number format to be overridden to help
        derivatives like EX-12345. This also helps in pulling CVE numbers simply
        by letting the user modify the regex to something like 'cve-\d+-\d+'.
    
      [ Florian Haftmann ]
      * [2dc9177] buildpackage: Early check before attempting to brand using
        pre-existing tag
    
      [ Rafael Laboissiere ]
      * [cd6d7da] docs: Clarify Gbp-Dch vs Git-Dch meta tag wording.
        (Closes: #797343)
    
      [ Daniel Gollub ]
      * [5210026] dch: Restore correct version-guessing for -0releases.
    
      [ Anthony Fok ]
      * [3e1240a] packaging: Add dh-python to Build-Depends
      * [b49bb0d] docs: Change "it's" to "its" in comments where appropriate
      * [881087a] docs: Copy-edit git-buildpackage documentations
      * [d8a30df] docs: Fix SGML validation errors in documentation
    
      [ James Clarke ]
      * [ae6826b] git-pbuilder: Check correct config file when using qemubuilder.
    
     -- Guido Günther <email address hidden>  Wed, 21 Oct 2015 08:30:40 +0200
  • git-buildpackage (0.6.32) unstable; urgency=medium
    
      [ Guido Günther ]
      * [82a3971] import-dsc: mention that we create new repos if none found
        (Closes: #748340)
      * [dff628b] Don't insist on cowbuilder that much.
        Allow for pbuilder or sbuild either. Since the integration with
        cowbuilder is currenty best let's see how this turns out. It would be
        nice if somebody would provide some code to detect which builder is
        there and automatically adjust configuration for that one.
        Closes: #695280
      * [eff79b1] Add symlink for git-buildpackage.1.
        Make sure "man git-buildpackage" at least gives enough information where
        to look further.
      * [6a5675c,901581b,64e6fff,5f9e72a] Non C Locale related fixes
      * [a331b7f] Add spec file taken from git-buildpackage-rpm.
      * [46eacf2] Use --set-upstream-to instead of deprecated --set-upstream
        (Closes: #791798)
      * [cf67fc5] Fix urllib.urlopen import six.moves.urllib.urlopen does not
        exist
    
      [ Felipe Sateler ]
      * [3b99a6d] import-orig: Document pattern replacing in upstream-vcs-tag
        (Closes: #787832)
    
      [ Evgeni Golov ]
      * [b3341e5] Fix FSF address - thanks rpmlint
        use gnu.org/licences instead of a postal address, as suggested by Guido
      * [df215f3] call debchange instead of dch.
        Call the tool by its actual name instead of the abbriviation.
        dch is a symlink to debchange, which is not present on Fedora
    
     -- Guido Günther <email address hidden>  Wed, 08 Jul 2015 20:07:15 +0200
  • git-buildpackage (0.6.31) unstable; urgency=medium
    
      * [8241459] pq: Allow to preserve the patch name on import/export
        (Closes: #761161)
      * [32c52b7,58ea067] pylint and python3 cleanups
    
     -- Guido Günther <email address hidden>  Tue, 02 Jun 2015 20:00:47 +0200
  • git-buildpackage (0.6.27) unstable; urgency=medium
    
      * [15187ba,270f41b] bash-completion: Simplify the code. This additionally
        avoids warnings on unknown commands and gives us basic completion for
        the RPM commands for free.
      * [f22785b] Allow to disable config section deprecations. Sections named
        [gbp-<command>] or [git-<command>] in gbp.conf cause a warning. In order
        to make it simpler to be compatible with ancient gbp versions these
        can be disabled by setting
            GBP_DISABLE_SECTION_DEPRECTATION=true
        in the environment.
      * [3585fdb] bash-completion: Disable config section deprecation warnings.
        It's of no use if we get these warnings on bash completion, it only
        confuses users. They're still shown when running the actual command.
    
     -- Guido Günther <email address hidden>  Tue, 05 May 2015 08:55:11 +0200
  • git-buildpackage (0.6.26) unstable; urgency=medium
    
      * [72e129b] Drop git-* commands from manpages too.
        Thanks to Michael Biebl (Closes: #783537)
      * [ee2d421] Add a note to NEWS.Debian about the removal of the git-* symlinks
    
     -- Guido Günther <email address hidden>  Tue, 28 Apr 2015 00:19:03 +0200