]> git.proxmox.com Git - ceph.git/blob - patches/0005-ceph-mgr-fix-package-description.patch
703f9821f8a1ad4000c3ddb5a0f107dd1a37259a
[ceph.git] / patches / 0005-ceph-mgr-fix-package-description.patch
1 From 7437c66185bb565a3e9b5e29c297bf769de162fd Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Thu, 18 May 2017 14:35:19 +0200
4 Subject: [PATCH 5/6] ceph-mgr: fix package description
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 ---
11 debian/control | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/debian/control b/debian/control
15 index eb91c40..c2303f0 100644
16 --- a/debian/control
17 +++ b/debian/control
18 @@ -164,7 +164,7 @@ Depends: ceph-base (= ${binary:Version}),
19 ${shlibs:Depends}
20 Replaces: ceph (<< 0.93-417)
21 Breaks: ceph (<< 0.93-417)
22 -Description: metadata server for the ceph distributed file system
23 +Description: manager for the ceph distributed file system
24 Ceph is a massively scalable, open-source, distributed
25 storage system that runs on commodity hardware and delivers object,
26 block and file system storage.
27 --
28 2.1.4
29