summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-02 15:53:54 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-02 15:54:41 -0300
commit4549144af74047d2ad52a73a021d49c3ca4bfb05 (patch)
treea52f72fd4a8b5c5230553665cd725dde6abeaf04
parent54a7ad93fbe4eac15fedadb115378b1c67f1e461 (diff)
Document changes and release 0.9.0~exp0debian/0.9.0_exp0
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2cb4b47a..dfbabf8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+git-buildpackage (0.9.0~exp0) experimental; urgency=medium
+
+ * Switch to python3 (Closes: #810854)
+ * [889cf65] Use pydoctor to generate apidocs since epydoc
+ does not work with python3 files
+ * [6d8f386] spec: switch to python3 packaging for rpm
+ and adjust the smoketest accordingly
+ * [6b326e2] pristine-tar: add feature detection
+ so we can run tests with older pristine-tar not supporting verify
+ * [f4574be] travis: run test with different python versions and run at least
+ parts of the tests outside the container
+
+ -- Guido Günther <agx@sigxcpu.org> Wed, 02 Aug 2017 15:32:46 -0300
+
git-buildpackage (0.8.18) unstable; urgency=medium
[ Guido Günther ]