From: Julien Danjou Date: Mon, 16 Apr 2012 14:12:29 +0000 (+0200) Subject: Make openstack-dashboard depends on the same version of python-django-horizon X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=390fcf4520bbb43a05024c16d4b4742cf76e48f3;p=openstack-build%2Fhorizon-build.git Make openstack-dashboard depends on the same version of python-django-horizon Rewritten-From: 8d63702b602a9a7c9f56b737f16d05871932e272 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index f5a7157..87c12fd 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,11 @@ +horizon (2012.1-2) unstable; urgency=low + + * Make openstack-dashboard depends on the same version of + python-django-horizon, otherwise it just fails to work most of the + time, since upstream doesn't guarantee it'd works. + + -- Julien Danjou Mon, 16 Apr 2012 16:11:45 +0200 + horizon (2012.1-1) unstable; urgency=low * New upstream release diff --git a/trusty/debian/control b/trusty/debian/control index a66fef4..01c5e1f 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -29,7 +29,7 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, - python-django-horizon, + python-django-horizon (= ${source:Version}), python-django, python-openstackx, python-django-nose,