From 6b0fd033ff97cc5dd6ae8d1843182adf597a0766 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 16 Apr 2012 16:12:29 +0200 Subject: [PATCH] Make openstack-dashboard depends on the same version of python-django-horizon Rewritten-From: 8d63702b602a9a7c9f56b737f16d05871932e272 --- xenial/debian/changelog | 8 ++++++++ xenial/debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index f5a7157..87c12fd 100644 --- a/xenial/debian/changelog +++ b/xenial/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/xenial/debian/control b/xenial/debian/control index a66fef4..01c5e1f 100644 --- a/xenial/debian/control +++ b/xenial/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, -- 2.45.2