=== modified file 'debian/changelog'
--- debian/changelog	2014-04-10 13:16:50 +0000
+++ debian/changelog	2014-04-11 13:47:53 +0000
@@ -1,8 +1,13 @@
 swift (1.13.1~rc1-0ubuntu3) UNRELEASED; urgency=medium
 
+  [ Chuck Short ]
   * debian/patches/ring-perms.patch: Dropped no longer needed.
 
- -- Chuck Short <zulcss@ubuntu.com>  Thu, 10 Apr 2014 09:16:24 -0400
+  [ James Page ]
+  * d/control: Add appropriate Breaks/Replaces to support move of man pages
+    between binary packages in 1.13.1~rc1-0ubuntu1 (LP: #1306241).
+
+ -- James Page <james.page@ubuntu.com>  Fri, 11 Apr 2014 14:43:33 +0100
 
 swift (1.13.1~rc1-0ubuntu2) trusty; urgency=medium
 

=== modified file 'debian/control'
--- debian/control	2014-04-04 09:58:02 +0000
+++ debian/control	2014-04-11 13:47:53 +0000
@@ -50,6 +50,8 @@
  ${misc:Depends},
  ${python:Depends}
 Provides: ${python:Provides}
+Breaks: swift (<< 1.13.1~rc1-0ubuntu1~)
+Replaces: swift (<< 1.13.1~rc1-0ubuntu1~)
 Description: distributed virtual object store - Python libraries
  OpenStack Object Storage (code-named Swift) is open source software for
  creating redundant, scalable object storage using clusters of standardized
@@ -115,6 +117,8 @@
  ${python:Depends},
  ${shlibs:Depends}
 Provides: ${python:Provides}
+Breaks: swift (<< 1.13.1~rc1-0ubuntu1~)
+Replaces: swift (<< 1.13.1~rc1-0ubuntu1~)
 Description: distributed virtual object store - proxy server
  OpenStack Object Storage (code-named Swift) is open source software for
  creating redundant, scalable object storage using clusters of standardized
@@ -146,8 +150,8 @@
  ${python:Depends},
  ${shlibs:Depends}
 Provides: ${python:Provides}
-Breaks: swift-object (<< 1.12.0-0ubuntu2)
-Replaces: swift-object (<< 1.12.0-0ubuntu2)
+Breaks: swift-object (<< 1.12.0-0ubuntu2), (<< 1.13.1~rc1-0ubuntu1~)
+Replaces: swift-object (<< 1.12.0-0ubuntu2), (<< 1.13.1~rc1-0ubuntu1~)
 Description: distributed virtual object store - object expirer
  OpenStack Object Storage (code-named Swift) is open source software for
  creating redundant, scalable object storage using clusters of standardized
@@ -180,6 +184,8 @@
  ${python:Depends},
  ${shlibs:Depends}
 Provides: ${python:Provides}
+Breaks: swift (<< 1.13.1~rc1-0ubuntu1~)
+Replaces: swift (<< 1.13.1~rc1-0ubuntu1~)
 Description: distributed virtual object store - object server
  OpenStack Object Storage (code-named Swift) is open source software for
  creating redundant, scalable object storage using clusters of standardized
@@ -211,6 +217,8 @@
  ${python:Depends},
  ${shlibs:Depends}
 Provides: ${python:Provides}
+Breaks: swift (<< 1.13.1~rc1-0ubuntu1~)
+Replaces: swift (<< 1.13.1~rc1-0ubuntu1~)
 Description: distributed virtual object store - container server
  OpenStack Object Storage (code-named Swift) is open source software for
  creating redundant, scalable object storage using clusters of standardized
@@ -242,6 +250,8 @@
  ${python:Depends},
  ${shlibs:Depends}
 Provides: ${python:Provides}
+Breaks: swift (<< 1.13.1~rc1-0ubuntu1~)
+Replaces: swift (<< 1.13.1~rc1-0ubuntu1~)
 Description: distributed virtual object store - account server
  OpenStack Object Storage (code-named Swift) is open source software for
  creating redundant, scalable object storage using clusters of standardized

