[Pkg-ceph-commits] [ceph] 64/85: d/control: Add Pre-Depends on ceph-common to ceph-osd to ensure that ceph user and group are created prior to unpacking of udev rules (LP: #1631328).

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Dec 26 20:47:29 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 7624f066cc6e11dea785ee03af3592ad917343e4
Author: James Page <james.page at ubuntu.com>
Date:   Sat Oct 8 08:11:54 2016 +0100

    d/control: Add Pre-Depends on ceph-common to ceph-osd to ensure that ceph user and group are created prior to unpacking of udev rules (LP: #1631328).
    
    * d/control: Add Pre-Depends on ceph-common to ceph-osd to ensure
      that ceph user and group are created prior to unpacking of udev
      rules (LP: #1631328).
    * d/control: Drop surplus Recommends on ceph-common for ceph-mon, as
      it already has a in-direct Depends via ceph-base.
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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

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