Switches from msgpack-python to python-msgpack in dependencies, as the package has...
authorThomas Goirand <thomas@goirand.fr>
Wed, 4 Dec 2013 11:50:41 +0000 (19:50 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 4 Dec 2013 11:50:41 +0000 (19:50 +0800)
Change-Id: I54dc41caffce4e325c51c14fe1f68670afd88293

Rewritten-From: 6fe5dfa12bf7b8ff662ec9d026db6e97329f0ded

trusty/debian/changelog
trusty/debian/control

index ad961258525990939de4b85dd3bd36353a52e976..c02cace70695d3f6379bc7a50cc8f9b46b13dc0b 100644 (file)
@@ -2,6 +2,8 @@ ceilometer (2013.2-4) unstable; urgency=low
 
   * CVE-2013-6384: applied upstream patch mongodb, db2: do not print full
     URL in logs (Closes: #730227).
+  * Switches from msgpack-python to python-msgpack in dependencies, as the
+    package has been renamed (Closes: #730874).
 
  -- Thomas Goirand <zigo@debian.org>  Wed, 04 Dec 2013 19:41:05 +0800
 
index 30c2302caf404b2f8bad2970e01547d6e6ef0a42..7df5b5fd21bfd207eb24808d618f0dcb6ceda6b5 100644 (file)
@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9),
                python-pbr (>= 0.5.21)
 Build-Depends-Indep: alembic (>= 0.4.2),
                      mongodb,
-                     msgpack-python,
                      pep8,
                      python-anyjson (>= 0.3.3),
                      python-babel,
@@ -36,6 +35,7 @@ Build-Depends-Indep: alembic (>= 0.4.2),
                      python-ming,
                      python-mock (>= 1.0),
                      python-mox,
+                     python-msgpack,
                      python-netaddr (>= 0.7.6),
                      python-netifaces,
                      python-nose,
@@ -75,7 +75,6 @@ Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: alembic (>= 0.4.2),
          libjs-jquery,
-         msgpack-python,
          python-anyjson (>= 0.3.3),
          python-ceilometerclient (>= 1.0.6),
          python-d2to1 (>= 0.2.10),
@@ -89,6 +88,7 @@ Depends: alembic (>= 0.4.2),
          python-kombu (>> 2.4.7),
          python-lockfile,
          python-lxml,
+         python-msgpack,
          python-netaddr (>= 0.7.6),
          python-novaclient (>= 2:2.13.0),
          python-oslo.config (>= 1.2.1),