]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Make openstack-dashboard depends on the same version of python-django-horizon
authorJulien Danjou <julien@danjou.info>
Mon, 16 Apr 2012 14:12:29 +0000 (16:12 +0200)
committerJulien Danjou <julien@danjou.info>
Mon, 16 Apr 2012 14:14:27 +0000 (16:14 +0200)
Rewritten-From: 8d63702b602a9a7c9f56b737f16d05871932e272

trusty/debian/changelog
trusty/debian/control

index f5a7157c701100a5c96f063f450dafea4388ebaa..87c12fd4b2bc50446d78d64f0bef8ad10a74de4a 100644 (file)
@@ -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 <acid@debian.org>  Mon, 16 Apr 2012 16:11:45 +0200
+
 horizon (2012.1-1) unstable; urgency=low
 
   * New upstream release
index a66fef4ec56430687d999818676bb0b26b7a281f..01c5e1f028a4ec8f3870e4a93bbdfc6b369fce55 100644 (file)
@@ -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,