add debian packaging

This commit is contained in:
Benjamin Dauvergne 2020-02-03 21:43:40 +01:00
parent ac9090bf9d
commit d19d4ce939
6 changed files with 33 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
python-facturx (1.0.14-1) unstable; urgency=medium
* Packaging upstream version 1.0.14
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Sat, 12 Oct 2019 20:49:00 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

19
debian/control vendored Normal file
View File

@ -0,0 +1,19 @@
Source: python-facturx
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python3-all,
python3-setuptools,
python3-lxml,
Standards-Version: 4.1.3
Homepage: https://github.com/akretion/factur-x
Package: python3-facturx
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-lxml,
python3-pypdf4,
Description: Factur-X: electronic invoicing standard for Germany & France

1
debian/copyright vendored Normal file
View File

@ -0,0 +1 @@
MIT

6
debian/rules vendored Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
export PYBUILD_DISABLE_python3=test
%:
dh $@ --with python3 --buildsystem=pybuild

1
debian/source/format vendored Normal file
View File

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