From df43ee77d66433ca9570a36dc8b0612ee09b73f6 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 9 Jan 2021 11:23:44 +0100 Subject: [PATCH] Switch to debhelper-compat 11. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6d7d035..af6a486 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ python-xstatic-jquery.quicksearch (2.0.4.1-3) unstable; urgency=medium [ Thomas Goirand ] * Remove useless overrides. + * Switch to debhelper-compat 11. -- Thomas Goirand Sat, 09 Jan 2021 11:23:02 +0100 diff --git a/debian/control b/debian/control index e577e46..b9d7523 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: - debhelper-compat (= 10), + debhelper-compat (= 11), dh-python, openstack-pkg-tools (>= 75~), python3-all, -- GitLab