[Pkg-ceph-commits] [ceph] 72/85: Dependency on lsb-base for initscripts

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 ab0a88712e4ccaef80242e86a853107234e84cd8
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Sat Dec 17 11:37:09 2016 +0100

    Dependency on lsb-base for initscripts
    
    Initscripts need to depend on lsb-base if they source the init-functions
    utility functions. This can be removed once the initscripts are dropped.
---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 167cd7b..8d2956c 100644
--- a/debian/control
+++ b/debian/control
@@ -66,6 +66,7 @@ Package: ceph
 Architecture: linux-any
 Depends: ceph-mon (= ${binary:Version}),
          ceph-osd (= ${binary:Version}),
+         lsb-base (>= 3.0-6),
          ${misc:Depends}
 Suggests: ceph-mds (= ${binary:Version})
 Description: distributed storage and file system
@@ -138,6 +139,7 @@ Description: NBD-based rbd client for the Ceph distributed file system
 Package: ceph-common
 Architecture: linux-any
 Depends: librbd1 (= ${binary:Version}),
+         lsb-base (>= 3.0-6),
          python-cephfs (= ${binary:Version}),
          python-rados (= ${binary:Version}),
          python-rbd (= ${binary:Version}),
@@ -392,6 +394,7 @@ Package: radosgw
 Architecture: linux-any
 Depends: ceph-common (= ${binary:Version}),
          librgw2 (= ${binary:Version}),
+         lsb-base (>= 3.0-6),
          ${misc:Depends},
          ${shlibs:Depends}
 Suggests: logrotate

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