From 2f7ce491cfe5cf69428068fd86380ad340f8954f Mon Sep 17 00:00:00 2001 From: Gregor Herrman Date: Tue, 9 Nov 2010 22:43:37 +1100 Subject: [PATCH] Fix xfs_estimate issue upgrading xfsprogs/xfsdump from lenny Fix bug "xfsprogs: file conflict when upgrading from lenny": add 'Replaces: xfsdump (<< 3.0.0); thanks to Vagrant Cascadian for the analysis. Signed-off-by: Gregor Herrman Reviewed-by: Nathan Scott --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 652ffcb22..f4294347a 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Provides: fsck-backend Suggests: xfsdump, acl, attr, quota Breaks: xfsdump (<< 3.0.0) +Replaces: xfsdump (<< 3.0.0) Architecture: any Description: Utilities for managing the XFS filesystem A set of commands to use the XFS filesystem, including mkfs.xfs. -- 2.47.2