add debian packaging

This commit is contained in:
Frédéric Péters 2017-06-03 13:42:19 +02:00
parent ebec009eb9
commit cb9384fba1
5 changed files with 23 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
passerelle-imio-ia-delib (0-0) unstable; urgency=low
* initial packaging.
-- Frederic Peters <fpeters@entrouvert.com> Sat, 03 Jun 2017 13:42:02 +0200

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-ia-delib
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 9), python-django
Standards-Version: 3.9.1
Package: python-passerelle-imio-ia-delib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle connector to ia.Delib

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)