diff --git a/debian/changelog b/debian/changelog index 2a4843d..a821b08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,10 @@ python-click (8.0.2-1) UNRELEASED; urgency=low * debian/control - merge b-d-i into b-d - add sphinx-tabs to b-d, needed by doc + - set versioned dep on pallets-sphinx-themes to >= 2.0.1, needed for + ethicalads.html template - -- Sandro Tosi Sat, 09 Oct 2021 22:36:02 -0400 + -- Sandro Tosi Sat, 09 Oct 2021 22:41:03 -0400 python-click (7.1.2-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 871f93f..6713262 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13), python3-all, python3-colorama, python3-docutils, - python3-pallets-sphinx-themes , + python3-pallets-sphinx-themes (>= 2.0.1) , python3-pytest , python3-requests, python3-setuptools,