aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-07-01 14:49:42 +0200
committerGuido Günther <agx@sigxcpu.org>2020-07-01 15:15:27 +0200
commit719254dcf01a475d5fd2d4d0e91b5726323bb93f (patch)
treeca8b34b70c01be67bdfbe09333a31f7a8d9b7b51
parent0bc42b4b0312fc965881409e619093cd0fb077f9 (diff)
Document changes and release 0.9.20debian/0.9.20
-rw-r--r--debian/changelog28
-rw-r--r--packaging/git-buildpackage.spec2
2 files changed, 29 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index dbf3e42a..73045030 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+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 <agx@sigxcpu.org> Wed, 01 Jul 2020 14:47:44 +0200
+
git-buildpackage (0.9.19) unstable; urgency=medium
* [30cfa76] d/tests/control: Drop python-rpm. We'd need
diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec
index 5178dfaa..ac9dd7b4 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.19
+Version: 0.9.20
Release: 0
Group: Development/Tools/Building
License: GPLv2