aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-10 14:58:44 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-10 15:42:48 -0300
commit9819ae97abcbec0f967e385fa54f8ab5104b4e10 (patch)
tree84588a2f3199d278844b7c32fbf4728f8a3d43fc
parent3ff0fc7bd89869668fc9f001b43be4e024ffe4e4 (diff)
Document changes and release 0.9.0~exp3debian/0.9.0_exp3
-rw-r--r--debian/changelog27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2d73d600..fba240a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+git-buildpackage (0.9.0~exp3) experimental; urgency=medium
+
+ [ Guido Günther ]
+ * [ce76320] doc: properly mark filter as repeatable in the gbp-import-dsc
+ synopsis
+ * [01a4a7f] dch: support passing arbitrary dch command line options
+ (Closes: #596513, #682854)
+ * [f208a0b] import_orig: use a more gittish commit message.
+ When replacing the debian/ dir don't used past tense and
+ keep the subject more like git-merge. (Closes: #867214)
+ * [3e4e795] buildpackage: don't prepare any tarballs in overlay mode.
+ They're not in git so we fail otherwise
+ * [66138d9] buildpackage: pass the proper tarball dir for overlays.
+ We want to look for tarballs in tarball dir (if specified) not the output
+ dir
+ * [da42f70] buildpackge: add test for overlay mode
+ * [b71a89e] export: print names of generated tarballs when using
+ pristine-tar so we get as much information as with git-archive.
+ * [3ff0fc7] pristine-tar: properly separate additional tarballs by spaces
+
+ [ Maximiliano Curia ]
+ * [a20047b] export_source: replace orig_file with
+ source.upstream_tarball_name orig_file was dropped in
+ 8edd16022d75967a8fe54ef99a0733400a287bc2
+
+ -- Guido Günther <agx@sigxcpu.org> Thu, 10 Aug 2017 14:57:39 -0300
+
git-buildpackage (0.9.0~exp2) experimental; urgency=medium
[ Guido Günther ]