aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-04 20:53:18 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-04 21:01:40 -0300
commit6a2b62a2282c3bcd63dea5f3e365520f37140700 (patch)
tree6f9f0f61d1224e108fb712502d451165f4e83efb
parentad3515ae09d5d291ffbe50fc4c6209325cd70c18 (diff)
Document changes and release 0.9.0~exp1debian/0.9.0_exp1
-rw-r--r--debian/changelog27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index dfbabf8c..478782e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+git-buildpackage (0.9.0~exp1) experimental; urgency=medium
+
+ [ Guido Günther ]
+ * User visible changes:
+ * [ae7ed14] export-orig: new command to export orig tarballs from git
+ (Closes: #840089)
+ * [d9b535e] Use python3-notify2.
+ Thanks to Alexandre Detiste (Closes: #870595)
+ * [cfd884f] pristine-tar: don't print checkout errors twice
+ similar to f1c3a6f4dc6ceee5be5d49b4d193da8fd36c8920
+ * [76f247e] pristine_tar_verify_origs: skip verification if pristine-tar
+ does not support it.
+ This allows us to run with pristine-tar << 1.35
+ * [961723e] docs: generate version.py if missing.
+ This makes doc builds succeed in a clean tree.
+ * [4424008] bin: drop umlaut to make setuptools happy
+ * [e7bbd65] gbp-buildpackage: Group manpage options (Closes: #824801)
+ * [ad3515a] buildpackage: drop the long deprecated --dont-purge option.
+ Use --no-purge instead
+ * Lots of internal changes to make tarball generation simpler and avoid
+ code duplication between export-orig and build-package
+
+ [ Ken Dreyer ]
+ * [e5132b1] docs: fix spelling of "sure"
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 04 Aug 2017 20:48:22 -0300
+
git-buildpackage (0.9.0~exp0) experimental; urgency=medium
* Switch to python3 (Closes: #810854)