AiC and REST login
[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 # hopefully we do not need manifold at build-time 
7 Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setuptools, make, python-django
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