Change log for git-buildpackage package in Ubuntu

175 of 143 results
Published in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
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 noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
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

Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
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 lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
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 kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
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 kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
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 kinetic-proposed
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 kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
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 jammy-proposed
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
Superseded in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
git-buildpackage (0.9.22ubuntu1) hirsute; urgency=medium

  * tests/11_test_dch_main.py: Fix OS release check for Ubuntu.

 -- Logan Rosen <email address hidden>  Sat, 20 Feb 2021 22:30:34 -0500
Superseded in hirsute-proposed
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 hirsute-proposed
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 hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to 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 groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to 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 focal-release
Deleted in focal-proposed (Reason: moved to Release)
git-buildpackage (0.9.17ubuntu3) focal; urgency=medium

  * Add build dependencies to the autopkg test dependencies.

 -- Matthias Klose <email address hidden>  Fri, 31 Jan 2020 05:08:08 +0100
Superseded in focal-proposed
git-buildpackage (0.9.17ubuntu2) focal; urgency=medium

  * Add xsltproc and gtk-doc-tools to the autopkg test dependencies.

 -- Matthias Klose <email address hidden>  Thu, 30 Jan 2020 09:29:47 +0100

Available diffs

Superseded in focal-proposed
git-buildpackage (0.9.17ubuntu1) focal; urgency=medium

  * Add xsltproc to the autopkg test dependencies.

 -- Matthias Klose <email address hidden>  Thu, 30 Jan 2020 09:29:47 +0100

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to 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 focal-proposed
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 focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to 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

Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to 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 disco-release
Deleted in disco-proposed (Reason: moved to 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 disco-release
Deleted in disco-proposed (Reason: moved to 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 disco-release
Deleted in disco-proposed (Reason: moved to 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 disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to 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 cosmic-release
Deleted in cosmic-proposed (Reason: moved to 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 cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to 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 bionic-release
Deleted in bionic-proposed (Reason: moved to 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 bionic-release
Deleted in bionic-proposed (Reason: moved to 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 bionic-release
Deleted in bionic-proposed (Reason: moved to 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 bionic-release
Deleted in bionic-proposed (Reason: moved to 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 bionic-release
Deleted in bionic-proposed (Reason: moved to 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 bionic-release
Deleted in bionic-proposed (Reason: moved to 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 bionic-release
Deleted in bionic-proposed (Reason: moved to 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 bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to 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 artful-release
Deleted in artful-proposed (Reason: moved to 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 artful-release
Deleted in artful-proposed (Reason: moved to 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

Superseded in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to 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 zesty-release
Deleted in zesty-proposed (Reason: moved to 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

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to 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 zesty-release
Deleted in zesty-proposed (Reason: moved to 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 zesty-release
Deleted in zesty-proposed (Reason: moved to 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 zesty-release
Deleted in zesty-proposed (Reason: moved to 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 zesty-release
Deleted in zesty-proposed (Reason: moved to 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 zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to 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 yakkety-release
Deleted in yakkety-proposed (Reason: moved to 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 yakkety-proposed
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 yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to 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 xenial-release
Deleted in xenial-proposed (Reason: moved to 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 xenial-release
Deleted in xenial-proposed (Reason: moved to 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

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to 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 wily-release
Deleted in wily-proposed (Reason: moved to 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 wily-release
Deleted in wily-proposed (Reason: moved to 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 wily-release
Deleted in wily-proposed (Reason: moved to 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 wily-release
Deleted in wily-proposed (Reason: moved to 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

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
git-buildpackage (0.6.27) unstable; urgency=medium

  * [15187ba,270f41b] bash-completion: Simplify the code. This additionally
    avoids warnings on unknown commands and gives us basic completion for
    the RPM commands for free.
  * [f22785b] Allow to disable config section deprecations. Sections named
    [gbp-<command>] or [git-<command>] in gbp.conf cause a warning. In order
    to make it simpler to be compatible with ancient gbp versions these
    can be disabled by setting
        GBP_DISABLE_SECTION_DEPRECTATION=true
    in the environment.
  * [3585fdb] bash-completion: Disable config section deprecation warnings.
    It's of no use if we get these warnings on bash completion, it only
    confuses users. They're still shown when running the actual command.

 -- Guido Günther <email address hidden>  Tue, 05 May 2015 08:55:11 +0200

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
git-buildpackage (0.6.22) unstable; urgency=medium


  * [3d8939d] git.vfs: fix close method. Preventing a infinite recursion
    which can be triggered by gbp pq export --commit.

 -- Guido Günther <email address hidden>  Wed, 29 Oct 2014 07:47:21 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
git-buildpackage (0.6.20) unstable; urgency=medium


  * [ee44479] Allow to always drop pq branch after export (Closes: #761160)
  * [51ac0a5] pq: document --drop
  * [90b283f] meta-closes: Move help text to GbpOptionParser.help
  * [0afcd3d] pq: Add "pq export --commit" option.  This commits the changes
    in the pq right away. This options is currently experimental and subject
    to change.

 -- Guido Günther <email address hidden>  Sun, 12 Oct 2014 11:42:27 +0200

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
git-buildpackage (0.6.15) unstable; urgency=medium


  * [5cde49a] Revert "Determine build_dir upfront"
    This reverts commit b2549fac19f2d666552291a4fcf2020ca0570834.
    Closes: #749104

 -- Guido Günther <email address hidden>  Sat, 24 May 2014 18:40:44 +0200

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
git-buildpackage (0.6.14) unstable; urgency=medium


  * [949ce84] Slightly improve usage output
  * [045e607] gbp pq: document --force
  * [817976e] Handle version format errors more gracefully.
  * [b0390d1] Fix comitter vs committer typos.
    Thanks to Sandro Tosi (Closes: #748339)
  * [dc231f2] Document that the patches must apply without fuzz
  * [de77df7] pq: Print proper error message if we fail to apply the tree
  * [54e4542] pq: Try harder to cleanup after a failed patch.
    Thanks to Marco d'Itri for the repo to debug this
  * [b2549fa] Determine build_dir upfront
  * [a050942] Improve error reporting on failed commands.
    (Closes: #748248)
  * [030ff96] Improve error reporting on hooks.

 -- Guido Günther <email address hidden>  Thu, 22 May 2014 22:47:37 +0200

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
git-buildpackage (0.6.13) unstable; urgency=medium


  [ Guido Günther ]
  * [14f6ded] Test option parser fallbacks more thoroughly
    revealing another bug where we overwrote parsed values with defaults
    (Closes: #733759)
  * [03ada72] .gitignore: ignore editor backup files
  * [4c6b067] Add minimal 'config' command.  This only allows to print single
    config values so far. (Closes: #733470)
  * [b393080] Import command not module. This matches the function name.
  * [459d9bf] config: add decorator to add_option_* functions.
    This allows us to build an internal list of valid options and print
    these.

  [ Markus Lehtonen ]
  * [a8cfd88] Revert "GitRepository/add_remote_repo: fix the 'tags' argument"
    Which caused an unwanted behavior of not fetching refs/heads at all --
    only tags were fetched.
    This reverts commit 5dd598fb8f2a9109189fad6cf631811f12ce2130
  * [4131b90] docs: re-enable missing manpage

 -- Guido Günther <email address hidden>  Thu, 03 Apr 2014 21:31:38 +0200

Available diffs

Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
git-buildpackage (0.6.9) unstable; urgency=medium


  [ Guido Günther ]
  * [78f3673] Depend on newer devscripts.
    These contain a uscan that handles repackaging at the right level and
    won't let us pick up the wrong tarball name.
    Thanks to gregor herrmann and all others involved (Closes: #635920)
  * [7c64575] Avoid backtrace on config file parse errors
    "gbp buildpackage" did this already but others didn't (Closes: #733759)
  * [7b1eadd] Make parsing config file sections symmetric.
    Always read the legacy command's config file section prior to the
    subcommand's config file section.
    Until now 'gbp <subcommand>' would read '[subcommand]' as well as
    '[gbp-<subcommand>]' sections while 'gbp-<subcommand>' would only read
    '[gbp-<subcommand>]' sections. (Closes: #733759)
  * [49f0e44] Change the default of cleaner to /bin/true.
    Running a clean command within version control by default nowadays
    causes more trouble than it helps. It's unnecessary with
    pbuilder/cowbuilder/sbuild and with export-dir. So change the default
    from 'debuild clean' to a noop ('/bin/true'). (Closes: #670624)
  * [d93c89f] import_orig: test error paths of find_source
  * [daf249f] docs: improve docs on using upstream's git repo.
    The documentation on using upstream's git directly instead of tarballs
    was very terse. Add a step by step guide on how to get started and
    how to update to new upstream versions.

  [ Markus Lehtonen ]
  * [e876beb] tests: adapt dch tests for older devscripts.
    Determine the default urgency level by determining the version number of
    the dch tool from command line.

 -- Guido Günther <email address hidden>  Sat, 15 Feb 2014 11:45:00 +0100

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
git-buildpackage (0.6.8) unstable; urgency=medium


  * [f5718b8] No need to document --verbose.  Properly document --help
    instead.
    Thanks to Olivier Berger for pointing this out (Closes: #731149)
  * [e746d5f] Adjust test cases to newer devscripts (Closes: #732384)
  * [ca93ccb] Run nosetest on executables too.
    They're all well behaved and this allows us to use doctests in them
  * [eec8ce3] Determine changes file name based on dpkg-buildpackage options
    (Closes: #732678)

 -- Guido Günther <email address hidden>  Fri, 20 Dec 2013 18:16:01 +0100

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
git-buildpackage (0.6.7) unstable; urgency=low


  * [ab5a708] import-dsc; Merge upstream version by tag
    instead of simply using the upstream branch name. THis makes sure
    we also merge upstream versions that were imported previously with
    e.g. "gbp import-orig". (Closes: #698222)
  * [2042144] log: add error and warning aliases since I tend to use them
    instead of err and warn. (Closes: #728896)
  * [bc5ce39] Fix description of backports branches
  * [00d830c] Use --distribution instead of --dist (Closes: #730788)

 -- Guido Günther <email address hidden>  Fri, 29 Nov 2013 20:52:03 +0100

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
git-buildpackage (0.6.6) unstable; urgency=low


  [ Guan Junchun ]
  * [284eea5] gbp-clone: support repo URLs like "host:repo.git" Previously,
    gbp didn't correctly parse this kind of URL and clone failed.
  * [d52abf3] gbp-clone: support cloning to a specific directory
    (Closes: #725666)

  [ Guido Günther ]
  * [3092623] Add missing bash completion for gbp import-dscs
    (Closes: #727749)
  * [fc5b485] import-dsc: allow to skip Debian tag creation
    (Closes: #636368)
  * [6f0c8f9] Update to git-pbuilder 1.30 that resyncs with what we shipped in
    gbp.
  * [3e09958] Disable html coverage generation until python-nose is fixed.

  [ Markus Lehtonen ]
  * [c661c71] pq: rewrite patch export functionality.
    Use our own function for constructing the patch files instead of using
    the format-patch command of git. This way, we get the desired output
    format directly, without the need for the error-prone "format-patch,
    parse patch files, mangle and re-write patch files" cycle.
    Also, fix patch naming in patch generation when '--no-patch-numbers' is
    used.  Previously, multiple commits with the same subject resulted in
    multiple patches having the same filename. This lead into broken series
    with missing patches as patch files were overwritten by the topmost
    commit.
  * [017fac3] pq.format_patch: support file path filtering.
    Implements a filter option that allows filtering out changes to certain
    files/paths in the patch-generation. A commit is totally ignored if all
    files would be filtered out. The path filter is given as a Python
    regexp.
  * [a0d6eb7] pq: properly generate non-ascii patch files.
    Encode non-ascii email headers properly. Also, set MIME headers
    correctly for the message body if the commit message body contains
    non-ascii characters.
    The reason for constructing the message in a little bit "clumsy" way is
    the intention is to match the output of git-format-patch as closely as
    possible.
  * [91fbdc1] pq: support patch-export commands.
    Support giving commands to pq as a meta tag in commit message. The
    format is "Gbp: <command> [args]".
    Currently, only one command is supported. namely 'ignore'. That is, one
    can use 'Gbp: Ignore' in the commit message for ignoring the commit in
    patch-generation.
  * [3dccca6] pq: add format_diff() function.
    For generating a patch file from a diff between two arbitrary commits.
  * [34e85f7] pq: listen to 'Gbp-Pq:' commands, too
  * [99c6995] pq: support 'Topic' patch-export command.
    Topic can be defined with either 'Gbp: Topic <topic>' or 'Gbp-Pq: Topic
    <topic>' in the commit message.
    This is to replace the "gbp-pq-topic: <topic>" command.
  * [0c0086b] docs: update pq manpages regarding pq command meta tags

  [ Felipe Sateler ]
  * [babbc5e] Add zsh completion.
    (Closes: #717002)

 -- Guido Günther <email address hidden>  Wed, 06 Nov 2013 08:21:55 +0100

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
git-buildpackage (0.6.5) unstable; urgency=low


  [ Etienne Millon ]
  * [ba4f778] doc: Fix git-pbuilder example (Closes: #725875)

  [ Guido Günther ]
  * [3be2947] Be more robust about git status output changes by using
    --porcelain. Heavily based on a patch by rian m. carlson
    (Closes: #726260)
  * [ae460e1] Bump standards version

  [ Andrew Starr-Bochicchio ]
  * [4368694] Don't export DEB_VENDOR="Debian"
    Tests now take Ubuntu versions into consideration. (Closes: #723756)

 -- Guido Günther <email address hidden>  Wed, 16 Oct 2013 10:29:58 +0200

Available diffs

Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
git-buildpackage (0.6.3ubuntu1) saucy; urgency=low

  * debian/rules: Don't export DEB_VENDOR="Debian" as tests now
    take Ubuntu versions into consideration (LP: #1215175).
 -- Andrew Starr-Bochicchio <email address hidden>   Thu, 19 Sep 2013 11:25:20 -0400
Superseded in saucy-proposed
git-buildpackage (0.6.3) unstable; urgency=low


  * [60ffe95] --git-hooks doesn't take an argument
  * [7a29e42] Move MockedChangelog to testutils and allow to specify the
    content so we can reuse it for other dch tests.
  * [938e4cd] dch: make automatic adding of new sections more robust.
    The code that determined if we found a snapshot header was obfuscated by
    the code that determines the commits to add. Split those and better
    document their purpose. Also always return the commit to start from so we
    don't need to repeat the logic in the upper levels.
  * [d0fb6d8] Minor docstring updates
  * [388cfb8] docs: Add recommended branch layout.
    It'd be nice to have similar branch layouts among packages so recommend
    one that worked well so far.
  * [34b2079] GitRepository: allow to use '..' instead of '...'
    The symmetric difference isn't always useful since it includes changes
    from both branches. See #680705.
  * [f793ed0] pq: exclude patches from Debian packaging branch.
    When regenerating the patch queue including patches from the Debian
    branch is not useful. Addresses parts of #680705.
    Thanks to Benjamin Cama for the detailed analysis.
  * [283c847] docs: Refert to gbp in the introduction since this wraps all
    commands now.
    Thanks to Ross Boylan for pointing out that the current wording is
    confusing.
  * [8f073eb] docs: remove superfluous at
  * [c9d3d93] Use open() instead of file() since the later doesn't exist in
    python3

 -- Guido Günther <email address hidden>  Wed, 28 Aug 2013 19:35:34 +0200

Available diffs

Superseded in saucy-proposed
git-buildpackage (0.6.2) unstable; urgency=low


  * [194d396] Document gbp's help option
  * [56068e5] Git.Repository.__git_inout: properly set stdin.
    We should set stdin to subprocess.PIPE when piping input according
    to the subprocess docs.
  * [585439e] Git.Repository.__git_inout: Close all other file descriptors.
    No need to leak fds to the child.
  * [9af1868] gbp.git.Repository.get_branch(): use _git_command
    instead of the deprecated _git_inout and clarify the return codes and
    exceptions raised.
  * [a2ce387] gbp.git.GitRepository.has_branch(): use _git_command instead of
    the deprecated _git_getoutput
  * [2145c58] Test succesful import too and make sure we don't spew to stderr
    during this test
  * [8d2ceba] Make sure we keep our test coverage
  * [00a4162] Switch to debhelper level 9 which is available in Wheezy
  * [55ba9b8] Update Vcs-Browser URL
  * [e829dc5] Add symlinks to the manpages for the deprecated commands and
    make lintian happy (Closes: #714489)
  * [fc74aa2] Fix broken xrefs
  * [2a233a7] Add examples for importing upstream sources
  * [cef5bae] Add gbp buildpackage example showing git-pbuilder invocation
  * [1b38d90] Remove duplicate config files section in the "gbp buildpackage"
    man page
  * [a22eee2] GitRepository.set_upstream_branch: Newer git wants a valid
    remote repo entry so set one in the tests before trying to set the
    upstream branch. Found with git 1.8.3.2
  * [7762b17] GitRepository.set_upstream_branch: don't try to set upstream
    twice.  Move setting of the upstream branch out of the loop. This worked
    by accident so far.
  * [b615db5] GitRepository.set_upstream_branch: Catch errors to set upstream
    branch
  * [b8e921e] GitRepository.set_upstream_branch: use --set-upstream-to if
    available since --set-upstream is deprecated.

 -- Guido Günther <email address hidden>  Tue, 09 Jul 2013 21:46:00 +0200

Available diffs

Superseded in saucy-proposed
git-buildpackage (0.6.1) unstable; urgency=low


  * [42769e3] Split {Build-,}Deps per line
    and sort alphabetically
  * [747a273] Depend on python-pkg-resources (Closes: #714238)

 -- Guido Günther <email address hidden>  Thu, 27 Jun 2013 11:23:03 +0200

Available diffs

Superseded in saucy-proposed
git-buildpackage (0.6.0) unstable; urgency=low


  [ Guido Günther ]
  * Introduce gbp supercommand to get rid of the git-<command> vs.
    gbp-<command> inconsistencies:
      * [12dce5f] Add wrapper for all gbp commands.  So like git you can now
        use gbp <command> instead of git-<command> or gbp-<command>. The
        manpages and docs aren't adjusted yet.
      * [416f690] Bash complete on "gbp <command>" too
      * [5684b18] Add gbp manpage
      * [6b1b41f] docs: Use gbp <command> instead of {git,gbp}-<command>
      * [daccfa0] manpages: Changes references from git- to gbp-
      * [1d90e73] docs: Rename the entities from &git-<command>; to
        &gbp-<command>;
      * [1eea5d5] gbp.conf: Use command names instead of {git,gbp}-
      * [c365f7c] Rename the sgml files from git- to gbp-
      * [55fded7] NEWS: add a note about the new gbp super command
      * [b47b7e8] Update package description
      * [fe9f925] GbpOptionParser: Make sure we parse the old config sections.
        For backward compatibility between {gbp,git}-<command> and "gbp
        <command>" make sure we parse the former sections if using the later.
      * [375014d] gbp: support --help
      * [a5aff11] Consistently call gbp the supercommand and robustify against
        invalid modules names.
      * [e09ef94] gbp-import-dscs: invoke gbp import-dsc instead of
        git-import-dsc
      * [38d43b4] config: Don't fill in the parser with all defaults.
  * [4d6eecb] GitRepository.get_subject: use get_commit_info.
    This kills another _git_getoutput. Also deprecate the method since we
    don't need to special case the subject.
  * [caff99c] GbpOptionParser: Make sure we access the GbpOptionParser*'s
    default dict and not the one from the OptionParser. The instance's default
    dict this gets reset to empty when invoking OptionParser.__init__.
  * [1158503] GbpOptionParser: add test for 'filter' option handling
  * [ed63276] Git-Ignore generated gbp.conf.5 too
  * [3966076] Remove unused imports
  * [b59818d] import-dsc: print filename instead of object name

  [ Markus Lehtonen ]
  * [fa414e5] gitmodifier: make the datetime object always have timezone.  To
    be consistent with the date property and for easier compatibility with git
    dates.
  * [f717975] GitRepository/get_commit_info: add patchname to info.
    Add a new 'patchname' field to the information returned by
    get_commit_info. That is, the subject in a sanitized format, similar to
    what git-format-patch uses.
  * [74d956f] import-orig: keep working copy in sync with branch HEAD.
    Update working copy and index (to branch HEAD) if we modify the
    currently checked-out branch. Otherwise the repository is left in
    unclean state when the current branch is upstream or pristine-tar and
    the '--no-merge' option is used.
  * [a30f9e7] buildpackage: use get_commit_info() instead of get_subject()
    Utilize the get_commit_info() method of GitRepository instead of the
    deprecated get_subject().
  * [75cbd9a] GitRepository/diff: allow single object.
    Allow diffing a single object, e.g. getting diff from single commit.

 -- Guido Günther <email address hidden>  Wed, 26 Jun 2013 16:36:41 +0200

Available diffs

Superseded in saucy-proposed
git-buildpackage (0.6.0~git20130530) unstable; urgency=low


  [ Guido Günther ]
  * [f4acd7a] GitRepository: Use LC_ALL=C when checking features.
    This fixes the doctest and also makes sure we use an up to date manpage.
    Thanks to Daniel Dehennin for the report.
  * [9c5bd03] Add Jenkins Scratchbuilder example.
    It's a simple script that can be used to build Debian packages via gbp
    and Jenkins.

  [ Gaudenz Steinlin ]
  * [47f2dea] git-buildpackage: Unbreak overlay mode (Closes: #708636)

 -- Guido Günther <email address hidden>  Thu, 30 May 2013 15:24:05 +0200
Superseded in saucy-proposed
git-buildpackage (0.6.0~git20130506) unstable; urgency=low


  [ Guido Günther ]
  * Get rid of lots of spurious output to stderr, only report it in error
    cases. This makes the tools and the testsuite less chatty.
  * [4abfa6a] gbp-pull: Fix typo in help output
  * [90ffae8] manpages: Document gbp-pull's --ignore-branch option

  [ Markus Lehtonen ]
  * [9e3267a] DebianSource: raise DebianSourceError if reading changelog fails
  * [a36dc64] buildpackage: catch and handle DebianSourceError gracefully
  * tests: fixes for older dch
  * [36341dd] GitRepository: add describe() method.
  * [ae63dba] DebianSource: fix is_native()
    Determine from changelog if debian/source/format does not provide any type
    (1.0 format).
  * [f880910] tests: Fix tests for Ubuntu.
  * [f9722f6] buildpackage: implement --[no-]hooks option.

 -- Guido Günther <email address hidden>  Mon, 06 May 2013 19:18:49 +0200
Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
git-buildpackage (0.6.0~git20130414) unstable; urgency=low


  * [e948bd3] Don't try access source before it's filled

 -- Guido Günther <email address hidden>  Sat, 13 Apr 2013 19:36:57 +0200
Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
git-buildpackage (0.6.0~git20121124) unstable; urgency=low


  [ Guido Günther ]
  * [c3c2778] Add minimal debian/source/format parser
  * [3878867] PEP-8 and pyflakes cleanups
  * [30c1821] Add support dch's --security option
  * [4970b42] gbp-pq: Print number of import tries left
  * [cf48b03] Allow to remove the orig tarball symlink that's used make
    pristine-tar see the correct orig tarball name.
    (Closes: #692401)
  * [09ba538] GbpError accepts an error message so no need to print it
    separately.
  * [a488695] Minor git-import-orig manpage improvements
  * [4c9bb9f] Add missing git- prefix to --color and --notify options.
    Thanks to Filippo Rusconi (Closes: #693978)
  * [9478bad] testutils: create missing directories when adding a file
  * [691856d] Use an absolute path when parsing the control file so we can't
    accidentally parse a file from another dir.
  * [d248720] Test apply_and_commit_patch
  * [3952091] gbp-pq: Allow to pass in custom function to fetch authorship
    information so the RPM based tools don't need to rely on a control file
    but can e.g. look at the spec file.
  * [7f2c9c1] gbp-pq: Test if setting a topic works
  * [f4d493d] Add sha1 stripping in a single place so we can easily sanity
    check the result.
  * [95ec21a] Output test results in xunit format too to make it more useful
    in Jenkins CI builds
  * [24fdd97] Test gbp.pq.common.write_patch
  * [824e83e] gbp-pq: don't use plural form when there's only one try left
  * [8b01d37] git-import-dscs: Properly catch import errors
    (Closes: #694113)

  [ Dmitrijs Ledkovs ]
  * [323bdcf] Fix  testsuite failure if DEB_VENDOR != Debian.
    (Closes: #692289)

  [ Markus Lehtonen ]
  * [f4d2e21] GitRepository: implement _cmd_has_feature() method to allow
    compatibility with older git versions.
  * [dfbedfe] GitRepository: fix merge() for older git versions using
    _cmd_has_feature() in GitRepository.merge().
  * [ba854d8] GitRepository/diff: add 'paths' argument to makes the diff
    function more versatile
  * [b7cdef5] GitRepository/diff: catch git error.
  * [fe1e120] command_wrappers: suppress some pylint warnings
  * [4ed1b43] notifications.py: remove unused import
  * [0a9bf99] tests: make tests a Python module to make it possible to reuse
    code between various tests.
  * [932b1c0] pq: fix "no authorship" warning messages.
  * [1da7e0d] import-orig: remove dead if statement.
  * [3678906] import-orig: remove dead GbpNothingImported exception
  * [8bc7921] GitRepository/get_commits: more flexible revision ranges.
  * [36d13cb] GitRepository/get_submodules: use correct path.
  * [3362147] GitRepository/get_commit_info: support tags.
  * [03cdea0] GitRepository/has_submodules: use correct .gitmodules file.

  [ Ed Bartosh ]
  * [8bb62f5] GitRepository.find_tag: change deprecated _git_getoutput to
    _git_inout

 -- Guido Günther <email address hidden>  Sat, 24 Nov 2012 14:55:24 +0100
175 of 143 results