Source: python-cliff
Section: python
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends:
 debhelper (>= 9),
 python-all (>= 2.6.6-3~),
 python-cmd2 (>= 0.6.7),
 python-mock,
 python-nose,
 python-prettytable,
 python-pyparsing (>= 1.5.7+dfsg1),
 python-setuptools,
 python-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 3.9.4
Homepage: https://github.com/dreamhost/cliff
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cliff/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cliff/trunk

Package: python-cliff
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-cliff-doc (=${binary:Version})
Description: command line interface formulation framework
 Cliff is a framework for building command line programs. It uses plugins to
 define sub-commands, output formatters, and other extensions.
 .
 The cliff framework is meant to be used to create multi-level commands such as
 Subversion and git, where the main program handles some basic argument parsing
 and then invokes a sub-command to do the work.
 .
 This is the Python2 version of the package.

Package: python-cliff-doc
Architecture: all
Section: doc
Depends: libjs-sphinxdoc, ${misc:Depends}, ${sphinxdoc:Depends}
Description: command line interface formulation framework documentation
 Cliff is a framework for building command line programs. It uses plugins to
 define sub-commands, output formatters, and other extensions.
 .
 The cliff framework is meant to be used to create multi-level commands such as
 Subversion and git, where the main program handles some basic argument parsing
 and then invokes a sub-command to do the work.
 .
 This is the documentation of python-cliff.
