X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fcontrol;h=1acac308371c36cc9242a607dc2960d26469ad23;hb=9a6e2b2bec31ee822294a21602009b83c076efe2;hp=4a4eb0594e836f23f46f93ecc5f2981e17fac13e;hpb=d08e5d9101b056425d1a00d2b7b434ee31eada74;p=myslice.git diff --git a/debian/control b/debian/control index 4a4eb059..1acac308 100644 --- a/debian/control +++ b/debian/control @@ -3,16 +3,19 @@ Maintainer: Thierry Parmentelat 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 +