[Pkg-ceph-commits] [ceph] 02/03: 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).

James Downing Page jamespage at moszumanska.debian.org
Sat Oct 8 15:17:12 UTC 2016


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

jamespage pushed a commit to branch ubuntu-yakkety
in repository ceph.

commit 87eb873bf4338c0f6f2e42adee9abdada563e35b
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/changelog | 10 ++++++++++
 debian/control   |  3 +--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 764db38..4e67b50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ceph (10.2.3-0ubuntu2) UNRELEASED; urgency=medium
+
+  * 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.
+
+ -- James Page <james.page at ubuntu.com>  Sat, 08 Oct 2016 08:10:38 +0100
+
 ceph (10.2.3-0ubuntu1) yakkety; urgency=medium
 
   * New upstream point release (LP: #1628809):
diff --git a/debian/control b/debian/control
index fe6775c..9308fdf 100644
--- a/debian/control
+++ b/debian/control
@@ -181,7 +181,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
@@ -197,7 +196,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