From: Gary Lowell Date: Tue, 12 Mar 2013 23:59:42 +0000 (-0700) Subject: debian/control: Fix for moved file X-Git-Tag: v0.59~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f15dba93199fe79b83c69f50faeb276059f54f2;p=ceph.git 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 --- 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.