[Python-modules-commits] r18266 - in packages/pydoubles/tags (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Aug 22 20:09:57 UTC 2011


    Date: Monday, August 22, 2011 @ 20:09:56
  Author: piotr
Revision: 18266

[svn-buildpackage] Tagging pydoubles 1.3-1

Added:
  packages/pydoubles/tags/1.3-1/
  packages/pydoubles/tags/1.3-1/debian/control
    (from rev 18264, packages/pydoubles/trunk/debian/control)
Deleted:
  packages/pydoubles/tags/1.3-1/debian/control

Deleted: packages/pydoubles/tags/1.3-1/debian/control
===================================================================
--- packages/pydoubles/trunk/debian/control	2011-08-22 17:42:52 UTC (rev 18259)
+++ packages/pydoubles/tags/1.3-1/debian/control	2011-08-22 20:09:56 UTC (rev 18266)
@@ -1,23 +0,0 @@
-Source: pydoubles
-Section: python
-Priority: extra
-Maintainer: David Villa Alises <David.Villa at uclm.es>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
-Standards-Version: 3.9.2
-X-Python-Version: >= 2.5
-Homepage: http://www.pydoubles.org
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pydoubles
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pydoubles/trunk/
-
-Package: python-pydoubles
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: pyDoubles is a test doubles framework for the Python platform.
- pyDoubles is a test doubles framework for the Python platform. Test doubles
- frameworks are also called mocking or isolation frameworks. pyDoubles can be
- used as a testing tool or as a Test Driven Development tool.
- .
- It generates stubs, spies, and mock objects using a fluent interface that will
- make your unit tests more readable. Moreover, it’s been designed to make your
- tests less fragile when possible.

Copied: packages/pydoubles/tags/1.3-1/debian/control (from rev 18264, packages/pydoubles/trunk/debian/control)
===================================================================
--- packages/pydoubles/tags/1.3-1/debian/control	                        (rev 0)
+++ packages/pydoubles/tags/1.3-1/debian/control	2011-08-22 20:09:56 UTC (rev 18266)
@@ -0,0 +1,23 @@
+Source: pydoubles
+Section: python
+Priority: optional
+Maintainer: David Villa Alises <David.Villa at uclm.es>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
+Homepage: http://www.pydoubles.org
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pydoubles
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pydoubles/trunk/
+
+Package: python-pydoubles
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: pyDoubles is a test doubles framework for the Python platform.
+ pyDoubles is a test doubles framework for the Python platform. Test doubles
+ frameworks are also called mocking or isolation frameworks. pyDoubles can be
+ used as a testing tool or as a Test Driven Development tool.
+ .
+ It generates stubs, spies, and mock objects using a fluent interface that will
+ make your unit tests more readable. Moreover, it’s been designed to make your
+ tests less fragile when possible.




More information about the Python-modules-commits mailing list