aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-08-10 22:25:59 +0200
committerGuido Günther <agx@sigxcpu.org>2011-08-10 22:35:03 +0200
commit01a47943ab31a105753e3aaac888e42b64629824 (patch)
treee808c6db9a9c2ff694da2657542cae61c5bf4d5d
parent4e2f7deb43cfce3e658eec13ac60489d4f16730e (diff)
Document changes and release 0.5.30debian/0.5.30
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 05957c75..40a17040 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+git-buildpackage (0.5.30) unstable; urgency=low
+
+ * [37f16cc] Document meta tags. Thanks to Raphaël Hertzog for the
+ suggestion (Closes: #636088)
+ * [f2efdaf] Add known_compressions() to UpstreamSource so we can use it for
+ the DscFile parsing. This fixes the import of xz compressed upstream
+ tarballs.
+ * [2da9e9e] Leave compression type detection to tar by default
+ * [a878947] Ignore comments and empty lines in series files.
+ (Closes: #637224)
+ * [b3931e0] Fix missing branch name in error message
+ * [4e2f7de] gbp-pq: Use latest patches with --time-machine. When going back
+ in history to find the point where the patches in debian/patches still
+ apply make sure we use the latest ones not the one currently in the tree.
+
+ -- Guido Günther <agx@sigxcpu.org> Wed, 10 Aug 2011 22:25:11 +0200
+
git-buildpackage (0.5.29) unstable; urgency=low
* [00c2b8e] Move GbpPatchQueue and GbpPatch into gbp.pq