From 6304f5dce0076706a75f9c929fc0d4040dc92660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 19 Jul 2019 23:56:47 +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 cc5b422..7585ada 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-virtualenv (15.1.0+ds-3) UNRELEASED; urgency=medium + + * Use debhelper-compat instead of debian/compat. + + -- Ondřej Nový Fri, 19 Jul 2019 23:56:47 +0200 + python-virtualenv (15.1.0+ds-2) unstable; urgency=medium [ Vincent Bernat ] 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 7dfa1dd..daca2d6 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Carl Chenet , Homepage: https://pypi.python.org/pypi/virtualenv Vcs-Git: https://salsa.debian.org/python-team/modules/python-virtualenv.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-virtualenv -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 9), dh-python, dirtbike, python-all (>=2.6.6-3~), -- GitLab