add debian packaging

This commit is contained in:
Benjamin Dauvergne 2015-08-26 17:36:54 +02:00
parent bbf7d00829
commit 0404b3ce03
5 changed files with 31 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
python-authentic2-formiris (0.1-0) wheezy; urgency=low
* First upstream release
-- Benjamin Dauvergne <bdauvergne@entrouvert.org> Thu, 2 Dec 2014 12:00:29 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

15
debian/control vendored Normal file
View File

@ -0,0 +1,15 @@
Source: python-authentic2-formiris
Maintainer: Benjamin Dauvergne <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3),
python-django (>= 1.5)
Standards-Version: 3.9.1
X-Python-Version: >= 2.6
Package: python-authentic2-formiris
Architecture: all
Depends: ${misc:Depends},
python-authentic2 (>= 2.2.0)
Description: Formiris custom features

9
debian/rules vendored Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0+git at
# Fri, 14 Jun 2013 17:33:52 +0200
%:
dh $@ --with python2 --buildsystem=python_distutils

1
debian/source/format vendored Normal file
View File

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