Source: cmd2
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Federico Ceratto <federico.ceratto@gmail.com>
Build-Depends:
 debhelper (>= 9~)
Build-Depends-Indep:
 python-all (>= 2.6.6-3~)
Standards-Version: 3.9.4
X-Python-Version: >= 2.5
Homepage: https://bitbucket.org/catherinedevlin/cmd2
Vcs-Git: git://git.debian.org/git/collab-maint/cmd2.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/cmd2.git;a=summary

Package: python-cmd2
Architecture: all
Depends: ${misc:Depends}
 , ${python:Depends}
 , python-setuptools (>= 0.6.14)
 , python-pyparsing
Provides: ${python:Provides}
Description: enhanced Python cmd module
 Drop-in replacement adds several features for command-prompt tools, like
 searchable and persistent command history, multi-line commands, input and
 output redirections, integrated Python shell, testing helpers
