summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-08-12 19:32:09 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-08-12 19:32:09 +0200
commitd9ea64bd6dfec7750546c6515c477316be9efeaa (patch)
tree3ea77783a2990206044ed23497e09334e1ebfe3d
parent277581c61659b9f9bb70de564a59c3112131c667 (diff)
document changes and release 0.4.36debian/0.4.36
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 19c02db6..b92db225 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+git-buildpackage (0.4.36) unstable; urgency=low
+
+ * [64808df] Warn if we can't parse the changelog - without a changelog we
+ can't parse the package name. Without that we might end up with wrong
+ names on the pristine tar branch and with missing symlinks in tarball-dir.
+ Since this might be intentional we issue a warning only.
+ * [32b2e89] detect flat tar archives in git-import-dsc too
+ * [277581c] don't fail import on non rfc822 adressess in the dsc file
+ (Closes: #494753)
+
+ -- Guido Guenther <agx@sigxcpu.org> Tue, 12 Aug 2008 19:31:26 +0200
+
git-buildpackage (0.4.35) unstable; urgency=low
* [e012d8b] add epoch parsing to DscFile (Closes: #493214)