From 48243c761b171a11639916623bbe5ac1d948d9a6 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 9 Jan 2021 11:20:54 +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 28dee76..5c8ce95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ python-xstatic-jquery.tablesorter (2.14.5.1-5) unstable; urgency=medium [ Thomas Goirand ] * Remove useless overrides. * Fix d/copyright ordering and years. + * Switch to debhelper-compat 11. -- Thomas Goirand Sat, 09 Jan 2021 11:19:46 +0100 diff --git a/debian/control b/debian/control index 4b808bd..b1a6249 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: - debhelper-compat (= 9), + debhelper-compat (= 11), dh-python, openstack-pkg-tools (>= 75~), python3-all, -- GitLab