summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-14 15:20:10 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-14 15:20:10 +0100
commit0259f5979f5adf1a4826344813a1b0294a01638b (patch)
treeec1b97e613b7aeb07d640d40613c4c22588ff1b9
parent98daf0efb1bec8f41f2cae4266410fe42c5bdb3c (diff)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-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 ]