From 94627835f52019962a74191feccc98936aaae8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 18 Jul 2019 18:36:20 +0200 Subject: [PATCH] Use debhelper-compat instead of debian/compat --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index c9b6dd9..d59b1b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-xstatic-jquery.tablesorter (2.14.5.1-5) UNRELEASED; urgency=medium * d/control: Use team+openstack@tracker.debian.org as maintainer + * Use debhelper-compat instead of debian/compat. -- Ondřej Nový Fri, 03 Aug 2018 06:17:36 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control index 885156a..4b808bd 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: - debhelper (>= 9), + debhelper-compat (= 9), dh-python, openstack-pkg-tools (>= 75~), python3-all, -- GitLab