add debian packaging

This commit is contained in:
Benjamin Dauvergne 2014-03-13 13:25:40 +01:00
commit 7232985391
5 changed files with 31 additions and 0 deletions

5
changelog Normal file
View File

@ -0,0 +1,5 @@
python-authentic2-idp-ltpa (1.0) UNRELEASED; urgency=low
* New upstream release
-- Benjamin Dauvergne <bdauvergne@fenouil.entrouvert.org> Thu, 13 Mar 2014 12:00:29 +0100

1
compat Normal file
View File

@ -0,0 +1 @@
7

15
control Normal file
View File

@ -0,0 +1,15 @@
Source: python-authentic2-idp-ltpa
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-idp-ltpa
Architecture: all
Depends: ${misc:Depends},
python-authentic2 (>= 2.1.2),
Description: LTPA Token IdP backend for Authentic2

9
rules 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
source/format Normal file
View File

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