From b5884363ca5a1e617f3d3acd1abc86588f6c6a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= <onovy@debian.org> Date: Fri, 19 Jul 2019 23:56:45 +0200 Subject: [PATCH] Use debhelper-compat instead of debian/compat --- debian/changelog | 6 ++++++ debian/compat | 1 - debian/control | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index c03c653..d086763 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-validictory (0.8.3-4) UNRELEASED; urgency=medium + + * Use debhelper-compat instead of debian/compat. + + -- Ondřej Nový <onovy@debian.org> Fri, 19 Jul 2019 23:56:45 +0200 + python-validictory (0.8.3-3) unstable; urgency=medium [ Chris Lamb ] diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index 5673253..3bd24e5 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian. Uploaders: Paul Tagliamonte <paultag@debian.org>, Build-Depends: - debhelper (>= 11~), + debhelper-compat (= 11), dh-python, python-all (>= 2.6.6-3~), python-setuptools, -- GitLab