diff --git a/debian/changelog b/debian/changelog index 5f587f4..f9d8283 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ * Add missing build dependency on dh addon. * Bump debhelper from deprecated 9 to 13. + Replace python_distutils buildsystem with pybuild. + * Set debhelper-compat version in Build-Depends. -- Debian Janitor Tue, 21 Sep 2021 02:19:22 -0000 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 4b78286..1bd06ee 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Maintainer: Martín Ferrari Section: python Priority: optional -Build-Depends: python-all-dev, debhelper (>= 13~), dh-python, python2:any | python2-dev:any | dh-sequence-python2 +Build-Depends: python-all-dev, debhelper-compat (= 13), dh-python, python2:any | python2-dev:any | dh-sequence-python2 Standards-Version: 3.9.8 Homepage: https://github.com/TheTincho/python-passfd/ Vcs-Browser: https://anonscm.debian.org/cgit/users/tincho/python-passfd.git