From 2a613f50324e6be25adf21ba169778e8842d5b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 29 Mar 2022 19:03:15 +0200 Subject: [PATCH] debian: update packaging (#63238) --- debian/compat | 1 - debian/control | 7 ++----- debian/rules | 6 ++---- 3 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control index 905ce98..216b0d9 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,10 @@ Source: pyexcel-xls Maintainer: C.W. Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7) +Build-Depends: dh-python, debhelper-compat (= 12), python3-setuptools, python3-all Standards-Version: 3.9.1 - - Package: python-pyexcel-xls Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-pyexcel-io +Depends: ${misc:Depends}, ${python3:Depends}, python3-pyexcel-io Description: A wrapper library to read, manipulate and write data in xls - diff --git a/debian/rules b/debian/rules index fcbfffc..6a86bb9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,6 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.8.5 at -# Wed, 07 Sep 2016 17:28:09 +0200 +export PYBUILD_DISABLE=test %: - dh $@ --with python2 - + dh $@ --with python3 --buildsystem=pybuild