From: vsaienko Date: Thu, 28 May 2015 06:21:36 +0000 (+0300) Subject: Fix python-oslo-* dependency names X-Git-Tag: mos-9.0~23 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F18%2F7118%2F3;p=openstack-build%2Fhorizon-build.git Fix python-oslo-* dependency names replace python-oslo-something with python-oslo.something remove get-orig-source Change-Id: Iaca75b0b20061f02a5abf0a9735ca1c0609ff74d Related-Bug: #1459494 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 3449166..03f9433 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,10 @@ +horizon (1:2015.1.0-1~u14.04+mos3) mos7.0; urgency=medium + + * Fix python-oslo-* naming scheme + remove get-orig-source + + -- Vasyl Saienko Thu, 28 May 2015 09:05:46 +0200 + horizon (1:2015.1.0-1~u14.04+mos2) mos7.0; urgency=medium * add "egg-info" to python-django-horizon, diff --git a/trusty/debian/control b/trusty/debian/control index 9920329..f7a726d 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: MOS Horizon Team Build-Depends: debhelper (>= 9), - pylint, + pylint (>= 1.3.0), python-all (>= 2.7.1), python-django-nose, python-lesscpy, @@ -37,15 +37,15 @@ Depends: python-lockfile (>= 1:0.8), python-memcache, python-netaddr (>= 0.7.12), - python-oslo-concurrency (>= 1.8.0), - python-oslo-config (>= 1:1.9.3), - python-oslo-i18n (>= 1.5.0), - python-oslo-serialization (>= 1.4.0), - python-oslo-utils (>= 1.4.0), + python-oslo.concurrency (>= 1.8.0), + python-oslo.config (>= 1:1.9.3), + python-oslo.i18n (>= 1.5.0), + python-oslo.serialization (>= 1.4.0), + python-oslo.utils (>= 1.4.0), python-pyscss (>= 1.2.1), python-ceilometerclient (>= 1.0.13), python-cinderclient (>= 1:1.1.0), - python-glanceclient (>= 0.15.0), + python-glanceclient (>= 1:0.15.0), python-heatclient (>= 0.3.0), python-keystoneclient (>= 1:1.1.0), python-neutronclient (>= 1:2.3.11), diff --git a/trusty/debian/rules b/trusty/debian/rules index e2be240..2d9250e 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -48,6 +48,3 @@ override_dh_auto_test: # Skip tests : endif - -get-orig-source: - uscan --verbose --force-download --rename --destdir=../build-area