[Pkg-ceph-commits] [ceph] 02/03: d/control: Fix versions of librbd1, librados2 and libcephfs1 for python-ceph as it requires an exact version match.

James Downing Page jamespage at alioth.debian.org
Thu Sep 19 08:55:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch master
in repository ceph.

commit 6533d82f3859622f447914daff6ae9d0ece90b7b
Author: James Page <james.page at ubuntu.com>
Date:   Thu Sep 19 09:40:42 2013 +0100

    d/control: Fix versions of librbd1, librados2 and libcephfs1 for python-ceph as it requires an exact version match.
---
 debian/changelog |    2 ++
 debian/control   |    5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 39f7fef..159e09d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ ceph (0.67.3-1) UNRELEASED; urgency=low
       scripts but ensure that the .so's in ceph package are excluded.
   * d/tests/*: Added autopkgtests for librbd, librados, python-ceph
     and the ceph CLI.
+  * d/control: Fix versions of librbd1, librados2 and libcephfs1 for
+    python-ceph as it requires an exact version match.
 
   [ Bastian Blank ]
   * Use debhelper 9.
diff --git a/debian/control b/debian/control
index 0eb4275..7d4fe77 100644
--- a/debian/control
+++ b/debian/control
@@ -411,8 +411,9 @@ Description: Debugging symbols for ceph-test
 Package: python-ceph
 Architecture: linux-any
 Section: python
-Depends: librados2,
-         librbd1,
+Depends: libcephfs1 (= ${binary:Version}),
+         librados2 (= ${binary:Version}),
+         librbd1 (= ${binary:Version}),
          python-flask,
          python-requests,
          ${misc:Depends},

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list