add debian packaging

This commit is contained in:
Frédéric Péters 2018-02-28 09:31:33 +01:00
parent 6fadd7eea7
commit bfbf1edf46
5 changed files with 23 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
passerelle-grandlyon-iodas (0-0) unstable; urgency=low
* created from a stdeb 0.8.2 template.
-- Frederic Peters <fpeters@entrouvert.com> Wed, 28 Feb 2018 09:31:05 +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-grandlyon-iodas
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-django
Standards-Version: 3.9.1
Package: python-passerelle-grandlyon-iodas
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle connector to Grand Lyon iod@as
.

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)