From 7b555b795364cb8aea76f7eb161e69ae9178424b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 25 Dec 2014 18:28:24 +0800 Subject: [PATCH] Fixed (build-)depends for this release. Rewritten-From: 0c64aaf73bb8b3c147bc7ef4a193a4767bad12d9 --- trusty/debian/changelog | 1 + trusty/debian/control | 39 +++++++++++++++++++++++++++------------ 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/trusty/debian/changelog b/trusty/debian/changelog index a7551a9..3d0de99 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,6 +1,7 @@ horizon (2015.1~b1-1) UNRELEASED; urgency=medium * New upstream release. + * Fixed (build-)depends for this release. -- Thomas Goirand Thu, 25 Dec 2014 17:36:23 +0800 diff --git a/trusty/debian/control b/trusty/debian/control index 2f89c0e..a5c5f57 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -7,6 +7,7 @@ Uploaders: Julien Danjou , Mehdi Abaakouk , Gonéri Le Bouder Build-Depends: debhelper (>= 9), + dh-python, openstack-pkg-tools, po-debconf, python-all (>= 2.6.6-3~), @@ -14,6 +15,7 @@ Build-Depends: debhelper (>= 9), python-setuptools, python-sphinx Build-Depends-Indep: gettext, + python-babel (>= 1.3), python-ceilometerclient (>= 1.0.6), python-cinderclient (>= 1:1.1.0), python-cloudfiles, @@ -22,13 +24,13 @@ Build-Depends-Indep: gettext, python-django (>= 1.4.2), python-django-nose, python-django-pyscss (>= 1.0.3), - python-eventlet (>= 0.15.1), - python-glanceclient (>= 1:0.14.0), + python-eventlet (>= 0.15.2), + python-glanceclient (>= 1:0.15.0), python-hacking (>= 0.8.0), python-heatclient (>= 0.2.9), python-httplib2 (>= 0.7.5), python-iso8601 (>= 0.1.9), - python-keystoneclient (>= 1:0.10.0), + python-keystoneclient (>= 1:0.11.1), python-kombu (>= 2.5.12), python-lockfile, python-mox, @@ -39,15 +41,20 @@ Build-Depends-Indep: gettext, python-nosehtmloutput, python-nosexcover, python-novaclient (>= 2:2.18.0), + python-oslo.config (>= 1.4.0), + python-oslo.i18n (>= 1.0.0), + python-oslo.serialization (>= 1.0.0), + python-oslo.utils (>= 1.1.0), python-openstack-auth (>= 1.1.7), python-openstack.nose-plugin, python-oslosphinx (>= 2.2.0.0), + python-pint, python-pyscss (>= 1.2.1), - python-saharaclient (>= 0.7.3), + python-saharaclient (>= 0.7.6), python-six (>= 1.7.0), python-swiftclient (>= 1:2.2.0), python-testtools (>= 0.9.34), - python-troveclient (>= 1.0.4), + python-troveclient (>= 1.0.7), python-tz, python-xstatic, python-xstatic-angular, @@ -68,7 +75,8 @@ Build-Depends-Indep: gettext, python-xstatic-qunit, python-xstatic-rickshaw, python-xstatic-spin, - python-xvfbwrapper + python-xvfbwrapper, + python-yaml Build-Conflicts: python-unittest2 Standards-Version: 3.9.5 Homepage: http://horizon.openstack.org @@ -79,7 +87,8 @@ Package: python-django-horizon Section: python Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: python-ceilometerclient (>= 1.0.6), +Depends: python-babel (>= 1.3), + python-ceilometerclient (>= 1.0.6), python-cinderclient (>= 1:1.1.0), python-cloudfiles, python-compressor (>= 1.4), @@ -87,24 +96,29 @@ Depends: python-ceilometerclient (>= 1.0.6), python-django (>= 1.4.2), python-django-nose, python-django-pyscss (>= 1.0.3), - python-eventlet (>= 0.15.1), - python-glanceclient (>= 1:0.14.0), + python-eventlet (>= 0.15.2), + python-glanceclient (>= 1:0.15.0), python-heatclient (>= 0.2.9), python-httplib2 (>= 0.7.5), python-iso8601 (>= 0.1.9), - python-keystoneclient (>= 1:0.10.0), + python-keystoneclient (>= 1:0.11.1), python-kombu (>= 2.5.12), python-lockfile, python-memcache, python-netaddr (>= 0.7.12), python-neutronclient (>= 2.3.6), python-novaclient (>= 2:2.18.0), + python-oslo.config (>= 1.4.0), + python-oslo.i18n (>= 1.0.0), + python-oslo.serialization (>= 1.0.0), + python-oslo.utils (>= 1.1.0), python-openstack-auth (>= 1.1.7), + python-pint, python-pyscss (>= 1.2.1), - python-saharaclient (>= 0.7.3), + python-saharaclient (>= 0.7.6), python-six (>= 1.7.0), python-swiftclient (>= 1:2.2.0), - python-troveclient (>= 1.0.4), + python-troveclient (>= 1.0.7), python-tz, python-xstatic, python-xstatic-angular, @@ -125,6 +139,7 @@ Depends: python-ceilometerclient (>= 1.0.6), python-xstatic-qunit, python-xstatic-rickshaw, python-xstatic-spin, + python-yaml, ${misc:Depends}, ${python:Depends} Recommends: memcached -- 2.45.2