]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Added missing (build-)dependencies
authorThomas Goirand <thomas@goirand.fr>
Fri, 6 Jul 2012 18:05:09 +0000 (18:05 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 6 Jul 2012 18:05:09 +0000 (18:05 +0000)
Rewritten-From: c72b6bad0008f3c9a4f2a85c5afa210a68b5b0b3

xenial/debian/changelog
xenial/debian/control

index a1aa69552e515cfb9d84f403e66ae3b32c4c581a..8c96a5e30ccc4c792c34c5cdb840e5a2ac32c7d0 100644 (file)
@@ -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 <zigo@debian.org>  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
index 6d77055ffbe5683b4be3760b048390dd78a65b22..f94bc205758c199f71300a31bc7c2b41cb09b2e5 100644 (file)
@@ -1,5 +1,5 @@
 Source: horizon
-Section: python
+Section: net
 Priority: extra
 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
 Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
@@ -7,13 +7,35 @@ Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
            Thomas Goirand <zigo@debian.org>,
            Ghe Rivero <ghe.rivero@stackops.com>,
            Mehdi Abaakouk <sileht@sileht.net>
-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.