[Pkg-ceph-commits] [ceph] 01/01: Move rbdmap upstart configuration to ceph-common package

James Downing Page jamespage at moszumanska.debian.org
Mon Nov 30 11:43:05 UTC 2015


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

jamespage pushed a commit to branch experimental
in repository ceph.

commit 7a09beab6f4118319257f76ed43f7eafe1ede1be
Author: James Page <james.page at ubuntu.com>
Date:   Mon Nov 30 11:42:27 2015 +0000

    Move rbdmap upstart configuration to ceph-common package
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 02c11eb..7f7b840 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build
-	cp -v src/upstart/rbdmap.conf debian/ceph.rbdmap.upstart
+	cp -v src/upstart/rbdmap.conf debian/ceph-common.rbdmap.upstart
 
 override_dh_auto_clean:
 	dh_auto_clean
@@ -69,7 +69,7 @@ override_dh_auto_install:
 
 override_dh_installinit:
 	dh_installinit --no-start
-	dh_installinit -pceph --no-start --name=rbdmap
+	dh_installinit -pceph-common --no-start --name=rbdmap
 	# Install upstart configurations using dh_installinit
 	for conf in `ls -1 src/upstart/ceph*.conf | grep -v mds`; do \
         name=`basename $$conf | cut -d . -f 1`; \

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