From 6f15dba93199fe79b83c69f50faeb276059f54f2 Mon Sep 17 00:00:00 2001 From: Gary Lowell Date: Tue, 12 Mar 2013 16:59:42 -0700 Subject: [PATCH] debian/control: Fix for moved file The ceph-mds.conf file moced from the ceph package to the ceph-mds package. Add replaces/breaks statements to the control file to handle this on upgrade. Signed-off-by: Gary Lowell --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 70b67c56eba..e03c405d74c 100644 --- a/debian/control +++ b/debian/control @@ -38,6 +38,8 @@ Package: ceph-mds Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, ceph Recommends: ceph-fuse, libcephfs1, ceph-fs-common +Replaces: ceph (<< 0.58-1) +Breaks: ceph (<< 0.58-1) Description: metadata server for the ceph distributed file system Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. -- 2.47.3