From 3b11b68e05aa52701d33b431b4f4eea0926ce6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Thu, 17 Oct 2013 12:56:17 +0200 Subject: [PATCH] Debian: initial release --- changelog | 5 +++++ compat | 1 + control | 23 +++++++++++++++++++++++ pydist-overrides | 7 +++++++ rules | 9 +++++++++ source/format | 1 + 6 files changed, 46 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 pydist-overrides create mode 100755 rules create mode 100644 source/format diff --git a/changelog b/changelog new file mode 100644 index 0000000..522e702 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +mandaye (0.4-1) unstable; urgency=low + + * Initial release + + -- Jerome Schneider Wed, 16 Oct 2013 18:30:00 +0200 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..176bf1c --- /dev/null +++ b/control @@ -0,0 +1,23 @@ +Source: mandaye +Maintainer: Jerome Schneider +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 7.4.3) +Standards-Version: 3.9.1 +X-Python-Version: >= 2.7 + +Package: python-mandaye +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, + alembic (>= 0.4), + python-beaker (>= 1.6), + python-poster (>= 0.8), + python-mako (>= 0.3), + python-pycrypto (>= 2.0), + python-lxml (>= 2.0), + python-sqlalchemy (>= 0.6), + python-static (>= 0.4) + python-xtraceback (>= 0.3), +Recommends: python-pycrypto (>= 2.0) +Description: Mandaye, modular reverse proxy to authenticate + diff --git a/pydist-overrides b/pydist-overrides new file mode 100644 index 0000000..9ca5cfc --- /dev/null +++ b/pydist-overrides @@ -0,0 +1,7 @@ +beaker python-beaker +mako python-mako +poster python-poster +sqlalchemy python-sqlalchemy +lxml python-lxml +xtraceback python-xtraceback +static python-static diff --git a/rules b/rules new file mode 100755 index 0000000..e93222c --- /dev/null +++ b/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Wed, 16 Oct 2013 18:30:00 +0200 + +%: + dh $@ --with python2 + + 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)