[Python-modules-commits] r30792 - in packages/python-cliff/trunk/debian (changelog control)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Sun Sep 28 17:42:29 UTC 2014


    Date: Sunday, September 28, 2014 @ 17:42:28
  Author: jandd
Revision: 30792

debian/control: add versions python{,3}-six and python{,3}-
prettytable Depends (Closes: #752741)

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	2014-09-28 17:02:49 UTC (rev 30791)
+++ packages/python-cliff/trunk/debian/changelog	2014-09-28 17:42:28 UTC (rev 30792)
@@ -1,3 +1,10 @@
+python-cliff (1.7.0-2) UNRELEASED; urgency=medium
+
+  * debian/control: add versions python{,3}-six and python{,3}-
+    prettytable Depends (Closes: #752741)
+
+ -- Jan Dittberner <jandd at debian.org>  Sun, 28 Sep 2014 19:16:02 +0200
+
 python-cliff (1.7.0-1) unstable; urgency=medium
 
   * New upstream version

Modified: packages/python-cliff/trunk/debian/control
===================================================================
--- packages/python-cliff/trunk/debian/control	2014-09-28 17:02:49 UTC (rev 30791)
+++ packages/python-cliff/trunk/debian/control	2014-09-28 17:42:28 UTC (rev 30792)
@@ -11,10 +11,11 @@
                python-mock,
                python-nose,
                python-pbr,
-               python-prettytable,
+               python-prettytable (<< 0.8),
+               python-prettytable (>= 0.7),
                python-pyparsing (>= 2.0.1),
                python-setuptools,
-               python-six,
+               python-six (>= 1.4.1),
                python-sphinx (>= 1.0.7+dfsg-1~),
                python-stevedore,
                python3-all,
@@ -23,7 +24,7 @@
                python3-pep8,
                python3-pyparsing (>= 2.0.1),
                python3-setuptools,
-               python3-six,
+               python3-six (>= 1.4.1),
                python3-stevedore
 Standards-Version: 3.9.5
 Homepage: https://github.com/dreamhost/cliff
@@ -32,7 +33,12 @@
 
 Package: python-cliff
 Architecture: all
-Depends: python-cmd2 (>= 0.6.7), ${misc:Depends}, ${python:Depends}
+Depends: python-cmd2 (>= 0.6.7),
+         python-prettytable (<< 0.8),
+         python-prettytable (>= 0.7),
+         python-six (>= 1.4.1),
+         ${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
@@ -46,7 +52,12 @@
 
 Package: python3-cliff
 Architecture: all
-Depends: python3-cmd2 (>= 0.6.7), ${misc:Depends}, ${python3:Depends}
+Depends: python3-cmd2 (>= 0.6.7),
+         python3-prettytable (<< 0.8),
+         python3-prettytable (>= 0.7),
+         python3-six (>= 1.4.1),
+         ${misc:Depends},
+         ${python3:Depends}
 Recommends: python-cliff-doc (=${binary:Version}), ${python3:Recommends}
 Description: command line interface formulation framework - Python 3.x
  Cliff is a framework for building command line programs. It uses plugins to




More information about the Python-modules-commits mailing list