From 66a732972f5769589cf4adbfbbc154dfcf7b0622 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 20 May 2015 20:07:30 +0200 Subject: [PATCH] debian: initial packaging files --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + 5 files changed, 29 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format 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)