diff --git a/debian/changelog b/debian/changelog index 46e9af7..3098144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ [ Debian Janitor ] * Bump debhelper from deprecated 9 to 13. + * Set debhelper-compat version in Build-Depends. -- Ondřej Nový Mon, 01 Oct 2018 09:41:33 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b1bd38b..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -13 diff --git a/debian/control b/debian/control index c4d80e8..be464c8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Agustin Henze -Build-Depends: debhelper (>= 13~), +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools,