debian: update packaging

This commit is contained in:
Frédéric Péters 2022-03-29 18:49:44 +02:00
parent 81bbd9e685
commit 59b3daa5d1
3 changed files with 6 additions and 11 deletions

1
debian/compat vendored
View File

@ -1 +0,0 @@
7

8
debian/control vendored
View File

@ -2,14 +2,12 @@ Source: pyexcel-io
Maintainer: C.W. <wangc_2011 (at) hotmail.com>
Section: python
Priority: optional
Build-Depends: dh-python, 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
X-Python-Version: >= 2.7
Package: python-pyexcel-io
Package: python3-pyexcel-io
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-lml
Depends: ${misc:Depends}, ${python3:Depends}, python3-lml
Description: A python library to read and write structured data in csv, zipped csv format and to/from databases
Provides one application programming interface(API) to read and write the data
in excel format, import the data into and export the data from database. It

8
debian/rules vendored
View File

@ -1,12 +1,10 @@
#!/usr/bin/make -f
export PYBUILD_NAME=pyexcel_io
export PYBUILD_DISABLE=test
%:
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_test:
echo 'TODO: fix tests'
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_build:
echo 'TODO: fix tests'
# skip, as it may be misled by Makefile