From 668938699e39817c46ce62fa62e1651ea3a7c781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Wed, 18 Feb 2015 17:20:24 +0100 Subject: [PATCH] Initial commit --- changelog | 6 ++++++ compat | 1 + control | 17 +++++++++++++++++ rules | 9 +++++++++ source/format | 1 + 5 files changed, 34 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 00000000..b3786a37 --- /dev/null +++ b/changelog @@ -0,0 +1,6 @@ +python-raven (3.5.1-1~eo70+1) wheezy; urgency=low + + * Non-maintainer upload. + + -- Jérôme Schneider Mon, 28 Oct 2013 17:10:14 +0100 + diff --git a/compat b/compat new file mode 100644 index 00000000..7f8f011e --- /dev/null +++ b/compat @@ -0,0 +1 @@ +7 diff --git a/control b/control new file mode 100644 index 00000000..ea266b1e --- /dev/null +++ b/control @@ -0,0 +1,17 @@ +Source: python-raven +Maintainer: Jerome Schneider +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3) +Standards-Version: 3.9.1 +X-Python-Version: current + +Package: python-raven +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Raven is a client for Sentry (https://www.getsentry.com) + Raven is a Python client for `Sentry `_. It provides + full out-of-the-box support for many of the popular frameworks, including + `Django `_, `Flask `_, and `Pylons + `_. Raven also includes drop-in support for any + `WSGI `_-compatible web application. diff --git a/rules b/rules new file mode 100755 index 00000000..dabd5b60 --- /dev/null +++ b/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Mon, 28 Oct 2013 16:24:11 +0100 + +%: + dh $@ --with python2 + + diff --git a/source/format b/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt)