[Python-modules-commits] r24032 - in packages/doublex/trunk/debian (changelog control)
davidvilla-guest at users.alioth.debian.org
davidvilla-guest at users.alioth.debian.org
Sat Apr 27 19:09:26 UTC 2013
Date: Saturday, April 27, 2013 @ 19:09:25
Author: davidvilla-guest
Revision: 24032
python3-doublex -> python3:Depends fixed
Modified:
packages/doublex/trunk/debian/changelog
packages/doublex/trunk/debian/control
Modified: packages/doublex/trunk/debian/changelog
===================================================================
--- packages/doublex/trunk/debian/changelog 2013-04-27 18:06:34 UTC (rev 24031)
+++ packages/doublex/trunk/debian/changelog 2013-04-27 19:09:25 UTC (rev 24032)
@@ -1,3 +1,9 @@
+doublex (1.6.6-2) unstable; urgency=low
+
+ * [/control] python3:Depends for python3-doublex
+
+ -- David Villa Alises <David.Villa at gmail.com> Sat, 27 Apr 2013 21:05:27 +0200
+
doublex (1.6.6-1) unstable; urgency=low
* New release
Modified: packages/doublex/trunk/debian/control
===================================================================
--- packages/doublex/trunk/debian/control 2013-04-27 18:06:34 UTC (rev 24031)
+++ packages/doublex/trunk/debian/control 2013-04-27 19:09:25 UTC (rev 24032)
@@ -36,7 +36,7 @@
Package: python3-doublex
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python3-hamcrest
+Depends: ${misc:Depends}, ${python3:Depends}, python3-hamcrest
Description: test doubles framework for Python 3
doublex is a test doubles framework for the Python unittest module. It may be
used as a effective tool to perform Test Driven Development.
More information about the Python-modules-commits
mailing list