From 23dbfdfa519b671064145dcf2ee6c1296a4c29da Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Tue, 9 Sep 2014 09:47:22 +0200 Subject: fix building the debian packages with ./debian in the root --- debian/control | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..f7f36e2a --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: pixelated-user-agent +Maintainer: Thoughtworks +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 + + + +Package: python-pixelated-user-agent +Architecture: all +Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client,, leap-mail, gunicorn, python-srp, python-dirspec, python-u1db +Description: API to serve the pixelated front-end requests + Pixelated User Agent Service + ============================ + . + This is the service for the Pixelated User Agent. The primary purpose of this is to integrate well with the Pixelated Provider and provide all the capabilities necessary for the UI to work well. + . + The aim is to support these resources/endpoints: + . + ``` + GET /mails + DELETE /mails + POST /mails + PUT /mails + POST /mails/read + . + GET /mail/:id + DELETE /mail/:id + POST /mail/:id/star + POST /mail/:id/unstar + POST /mail/:id/replied + POST /mail/:id/unreplied + + + -- cgit v1.2.3