From 36f1a925ffa8cf8f1645e590ce7935eccdb10b13 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 23 Aug 2020 23:18:53 -0400 Subject: [PATCH] dh compat to 13 --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf0f427..d56e381 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,13 +15,14 @@ python-click (7.1.2-1) UNRELEASED; urgency=medium - wrap-and-sort - add sphinxcontrib-log-cabinet to b-d, needed by doc - add sphinx.issues to b-d, needed by doc + - dh compat to 13 * debian/rules - properly build doc and installd it in the right -doc location - install examples * debian/python-click-doc.doc-base - adjust doc-base to new doc location - -- Sandro Tosi Sun, 23 Aug 2020 23:17:52 -0400 + -- Sandro Tosi Sun, 23 Aug 2020 23:18:45 -0400 python-click (7.0-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 10460fd..d20d7a9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team , -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-docutils,