diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-07-22 22:35:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-07-22 22:35:20 +0200 |
commit | c54ffd986882f6fa9c7968dce799b2d0fb0a3c39 (patch) | |
tree | a30cd06007cf6c151e90f96fc2def91cecedebf3 /debian | |
parent | 7014fd98d3eec2f40cc2a574de35bb0c339a94e7 (diff) | |
download | Ishtar-c54ffd986882f6fa9c7968dce799b2d0fb0a3c39.tar.bz2 Ishtar-c54ffd986882f6fa9c7968dce799b2d0fb0a3c39.zip |
Add new requirements and Debian dependancies for memcached
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3aeedf5c3..eaa0d9fc8 100644 --- a/debian/control +++ b/debian/control @@ -23,9 +23,11 @@ Depends: ${misc:Depends}, python-dbf, python-tidylib, python-lxml, - python-html5lib + python-html5lib, + python-memcache Recommends: javascript-common, libjs-jquery, libjs-jquery-ui, - libjs-jquery-ui-theme-base + libjs-jquery-ui-theme-base, + memcached Description: TBD |