From 1ab6cf44e6c412ad0e309283ce375f3c9b8bdb57 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 7 Sep 2019 11:05:52 -0700 Subject: Document changes and release 0.9.15 --- debian/changelog | 27 +++++++++++++++++++++++++++ packaging/git-buildpackage.spec | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 466ff853..472c6b81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +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 Sat, 07 Sep 2019 10:58:51 -0700 + git-buildpackage (0.9.14) unstable; urgency=medium [ Michael Prokop ] diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index 1f719e67..73c2ac94 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -3,7 +3,7 @@ Name: git-buildpackage Summary: Build packages from git -Version: 0.9.14 +Version: 0.9.15 Release: 0 Group: Development/Tools/Building License: GPLv2 -- cgit v1.2.3