[Python-modules-commits] r23115 - in packages/python-mock/branches (3 files)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Fri Nov 30 21:43:34 UTC 2012


    Date: Friday, November 30, 2012 @ 21:43:32
  Author: asb
Revision: 23115

* Team upload.
* debian/control: python-mock-doc needs to Break/Replace
  python-mock (<< 0.7.2) to ensure clean upgrades from squeeze
  to wheezy. Thanks to Andreas Beckmann (Closes: #694296).

Added:
  packages/python-mock/branches/rc-bug-694296/
Modified:
  packages/python-mock/branches/rc-bug-694296/debian/changelog
  packages/python-mock/branches/rc-bug-694296/debian/control

Modified: packages/python-mock/branches/rc-bug-694296/debian/changelog
===================================================================
--- packages/python-mock/tags/0.8.0-2/debian/changelog	2012-11-30 20:17:41 UTC (rev 23114)
+++ packages/python-mock/branches/rc-bug-694296/debian/changelog	2012-11-30 21:43:32 UTC (rev 23115)
@@ -1,3 +1,12 @@
+python-mock (0.8.0-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debian/control: python-mock-doc needs to Break/Replace
+    python-mock (<< 0.7.2) to ensure clean upgrades from squeeze
+    to wheezy. Thanks to Andreas Beckmann (Closes: #694296).
+
+ -- Andrew Starr-Bochicchio <asb at debian.org>  Fri, 30 Nov 2012 16:34:41 -0500
+
 python-mock (0.8.0-2) unstable; urgency=low
 
   * Add mock.egg-info/PKG-INFO to d/clean to allow two builds in a row

Modified: packages/python-mock/branches/rc-bug-694296/debian/control
===================================================================
--- packages/python-mock/tags/0.8.0-2/debian/control	2012-11-30 20:17:41 UTC (rev 23114)
+++ packages/python-mock/branches/rc-bug-694296/debian/control	2012-11-30 21:43:32 UTC (rev 23115)
@@ -48,6 +48,8 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Breaks: python-mock (<< 0.7.2)
+Replaces: python-mock (<< 0.7.2)
 Description: Mocking and Testing Library (Documentation)
  mock provides a core mock.Mock class that is intended to reduce the
  need to create a host of trivial stubs throughout your test suite.




More information about the Python-modules-commits mailing list