[Pkg-ceph-commits] [ceph] 38/41: fixup! * d/*: Split ceph-osd and ceph-mon into separate binary packages and add new ceph-base binary package inline with upstream packaging changes (LP: #1596063).

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Aug 15 21:27:07 UTC 2016


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

gaudenz pushed a commit to branch jewel-gaudenz
in repository ceph.

commit 9ea5dfcb6c08f3091ce30b71aa0edadcf175008a
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Sun Jul 31 23:32:31 2016 +0200

    fixup! * d/*: Split ceph-osd and ceph-mon into separate binary packages and add   new ceph-base binary package inline with upstream packaging changes   (LP: #1596063).
---
 debian/rules | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index 104b9c5..2b82ead 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,15 +118,17 @@ override_dh_installinit:
 	install -d -m0755 debian/ceph-common/usr/lib/tmpfiles.d
 	install -m 0644 -D systemd/ceph.tmpfiles.d debian/ceph-common/usr/lib/tmpfiles.d/ceph.conf
 	# systemd:ceph
-	install -d -m0755 debian/ceph/lib/systemd/system
-	install -m0644 systemd/ceph-mon at .service debian/ceph/lib/systemd/system
-	install -m0644 systemd/ceph-create-keys at .service debian/ceph/lib/systemd/system
-	install -m0644 systemd/ceph-osd at .service debian/ceph/lib/systemd/system
-	install -m0644 systemd/ceph-disk at .service debian/ceph/lib/systemd/system
-	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph/lib/systemd/system/ceph-mon at .service
-	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph/lib/systemd/system/ceph-create-keys at .service
-	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph/lib/systemd/system/ceph-osd at .service
-	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph/lib/systemd/system/ceph-disk at .service
+	install -d -m0755 debian/ceph-base/lib/systemd/system
+	install -d -m0755 debian/ceph-mon/lib/systemd/system
+	install -d -m0755 debian/ceph-osd/lib/systemd/system
+	install -m0644 systemd/ceph-mon at .service debian/ceph-mon/lib/systemd/system
+	install -m0644 systemd/ceph-create-keys at .service debian/ceph-base/lib/systemd/system
+	install -m0644 systemd/ceph-osd at .service debian/ceph-osd/lib/systemd/system
+	install -m0644 systemd/ceph-disk at .service debian/ceph-osd/lib/systemd/system
+	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-mon/lib/systemd/system/ceph-mon at .service
+	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-base/lib/systemd/system/ceph-create-keys at .service
+	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-osd/lib/systemd/system/ceph-osd at .service
+	sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-osd/lib/systemd/system/ceph-disk at .service
 	# NOTE(jamespage): Install previous ceph-mon/create-keys service from packaging for upgrades
 	install -m0644 debian/lib-systemd/system/ceph-mon.service debian/ceph/lib/systemd/system
 	install -m0644 debian/lib-systemd/system/ceph-create-keys.service debian/ceph/lib/systemd/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