summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thouthworks.com>2014-09-09 09:47:22 +0200
committerChristoph Kluenter <ckluente@thouthworks.com>2014-09-09 09:51:40 +0200
commit23dbfdfa519b671064145dcf2ee6c1296a4c29da (patch)
tree26bcb92943dff9d623b18ca66776e9ff93a5b6b0 /debian/control
parent10112b7d862f5d2d24b6c295e08c4ebd73d54ee2 (diff)
fix building the debian packages with ./debian in the root
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
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 <pixelated-team@thoughtworks.com>
+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
+
+
+