From cff63e8410be7b8bd804fd0eeb5452dbd3be75ab Mon Sep 17 00:00:00 2001 From: TANIGUCHI Takaki Date: Sat, 3 Aug 2019 14:10:44 +0900 Subject: [PATCH] use debhelper-compat instead of d/compat --- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f72..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 8003fe35..1070d7d1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki -Build-Depends: debhelper (>= 12) +Build-Depends: debhelper-compat (= 12) , python-all , python-setuptools , python3-all