.
This package contains the debugging symbols for ceph-base.
+Package: ceph-daemon
+Architecture: linux-any
+Depends: docker.io,
+ ${python:Depends},
+Description: ceph-daemon utility to bootstrap ceph daemons with systemd and containers
+ Ceph is a massively scalable, open-source, distributed
+ storage system that runs on commodity hardware and delivers object,
+ block and file system storage.
+ .
+ The ceph-daemon utility is used to bootstrap a Ceph cluster and to manage
+ ceph daemons deployed with systemd and containers.
+
Package: ceph-mds
Architecture: linux-any
Depends: ceph-base (= ${binary:Version}),
Package: ceph-mgr-ssh
Architecture: all
Depends: ceph-mgr (= ${binary:Version}),
+ ceph-daemon,
python-six,
${misc:Depends},
${python:Depends},
install -D -m 644 etc/sysctl/90-ceph-osd.conf $(DESTDIR)/etc/sysctl.d/30-ceph-osd.conf
install -D -m 600 sudoers.d/ceph-osd-smartctl $(DESTDIR)/etc/sudoers.d/ceph-osd-smartctl
+ install -m 755 src/ceph-daemon $(DESTDIR)/usr/sbin/ceph-daemon
+
# doc/changelog is a directory, which confuses dh_installchangelogs
override_dh_installchangelogs:
dh_installchangelogs --exclude doc/changelog