From 58d327f91e98963c86ae0d82361f36d7b9c97a9f Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 6 Jul 2012 18:05:09 +0000 Subject: [PATCH] Added missing (build-)dependencies Rewritten-From: c72b6bad0008f3c9a4f2a85c5afa210a68b5b0b3 --- trusty/debian/changelog | 7 ++++++ trusty/debian/control | 51 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 53 insertions(+), 5 deletions(-) diff --git a/trusty/debian/changelog b/trusty/debian/changelog index a1aa695..8c96a5e 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,10 @@ +horizon (2012.1.1-3) unstable; urgency=low + + * Added missing (build-)dependencies (took what was in the Ubuntu package and + which seems to be missing in Debian). + + -- Thomas Goirand Fri, 06 Jul 2012 18:03:53 +0000 + horizon (2012.1.1-2) unstable; urgency=low * Add a /static alias to serve the static files. By default django is diff --git a/trusty/debian/control b/trusty/debian/control index 6d77055..f94bc20 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -1,5 +1,5 @@ Source: horizon -Section: python +Section: net Priority: extra Maintainer: PKG OpenStack Uploaders: Loic Dachary (OuoU) , @@ -7,13 +7,35 @@ Uploaders: Loic Dachary (OuoU) , Thomas Goirand , Ghe Rivero , Mehdi Abaakouk -Build-Depends: debhelper (>= 8.0.0), python, python-setuptools +Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools, + python-eventlet, + python-glance, + python-setuptools, + python-kombu, + python-mox, + python-paste, + python-pastedeploy, + python-crypto, + python-cloudfiles, + python-django-nose, + python-nose, + python-dateutil, + python-routes, + python-sqlalchemy, + python-keystoneclient, + python-novaclient, + python-coverage, + pep8, + python-sphinx, + python-webob, + python-xattr Standards-Version: 3.9.3 Homepage: http://launchpad.net/horizon Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/horizon.git;a=summary Vcs-Git: git://anonscm.debian.org/openstack/horizon.git Package: python-django-horizon +Section: python Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, @@ -22,7 +44,24 @@ Depends: ${shlibs:Depends}, python-glance, python-mox, python-dateutil -Description: Django module to provide web interaction with OpenStack + python-nova, + python-cloudfiles, + python-eventlet, + python-kombu, + python-paste, + python-pastedeploy, + python-crypto, + python-dateutil, + python-routes, + python-sqlalchemy, + python-webob, + python-xattr, + python-novaclient, + python-keystoneclient, + python-memcache, + python-django-nose +Recommends: memcached +Description: Django module providing web interaction with OpenStack Horizon is a Django module that permits interaction with an OpenStack cloud. It can be used to build a dashboard to control an OpenStack cloud. @@ -38,7 +77,8 @@ Depends: ${shlibs:Depends}, python-cloudfiles, libjs-jquery, python-iso8601, - adduser + adduser, + libapache2-mod-wsgi (>= 2.3) Description: OpenStack Dashboard The OpenStack Dashboard is a Web application allowing to control an OpenStack cloud. @@ -47,7 +87,8 @@ Package: openstack-dashboard-apache Architecture: all Depends: libapache2-mod-wsgi (>=2.3), openstack-dashboard, - ${misc:Depends} + ${misc:Depends}, + libapache2-mod-wsgi (>=2.3) Description: OpenStack Dashboard - Apache support The OpenStack Dashboard is a Web application allowing to control an OpenStack cloud. -- 2.45.2