summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-10-20 11:44:30 +0200
committerGuido Günther <agx@sigxcpu.org>2017-10-20 11:47:35 +0200
commit57eecef286b8f2a7387fc2a5643dc6ad53cea29f (patch)
tree12b9483085cce7aaa30b4d35313423c599aa1fee
parent02978fb1f6ec4874440df237b4b5f7806cc23681 (diff)
Document changes and release 0.9.0debian/0.9.0
-rw-r--r--debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index abb2eecf..f21f8549 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+git-buildpackage (0.9.0) unstable; urgency=medium
+
+ * Upload to unstable
+ * [dbb9290,9c1bd13] README: use https, shorter URLs and add image
+ * [ce7ff21] d/control: mentions new commands in packaging description
+ * [44b4e2b] import-dsc: split import of tarballs out of main. The current
+ logic tried to force native and non-native packages into the same code
+ path leading to hardly readable if-else-maybe code paths.
+ * [4b9789a] import-dsc: Look for pristine-tar reference by commit. The
+ upstream branch tip is up to date at this point already but this makes
+ sure things don't get wired if we move code around.
+ * [d0ee56b] import-dsc: don't create pristine-tar commits on every import.
+ We must not create pristine-tar commits if no new upstream sources were
+ imported. Othewise we'd create them on every Debian revision. This hardly
+ wastes space since commits are identical but does waste time.
+ * [680784b] pq: import patches before rebase if the pq branch doesn't exist
+ yet. (Closes: #876800)
+ * [c1c7fa7] pq: recommend 'rebase' and 'switch' when pq branch already
+ exists
+ * [1551051] pq: import pq branch on switch (Closes: #761166)
+ * [02978fb] pq: let drop work when pq branch is currently checked out
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 20 Oct 2017 11:41:53 +0200
+
git-buildpackage (0.9.0~exp7) experimental; urgency=medium
* [fdf2720] Don't fail on unicode errors when importing patches. Use