debian: update packaging (#63238)

This commit is contained in:
Frédéric Péters 2022-03-29 18:55:42 +02:00
parent faa0e04b3e
commit e8d1b5c601
3 changed files with 5 additions and 8 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
7

6
debian/control vendored
View File

@ -2,10 +2,10 @@ Source: pyexcel-ods
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-ods
Package: python3-pyexcel-ods
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 ods

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:04:48 +0200
export PYBUILD_DISABLE=test
%:
dh $@ --with python2
dh $@ --with python3 --buildsystem=pybuild