summaryrefslogtreecommitdiff
path: root/service
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 /service
parent10112b7d862f5d2d24b6c295e08c4ebd73d54ee2 (diff)
fix building the debian packages with ./debian in the root
Diffstat (limited to 'service')
-rw-r--r--service/debian/changelog5
-rw-r--r--service/debian/control36
2 files changed, 0 insertions, 41 deletions
diff --git a/service/debian/changelog b/service/debian/changelog
deleted file mode 100644
index 529ea5be..00000000
--- a/service/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-pixelated-user-agent (0.1-1) unstable; urgency=low
-
- * source package automatically created by stdeb 0.8.2
-
- -- Thoughtworks <pixelated-team@thoughtworks.com> Mon, 08 Sep 2014 04:57:38 -0700
diff --git a/service/debian/control b/service/debian/control
deleted file mode 100644
index f7f36e2a..00000000
--- a/service/debian/control
+++ /dev/null
@@ -1,36 +0,0 @@
-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
-
-
-