diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..b3786a37 --- /dev/null +++ b/debian/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/debian/compat b/debian/compat new file mode 100644 index 00000000..7f8f011e --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..ea266b1e --- /dev/null +++ b/debian/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/debian/rules b/debian/rules new file mode 100755 index 00000000..dabd5b60 --- /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 +# Mon, 28 Oct 2013 16:24:11 +0100 + +%: + dh $@ --with python2 + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)