Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / debian / control
1 Source: myslice
2 Maintainer: Thierry Parmentelat <Thierry.Parmentelat@inria.fr>
3 Section: misc
4 Priority: optional
5 Standards-Version: 3.9.2
6 # we need manifold to be installed to run manage.py collectstatic
7 Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setuptools, make, python-django, manifold
8 X-Python-Version: >= 2.7
9
10 # Thierry: the recipe I'm using somehow only works with several packages
11 Package: unfold
12 Architecture: any
13 Depends: python, python-django, python-pyparsing, apache2, libapache2-mod-wsgi, openssl
14 Description: Generic django-based frontend for manifold backends
15
16 #
17 Package: myslice
18 Architecture: any
19 Depends: python-django-south, unfold, manifold
20 Description: Myslice plugins, based on django and unfold frontend
21