From: Thomas Goirand Date: Fri, 28 Mar 2014 10:45:17 +0000 (+0800) Subject: * New upstream release. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=78cf6f87028586466612a0324b543b5c675c402a;p=openstack-build%2Fcinder-build.git * New upstream release. * Removed now useless fix-sqlalchemy-version patch. * Fixed new (build-)dependencies for this release. --- diff --git a/debian/changelog b/debian/changelog index 93ac0f5c4..ee4191d3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ cinder (2014.1~rc1-1) experimental; urgency=low * New upstream release. * Removed now useless fix-sqlalchemy-version patch. + * Fixed new (build-)dependencies for this release. -- Thomas Goirand Fri, 28 Mar 2014 18:40:20 +0800 diff --git a/debian/control b/debian/control index 002c657c2..909e8168c 100644 --- a/debian/control +++ b/debian/control @@ -11,12 +11,9 @@ Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python-pbr (>= 0.6), python-setuptools -Build-Depends-Indep: pep8 (>= 1.3.3), - pylint, - python-amqplib, +Build-Depends-Indep: python-amqplib, python-anyjson (>= 0.3.3), python-babel (>= 1.3), - python-cheetah, python-coverage (>= 3.6), python-daemon, python-eventlet (>= 0.13.0), @@ -26,7 +23,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-hacking (>= 0.8.0), python-hp3parclient (>= 3.0), python-hplefthandclient, - python-iso8601 (>= 0.1.8), + python-iso8601 (>= 0.1.9), python-keystoneclient (>= 1:0.6.0), python-kombu (>= 2.5.12), python-lockfile, @@ -36,18 +33,18 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-mox, python-mysqldb, python-netaddr, - python-nose, - python-novaclient (>= 2:2.15.0), + python-novaclient (>= 2:2.17.0), python-oslo.config (>= 1:1.2.1), - python-oslo.sphinx, + python-oslosphinx, + python-oslo.messaging (>= 1.3.0~a9), python-oslo.rootwrap, python-paramiko (>= 1.9.0), python-paste, python-pastedeploy, python-psycopg2, + python-requests (>= 1.1), python-routes, python-rtslib-fb, - python-setuptools-git, python-six (>= 1.5.2), python-sphinx, python-sqlalchemy, @@ -58,6 +55,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-taskflow (>= 0.1.3), python-testtools (>= 0.9.34), python-webob (>= 1.2.3), + subunit (>= 0.0.18), testrepository (>= 0.0.18) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/cinder.git;a=summary @@ -71,12 +69,11 @@ Pre-Depends: dpkg (>= 1.15.6~) Depends: python-amqplib, python-anyjson (>= 0.3.3), python-babel (>= 1.3), - python-cheetah, python-daemon, python-eventlet (>= 0.13.0), python-glanceclient (>= 1:0.9.0), python-greenlet (>= 0.3.2), - python-iso8601 (>= 0.1.8), + python-iso8601 (>= 0.1.9), python-keystoneclient (>= 1:0.6.0), python-kombu (>= 2.5.12), python-lockfile, @@ -84,8 +81,9 @@ Depends: python-amqplib, python-migrate (>= 0.8.2), python-mysqldb, python-netaddr, - python-novaclient (>= 2:2.15.0), + python-novaclient (>= 2:2.17.0), python-oslo.config (>= 1:1.2.1), + python-oslo.messaging (>= 1.3.0~a9), python-oslo.rootwrap, python-paramiko (>= 1.9.0), python-paste, @@ -93,6 +91,7 @@ Depends: python-amqplib, python-pbr (>= 0.6), python-routes, python-rtslib-fb, + python-requests (>= 1.1), python-six (>= 1.5.2), python-sqlalchemy, python-stevedore (>= 0.14),