From: Nathan Cutler Date: Sat, 15 Oct 2016 08:53:37 +0000 (+0200) Subject: build/ops: deb: put depends on separate lines X-Git-Tag: v11.1.0~589^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fcdef1e9a8a5591b7452d02d29cb040222baac09;p=ceph.git build/ops: deb: put depends on separate lines Signed-off-by: Nathan Cutler --- diff --git a/debian/control b/debian/control index 7bbcd65ac96b..983e9b9e91ba 100644 --- a/debian/control +++ b/debian/control @@ -117,7 +117,9 @@ Description: common ceph daemon libraries and management tools Package: ceph-mds Architecture: linux-any -Depends: ceph-base (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Depends: ceph-base (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} Recommends: ceph-fuse (= ${binary:Version}), libcephfs1 (= ${binary:Version}) Replaces: ceph (<< 0.93-417) @@ -144,7 +146,9 @@ Description: debugging symbols for ceph-mds Package: ceph-mgr Architecture: linux-any -Depends: ceph-base (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Depends: ceph-base (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} Replaces: ceph (<< 0.93-417) Breaks: ceph (<< 0.93-417) Description: metadata server for the ceph distributed file system @@ -289,7 +293,8 @@ Package: rbd-mirror Architecture: linux-any Depends: ceph-common (= ${binary:Version}), librados2 (= ${binary:Version}), - ${misc:Depends}, ${shlibs:Depends} + ${misc:Depends}, + ${shlibs:Depends} Description: Ceph daemon for mirroring RBD images Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, @@ -313,7 +318,8 @@ Description: debugging symbols for rbd-mirror Package: rbd-nbd Architecture: linux-any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: NBD-based rbd client for the Ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, @@ -656,7 +662,9 @@ 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} Replaces: python-ceph (<< 0.92-1223) Breaks: python-ceph (<< 0.92-1223) Description: Python 2 libraries for the Ceph librados library @@ -670,7 +678,9 @@ Description: Python 2 libraries for the Ceph librados library Package: python3-rados Architecture: linux-any Section: python -Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends} +Depends: librados2 (= ${binary:Version}), + ${misc:Depends}, + ${python3:Depends} Description: Python 3 libraries for the Ceph librados library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, @@ -682,7 +692,9 @@ Description: Python 3 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} Replaces: python-ceph (<< 0.92-1223) Breaks: python-ceph (<< 0.92-1223) Description: Python 2 libraries for the Ceph librbd library @@ -696,7 +708,9 @@ Description: Python 2 libraries for the Ceph librbd library Package: python3-rbd Architecture: linux-any Section: python -Depends: librbd1 (>= ${binary:Version}), ${misc:Depends}, ${python3:Depends} +Depends: librbd1 (>= ${binary:Version}), + ${misc:Depends}, + ${python3:Depends} Description: Python 3 libraries for the Ceph librbd library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, @@ -708,7 +722,9 @@ Description: Python 3 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} Replaces: python-ceph (<< 0.92-1223) Breaks: python-ceph (<< 0.92-1223) Description: Python 2 libraries for the Ceph libcephfs library @@ -722,7 +738,9 @@ Description: Python 2 libraries for the Ceph libcephfs library Package: python3-cephfs Architecture: linux-any Section: python -Depends: libcephfs1 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends} +Depends: libcephfs1 (= ${binary:Version}), + ${misc:Depends}, + ${python3:Depends} Description: Python 3 libraries for the Ceph libcephfs library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object,