pacakge pyexcel-xls for debian (#13103)

This commit is contained in:
Jean-Baptiste Jaillet 2016-09-07 17:36:27 +02:00
parent 97a81fb561
commit cb74cca9dd
9 changed files with 31 additions and 8 deletions

View File

@ -1,5 +0,0 @@
all: test
test:
bash test.sh

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
pyexcel-xls (0.2.2-1) unstable; urgency=low
* source package automatically created by stdeb 0.8.5
-- JB JAILLET <jbjaillet (at) entrouvert.com> Wed, 07 Sep 2016 17:28:09 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

14
debian/control vendored Normal file
View File

@ -0,0 +1,14 @@
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)
Standards-Version: 3.9.1
Package: python-pyexcel-xls
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pyexcel-io
Description: A wrapper library to read, manipulate and write data in xls

1
debian/files vendored Normal file
View File

@ -0,0 +1 @@
python-pyexcel-xls_0.2.2-1_all.deb python optional

8
debian/rules vendored Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Wed, 07 Sep 2016 17:28:09 +0200
%:
dh $@ --with python2

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

1
debian/source/options vendored Normal file
View File

@ -0,0 +1 @@
extend-diff-ignore="\.egg-info$"

View File

@ -1,3 +0,0 @@
pip freeze
nosetests --with-cov --cover-package pyexcel_xls --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long