diff --git a/changelog b/changelog new file mode 100644 index 000000000..95a9276a4 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +python-authentic2-msp (1.0.1-0) wheezy; urgency=low + + * First upstream release + + -- Benjamin Dauvergne Thu, 2 Dec 2014 12:00:29 +0100 diff --git a/compat b/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/compat @@ -0,0 +1 @@ +7 diff --git a/control b/control new file mode 100644 index 000000000..086c80537 --- /dev/null +++ b/control @@ -0,0 +1,18 @@ +Source: python-authentic2-auth-msp +Maintainer: Benjamin Dauvergne +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-msp +Architecture: all +Depends: ${misc:Depends}, + python-authentic2 (>= 2.1.2), + python-requests, + python-requests-oauthlib, + python-django-sekizai +Description: Kerberos authentication frontend for Authentic2 + diff --git a/rules b/rules new file mode 100755 index 000000000..447dee0c0 --- /dev/null +++ b/rules @@ -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 + + diff --git a/source/format b/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt)