summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Suster <carl@contraflo.ws>2017-01-11 14:09:29 +1100
committerCarl Suster <carl@contraflo.ws>2017-01-11 14:09:29 +1100
commit2f09676f2421495adb2cac0b909394ea064ec74e (patch)
treece9931ba4e7f0922ed30f5a6891ba10faa3d2ce7
parent7bff25625ffe100ca6c5fcfb39797879e1486300 (diff)
Document new B-Ds in d/changelog
-rw-r--r--debian/changelog15
1 files changed, 10 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 33b9e0b..b209ce1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,18 +2,23 @@ flask-login (0.4.0-1) unstable; urgency=medium
* New upstream release.
* New maintainer (Closes: #836501).
- * Update d/compat to 10.
- * Switch to using dh-python.
+ * Update d/compat to 10 and raise B-D on debhelper accordingly.
+ * Switch to using dh-python:
+ - add B-D on dh-python.
* Add myself to d/copyright for debian/.
* Change d/watch to follow GitHub releases.
* Change homepage to GitHub.
- * Build the Python 3 module (Closes: #802614).
+ * Build the Python 3 module (Closes: #802614):
+ - replace B-Ds python{,3}-all and python{,3}-setuptools.
* Stop building the Python 2 module (no rdepends).
* Move Vcs to DPMT git.
* Bump standards version to 3.9.8 (no changes).
- * Build the documentation in a -doc package.
+ * Build the documentation in a -doc package:
+ - add B-D on python-sphinx.
* Add 0001-disable-github-fork-ribbon.patch to turn off the GitHub ribbon.
- * Run the test suite using upstream's makefile.
+ * Run the test suite using upstream's makefile:
+ - add B-Ds on python3-flask, python3-mock, python3-nose, python3-werkzeug
+ and python3-blinker.
-- Carl Suster <carl@contraflo.ws> Tue, 10 Jan 2017 15:23:33 +1100