[Pkg-ceph-commits] [ceph] 76/85: Add missing dependencies on python (ceph-osd, ceph-mon)

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Dec 26 20:47:30 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 3cbf5ed4dd272e26673b2f0f5c8227af4a9dd7d6
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Sat Dec 17 12:26:24 2016 +0100

    Add missing dependencies on python (ceph-osd, ceph-mon)
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8d2956c..6b3217f 100644
--- a/debian/control
+++ b/debian/control
@@ -181,6 +181,7 @@ Architecture: linux-any
 Depends: ceph-base (= ${binary:Version}),
          python-flask,
          ${misc:Depends},
+         ${python:Depends},
          ${shlibs:Depends}
 Replaces: ceph (<< 10.2.2-0ubuntu2~)
 Breaks: ceph (<< 10.2.2-0ubuntu2~)
@@ -196,7 +197,7 @@ Description: monitor server for the ceph storage system
 
 Package: ceph-osd
 Architecture: linux-any
-Depends: ceph-base (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: ceph-base (= ${binary:Version}), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Pre-Depends: ceph-common (= ${binary:Version})
 Replaces: ceph (<< 10.2.2-0ubuntu2~)
 Breaks: ceph (<< 10.2.2-0ubuntu2~)

-- 
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