aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2019-10-31 19:16:27 +0100
committerGuido Günther <agx@sigxcpu.org>2019-10-31 19:16:27 +0100
commitd4ca59b3d9a2be8657b08b1073b44b68b2d55742 (patch)
tree747b56bef0691fc3486c500b1fb9de817874ebfd
parent12ed9fbebcca1cfea259b74e66fe0044cfe6a0ed (diff)
Document changes and release 0.9.17debian/0.9.17
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bf23ed8d..9019ffcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+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 <agx@sigxcpu.org> Thu, 31 Oct 2019 19:15:14 +0100
+
git-buildpackage (0.9.16) unstable; urgency=medium
* [fef81e2] pq: Don't bubble up FileNotFoundException (Closes: #940043)