From 6812309edf27857d8056d6bb71481fad37b38e5a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 5 May 2012 10:03:56 -0700 Subject: [PATCH] debian: depend on uuid-runtime We use uuidgen for osd creation. Signed-off-by: Sage Weil --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fc75611a9d8db..4653b4bab9976 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Standards-Version: 3.9.3 Package: ceph Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common +Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime Recommends: ceph-fuse, libcephfs1, librados2, librbd1, btrfs-tools Description: distributed storage and file system Ceph is a distributed storage and network file system designed to provide -- 2.39.5