[Python-modules-commits] r22639 - in packages/doublex/trunk/debian (changelog control)
davidvilla-guest at users.alioth.debian.org
davidvilla-guest at users.alioth.debian.org
Mon Sep 3 23:41:21 UTC 2012
Date: Monday, September 3, 2012 @ 23:41:20
Author: davidvilla-guest
Revision: 22639
lintian fixes
Modified:
packages/doublex/trunk/debian/changelog
packages/doublex/trunk/debian/control
Modified: packages/doublex/trunk/debian/changelog
===================================================================
--- packages/doublex/trunk/debian/changelog 2012-09-03 23:27:11 UTC (rev 22638)
+++ packages/doublex/trunk/debian/changelog 2012-09-03 23:41:20 UTC (rev 22639)
@@ -1,4 +1,4 @@
-doublex (0.3) UNRELEASED; urgency=low
+doublex (0.3-1) UNRELEASED; urgency=low
* Initial release (Closes: #000000)
Modified: packages/doublex/trunk/debian/control
===================================================================
--- packages/doublex/trunk/debian/control 2012-09-03 23:27:11 UTC (rev 22638)
+++ packages/doublex/trunk/debian/control 2012-09-03 23:41:20 UTC (rev 22639)
@@ -4,7 +4,7 @@
Maintainer: David Villa Alises <David.Villa at gmail.com>
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
+Standards-Version: 3.9.3
X-Python-Version: >= 2.6
Homepage: https://bitbucket.org/DavidVilla/python-doublex
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-doublex
@@ -14,11 +14,19 @@
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-hamcrest
Description: doublex is a test doubles framework for the Python platform.
- doublex is a test doubles framework for the Python platform. Test doubles frameworks are
- also called mocking or isolation frameworks. doublex can be used as a testing tool or as
- a Test Driven Development tool.
+ doublex is a test doubles framework for the Python platform. Test doubles
+ frameworks are also called mocking or isolation frameworks. doublex can be
+ used as a testing tool or as a Test Driven Development tool.
.
- It generates stubs, spies, and mock objects using a minimal interface. It support
- hamcrest matchers both stub definitions and spy checking. All assertions are done using
- hamcrest assert_that(). Moreover, itâs been designed to make your tests less fragile when
- possible.
+ It generates stubs, spies, and mock objects using a minimal interface. It
+ support hamcrest matchers both stub definitions and spy checking. All
+ assertions are done using hamcrest assert_that(). Moreover, itâs been designed
+ to make your tests less fragile when possible.
+
+
+# Local Variables:
+# coding: utf-8
+# fill-column: 79
+# mode: flyspell
+# ispell-local-dictionary: "american"
+# End:
More information about the Python-modules-commits
mailing list