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

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Apr 15 15:54:07 UTC 2015


    Date: Wednesday, April 15, 2015 @ 15:54:06
  Author: zigo
Revision: 32366

Fixed (build-)depends for this release.

Modified:
  packages/python-cliff/trunk/debian/control

Modified: packages/python-cliff/trunk/debian/control
===================================================================
--- packages/python-cliff/trunk/debian/control	2015-04-15 15:53:56 UTC (rev 32365)
+++ packages/python-cliff/trunk/debian/control	2015-04-15 15:54:06 UTC (rev 32366)
@@ -4,28 +4,31 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Jan Dittberner <jandd at debian.org>, Thomas Goirand <zigo at debian.org>
 Build-Depends: debhelper (>= 9),
-               pep8,
+               dh-python,
                python-all (>= 2.6.6-3~),
-               python-cmd2 (>= 0.6.7),
-               python-coverage,
-               python-mock,
-               python-nose,
                python-pbr,
-               python-prettytable (<< 0.8),
-               python-prettytable (>= 0.7),
-               python-pyparsing (>= 2.0.1),
-               python-setuptools,
-               python-six (>= 1.4.1),
-               python-sphinx (>= 1.0.7+dfsg-1~),
-               python-stevedore,
+               python-sphinx,
                python3-all,
-               python3-coverage,
                python3-pbr,
-               python3-pep8,
-               python3-pyparsing (>= 2.0.1),
-               python3-setuptools,
-               python3-six (>= 1.4.1),
-               python3-stevedore
+Build-Depends-Indep: python-cmd2 (>= 0.6.7),
+                     python-coverage (>= 3.6),
+                     python-httplib2 (>= 0.7.5),
+                     python-mock (>= 1.0),
+                     python-nose,
+                     python-oslosphinx (>= 2.2.0),
+                     python-prettytable (>= 0.7),
+                     python-pyparsing (>= 2.0.1),
+                     python-six (>= 1.9.0),
+                     python-stevedore (>= 1.1.0),
+                     python3-cmd2 (>= 0.6.7),
+                     python3-coverage,
+                     python3-httplib2 (>= 0.7.5),
+                     python3-mock (>= 1.0),
+                     python3-nose,
+                     python3-prettytable (>= 0.7),
+                     python3-pyparsing (>= 2.0.1),
+                     python3-six (>= 1.9.0),
+                     python3-stevedore (>= 1.1.0),
 Standards-Version: 3.9.5
 Homepage: https://github.com/dreamhost/cliff
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cliff/trunk/
@@ -34,12 +37,14 @@
 Package: python-cliff
 Architecture: all
 Depends: python-cmd2 (>= 0.6.7),
-         python-prettytable (<< 0.8),
          python-prettytable (>= 0.7),
-         python-six (>= 1.4.1),
+         python-pyparsing (>= 2.0.1),
+         python-six (>= 1.9.0),
+         python-stevedore (>= 1.1.0),
          ${misc:Depends},
-         ${python:Depends}
-Recommends: python-cliff-doc (=${binary:Version}), ${python:Recommends}
+         ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: python-cliff-doc
 Description: command line interface formulation framework - Python 2.x
  Cliff is a framework for building command line programs. It uses plugins to
  define sub-commands, output formatters, and other extensions.
@@ -53,12 +58,14 @@
 Package: python3-cliff
 Architecture: all
 Depends: python3-cmd2 (>= 0.6.7),
-         python3-prettytable (<< 0.8),
          python3-prettytable (>= 0.7),
-         python3-six (>= 1.4.1),
+         python-pyparsing (>= 2.0.1),
+         python3-six (>= 1.9.0),
+         python-stevedore (>= 1.1.0),
          ${misc:Depends},
-         ${python3:Depends}
-Recommends: python-cliff-doc (=${binary:Version}), ${python3:Recommends}
+         ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: python-cliff-doc
 Description: command line interface formulation framework - Python 3.x
  Cliff is a framework for building command line programs. It uses plugins to
  define sub-commands, output formatters, and other extensions.




More information about the Python-modules-commits mailing list