[Python-modules-commits] r22970 - in packages/doublex/trunk/debian (changelog control)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Mon Nov 12 11:13:00 UTC 2012


    Date: Monday, November 12, 2012 @ 11:12:59
  Author: davidvilla-guest
Revision: 22970

some issues fixed

Modified:
  packages/doublex/trunk/debian/changelog
  packages/doublex/trunk/debian/control

Modified: packages/doublex/trunk/debian/changelog
===================================================================
--- packages/doublex/trunk/debian/changelog	2012-11-12 10:23:40 UTC (rev 22969)
+++ packages/doublex/trunk/debian/changelog	2012-11-12 11:12:59 UTC (rev 22970)
@@ -1,24 +1,25 @@
 doublex (1.5.1-1) unstable; urgency=low
 
   * New release
+  * Fisrt official release: (Closes: #688979)
 
  -- David Villa Alises <David.Villa at gmail.com>  Thu, 25 Oct 2012 16:03:44 +0200
 
-doublex (1.5-1) unstable; urgency=low
+doublex (1.5-1) UNRELEASED; urgency=low
 
   * Release to substitute pyDoubles
   * [/control] New description
 
  -- David Villa Alises <David.Villa at gmail.com>  Tue, 09 Oct 2012 12:00:05 +0200
 
-doublex (0.6.3-1) unstable; urgency=low
+doublex (0.6.3-1) UNRELEASED; urgency=low
 
   * New release
 
  -- David Villa Alises <David.Villa at gmail.com>  Wed, 03 Oct 2012 15:31:42 +0200
 
-doublex (0.6.2-1) unstable; urgency=low
+doublex (0.6.2-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #688979)
+  * Initial release
 
  -- David Villa Alises <David.Villa at gmail.com>  Fri, 28 Sep 2012 14:04:37 +0200

Modified: packages/doublex/trunk/debian/control
===================================================================
--- packages/doublex/trunk/debian/control	2012-11-12 10:23:40 UTC (rev 22969)
+++ packages/doublex/trunk/debian/control	2012-11-12 11:12:59 UTC (rev 22970)
@@ -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.3
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.6
 Homepage: https://bitbucket.org/DavidVilla/python-doublex
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/doublex
@@ -13,14 +13,15 @@
 Package: python-doublex
 Architecture: all
 Depends: ${misc:Depends}, python-hamcrest
-Description: A test doubles framework for Python
+Replaces: python-pydoubles
+Description: Test doubles framework for Python
  doublex is a test doubles framework for the Python unittest module. It may be
  used as a effective tool to perform Test Driven Development.
  .
  It provides stubs, spies, proxy-spies, mocks, individual methods, properties,
  etc. Methods support observer attachment or delegate return value generation
  to iterables, generators or even third party functions. A special double
- factory (called Mimic) allows to create doubles inheriting original class
+ factory (called Mimic) allows one to create doubles inheriting original class
  superclasses. This allow replace original instances even for code performing
  explicit type checking.
  .




More information about the Python-modules-commits mailing list