Change log for git-buildpackage package in Debian

175 of 193 results
Published in sid-release
git-buildpackage (0.9.33) unstable; urgency=medium

  [ Evangelos Ribeiro Tzaras ]
  * [f6d90d5] docs: gbp-clone: Fix small typo and fix metadata file name

  [ Guido Günther ]
  * [6923df4] config: Catch DuplicateOption errors.
    Nicer than printing a stack trace
  * [8deb2e1] tests: Make flake8 happy (Closes: #1058551)

  [ Taihsiang Ho (tai271828) ]
  * [d1a9745] d/control: Specify required git version as dependency.
    Explicitly specify the git version to facilitate easier backporting.
    Developers can align with this git version to reduce false alarms due
    to version inconsistencies.

 -- Guido Günther <email address hidden>  Fri, 15 Dec 2023 15:49:47 +0100

Available diffs

Superseded in sid-release
git-buildpackage (0.9.32) unstable; urgency=medium

  * Upload to unstable
    Closes: #1042188

 -- Guido Günther <email address hidden>  Fri, 04 Aug 2023 09:11:56 +0200

Available diffs

Deleted in experimental-release (Reason: None provided.)
git-buildpackage (0.9.31) experimental; urgency=medium

  [ Guido Günther ]
  * Upload to experimental.
    gbp-import-orig when used with --upstream-vcs-tag now strips extensions like
    'dfsg', 'ds' or 'repack' from upstream version numbers and handles the
    'really' convention. Let's test this in experimental before uploading to
    unstable.
  * [cf5b2ad] config: Print sensible error message on duplicate sections.
    Don't confuse users with a backtrace.
  * [a420bc9] gbp/deb/git: Don't strip ~ patterns unconditionally.
    They're needed when packaging upstream beta versions. So use
    a positive list instead.
    Fixes: a5575e178639a8e167c7f3090263a03b362e05e7
  * [9c4841e] d/rules: Check for DEB_BUILD_OPTIONS
  * [e358254] dch: Catch d/control parse errors too.
    Print a clear error message instead of hiding it in the backtrace.
    Thanks to Mechtilde Stehmann for the report
  * [4f909d2] pq: Roll back on all errors.
    Drop the pq branch on all exceptions not only on the ones gbp throws
    itself. This makes sure the result is consistent in such situations (no
    patches applied).
  * [8dfec59] patch_series: Ignore whitespace lines.
    E.g. python-coverage has a form feed in the series file.
    Thanks to Ian Jackson for the detailed report (Closes: #1030534)
  * [c72464b] gbp-upload: Check if remote exists

  [ Akbarkhon Variskhanov ]
  * [afcd15b] create-remote-repo.xml: Fix minor typo

  [ Samuel Henrique ]
  * [11728ec] rpm/policy: Add missing dash before version in RPM changelog header.

  [ Huw Jones ]
  * [3434531] repository.create_tag: Explicitly don't sign when sign=False.
    This avoids `tag.gpgsign = true` from git-config leaking through.
    (Closes: #1032932)

  [ Richard Laager ]
  * [29370b5] import-orig: Parse various Debian version patterns.
    This parses common Debian version patterns into the "real" upstream
    version.  For example, 1.1.8+dfsg1 becomes 1.1.8.  This strips epochs,
    handles the +really convention, finds git revisions, and strips other +
    or ~ patterns. (Closes: #968329)

  [ Junichi Uekawa ]
  * [f0e9d41] docs: gbp-pq manpage: refer to the moved location
    gbp-pq manpage refers to a page that says the content has moved.
    I think it can refer to the local html copy[1], or the internet copy.
    [1] /usr/share/doc/git-buildpackage/manual-html/gbp.patches.html
    (Closes: #1035838)

 -- Guido Günther <email address hidden>  Wed, 31 May 2023 10:59:35 +0200
Published in bookworm-release
Superseded in sid-release
git-buildpackage (0.9.30) unstable; urgency=medium

  * [f102dca] examples: Add upload script
  * [2e1ff95] tests: Allow file protocol for submodule test
    (Closes: #1023379)
  * [b21f537] Bump standards version to 4.6.1.
    No changes required

 -- Guido Günther <email address hidden>  Thu, 24 Nov 2022 16:55:53 +0100

Available diffs

Superseded in sid-release
git-buildpackage (0.9.29) unstable; urgency=medium

  [ Guido Günther ]
  * [f76f200] clone: Allow to automatically add upstream vcs.
    While "gbp import-orig" supports "--upstream-vcs" since some time to
    link to the upstream git history however setup of the upstream remote
    repo so far was manual.
    To make this more automatic add "--add-upstream-vcs" to "gbp clone"
    (defaulting to False) and set up the upstreamvcs remote in case there's
    sufficient information in debian/upstream/metadata. Once added fetch
    from that remote initially.
  * [37cd681] git-pbuilder: export GBP_{DIST,ARCH,BUILDER} to the environment.
    This makes sure we don't export very generic vars while still being able
    to make decisions based on what was passed to gbp.
  * [2f463b9] config: Print correct default for postunpack hook
  * [5155e98] Build-depend on python3-filelock.
    This works around #1020024

  [ Pete Moore ]
  * [907e17a] rpm: Fix flake8

  [ Stefano Rivera ]
  * [ccbb64b] Specify a sysconfig scheme in smoke-rpm.
    Debian uses the posix_local scheme by default, since Python 3.10,
    causing the rpm to be built with the incorrect layout.
  * [3954043] Explicitly use the deb install layout when building our RPM.
    Debian defaults to installing to /usr/local, unless told otherwise. This
    is usually done by passing --install-layout=deb to setup.py, when called
    directly. But that's only an option on Debian systems that have this
    patch. Set the environment variable equivalent, instead.

 -- Guido Günther <email address hidden>  Thu, 29 Sep 2022 16:45:34 +0200

Available diffs

Superseded in sid-release
git-buildpackage (0.9.28) unstable; urgency=medium

  [ Diane Trout ]
  * [09338d2] pkgpolicy: Use type annotations that also work for python 3.9
    (Closes: #1012717)

  [ Guido Günther ]
  * [666389b] export-orig: Allow for --pristine-tar-commit.
    No reason to restrict this to build-package

 -- Guido Günther <email address hidden>  Tue, 05 Jul 2022 11:50:33 +0200

Available diffs

Superseded in sid-release
git-buildpackage (0.9.27) unstable; urgency=medium

  [ Guido Günther ]
  * [7717b39] git/repository: Disable signatures when grepping for commits.
    Otherwise get the signature back as well.
    Thanks to наб for the patch (Closes: #1010370)
  * [86b4fd8] config: Use ConfigParser instead of deprecated SafeConfigParser
    (Closes: #1011344)
  * [83e7791] tests: Test import-orig from upstream branch
  * [14ea481] deb: Decode changelog content when fetched from git.
    When importing not form the upstream branch the changelog is fetched
    via `git show`. Decode the bytes in that case. (Closes: #1004354)
  * [4d173ac] docs: Fix --upstream-signature flag description.
    Thanks to Tino Mettler
  * [42a1406] clone: Allow to skip alias expansion.
    Add an option that allow to skip exansion of aliases like salsa:
    by gbp so that git can do that. (Closes: #983085)
  * [9ab4a0e] pkgpolicy: Add type annotations.
    Just enough to  make mypy happy.
  * [39ae57e] Ignore imports without type annotations for now.
    Ignore rpm and libnotify for the moment
  * [92c3fd2] dch: Add minimal type information.
    Just enough to make mypy happy
  * [441bd27] Makefile: add type-check
  * [05ea122] tests: Add "gbp import-orig --uscan" test
  * [36737d2] uscan: Drop pre 2.11 devscripts compat code.
    It's not even in oldoldoldstable anymore
  * [613fcb8] docs: Make --component more prominent
    (Closes: #934200)
  * [7a674e0] docs: Ship gbp-setup-gitattributs man page
  * [14170d6] dch: Don't crash when we fail to get an upstream version
    (Closes: #879495)
  * [25327d1] smoke-rpm: Avoid deprecated distutils
  * [59bf3a6] repository: list_tree: Handle '-'
  * [3e30ce3] repository.get_submodules: Only strip repo path from the
    beginning.  We shouldn't just replace any occurence since we otherwise
    might also substitute in the submodule.
    Based on a patch by "ushen <email address hidden>".
    See https://github.com/agx/git-buildpackage/pull/82
  * [03348fd] repository: Add helper to prefix branch with 'refs/heads/'
    No attempt is being made to ensure this is a local branch.
  * [a5e6dea] pull: Prefix local branch with 'refs/heads/'
    This can resolve ambiguity when generating the rev list.
    (Closes: #966627)
  * [d2200e4] Add breaks on older dgit.
    See #1005873, #1010061

  [ Nicolas Boulenguez ]
  * [ff524f1] debhelper: make package prefix explicit in configuration files.
    This slightly improves readability.
  * [6d1c325] debian/rules: simplify installation of zsh and pk4.
    There seems to be no reason to change their names and permissions
    between the source tree and the eventual installation path.
  * [8742d3f] rules: simplify thanks to debhelper compat 13.
    When dh-sequence-foo is listed in build-depends, debhelper
    automatically inserts dh_foo in the commands.
    override_dh_auto_test is not invoked anymore if DEB_BUILD_OPTIONS
    contains nocheck.
    execute_after_dh_* is available and more readable than override_dh_*.
    Move chmod to execute_after_dh_fixperms for clarity.
    Examples are not compressed anymore.
  * [4c9032e] debian/rules: remove obsolete and unused Make variables
  * [bd529f0] debian/copyrigt: switch to machine-readable format 1.0
  * [36499a8] Move some cleaning from debian/rules to debian/clean
  * [9bdb516] debian/clean: add forgotten files
  * [7740d59] debian/rules: really export GBP_NETWORK_TESTS to tests
    $(MAKE) GBP_NETWORK_TESTS=1
    was setting a Make variable in the sub-Make, but not exporting it for
    test/*.py subprocesses.
  * [71a1556] debian/rules: clean __pycache__ directories generated during the
    build
  * [ee38574] clone: add second allowed form for vcs-git protocol to manual
    page

  [ Arnaud Rebillout ]
  * [abce93c] import-dsc: Fix error message when missing debian branch.
    The error message mistakenly talks about the upstream branch when it
    should be talking about the debian branch.
    (Closes: #984516)

 -- Guido Günther <email address hidden>  Tue, 31 May 2022 10:07:23 +0200

Available diffs

Superseded in sid-release
git-buildpackage (0.9.26) unstable; urgency=medium

  [ Quanah Gibson-Mount ]
  * [677500d] rpm: Avoid devscript dependency.
    The package is currently not available everywhere.

  [ Andrej Shadura ]
  * [231ecef] import-orig: Don’t hardcode the pristine-tar branch
  * [de3c7c8] export-orig: Consistently refer to the pristine-tar branch.
    Since we’re checking pristine_tar_branch, not pristine_tar.branch,
    use the same expression in the log even though it’s not supposed
    to be different.
  * [1065bca] config: Add missing comma
  * [6acd556] deb.git, scripts: Use cannot rather than can not for clarity
    "Can not" may in some cases mean something different than "cannot",
    use "cannot" to make sure there are no misunderstandings.

  [ Unit 193 ]
  * [f268448] uscan: Remove pre-devscripts 2.10.70 compat code.
    We can rely on the <target> element being present in dehs output.
    The output it looks for from uscan no longer matches anyway.

  [ Guido Günther ]
  * [c8782f2] HACKING: mention how to rerun a single test
  * [bb783b5] HACKING: Document how to keep test repos around
  * [63ce4ed] tests: Fix "test_push_failure" with newer git.
    The test created a broken tag on the remote side to avoid that being
    pushed in the test however git 2.34 and newer fail every push to that
    repo so rather create a non-ff branch instead to make the push fail.
  * [caf64cb] push: Make --debian-tag='' match the documentation.
    An empty Debian tag indicates "don't care" about the packaging branch.
    Don't fail in that case but rather push out up to the branch tip.
    this makes it simpler to push the current development work via
      gbp  push --debian-tag='' <remote>
    But we'll need to add less obscure ways in follow up commits too.
  * [8db5af7] pq: Check if repo is clean before importing patches
    (Closes: #1005321)
  * [dbadeed] rpm.changelog: Drop non breaking space.
    This trips up pydoctor.
    Thanks to Carsten Schönert for debugging help
  * [40b9693] rpm.policy: Drop non breaking space.
    This trips up pydoctor.
    Thanks to Carsten Schönert for debugging help

  [ Antonio Terceiro ]
  * [5dcd753] docs: port build system to newer pydoctor.
    According to https://pydoctor.readthedocs.io/en/latest/help.html, the
    command line and configuration parsing has changed in an incompatible
    way. These changes fix the documentation build for me, but are probably
    backwards-incompatible with older versions of pydoctor.
  * [0dfc259] tests: set HOME to an unexisting directory.
    The test suite contains several assumptions about the global git
    configuration, including but not limited to the default branch name
    being `master`. By running the tests against a unexisting HOME, git will
    not load the user configuration and instead use all the git defaults.
  * [1a5fd69] debian/rules: fix build with python3.10 as default
  * [6733ab9] tests: fix input data to create-remote-repo tests
    (Closes: #1010061)
  * [2405e15] push: skip pristine-tar push if already present remotely.
    When one is working on an older branch (stable update or backport), the
    pristine-tar branch may already contain new commits after the one
    corresponding to the upstream version in question. (Helps: #1001163)

  [ Nicolas Boulenguez ]
  * [e17d814] scripts: add -v shortcut for --verbose where it has been
    forgotten
    (Closes: #1010750)

  [ Roland Mas ]
  * [3627fa0] docs: Fix argument for "gbp pq export --commit"

 -- Guido Günther <email address hidden>  Mon, 16 May 2022 10:56:56 +0200
Superseded in sid-release
git-buildpackage (0.9.25) unstable; urgency=medium

  * [e6c86c1] buildpackage: Map 'debian/latest' and 'debian/main' to sid too.
    This avoids having to specify a suite with more modern common branch
    names.
  * [196a9ee] tests: Make sure DEBEMAIL is set.  Otherwise dch based tests
    fail (Closes: #998573)

 -- Guido Günther <email address hidden>  Fri, 05 Nov 2021 10:24:32 +0100
Superseded in sid-release
git-buildpackage (0.9.24) unstable; urgency=medium

  [ Guido Günther ]
  * [82750c0] dch: Require EMAIL or DEBEMAIL to be set.
    The alternative would be to set a dummy address in case of
    --git-author but that again can use $EMAIL so just fail if
    both are unset. (Closes: #987611)
  * [c48b0f4] Add translation infrastructure.
    Make it simple to create/update the pot file and provide an initial po
    file for de.
  * [6ac98c7] d/control: Drop versioned python3 dep.
    Even oldoldstable is recent enough
  * [e8292e3] d/control: Add RulesRequiresRoot
  * [e80151a] d/control: Depend on dh-sequence-python3.
    This makes the requirement more obvious since dh-python does
    multiple things

  [ Emanuele Aina ]
  * [26d6ceb] git: Actually include the missing key name in the KeyError message
  * [f90e4f8] Fix import-dsc on empty repo if defaultBranch!=master.
    (Closes: #906600)

  [ Anthony Sottile ]
  * [6c92ebb] Use collections.abc.Iterable instead of collections.Iterable
    since Python 3.10 dropped the alias.

 -- Guido Günther <email address hidden>  Tue, 26 Oct 2021 09:46:11 +0200
Deleted in experimental-release (Reason: None provided.)
git-buildpackage (0.9.23) experimental; urgency=medium

  [ Michael Prokop ]
  * [4d15467] zsh completion: update completion for "pull" and further new
    commands. Provide zsh completion for new commands config, export-orig,
    import-ref, pristine-tar,push, tag. While at it, also extend completion
    for `gbp pull`.

  [ Andrej Shadura ]
  * [434d558] import-dsc: Delete NULs from dpkg-parsechangelog output before
    parsing. Commit messages may not contain NUL characters; in practice,
    Debian changelogs sometimes do, usually as the result of incorrectly used
    encoding for non-ASCII personal names.  As a safety net, delete all NULs
    from the output of dpkg-parsechangelog before parsing it, so that they
    don’t get fed into Git or anything else further in the processing.
    (Closes: #981340)
  * [0d21789] clone: Don’t check out the Debian branch if it doesn’t exist
  * [b17c14a] gbp.git: Change list_tree to return an iterator.
    When working with huge trees, we want to avoid consuming large amounts
    of memory just to throw away most of it almost immediately when we only
    need one entry or a few of them.
  * [3fa9f4d] gbp.git: Add support for long listing format (with object sizes)
    This is useful to be able to scan a tree for a specific file
    but only act if it’s non-empty.
  * [8e0e7cc] repo_setup: Add check/setup_gitattributes
    setup_gitattributes() sets up .git/info/attributes in a way to prevent
    transformations from interfering with packaging, because the working tree
    files can differ from the Git revision history (and from the source
    packages).
    Similar functionality has been implemented by dgit and git-deborig, so we
    try to stay compatible and re-use the name of the attribute macro. Since
    dgit doesn’t disable export-subst and export-ignore, which may interfere
    with export-orig, we add this on top the same way git-deborig does.
    dgit used to have an older preset missing some of the attributes, so if
    we find those, we disable them.
    The user, should they choose so, still can re-enable the attributes
    disabled in this way by adding more specific rules further in the
    .git/info/attributes file.
  * [20052e1] clone: Add --defuse-gitattributes.
    On clone, disable Git attributes that may interfere with building
    packages shipping .gitattributes *iff* they ship those files.
    Set to auto by default, can also be turned off completely or
    can be performed unconditionally.
  * [7a9079a] scripts: Add setup-gitattributes subcommand.
    The setup-gitattributes subcommands overrides Git attributes
    unconditionally, without verifying first the package ships any
    .gitattributes files.
  * [660c027] docs: gbp-clone: Document --defuse-gitattributes.
    Describe concisely what the option does; a longer description
    will go into a separate manpage.
  * [85b0b65] docs: Add a manpage for gbp setup-gitattributes.
    Describle how and why the attributes are being disabled, refer
    to dgit, git-deborig and Git documentation; add a reference to
    the gbp-clone manpage.
  * [0621195] d/control: Add the new subcommand to the package description
  * [acd81c9] d/control: Capitalise Git throughout the package descriptions
  * [6a53c23] scripts: Make setup_gitattributes future-proof
    * Add --all (default) and --[no-]dgit-defuse-attrs to enable
      adding more options in future.
    * Rewrite the manual page to reflect the change in approach.
    * Error out when running with no presets enabled
  * [b29f355] Install the setup_gitattributes script
  * [6ab3421] Add tests for setup-gitattributes functionality

  [ Jonathan Rubenstein ]
  * [d50d590] Add info about --git-ignore-branch when not on branch
    (Closes: #956491)

  [ Emanuele Aina ]
  * [fc56884] dch: Add support for the --local=suffix option
    (Closes: #857370)

  [ Guido Günther ]
  * [d6a92cc] tests: Match the correct files in filter tests.
    Verify we match at all by adding a positive test as well
  * [35d91d5] setup.py: Avoid dpkg-parsechangelog.
    This helps on non-debian systems
  * [c341c19] setup.py: Allow for more liberal version numbers.
    Otherwise this causes trouble for backports, downstreams, etc.
  * [82bb712] spec: Install setup-git-attributes command.
    This unbreaks the autopkgtest
  * [f48e18c] spec: Switch requires to python3 too.
    Thanks to Quanah Gibson-Mount
  * [e34e595] docs: Use either python3 or python.
    Some distros (such as Debian) don't ship a /usr/bin/python anymore

  [ Logan Rosen ]
  * [a54baad] tests/11_test_dch_main.py: Fix OS release check for Ubuntu.
    (Closes: #983204)

  [ Arnaud Ferraris ]
  * [0a03572] manpages: fix gbp-setup-gitattributes
  * [3f8a58c] repo_setup: fix documentation generation
    docstring format for bullet lists requires a leading dash. This fix
    prevents build failures when running `make docs`.

  [ Quanah Gibson-Mount ]
  * [d5e2096] gbp-builder-mock: Update to work with current mock releases
  * [3a6b629] Fix gbp-builder-mock to honor configured options for mock
  * [3adf602] setup.py: Explicitly open the changelog file as utf-8
  * [c97aeda] docs: Check for docbook2man too
  * [d32fdb4] spec: Ignore byte-compiled python files
  * [3151247] spec: Fix rpm build on centos7 and centos8

 -- Guido Günther <email address hidden>  Tue, 08 Jun 2021 17:35:20 +0200
Published in bullseye-release
Superseded in sid-release
git-buildpackage (0.9.22) unstable; urgency=medium

  [ Jochen Sprickerhof ]
  * [1586313] Define %python_sitelib for autopkgtest.
    The rpm package no longer defines this, instead there is python3_sitelib
    in /usr/lib/rpm/macros.d/macros.python3 provided by the
    python3-rpm-macros package (not in Debian).
  * [5949fbc] autopkgtest: Set %_arch.
    Seems to be needed on armhf. (Closes: #980256)
  * [43ead9c] rpm: Stop decoding strings.
    Fails with newer rpmlib
  * [c6731c0] rpm: Open tempfile in text mode
  * [2dc9953] rpm: Fix tags in rpm spec files.
    Patches are named similar to sources, counting from 0.
    https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch09s03s04.html
  * [8b3abc9] rpm: Fix tags in rpm spec files
    (Closes: #980637)

  [ Guido Günther ]
  * [6391e0a] tests: Honor GBP_TESTS_NOCLEAN in rpm tests too
  * [99af76a] d/control: Require newer rpm.  The version changed API and
    parsing strictness in multiple places, don't try to cater for older
    versions.
  * [785e204] Update rpm component test submodule
  * [9efbe12] d/control: Switch to dh-compat 13
  * [ef79503] dh_missing: Ignore __pycache__
  * [190b19d] d/control: Bump supported python3 version.
    We specify current stable as a lower bound.
  * [bb396dd] Drop maintainer scripts.
    They were needed for the oldstable -> stable upgrade
  * [67ce18a] manpages: Fix typo in gbp-buildpackage-rpm.1
  * [16c23ec] stricter arch check to unbreak test on i386 in salsa-ci

 -- Guido Günther <email address hidden>  Mon, 01 Feb 2021 09:15:22 +0100

Available diffs

Superseded in sid-release
git-buildpackage (0.9.21) unstable; urgency=medium

  [ Guido Günther ]
  * [bd15730] docs: Drop --git- from dch invocation.
    Thanks Pierre Equoy
  * [7179893] docs: Clarify that only tarball creation is affected.
    Thanks to Pierre Equoy
  * [1d922d7] policy: Fix typos.
    Thanks to Andrius Merkys (Closes: #966130)
  * [16b8817] spec: Include the correct file
    export_ref.py does not exist.
  * [fd35de0] spec: Don't fail on empty cache dir
  * [df9bae2] autopkgtest: Pass RPM macros on command line.
    This avoids the need to modify files in the home directory.
  * [53501b5] smoketest: Avoid writing to ..
    Use a temporary directory to avoid 'allow-root'.
  * [4e5fc40] autopkgtests: Depend on @builddep@
    Otherwise gbp is not able to build itself.
    Thanks to Lukas Märdian for the detailed report
    (Closes: #968982)
  * [504dda3] test_import_orig: Fix typo
  * [c09d629] test_import_orig: Drop unused variable.
    This makes flake8 happy
  * [73492e1] salsa-ci: Skip reprotest.
    It triggers a test failure since a test can write to a
    destination it should not be able to write too.
  * [c02938f] docs: Add example for exporting the source tree.
    See #969952
  * [657b005] buildpackage: Fix tests and test arch override
  * [cc5e85b] import-ref: Fix help.
    We want an upstream version, not  path
  * [680e9ec] gitlab-ci: Use a more recent Ubuntu LTS
  * [e085ab9] tests: Fixup changelog test on Ubuntu.
    The keys in os-release differ from lsb-release

  [ Marco Trevisan (Treviño) ]
  * [9fc3f1b] import-orig: expose unpacked sources dir to the postunpack hook.
    Use an $GBP_SOURCES_DIR to expose the post-unpack sources dir to the hook.
    Include a test that checks that all the expected env variables are set.
  * [297c5ff] import-orig: Allow the post-unpack hook to filter tarball files.
    With post-unpack scripts is currently possible to filter out files that
    are not needed from the upstream branch, however it is not possible to use it
    to filter files that will end up in the orig file, and in some scenarios
    this is not easily doable just using a filter list.
    So, run the post-unpack hook just after unpacking and before repacking the
    tar. (Closes: #812721)

  [ Richard Laager ]
  * [0f8f550] import-orig: Fix a comment typo
  * [707ebdf] import-orig: Refactor vcs_tag_parent.
    This eliminates an indentation level.
  * [064834b] import-orig: Refactor vcs_tag_parent.
    This makes the "tag" variable just the tag.  This improves the
    human-readability of the error message if the tag cannot be found.

  [ Heiko Schlittermann ]
  * [d9e4734] buildpackage: Honor --git-arch for GBP_CHANGES_FILE
    (Closes: #941345)

  [ Chris Lamb ]
  * [8734ed3] docs: Correct "option" typo in gbp-buildpackage manpage
    (Closes: #972081)

  [ nicoo ]
  * [a2a3085] tests/11_test_dch_main.py: Don't expect /etc/lsb-release on
    Debian
  * [0916529] doctests/test_Changelog: Don't expect /etc/lsb-release
    (Closes: #976914)

 -- Guido Günther <email address hidden>  Thu, 07 Jan 2021 11:28:00 +0100
Superseded in sid-release
git-buildpackage (0.9.20) unstable; urgency=medium

  * [e513375] doctest: Ignore exception detail.
    We used the tests to check whether the right exception was returned but
    python 3.8 breaks this again.  Doctest were a nice feature but keeping up
    with the subtle breackage is too cumbersome.
  * [3b05fa8] deb: git: Escape '.' on pristine-tar matches
    '.' is valid in source package names and version numbers so we
    want to match exactly that and not an arbitrary character.
  * [74b3799] pristine-tar: Escape '+' in match regexp.
    When looking for matching file name we need to exscape the valid '+' but
    need to do it late since it must not be escaped for git-grep.
    (Closes: #956103)
  * [a3d9c98] docs: import-ref: Fix wrong --upstream-tree default
    (Closes: #962916)
  * [f68858e] import-orig: Print all found sources with `verbose`
  * [111aa86] get_component_tarballs: Check for signature too
    (Closes: #96396)
  * [4f2569d] git: Drop another doctest that matched exception
    type.
  * [305a4ad] import_orig: Drop all upstream signatures with
    --upstream-signatures=off.  This makes sure we don't use spurious files as
    signatures
  * [0bc42b4] Make flake8 E741 happy
    (Closes: #964040)

 -- Guido Günther <email address hidden>  Wed, 01 Jul 2020 14:47:44 +0200

Available diffs

Superseded in sid-release
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
Superseded in sid-release
git-buildpackage (0.9.18) unstable; urgency=medium

  [ Guido Günther ]
  * [abe1ec7] import-orig: Recommend python3-requests.  The python2 version
    won't do
  * [bddd221] dch: Always print where we pick up
  * [f8883eb] config: Be less picky about comments after boolean values.
    This makes 'patch-numbers = False # comment' work.
    Thanks to Mechtilde Stehmann for the report

  [ Christian Göttsche ]
  * [2f1c157] add option to export tarballs with upstream signature.
    Add option `--upstream-signatures=[on|auto|off]` to export-orig.
    Add option `--git-upstream-signatures=[on|auto|off]` to buildpackage.
    (Closes: 872864)

  [ Matthias Klose ]
  * [b80027c] d/tests/control: Add xsltproc to the autopkg test dependencies
    (Closes: #950216)

 -- Guido Günther <email address hidden>  Mon, 17 Feb 2020 15:12:12 +0100
Superseded in sid-release
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

Available diffs

Superseded in sid-release
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
Superseded in sid-release
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

Available diffs

Published in buster-release
Superseded in sid-release
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

Available diffs

Superseded in buster-release
Superseded in sid-release
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

Available diffs

Superseded in buster-release
Superseded in sid-release
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

Available diffs

Superseded in buster-release
Superseded in sid-release
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

Available diffs

Superseded in buster-release
Superseded in sid-release
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

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.9.9) unstable; urgency=medium

  [ Guido Günther ]
  * [0a6e73f] Fix typos spotted by lintian
  * [e730865] docs: options in [DEFAULT] apply to all gbp commands
  * [3da92ba] import-orig: Better error message when vcs-tag is not found
    (Closes: #896654)
  * [a6ceb00] config: when printing a single value only print the value.  This
    is more in line with what `git config` does and eases usage in scripts.
  * [a1f4af5] docs: document how to use GBP_CONF_FILES to override
    debian/gbp.conf
    (Closes: #898613)

  [ Ken Dreyer ]
  * [ba32efc] bin: drop umlaut again for setuptools.
    Setuptools cannot handle non-ascii characters in files declared in
    "scripts". See https://github.com/pypa/setuptools/issues/761

 -- Guido Günther <email address hidden>  Mon, 21 May 2018 13:27:17 +0200

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.9.8) unstable; urgency=medium

  [ Guido Günther ]
  * [c5b5d4f] Bump standards version
  * [5f2120b] gbplogtaster: capture INFO and DEBUG log levels too.
    This allows one to test for certain features more easily and to use it not
    only in the error case.
  * [e9942bd] docs: add export-orig to list of available commands
  * [23874c2] 8bit Guido
  * [5301692] Move rollback code out of import_orig so it can be reused in
    'gbp import-ref'
  * [99b3811] RollbackDebianGitRepository: quote refs for readability
  * [29eafbc] Makefile: Run tests verbosely by default so we see which test
    fails / is skipped right away

  [ Markus Lehtonen ]
  * [f1b878c,042f422] tests: enable unittests without devscripts.
    Add some additional skipIf statements, checking for the existence of the
    debchange tool. Makes it possible to run unit tests in an environment that
    doesn't have devscripts installed.

  [ Simon McVittie ]
  * [c159d0b] pq export: Write out patches as UTF-8 if necessary.
    Due to behaviour changes in Python, 'gbp pq export' would previously
    write the commit message in the base64 Content-Transfer-Encoding, which
    is not very readable. Now it uses 8bit.
    Based on a patch from Carlos Maddela. (Closes: #883541)

 -- Guido Günther <email address hidden>  Tue, 03 Apr 2018 13:06:47 +0200

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.9.7) unstable; urgency=medium

  [ Guido Günther ]
  * [d686024] deb.source: Fix class names in doc string.
    Thanks to Nish Aravamudan
  * [e36592d] gbp.conf: clarify environment variables.
    Thanks to Nish Aravamudan
  * [74ca1fa] Enable Python3.4 in travis
  * [c782a29] Fix typo in env var names.
    Thanks to Nish Aravamudan for pointing this out
  * [17914a9] docs: Although imported trees are important we mean the former.
    Fix typo. Thanks to Ferenc Wágner (Closes: #887499)
  * [e1aacbb] push: allow to push from detached heads
  * [6903232] buildpackage: look at builder as well when determining the
    changes file name
    (Closes: #887779)
  * [da84b60] config: strip '.py' suffix from commands.
    This makes sure we parse config sections correctly even when running from
    the source tree like: PYTHONPATH=. python3 "gbp/scripts/dch.py"
  * [362f793] docs: document pq export --commit
  * [3576ee8] tests: build docs too.
    When running in travis build the docs too to catch errors there as well.
  * [a708096] docs: fix section names for defaults.
    Thanks to Christoph Berg (Closes: #888415)

  [ rubicks ]
  * [f1694df] Rework docker script to allow to build packages as well.

  [ Markus Lehtonen ]
  * [4868442] gbp.git: Python 3.4 compatibility
  * [c8dbfe1] pq-rpm: implement --drop option.
    Counterpart for the --drop option of gbp-pq.
  * [5e9ab95] docs: dynamically select the DocBook-to-man tool to use to ease
    building on other distros.
  * [3011490] dch: implement postedit hooks.
    Add new --postedit command line option for defining a custom hook that
    will be run after changes to the changelog file has been finalized.
  * [5a8bbe9] debian/gbp.conf: dch hook to automatically update version in
    spec file.
  * [c3e1beb] rpm packaging: update build deps of docs.  Needed after docs
    were changed to xml.
  * [fb9cf84] import-srpm: change commit message of native sources.  Include
    the full package version in the commit message for native packages.
  * [cb5754b] tests: add more tagging tests for import-srpm
  * [972db70] import-srpm: implement --skip-packaging-tag option.
    Corresponding the --skip-debian-tag options of import-dsc.
  * [8515181] import-srpm: support --upstream-vcs-tag cmdline option.
    Similar to what the option does in gbp import-orig.
  * [d8ed8bd] gbp-pull: implement --all cmdline option.
    This updates all remote-tracking branches (for the remote that is fetched
    from) whose local branch name is identical to the remote branch name.
  * [393edba] buildpackage-rpm: support setting the 'VCS:' tag in spec.

 -- Guido Günther <email address hidden>  Mon, 29 Jan 2018 10:46:01 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.9.6) unstable; urgency=medium

  * [89495f7] patch_series: Properly chain up to parent class.
    Insted of duplicating the logic use the parent classes _read_info.
  * [28838b9] patch_series: don't read dep3 info multiple times
  * [7b0660a] patch_series: Remove duplicate functions.
    No need to repeat them in Dep3Patch since the parent class Patch already
    has them.
  * [0730a57] patch_series: Don't fail on decoding errors when looking for
    DEP3 headers
    (Closes: #885929)
  * [6979250] export-orig: fix --upstream-branch argument name in manpage

 -- Guido Günther <email address hidden>  Sat, 06 Jan 2018 20:43:18 +0100

Available diffs

Superseded in sid-release
git-buildpackage (0.9.5) unstable; urgency=medium

  [ Guido Günther ]
  * [6b43cfe] docs: gbp.conf: bring back section names.
    These got lost in f6e360f6ca0b4e3b510f82546a1daada592b18b6.
  * [d7739b8] docs: gbp: mention push and tag
  * [3cbdc3a] docs: gbp-buildpackage: clarify --git-no-create-orig
  * [7bb8758] docs: gbp-buildpackage: list hooks in execution order
  * [59f82d8] docs: gbp-buildpackage: clarify hook working directories
  * [22d40a4] hooks: print hook name prior to execution.
    This makes it simpler to identify build steps
  * [56d630b] pristine-tar: print upstream version number on import.
    Printing the debian version might be confusing
  * [06bbc70] Fix complaints of flake8 3.5
  * [e51358f] docs: drop duplicate "you can"
    Thanks to Ludovic Rousseau
  * [5aaec4f] Typo fixes.
    Thanks to Ludovic Rousseau
  * [4312e54] docs: Add ids to all sections
    so we get nicer link names
  * [13cd3b4] Handle KeyboardInterrupt in pristine_tar, push, rpm_ch and tag
    to avoid python exceptions on the console. The other commands handle it
    already.

  [ Markus Lehtonen ]
  * [f50069a] rpm packaging: update dependency on rpm-build.
    Most RPM-based distribution now support weak dependencies. Make rpm-build
    a weak dependency as it's not strictly needed by buildpackage-rpm: in
    Fedora people probably use 'mock' and in openSUSE they use 'osc' for
    building packages, for example.
  * [3661127] create_remote_repo: fix typo
  * [d9a5319] rpm.SpecFile: support %autosetup.
    Try to do "the right thing" when %autosetup macro is used in the spec
    file. That is, do not examine/manage %patch macros at all, but, assume
    that patches are handled by %autosetup which was introduced in RPM
    v4.11.

  [ Maximiliano Curia ]
  * [17a471d] pq: Parse DEP3 headers.
    (Closes: #785274)

  [ Chris West (Faux) ]
  * [3003d07] docs: pq: Document how DEP3 headers are parsed and added to the
    commit message.

 -- Guido Günther <email address hidden>  Fri, 29 Dec 2017 20:17:01 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.9.4) unstable; urgency=medium

  * [868e8ae] Bump standards version
  * [5c078f7] docs: Add --git-overlay to synopsis
  * [015f1a7] import-orig: use separate exit code when uscan did not find
    anything new
  * [45a0652] dch: Create changelog if missing.
    Thanks to Daniel Dehennin for the groundwork on this (Closes: #669171)
  * [c90cb78] git-pbuilder: properly escape -? (Closes: #882984)
  * gbp-try-ff improvements

 -- Guido Günther <email address hidden>  Tue, 28 Nov 2017 12:32:01 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.9.3) unstable; urgency=medium

  * [9a2c5e6] import_orig: drop debian/ again in --merge-mode=replace.
    Another fallout of the Python3 conversion.
    Thanks to Víctor Cuadrado Juan for providing a nice reproducer
    (Closes: #881750)
  * [876ebb3] git-pbuilder: handle --help (Closes: #734862)
  * [ff03bec] GitRepository: require an exact ref path when looking for
    branches. Otherwise we might match on
       refs/heads/refs/heads/foo instead of refs/heads/foo
    when looking for  branch named 'foo' (Closes: #813298)
  * [3b5a7dd] changelog: handle comma in maintainers name.
    Thanks to Andreas Beckmann for the proposed fix (Closes: #737623)
  * [e74b40a] rpm: conditionally check for librpm flags.  Not all of them are
    in newer librpm and this way we can add new ones as needed as well.
    This unbreaks the tests with new python3-rpm in sid.
  * [c429d97] dch: make --auto the default.  The current default mode of
    looking at the version in the changelog only leads to problems when people
    build up the changelog incrementally.  --auto handles this since many
    years so make this the default. There's still --since for finer control
    where to start from. (Closes: #880552, #552624)
  * [43d5587] docs: better explain dch operation (also addresses #880552)

 -- Guido Günther <email address hidden>  Wed, 15 Nov 2017 15:33:20 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.9.2) unstable; urgency=medium

  [ Guido Günther ]
  * [5b05ead] push: Don't abort on first failure.  Push as many refs as
    possible instead of aborting on the first error.
  * Unbreak running in non-UTF8 locales
    Thanks to Nico Schlömer for the report (Closes: #880964)
  * [5b1614d] travis: run tests under C locale too
  * [79d4340] setup.py: add python_requires so pip doesn't use the gbp module
    for python2
    Thanks to Nico Schlömer for the proposed solution
  * [d656cbd] import-dsc: Fuzzy parse changelog date.
    Especially older changelogs aren't 100% policy conformant (e.g. using a
    localized day of week like).  This allows us to better import older
    histories. (Closes: #880878)
  * [577ca32] import-orig: Run postimport hook on all successful imports.
    So far we would skip it on initial imports which is pointless.
  * [7d6f61a] import-orig: don't fail when importing unpacked dirs.
  * [34b2390] import-orig: avoid master branch when importing into empty repo.
    We don't want a master branch if debian-branch != 'master'.
  * [c135ad4] Make import-orig-rpm tests work with import-orig.
    We use the Debian version to import RPMs since there's currently no
    separate import-orig-rpm needed.  The tests also cover cases we were
    currently not testing in components/deb/test_import_orig.py.
  * [fe0022b] import-dsc: cleanup temp dirs on unexpected exceptions too
  * [486cbfd] examples: drop gbp-posttag-push.  We have "gbp push" now.
  * [3efd339] examples: Add gbp-try-ff.  Helper to fetch new upstream source,
    refresh patches and do a test build.
  * [1b5a344] buildpackage: Add back --git-pristine-tar-commit support.
    The call got lost when we split out export-orig. (Closes: #880624)
  * [4378eae] command_wrapper: quote error strings so we don't accidentally
    try to expand values in error messages. (Closes: #881254)
  * [e5df7d0] buildpackage: unpack additional tarballs as well in
    --git-overlay mode. (Closes: #881253)
  * [75273ee,53c0e7c] buildpackage: Expand --git-comp-type auto again in
    --git-overlay mode.
    Thanks to Maximiliano Curia for the detailed analysis (Closes: #879781)
  * [d9fb2df] import-dsc: Apply filters on debian tarballs too
    (Closes: #881311)
  * Several testsuite and documentation improvements

  [ Felipe Sateler ]
  * [7f85a0d] zsh: Fix delegation of dscs options to dsc
  * [9d276b5] zsh: dch does not use git prefix for ignore-branch option
    (Closes: #787005)

  [ Ken Dreyer ]
  * [3d084fd] DebianChangelog: Strip trailing newlines from changes.
    Python3's message_from_string passes on a trailing newline from
    dpkg-parsechangelog but the consumer of the output shouldn't need to
    bother.

  [ Markus Lehtonen ]
  * [34c22d4] tests: add tests for gbp import-orig-rpm.

 -- Guido Günther <email address hidden>  Fri, 10 Nov 2017 08:08:25 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.9.1) unstable; urgency=medium

  * Kill use of six.*
  * Add gbp import-dsc hook for pk4.
    Can be enabled via
        mkdir -p ~/.config/pk4/hooks-enabled/unpack/
        ln -s /usr/share/pk4/hooks-available/unpack/gbp \
              ~/.config/pk4/hooks-enabled/unpack/
  * [f18d6b4] import-dsc: improve error message when Debian branch does not exist
  * [01da1e6] import-dsc: make sure we don't create 'master' if not needed.
    This way we only get the debian- and upstream-branch in empty repos and
    not a pointless 'master' if debian-branch != master.
    It also makes sure we don't need --create-missing-branches on empty
    repos where it is pointless. (Closes: #750962)
  * [cec2123] docs: Add rpm tool manpages to manual too.
    On non-Debian platform it's sometimes cumbersome to build the manpages
    so make sure we have them available on the web at least.
  * [8e67334] Lock flake8 version.
    We don't want to play catchup with new flake8 checks but rather
    update and fix things in a controlled manner.
  * [f1bf7c3] command_wrappers: report proper exception on bad process arguments.
    If subprocess.communicate raised a TypeError due to bad arguments 'ret'
    was undefined and therefore the real error reason got masked.
    Closes parts of #879495
  * [280f4c9] pq: kill useless use of sed. This also broke paths containing
    spaces. Thanks to André Althaus for a proposed fix.
  * [ca273d9] dscfile: parse out upstream signatures as well
  * [5db9f15] dscfile: Make sure we match on additional tarballs containing
    uppercase (Closes: #880228)

 -- Guido Günther <email address hidden>  Tue, 31 Oct 2017 12:48:53 +0100

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.9.0) unstable; urgency=medium

  * Upload to unstable
  * [dbb9290,9c1bd13] README: use https, shorter URLs and add image
  * [ce7ff21] d/control: mentions new commands in packaging description
  * [44b4e2b] import-dsc: split import of tarballs out of main.  The current
    logic tried to force native and non-native packages into the same code
    path leading to hardly readable if-else-maybe code paths.
  * [4b9789a] import-dsc: Look for pristine-tar reference by commit.  The
    upstream branch tip is up to date at this point already but this makes
    sure things don't get wired if we move code around.
  * [d0ee56b] import-dsc: don't create pristine-tar commits on every import.
    We must not create pristine-tar commits if no new upstream sources were
    imported. Othewise we'd create them on every Debian revision.  This hardly
    wastes space since commits are identical but does waste time.
  * [680784b] pq: import patches before rebase if the pq branch doesn't exist
    yet. (Closes: #876800)
  * [c1c7fa7] pq: recommend 'rebase' and 'switch' when pq branch already
    exists
  * [1551051] pq: import pq branch on switch (Closes: #761166)
  * [02978fb] pq: let drop work when pq branch is currently checked out

 -- Guido Günther <email address hidden>  Fri, 20 Oct 2017 11:41:53 +0200
Deleted in experimental-release (Reason: None provided.)
git-buildpackage (0.9.0~exp7) experimental; urgency=medium

  * [fdf2720] Don't fail on unicode errors when importing patches.  Use
    backslashreplace not lose data.
  * [252c102] clone: clarify what we're looking for when using vcsgit:
  * [4e6c4cf] command_wrappers: fix path lookups.
    Python3 performs path lookups by itself when no path is given so remove
    our path lookup code.
    Thanks to Nish Aravamudan
  * [2c7a5c5] import-orig: roll back on CTRL-C too
  * [4761cf9] import-orig: Use gz compression when repackaging non tarball
    filtered upstream source.  This makes it consistent with
    export_orig:guess_comp_type when no compressor could be detected.
  * [80189f2] create_remote_repo: another missing python3 string conversion
  * [0259fd5] config: Don't require the command to be started from toplevel
    dir.  At least dch, push, tag and export-orig don't require to be run from
    the toplevel of the git repo. Make sure we pick up debian/gbp.conf
    nevertheless.
  * [d75fbd4] docs: Switch to docbook-xml
    (Closes: #877322)

 -- Guido Günther <email address hidden>  Fri, 06 Oct 2017 12:03:21 +0200
Superseded in experimental-release
git-buildpackage (0.9.0~exp6) experimental; urgency=medium

  * [23b334c] README.source example: fix typo.
    Thanks to Roel van Meer
  * [db5c670] Add tag command by splitting out the code from buildpackage
    This is shorter than running
         gbp buildpackage --git-tag-only
    Closes: #797086
  * [01ee027] bash completion: add some missing branch and file opts.
    This unbreaks completion of options on some of the newer commands such
    as gbp export-orig --tarball-dir=<tab>
  * [0c6cbfa] bash completion: don't accidentally match subcommands as options.
    We match on option first so we need to make sure we don't accidentally
    match on subcommands. This unbreaks command completion for e.g. "gbp
    tag"
  * [84596ab] Unbreak dch tests with newer devscripts.
    Due to #842468 debchange now produces shorter output omitting empty
    blocks if there weren't any changes by the maintainer invoking
    debchange (which is nice). So check for the matching lines in both the old
    and new location.
  * [6abb9e8] buildpackage: don't require debian/ prefix for --git-dist=DEP14
    to work
  * [d5c4804] Add id-length to gbp.conf

 -- Guido Günther <email address hidden>  Fri, 15 Sep 2017 12:51:52 +0200
Superseded in experimental-release
git-buildpackage (0.9.0~exp4) experimental; urgency=medium

  [ Ken Dreyer ]
  * [0ca5283] doc: expand --git-pbuilder-options docs.
    Give an example of how to use the --git-pbuilder-options option, and
    explain how it interacts with git-pbuilder.

  [ Guido Günther ]
  * [b7c34cc] export-orig: drop sloppy mode from the docs since it's not
    useful here
  * [dab6761] import-dsc: cleanup error printing and exceptions.
    Raise exceptions with the error message instead of printing these first.
  * [a7b96a7] export-orig: print absolute path of created tarball.
    To avoid paths like '/a/b/../c'
  * [d5c3101] config: make dch-opt a list option.
    This unbreaks dch-opt when used in gbp.conf (Closes: #872141)
  * [5032688] spawn_dch: fail if dch failed.  We pass quiet=True to avoid
    duplicate error messages
  * [40b1883] gbp.conf: drop --noconf since it needs to be dch's first option
  * [ec643d9] Revert "buildpackage: don't prepare any tarballs in overlay mode"
    This breaks workflows where people have a detache debian/ dir
    but keep upstream VCS and pristine-tar in the same repo.
    This reverts commit 3e4e7950d2b0e81a8821f60e9a6d842c88e8b7fb.
    Thanks to Maximiliano Curia for the report
  * [d76834c] pq: use more gittish commit message in --commit.  Use present
    instead of past tense
  * [5d40d44] pq-rpm: Correctly pass abbrev to format-patch
    broken by 75e18fc5bb4831df924bc708130b0a6ab311a230
  * [b23e958] tests: remove duplication in test options
  * [f8714dc] log: don't color the log message, only the marker
    to improve readability
  * [40acd04] tests: Move pristine-tar test data to tests/data as well
  * [19310dc] Spell pristine_tar consistently
  * [9dc2129] pq: properly retry non-ascii charset on patch body encode.
    The current code tried to catch the wrong exception
  * [6d3e34c] patch_series: report decoding errors when reading patch files

  [ mci156 ]
  * [d115b67] docs: Add paragraph break
  * [e5be602] docs: Explain the v1.0 <starting point> (Closes: #872524)

  [ Chris Lamb ]
  * [f97b910] pq: make --abbrev= configurable (Closes: #872351)

 -- Guido Günther <email address hidden>  Sun, 27 Aug 2017 17:38:19 +0200
Superseded in experimental-release
git-buildpackage (0.9.0~exp3) experimental; urgency=medium

  [ Guido Günther ]
  * [ce76320] doc: properly mark filter as repeatable in the gbp-import-dsc
    synopsis
  * [01a4a7f] dch: support passing arbitrary dch command line options
    (Closes: #596513, #682854)
  * [f208a0b] import_orig: use a more gittish commit message.
    When replacing the debian/ dir don't used past tense and
    keep the subject more like git-merge. (Closes: #867214)
  * [3e4e795] buildpackage: don't prepare any tarballs in overlay mode.
    They're not in git so we fail otherwise
  * [66138d9] buildpackage: pass the proper tarball dir for overlays.
    We want to look for tarballs in tarball dir (if specified) not the output
    dir
  * [da42f70] buildpackge: add test for overlay mode
  * [b71a89e] export: print names of generated tarballs when using
    pristine-tar so we get as much information as with git-archive.
  * [3ff0fc7] pristine-tar: properly separate additional tarballs by spaces

  [ Maximiliano Curia ]
  * [a20047b] export_source: replace orig_file with
    source.upstream_tarball_name orig_file was dropped in
    8edd16022d75967a8fe54ef99a0733400a287bc2

 -- Guido Günther <email address hidden>  Thu, 10 Aug 2017 14:57:39 -0300
Superseded in experimental-release
git-buildpackage (0.9.0~exp2) experimental; urgency=medium

  [ Guido Günther ]
  * [cbacdfb] push: new command to push changes in one go (Closes: #733639)
  * [3d4d011] export-orig: fix manpage example
  * [2320e19] pq: don't create empty pq branch on rebase and switch.  We
    always want to start from an imported series.
    Thanks to Chris Lamb for the reproducer
  * [c4bc656] pq: don't eagerly encode email headers.
    Python3 changed behaviour and does not try us-ascii before the given
    encoding so open code this in pq to avoid patch churn due to changed email
    header encodings.
  * [48076da] docs: expand the working with patches section
  * [fb2e083] docs: drop the section about how to unapply patches
    dpkg since 1.16.5 does this automatically and even oldoldstable has this
    version.
  * [f8c429f] docs: add images to explain pq workflow
  * [5b3fcd6] docs: spell debian-branch consistently
  * [f145e1d] docs: drop trailing '>' from xrefs
  * [698e7bf] docs: add some more explanations
    after feedback from Chris Lamb.
  * [705f571] docs: Fix allow(s) one to spelling.
    Thanks to lintian
  * [4bad3c5] d/manpages: drop unused file
  * [a5f22cb] Bump standards version

  [ Chris Lamb ]
  * [7cbe658] Correct "allow to" typos.
  * [dff2864] Use build profiles to avoid unconditional installation of test
    dependencies.

  [ Maximiliano Curia ]
  * [b7455ad] find_version: add a missing decode _git_getoutput returns a list
    of bytes, that we need to decode

 -- Guido Günther <email address hidden>  Sun, 06 Aug 2017 22:55:10 -0300
Superseded in experimental-release
git-buildpackage (0.9.0~exp1) experimental; urgency=medium

  [ Guido Günther ]
  * User visible changes:
    * [ae7ed14] export-orig: new command to export orig tarballs from git
      (Closes: #840089)
    * [d9b535e] Use python3-notify2.
      Thanks to Alexandre Detiste (Closes: #870595)
    * [cfd884f] pristine-tar: don't print checkout errors twice
      similar to f1c3a6f4dc6ceee5be5d49b4d193da8fd36c8920
    * [76f247e] pristine_tar_verify_origs: skip verification if pristine-tar
      does not support it.
      This allows us to run with pristine-tar << 1.35
    * [961723e] docs: generate version.py if missing.
      This makes doc builds succeed in a clean tree.
    * [4424008] bin: drop umlaut to make setuptools happy
    * [e7bbd65] gbp-buildpackage: Group manpage options (Closes: #824801)
    * [ad3515a] buildpackage: drop the long deprecated --dont-purge option.
      Use --no-purge instead
  * Lots of internal changes to make tarball generation simpler and avoid
    code duplication between export-orig and build-package

  [ Ken Dreyer ]
  * [e5132b1] docs: fix spelling of "sure"

 -- Guido Günther <email address hidden>  Fri, 04 Aug 2017 20:48:22 -0300
Superseded in experimental-release
git-buildpackage (0.9.0~exp0) experimental; urgency=medium

  * Switch to python3 (Closes: #810854)
  * [889cf65] Use pydoctor to generate apidocs since epydoc
    does not work with python3 files
  * [6d8f386] spec: switch to python3 packaging for rpm
    and adjust the smoketest accordingly
  * [6b326e2] pristine-tar: add feature detection
    so we can run tests with older pristine-tar not supporting verify
  * [f4574be] travis: run test with different python versions and run at least
    parts of the tests outside the container

 -- Guido Günther <email address hidden>  Wed, 02 Aug 2017 15:32:46 -0300
Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.8.18) unstable; urgency=medium

  [ Guido Günther ]
  * [4e6dd9c] Use install_requirements for dateutil to make using gbp in
    virtualenv simpler
    Thanks: Ken Dreyer
  * [0388f9e] import-orig: Always raise an error if we find <error/> or
    <warning/> when invoking uscan.
    Older uscan does not abort with a non-zero exit status when it e.g. fails
    to verify gpg signatures. So abort when we find a warning or error. (See
    #841910 for reference).
  * [561286d] Devscripts 2.17.7 properly exits on gpg signature validation
    errors. So revert the above and depend on a fixed version. We keep the
    above for reference since this is the right thing to do with older
    uscan (e.g. in backports).
  * [9fc1774] import-dscs: don't use long gone log function (Closes: #868733)
  * [aaee8bb] tests: add initial component test for import-dscs
  * [62ab1eb] tests: properly restore import_dscs so later testcases don't
    break

  [ Christos Trochalakis ]
  * [61f4625] dch: unmangle upstream_tag when guessing upstream version.
    Running `gbp dch` with a mangled upstream tag resulted in a KeyError while
    trying to build a tag pattern.

 -- Guido Günther <email address hidden>  Mon, 31 Jul 2017 18:06:21 -0300

Available diffs

Superseded in buster-release
Superseded in sid-release
git-buildpackage (0.8.17) unstable; urgency=medium

  * [0b4a348] imort-dsc: Allow for shorter apt: pseudo URLs instead of the
    apt:/// scheme.
  * [021fe9d] git-pbuilder: drop environment variables that passed in our
    config.  We don't want to pass them on to pdebuild since this can trip up
    the invoked build system.
  * [b70d859] Fix typos in comments
  * [d022623] pq_rpm: clarify doc string
    mention RPM and start with a capital letter to make
        gbp --list-cmds
    output consistent.
  * [956982c] New command 'pristine-tar'
    This allows one to run the pristine-tar import at a later point.  This
    is useful when using component tarballs and we need to reference the
    right trees for the commits.
  * [f1c3a6f] DebianGitRepository: better pristine-tar errors.
    We should not raise CommandErrors from methods on a GitRepository so
    convert the error and suppress the output. This will make us use the
    handler for GitRepositoryError in import_orig and pristine_tar which
    default to printing the error message. (Closes: #829252)
  * [f1e9d85] Don't print debsnap errors twice (Closes: #851128)
  * [7fd6ba1] docs: merge histories when importing.
    This is only necessary for non 3.0 (quilt) packages when not using
    merge-mode=auto with "gbp import-orig".
    Thanks to Sean Whitton (Closes: #864881)
  * [f905594] docs: drop commands for ancient git versions. Even oldoldstable
    has a more recent one.

 -- Guido Günther <email address hidden>  Wed, 28 Jun 2017 19:26:50 +0200

Available diffs

Superseded in sid-release
git-buildpackage (0.8.16.1) unstable; urgency=medium

  * Upload to unstable
  * [57f2c4a] docs: simplify commands

 -- Guido Günther <email address hidden>  Thu, 22 Jun 2017 15:57:41 +0200

Available diffs

Deleted in experimental-release (Reason: None provided.)
git-buildpackage (0.8.16) experimental; urgency=medium

  * [2f806bc] Update to git-pbuilder 1.48
    incorporating the changes we made since 0.8.3
    Thanks to Russ Allbery
  * [8ea5d6f] Don't fail tests on older git versions.
    There are some nuances in reflog handling.
    Thanks to jean-christophe manciot for reporting this
  * [be6af1e] Test that we don't fail tagging when on pq branch
    (Closes: #863167)
  * [20ece98] pq: Disable rename tracking to always produce 'diff' compatible
    patches even when rename tracking is enabled in the config.

 -- Guido Günther <email address hidden>  Fri, 26 May 2017 16:28:41 +0200
Superseded in experimental-release
git-buildpackage (0.8.15) experimental; urgency=medium

  [ Guido Günther ]
  * [9fa917a] pull: give more detail about what we updated
  * [1bf6ef4] docs: use [DEFAULT] section in import example so it also fits
    the "gbp dch" usecase
  * [ead7157] buildpackage: make --git-export=WC simpler to use by implying
    --git-ignore-new --git-ignore-branch. There's no point in these safety
    checks when we export the working copy as is.  (Closes: #822823)
  * [1832d14] Drop long deprecated --no-dch
  * [000f924] buildpackage: add sloppy mode to build upstream tarballs.  When
    starting with packaging people often stumble over a mismatch between what
    dpkg-source expects to be in the tarball and the generated tarball for
    various reasons. Give them a way to say: "Use what I have on my current
    debian branch" as upstream source. Also helpful for snapshot builds with
    upstream modifications. (Closes: #861004)
  * [1113c95] clone: Add support for pseudo protocols like vcsgit: and github:
    to make cloning simpler (Closes: #861206)
  * [a4667c7] dockerfile: add src uri for the gbp clone network test

  [ Kevin Locke ]
  * [a03af0d] git-pbuilder: Check $OPTIONS for --basepath.
    Previously only the arguments were checked for --basepath.  This
    resulted in --basepath being ignored and overridden by the default when
    passed in --git-pbuilder-options
    (Closes: #856263)

 -- Guido Günther <email address hidden>  Fri, 28 Apr 2017 08:36:16 +0200
Superseded in experimental-release
git-buildpackage (0.8.14) experimental; urgency=medium

  * [fe821e2] GitRepository: use stdout as last resort if stderr is empty.
    This e.g. gives:
        GitRepositoryError: Error running git commit: On branch master
        Untracked files:
    	debian/
        nothing added to commit but untracked files present
    Instead of
        GitRepositoryError: Error running git commit:
  * [1dd290a] pq: unbreak --commit when patch series becomes empty.  We
    skipped the commit when the patch series became completely empty but we
    want to commit that change too.
  * [75bf793] posttag-push: Use named parameter for dry_run
  * [844e4f8] import-orig: only abort merge if it got started.
    This isn't be the case when there are e.g. files that would be overwritten
    by the merge in the workig copy (Closes: #859439)
  * [3b70ad2] GitRepository: add is_in_merge()
  * [5d414c1] buildpackage: cleaner does not default to debuild since ages
    (Closes: #859594)
  * [e890ce3] ipmort_orig: pick best way to import upstream tarball
    automatically.  Add new value --merge-mode=auto that selects either
    'replace' or 'merge' depending on the source format version.
    (Closes: #700411)

 -- Guido Günther <email address hidden>  Wed, 12 Apr 2017 13:53:52 +0200
Superseded in experimental-release
git-buildpackage (0.8.13) experimental; urgency=medium

  [ Guido Günther ]
  * [22013ad] pq: Filter out comments from series diff.
    When creating the delta of added and dropped pachtches ignore comment
    lines in the series file.
    (Closes: #852817)
  * [8103903] import_dsc: use three slashes by default for apt URLs.
    We don't have a host part so leave that empty. Since there very likely
    won't be any ever accept only two slashes as well.
  * [d904b61] Use a symlink to supercomand instead of
    pkgresources.load_entry_point. This sp:eds up startup by a factor of 10
    and thus makes bash completion much more responsive:
      $ gbp buildpackge --help # entrypoints
      real	0m0,573s
      user	0m0,532s
      sys	0m0,036s
      $ gbp buildpackage --help # symlink
      real	0m0,051s
      user	0m0,040s
      sys	0m0,012s
    (Closes: #853283)
  * [d31fb0b] On a patch-queue branch tag the corresponding debian branch
    instead.
    (Closes: #583938)
  * [ac34351] import_dsc: delay pristine-tar import to the very end.
    This makes sure we have a sane debian and upstream branch already so we
    don't leave the repo in an inconsistent state in case of failure.
    (Closes: #851287)
  * [0e6e23e] Improve error message for non-native packages with broken
    version numbers
    (Closes: #824634)
  * [8f93dc0] git-pbuilder: don't do set -x by default to avoid spewig on
    stderr. Use GIT_PBUILDER_DEBUG to enable it.
  * Test suite improvements
  * Doc updates including some CSS improvements

  [ Ben Finney ]
  * [0fc89bc] Extract a function to clean the working tree.

 -- Guido Günther <email address hidden>  Thu, 02 Mar 2017 09:58:42 +0100
Published in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in sid-release
git-buildpackage (0.8.12.1) unstable; urgency=medium

  * Upload to unstable 

 -- Guido Günther <email address hidden>  Fri, 27 Jan 2017 14:50:30 +0100

Available diffs

Deleted in experimental-release (Reason: None provided.)
git-buildpackage (0.8.12) experimental; urgency=medium

  [ Guido Günther ]
  * [5c23d41] GitRepository: properly determine git-dir
    instead of assuming '.git'
    Heavily based on a patch by Markus Lehtonnen (Closes: #674015)
  * [53b5af5] gbp dch: Allow to run from subdirectory
  * [390d34a] git-pbuilder: print pdebuild command as executed
    to ease debugging things like #852264
  * Test suite improvements

  [ Markus Lehtonen ]
  * [f30bb98] buildpackage: fix exporting of working copy when .git is not a directory
    as is the case with git submodules lately, for example

 -- Guido Günther <email address hidden>  Fri, 27 Jan 2017 14:06:33 +0100
Superseded in experimental-release
git-buildpackage (0.8.11) experimental; urgency=medium

  * [8bd74df] command_wrappers: Simplify RunAtCommand
  * [1140886] buildpackage: Don't set a compression level if unset and make
    this the default.  This allows compressors to use the their default
    compression level. Only applies when not using pristine-tar.
    Thanks to Antoine Beaupré for investigating (Closes: #820846)
  * [0fdff8e] buildpackage: Use commit instead of tree to create archive.
    This makes sure we use the timestamps of the commit when creating the
    tarball. Only applies when not using pristine-tar
    Thanks to Ximin Luo for investigating (Closes: #851645)
  * [3f4b9f8] make: Check if we can use parallel flake
  * [534c055] git-pbuilder: Don't remove changes file (Closes: #850478)
  * [b863399] pull: Allow to specify remote on the command line
    (Closes: #851844)
  * [d3cb4db] gbp-posttag-push: add missing dry-run for debian branch push
  * [f9a7640] buildpackage: verify generated tarballs when using pristine-tar
  * [b8ea662] pq: Hardcode commit abbrev to 7 when exporting patches.
    This avoids path churn with git >= 2.11.0 (Closes: #848354)
  * Test suite enhancements

 -- Guido Günther <email address hidden>  Fri, 20 Jan 2017 12:54:40 +0100
Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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
Superseded in stretch-release
Superseded in sid-release
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
Superseded in stretch-release
Superseded in sid-release
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
Deleted in experimental-release (Reason: None provided.)
git-buildpackage (0.8.2) experimental; urgency=medium

  * [1f0013c] import-orig: Switch to Debian branch before merging in changes
    otherwise we'd always merge into the current working copy
    (Closes: #832016)
  * [a52aff5] download_orig: unlink file before raising the exception
    otherwise we would not clean up
  * [3d261da] import_orig: Only try rollbacks if necessary.
  * [61e659d] pq: strip comments with multiple leading whitespace. Really
    Closes: #825536
  * [68940fb] pq: Retry patch with whitespace fixup on failure.  This helps
    patches with CRLF line endings and we don't lose anything since we'd
    failed otherwise anyway. (Closes: #833066)
  * [e2671b9] docs: fix --postclone and --hooks options of git-clone.
    Thanks to IOhannes m zmoelnig for pointing this out
  * [e68a0a1] docs: Document --postclone hook behaviour with debian/gbp.conf
    Thanks to IOhannes m zmoelnig for pointing this out
    (Closes: #833143)

 -- Guido Günther <email address hidden>  Tue, 02 Aug 2016 19:26:33 +0200
Superseded in experimental-release
git-buildpackage (0.8.1) experimental; urgency=medium

  [ Guido Günther ]
  * [3a5a497] import_dsc: Use the same patch options as dpkg-source for 1.0
    packages (except for creating backup files) (Closes: #670099)
  * [8d84fd3] dch: Match 'thanks' case insensitive (Closes: #746753)
  * [29f16ca] Unbreak autopkgtest by setting git user and email
  * [2b33349] import_orig: Drop duplicate log message when rolling back a branch
  * [7ba43f6] Improve check for empty_repository.
    Based on a patch by Carlos Maddela (Closes: #791472)
  * [55fd73a] Remove outdated ref on git-import-dsc
  * [1fae819] Use proper test fixtures.
    (Closes: #723888)
  * [95c8c53] clone: add postclone hook (Closes: #812816, #812815)
  * [491adcf] clone: document missing directory option

  [ Michael Elovskikh ]
  * [a6311e6] Added option `never` to dch `--spawn-editor` choices

 -- Guido Günther <email address hidden>  Fri, 08 Jul 2016 15:44:28 +0200
Superseded in experimental-release
git-buildpackage (0.8.0) experimental; urgency=medium

  [ Markus Lehtonen ]
  * [c5cfb5e] Introduce gbp-rpm-ch.
    Initial version of gbp rpm-ch command, a tool for maintaining
    RPM changelogs. The new command supports %changelog section inside spec
    files as well as separate changelog files ("OBS style"). (Closes: #808027)

  [ Guido Günther ]
  * [b4b7f9f] clone: Be a bit more verbose and let the user know that we
    started cloning
  * [1f58d21] PatchSeries: Strip comment from patch names (Closes: #825536)
  * [1989c32] pq: Report number of imported patches
  * [dcb145f] Use existing option as example in gbp-buildpackage manpage.
    Thanks to Nicolas Braud-Santoni (Closes: #828703)
  * [f1c64e2] manpages: add examples for gbp {clone,import-dsc}
  * [83dfa67] GitRepository: Deleting a non-existing branch should not throw
    an error
  * [ba7b087] docs: Clarify some gbp pq options
  * [ebc6b91] import_orig: Recover from import errors by winding back branches
    and tags to their pre-error states (Closes: #828838)
  * [4964234] dch: Log version number when preparing a snapshot
    (Closes: #829025)
  * [7a6641a] import-dsc: Don't fail on 1.0 non-native packages without a
    Debian version
    (Closes: #829070)
  * [8c4460c] Actually install gbp-rpm-ch and unbreak manpage generation
  * [d92b656] tests: Omit build dependend variables from epydocs
    based on a patch from Sascha Steinbiss (Closes: #827546)
  * [d977377] Set date in manpages based on last changelog entry
    for reproducibility. This can be reverted once ocbook2man is fixed
    (#800797).
    Thanks to Sascha Steinbiss for the patch
  * [53f37eb] import-orig: Make default import message more gbp-dch friendly.
  * [312c9b9] Use imperative for git messages as suggested in gh:#26.
  * [2bc3801] import_dsc: don't assume component tarballs have the correct name.
    (Closes: #829458)
  * [bc3805c] import_orig: add support for importing additional tarballs.
    We expect the additional tarballs to be located next to the orig tarball
    and to be already named properly. (Closes: #561071)
  * [870c901] Docs: Clarify on possible key names and priorities in gbp.conf
  * [7a521d4] Handle Ctrl-C more gracefully
  * [b540c98] additional tarballs: allow one to configure components via gbp.conf
  * [1d4d4a2] config: Allow one to give list values in plural form
  * [700e164] config: Properly abort on config file parsing errors
    instead of printing an exception on the console
  * [3b4912d] config: always use 'gbp <cmd>' in help output.
    The {git,gbp}- versions went away ages ago
  * [f545010] Give more instructions when config is unparseable
    and make return codes and messages consistent.
    (Closes: #733640)
  * [a0ed81b] Require python 2.7. It's the default up to Wheezy
    (Closes: #685031)

  [ Otto Kekäläinen ]
  * [af16f59] Fix simple spelling errors in comments and strings
  * [f28a26b] Fix spelling of existant->existent in function names, strings
    and comments

 -- Guido Günther <email address hidden>  Mon, 04 Jul 2016 21:47:42 +0200
Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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
Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Deleted in experimental-release (Reason: None provided.)
git-buildpackage (0.6.33) experimental; urgency=medium

  [ Carlos Maddela ]
  * [da4d469] Add support for referencing existing local repositories when
    cloning repositories. (Closes: #790889)
  * [97c7a32] Allow exported patches to be renumbered and the patch number
    prefix format to be specified as an option. (Closes: #790890)
  * [279e946] import-orig: Honour --debian-branch option when importing into
    an empty repo. (Closes: #791473)

  [ Guido Günther ]
  * [035b179] import-orig: Add new --merge-mode=replace.
    This allows one to not merge upstream versions into the debian branch
    but rather replace the content of the debian branch and only preserve
    the debian/ dirs content. (Closes: #778594)
  * [3d86432] buildpackage: in overlay mode remove debian/ from unpacked
    tarball.  We don't have a way to influence the upstream tarball in overlay
    mode so remove debian/ after unpack if the source format expects this.
    (Closes: #792692)

 -- Guido Günther <email address hidden>  Fri, 14 Aug 2015 18:29:53 +0200
Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in stretch-release
Superseded in sid-release
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

Available diffs

Superseded in sid-release
git-buildpackage (0.6.30) unstable; urgency=medium

  * [474acd9] Allow to automatically determine the dist to build for.
    Setting --git-dist=DEP14 will follow the DEP14 proposal to determine the
    suite to build for via vendor/suite. The exception is sid where DIST is
    just set to be empty as well as native packages.
  * [18d83d5,3894520,c4f82d3] Python3 compatibility

 -- Guido Günther <email address hidden>  Sat, 30 May 2015 19:41:25 +0200

Available diffs

Superseded in sid-release
git-buildpackage (0.6.29) unstable; urgency=medium

  * [14c4f41] Drop my_collections from spec files.  It trips up recent librpm
    and we don't need the data for the tests anyway.

 -- Guido Günther <email address hidden>  Tue, 26 May 2015 22:33:06 +0200

Available diffs

Superseded in sid-release
git-buildpackage (0.6.28) unstable; urgency=medium

  * [7a0b9df] git-pbuilder: Support creation of chroots for LTS
  * [c11a4d3] Add back completion for pq subcommands. This got lost in
    270f41.

 -- Guido Günther <email address hidden>  Sat, 23 May 2015 12:43:44 +0200

Available diffs

175 of 193 results