From 0404b3ce0302f7d4efb41978e66ba7f986a635a9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 26 Aug 2015 17:36:54 +0200 Subject: [PATCH] add debian packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + 5 files changed, 31 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..7d1656c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-authentic2-formiris (0.1-0) wheezy; urgency=low + + * First upstream release + + -- Benjamin Dauvergne Thu, 2 Dec 2014 12:00:29 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cae2904 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: python-authentic2-formiris +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-formiris +Architecture: all +Depends: ${misc:Depends}, + python-authentic2 (>= 2.2.0) +Description: Formiris custom features + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..447dee0 --- /dev/null +++ b/debian/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/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)