Ceilometer needs python-wsme at least 0.5b6, fixed (build-)depends.
authorThomas Goirand <thomas@goirand.fr>
Thu, 17 Oct 2013 07:04:36 +0000 (15:04 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 17 Oct 2013 07:04:36 +0000 (15:04 +0800)
Change-Id: Ibbf7daee169df5bd52bdcbc093eee1b561903aa7

Rewritten-From: a8b46b2931af7c1f2500ee4e11c2a98453f96b36

trusty/debian/changelog
trusty/debian/control

index d52c5cf017190169910b42f90d24d57f0a0e5ee0..611fa0e45ce9acb014f41d45ff3225f52f5f9af7 100644 (file)
@@ -1,3 +1,9 @@
+ceilometer (2013.2~rc2-3) experimental; urgency=low
+
+  * Ceilometer needs python-wsme at least 0.5b6, fixed (build-)depends.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 15:04:01 +0800
+
 ceilometer (2013.2~rc2-2) experimental; urgency=low
 
   * Added the 2 new services: alarm-evaluator and alarm-notifier.
index 5ad47481b6ac1dfb5526c48f6e54f5ca439a42d8..efbb0ed82f958d2520e41f669391a02f9c8ba2b0 100644 (file)
@@ -60,7 +60,7 @@ Build-Depends-Indep: alembic (>= 0.4.2),
                      python-testtools (>= 0.9.29),
                      python-unittest2,
                      python-webob (>= 1.2.3),
-                     python-wsme (>= 0.5b5),
+                     python-wsme (>= 0.5b6),
                      python-yaml,
                      testrepository (>= 0.0.13)
 Standards-Version: 3.9.4
@@ -100,7 +100,7 @@ Depends: alembic (>= 0.4.2),
          python-stevedore (>= 0.9),
          python-swiftclient (>= 1:1.6.0),
          python-webob (>= 1.2.3),
-         python-wsme (>= 0.5b5),
+         python-wsme (>= 0.5b6),
          python-yaml,
          ${misc:Depends},
          ${python:Depends}