[Pkg-ceph-commits] [ceph] 02/04: minor refactoring of udev rules installation

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sun Apr 20 01:56:46 UTC 2014


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

onlyjob pushed a commit to branch experimental
in repository ceph.

commit de70e15
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sat Apr 19 21:38:38 2014

    minor refactoring of udev rules installation
---
 debian/ceph.install    | 7 ++++---
 debian/librbd1.install | 3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/ceph.install b/debian/ceph.install
index c43c4b9..87c5865 100644
--- a/debian/ceph.install
+++ b/debian/ceph.install
@@ -1,7 +1,4 @@
 debian/etc/pm/sleep.d/*    /etc/pm/sleep.d/
-../../src/rbdmap etc/ceph
-../../udev/60-ceph-partuuid-workaround.rules lib/udev/rules.d
-../../udev/95-ceph-osd.rules lib/udev/rules.d
 etc/bash_completion.d/ceph
 sbin/mkcephfs
 usr/bin/ceph-clsinfo
@@ -31,3 +28,7 @@ usr/share/man/man8/crushtool.8
 usr/share/man/man8/mkcephfs.8
 usr/share/man/man8/monmaptool.8
 usr/share/man/man8/osdmaptool.8
+## install from source tree
+src/rbdmap                               /etc/ceph
+udev/60-ceph-partuuid-workaround.rules   /lib/udev/rules.d
+udev/95-ceph-osd.rules                   /lib/udev/rules.d
diff --git a/debian/librbd1.install b/debian/librbd1.install
index 46bc2f7..848b669 100644
--- a/debian/librbd1.install
+++ b/debian/librbd1.install
@@ -1,4 +1,5 @@
-../../udev/50-rbd.rules lib/udev/rules.d
 usr/bin/ceph-rbdnamer
 usr/lib/*/librbd.so.*
 usr/share/man/man8/ceph-rbdnamer.8
+## install from source tree
+udev/50-rbd.rules    /lib/udev/rules.d

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