[Python-modules-commits] r23478 - in packages/python-mock/trunk/debian (changelog control)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Thu Feb 14 14:01:29 UTC 2013


    Date: Thursday, February 14, 2013 @ 14:01:27
  Author: zigo
Revision: 23478

* Added missing changes form 0.8.0-3 which were not in the SVN. * Uploading to experimental, and fixed d/changelog accordingly.

Modified:
  packages/python-mock/trunk/debian/changelog
  packages/python-mock/trunk/debian/control

Modified: packages/python-mock/trunk/debian/changelog
===================================================================
--- packages/python-mock/trunk/debian/changelog	2013-02-14 00:23:11 UTC (rev 23477)
+++ packages/python-mock/trunk/debian/changelog	2013-02-14 14:01:27 UTC (rev 23478)
@@ -1,10 +1,23 @@
-python-mock (1.0.1-1) unstable; urgency=low
+python-mock (1.0.1-1) experimental; urgency=low
 
+  [ Michael Fladischer]
   * New upstream release.
   * Fix upstream name, contact and year in d/copyright.
 
- -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 24 Jan 2013 15:25:27 +0100
+  [ Thomas Goirand ]
+  * Uploading to experimental.
 
+ -- Thomas Goirand <zigo at debian.org>  Thu, 14 Feb 2013 21:43:58 +0800
+
+python-mock (0.8.0-3) unstable; 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 17:02:02 -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/trunk/debian/control
===================================================================
--- packages/python-mock/trunk/debian/control	2013-02-14 00:23:11 UTC (rev 23477)
+++ packages/python-mock/trunk/debian/control	2013-02-14 14:01:27 UTC (rev 23478)
@@ -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