[Python-modules-commits] r26104 - in packages/python-cliff/trunk/debian (changelog control)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Tue Oct 8 07:53:21 UTC 2013
Date: Tuesday, October 8, 2013 @ 07:53:19
Author: zigo
Revision: 26104
(Build-)Depends on python-cmd2 at least 0.6.7
Modified:
packages/python-cliff/trunk/debian/changelog
packages/python-cliff/trunk/debian/control
Modified: packages/python-cliff/trunk/debian/changelog
===================================================================
--- packages/python-cliff/trunk/debian/changelog 2013-10-07 21:30:14 UTC (rev 26103)
+++ packages/python-cliff/trunk/debian/changelog 2013-10-08 07:53:19 UTC (rev 26104)
@@ -1,3 +1,9 @@
+python-cliff (1.4.5-2) UNRELEASED; urgency=low
+
+ * (Build-)Depends on python-cmd2 at least 0.6.7.
+
+ -- Thomas Goirand <zigo at debian.org> Tue, 08 Oct 2013 07:50:04 +0000
+
python-cliff (1.4.5-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-cliff/trunk/debian/control
===================================================================
--- packages/python-cliff/trunk/debian/control 2013-10-07 21:30:14 UTC (rev 26103)
+++ packages/python-cliff/trunk/debian/control 2013-10-08 07:53:19 UTC (rev 26104)
@@ -5,7 +5,7 @@
Uploaders: Jan Dittberner <jandd at debian.org>, Thomas Goirand <zigo at debian.org>
Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
- python-cmd2,
+ python-cmd2 (>= 0.6.7),
python-mock,
python-nose,
python-prettytable,
@@ -22,7 +22,7 @@
Package: python-cliff
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: python-cmd2 (>= 0.6.7), ${misc:Depends}, ${python:Depends}
Recommends: python-cliff-doc (=${binary:Version}), ${python:Recommends}
Description: command line interface formulation framework - Python 2.x
Cliff is a framework for building command line programs. It uses plugins to
More information about the Python-modules-commits
mailing list