From a5756934da409c25b941da56321810a1bb5a26ca Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Wed, 10 Sep 2014 15:44:28 +0200 Subject: Added flask debian dependency. - Remove version information from egg for debian as debian manages dependencies. --- debian/control | 2 +- debian/rules | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index f7addb1a..c5ffbdf2 100644 --- a/debian/control +++ b/debian/control @@ -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, gunicorn, python-srp, python-dirspec, python-u1db +Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client,, leap-mail, gunicorn, python-srp, python-dirspec, python-u1db, python-flask Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ diff --git a/debian/rules b/debian/rules index 80a8ab61..0fb5cd6d 100755 --- a/debian/rules +++ b/debian/rules @@ -33,6 +33,8 @@ override_dh_auto_clean: override_dh_auto_build: dh_auto_build + # patch requires.txt file by stripping version information - these are provided by debian depends + find debian/ -name requires.txt |xargs perl -i -pe "s/(.*)==.*/\1/" dh_auto_build --sourcedirectory=web-ui override_dh_auto_install: -- cgit v1.2.3