From 72329853916dbfab2ee7d79f4e7123724ea7ad57 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 13 Mar 2014 13:25:40 +0100 Subject: [PATCH] add debian packaging --- changelog | 5 +++++ compat | 1 + control | 15 +++++++++++++++ rules | 9 +++++++++ source/format | 1 + 5 files changed, 31 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100755 rules create mode 100644 source/format diff --git a/changelog b/changelog new file mode 100644 index 0000000..8fb2f87 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +python-authentic2-idp-ltpa (1.0) UNRELEASED; urgency=low + + * New upstream release + + -- Benjamin Dauvergne Thu, 13 Mar 2014 12:00:29 +0100 diff --git a/compat b/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +7 diff --git a/control b/control new file mode 100644 index 0000000..4a1d0de --- /dev/null +++ b/control @@ -0,0 +1,15 @@ +Source: python-authentic2-idp-ltpa +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-idp-ltpa +Architecture: all +Depends: ${misc:Depends}, + python-authentic2 (>= 2.1.2), +Description: LTPA Token IdP backend for Authentic2 + diff --git a/rules b/rules new file mode 100755 index 0000000..447dee0 --- /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 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt)