[Python-modules-commits] r24031 - in packages/doublex/trunk/debian (changelog control)
davidvilla-guest at users.alioth.debian.org
davidvilla-guest at users.alioth.debian.org
Sat Apr 27 18:06:35 UTC 2013
Date: Saturday, April 27, 2013 @ 18:06:34
Author: davidvilla-guest
Revision: 24031
- adding python:Depends to control
- not Debian releases marked as UNRELEASED
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 17:22:56 UTC (rev 24030)
+++ packages/doublex/trunk/debian/changelog 2013-04-27 18:06:34 UTC (rev 24031)
@@ -1,10 +1,35 @@
-doublex (1.6.6-1) UNRELEASED; urgency=low
+doublex (1.6.6-1) unstable; urgency=low
* New release
* [/control] python3 support
- -- David Villa Alises <David.Villa at gmail.com> Sat, 27 Apr 2013 17:57:50 +0200
+ -- David Villa Alises <David.Villa at gmail.com> Sat, 27 Apr 2013 19:58:24 +0200
+doublex (1.6.5-1) UNRELEASED; urgency=low
+
+ * New release
+
+ -- David Villa Alises <David.Villa at gmail.com> Thu, 25 Apr 2013 09:28:52 +0200
+
+doublex (1.6.3-2) UNRELEASED; urgency=low
+
+ * New release
+
+ -- David Villa Alises <David.Villa at gmail.com> Mon, 18 Feb 2013 13:44:35 +0100
+
+doublex (1.6.1-1) UNRELEASED; urgency=low
+
+ * New release
+
+ -- David Villa Alises <David.Villa at gmail.com> Thu, 07 Feb 2013 14:10:36 +0100
+
+doublex (1.6-1) UNRELEASED; urgency=low
+
+ * New release
+ * [/control] python3 support
+
+ -- David Villa Alises <David.Villa at gmail.com> Thu, 10 Jan 2013 13:34:34 +0100
+
doublex (1.5.1-1) unstable; urgency=low
* New release
Modified: packages/doublex/trunk/debian/control
===================================================================
--- packages/doublex/trunk/debian/control 2013-04-27 17:22:56 UTC (rev 24030)
+++ packages/doublex/trunk/debian/control 2013-04-27 18:06:34 UTC (rev 24031)
@@ -18,7 +18,7 @@
Package: python-doublex
Architecture: all
-Depends: ${misc:Depends}, python-hamcrest
+Depends: ${misc:Depends}, ${python:Depends}, python-hamcrest
Replaces: python-pydoubles
Description: test doubles framework for Python 2
doublex is a test doubles framework for the Python unittest module. It may be
@@ -36,7 +36,7 @@
Package: python3-doublex
Architecture: all
-Depends: ${misc:Depends}, python3-hamcrest
+Depends: ${misc:Depends}, ${python: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