myslice depends on manifold
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 1 Apr 2014 15:49:43 +0000 (17:49 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 1 Apr 2014 15:49:43 +0000 (17:49 +0200)
debian/control

index 4a4eb05..1acac30 100644 (file)
@@ -3,16 +3,19 @@ Maintainer: Thierry Parmentelat <Thierry.Parmentelat@inria.fr>
 Section: misc
 Priority: optional
 Standards-Version: 3.9.2
-Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setuptools, make, python-django
+# we need manifold to be installed to run manage.py collectstatic
+Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setuptools, make, python-django, manifold
 X-Python-Version: >= 2.7
 
-Package: myslice
-Architecture: any
-Depends: unfold, python-django-south
-Description: Myslice plugins, based on django and unfold frontend
-
 # Thierry: the recipe I'm using somehow only works with several packages
 Package: unfold
 Architecture: any
 Depends: python, python-django, python-pyparsing, apache2, libapache2-mod-wsgi, openssl
 Description: Generic django-based frontend for manifold backends
+
+#
+Package: myslice
+Architecture: any
+Depends: python-django-south, unfold, manifold
+Description: Myslice plugins, based on django and unfold frontend
+