summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
-rw-r--r--debian/pixelated-user-agent.links3
-rwxr-xr-xdebian/rules2
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 35d4af94..b05e7d67 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pixelated-user-agent
Maintainer: Pixelated Team <pixelated-team@thoughtworks.com>
Section: python
Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3), ruby-compass, nodejs
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3), ruby-compass, nodejs, nodejs-legacy, build-essential, libffi-dev, python-dev, pixpybuild
Standards-Version: 3.9.1
Homepage: http://pixelated-project.org
Vcs-Git: https://github.com/pixelated-project/pixelated-user-agent.git
@@ -11,7 +11,7 @@ X-Python-Version: >= 2.7
Package: pixelated-user-agent
Architecture: all
-Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client, leap-mail, leap-auth, python-dirspec, python-u1db, python-whoosh (>=2.5.7), python-sqlcipher, python-twisted-web (>= 12.3.0), python-pyasn1, python-gnupg, python-requests (>= 2.0.0), python-twisted (>= 12.3.0)
+Depends: python (>= 2.7), python (<< 2.8), libffi5, python-gnupg
Description: API to serve the pixelated front-end requests
Pixelated User Agent Service
============================
diff --git a/debian/pixelated-user-agent.links b/debian/pixelated-user-agent.links
new file mode 100644
index 00000000..d5bfa8ed
--- /dev/null
+++ b/debian/pixelated-user-agent.links
@@ -0,0 +1,3 @@
+/usr/share/python/pixelated-user-agent/bin/pixelated-user-agent /usr/bin/pixelated-user-agent
+/usr/share/python/pixelated-user-agent/bin/pixelated-maintenance /usr/bin/pixelated-maintenance
+
diff --git a/debian/rules b/debian/rules
index 742f40f1..0e82b529 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ include /usr/share/dpkg/default.mk
# main packaging script based on dh7 syntax
%:
- dh $@ --sourcedirectory=service
+ dh $@ --buildsystem pixpybuild --sourcedirectory=service
# debmake generated override targets
# This is example for Cmake (See http://bugs.debian.org/641051 )