[Pkg-ceph-commits] [ceph] 78/85: Add ${shlibs:Depends} on Python C extensions

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Dec 26 20:47:31 UTC 2016


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

gaudenz pushed a commit to branch jewel
in repository ceph.

commit e4f0c51a7d1a086401af4d822f344a3e20f4622c
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Sat Dec 17 12:52:33 2016 +0100

    Add ${shlibs:Depends} on Python C extensions
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 6b3217f..4d86737 100644
--- a/debian/control
+++ b/debian/control
@@ -439,7 +439,7 @@ Description: Meta-package for python libraries for the Ceph libraries
 Package: python-rados
 Architecture: linux-any
 Section: python
-Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
+Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Replaces: python-ceph (<< 0.94.1-1~)
 Breaks: python-ceph (<< 0.94.1-1~)
 Description: Python libraries for the Ceph librados library
@@ -453,7 +453,7 @@ Description: Python libraries for the Ceph librados library
 Package: python-rbd
 Architecture: linux-any
 Section: python
-Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
+Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Replaces: python-ceph (<< 0.94.1-1~)
 Breaks: python-ceph (<< 0.94.1-1~)
 Description: Python libraries for the Ceph librbd library
@@ -467,7 +467,7 @@ Description: Python libraries for the Ceph librbd library
 Package: python-cephfs
 Architecture: linux-any
 Section: python
-Depends: libcephfs1 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
+Depends: libcephfs1 (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Replaces: python-ceph (<< 0.94.1-1~)
 Breaks: python-ceph (<< 0.94.1-1~)
 Description: Python libraries for the Ceph libcephfs library

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list