diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1f805db --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +authentic2-beid (0.0.0-14-1) unstable; urgency=low + + * source package automatically created by stdeb 0.8.2 + + -- Entr'ouvert Wed, 20 May 2015 20:03:40 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..46e7386 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: authentic2-beid +Maintainer: Entr'ouvert +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Standards-Version: 3.9.1 + +Package: python-authentic2-beid +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Authentic2 Belgian eID authentication + This module allows user authentication and registration using Belgian eID card. + The main idea is to redirect user on an alternative port, requiring SSL + authentication and using SSL certificate data to authenticate user. \ No newline at end of file diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6d0a3da --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.2 at +# Wed, 20 May 2015 20:03:40 +0200 +export PYBUILD_NAME=authentic2-beid +%: + dh $@ --with python2 --buildsystem=pybuild + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)