debian packaging

This commit is contained in:
Frédéric Péters 2016-04-10 14:21:16 +02:00
parent 5a140e21b6
commit 6b713e052a
5 changed files with 28 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
python-authentic2-auth-fedict (0-0) wheezy; urgency=low
* Initial release.
-- Frederic Peters <fpeters@debian.org> Sun, 10 Apr 2016 12:25:28 +0200

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-auth-fedict
Maintainer: Frederic Peters <fpeters@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-auth-fedict
Architecture: all
Depends: ${misc:Depends},
python-authentic2 (>= 2.1.2)
Description: Fedict authentication frontend for Authentic2

6
debian/rules vendored Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
%:
dh $@ --with python2 --buildsystem=python_distutils

1
debian/source/format vendored Normal file
View File

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