aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-31 10:22:31 +0100
committerGuido Günther <agx@sigxcpu.org>2012-01-31 11:57:33 +0100
commitcc6ee3b56a1ad9967c9d92dfcf1159a2a30e007d (patch)
treed150462f832bbbe78ed877786222e0ce73b7273e
parentb4e9a28256b27afb8f8c23fe1a73d1e2ede0b559 (diff)
Document changes and release 0.6.0~git20120124debian/0.6.0_git20120124
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2baea73..8a6436c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+git-buildpackage (0.6.0~git20120124) experimental; urgency=low
+
+ [ Markus Lehtonen ]
+ * [b7d7016] gbp-pq: don't crash in get_maintainer_from_control() even if
+ debian/control is missing.
+
+ [ Guido Günther ]
+ * [c5eee2b] PristineTar: add missing import for debug output
+ * [3ca0a98] PristineTar: fix match when not passing in a compression type
+ * [45ab61b] Depend on pristine-tar for the tests
+ * [041dbf2] GitRepository: allow to capture stderr in __git_inout
+ stderr was always None.
+ * [e6fd2ce] GitRepository: Use _git_inout() in __init__()
+ to avoid misleading error message
+
+ -- Guido Günther <agx@sigxcpu.org> Tue, 31 Jan 2012 10:22:13 +0100
+
git-buildpackage (0.6.0~git20120123) experimental; urgency=low
[ Guido Günther ]