From: Ian Jackson Date: Sun, 14 Oct 2018 14:20:10 +0000 (+0100) Subject: changelog: document 0.9.10+nmu1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0259f5979f5adf1a4826344813a1b0294a01638b;p=git-buildpackage.git changelog: document 0.9.10+nmu1 Signed-off-by: Ian Jackson --- 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 Sun, 14 Oct 2018 15:20:00 +0100 + git-buildpackage (0.9.10) unstable; urgency=medium [ Ken Dreyer ]