summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index da0ead7..da223f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+git-buildpackage (0.9.10+nmu1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix problems detected by flake8 (FTBFS). Closes:#910446.
+ - Remove a spurious blank line
+ - Add many missing r in regexp literals (r'...')
+ - Double (and in some cases quadruple) some other backslashes.
+ * Suppress a spurious new flake8 warning (FTBFS):
+ - Suppress W503/W504 operator before/after newline.
+ * Fix problems with test suite (FTBFS):
+ - Set a dummy value of HOME to avoid picking up unwanted config.
+ - Update rfc822_date_to_git test for new dateutil.parser.parse.
+ * Add missing .gitignore from upstream cgit web page, and
+ add .pybuild to it.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 14 Oct 2018 15:20:00 +0100
+
git-buildpackage (0.9.10) unstable; urgency=medium
[ Ken Dreyer ]