debian: update packaging (#63238)

This commit is contained in:
Frédéric Péters 2022-03-29 19:03:15 +02:00
parent 5ec55c71dc
commit 2a613f5032
3 changed files with 4 additions and 10 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
7

7
debian/control vendored
View File

@ -2,13 +2,10 @@ Source: pyexcel-xls
Maintainer: C.W. <wangc_2011 (at) hotmail.com>
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

6
debian/rules vendored
View File

@ -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