Add debian package

This commit is contained in:
Christophe Boulanger 2017-02-28 14:53:15 +01:00
parent 1381df71d9
commit ac73c626be
5 changed files with 23 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
passerelle-imio-ts1-datasources (0-0) unstable; urgency=low
* created from a stdeb 0.8.2 template.
-- Frederic Peters <fpeters@entrouvert.com> Sat, 16 Jan 2016 17:35:53 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

12
debian/control vendored Normal file
View File

@ -0,0 +1,12 @@
Source: passerelle-imio-ts1-datasources
Maintainer: Christophe Boulanger <christophe.boulanger@imio.be>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
Standards-Version: 3.9.1
Package: python-passerelle-imio-ts1-datasources
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle connector to ts1 datasources import and manage

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with python2

1
debian/source/format vendored Normal file
View File

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