Source: python-cmdln
Section: python
Priority: optional
Maintainer: Peter Poeml <poeml@cmdline.net>
Build-Depends: debhelper (>= 5), dh-python (>> 2),
 python-setuptools (>= 0.6b3-1~), python-all-dev (>= 2.3.5-11), python-all-dbg
Standards-Version: 3.8.0
Homepage: http://code.google.com/p/cmdln/
XS-Python-Version: >= 2.4

Package: python-cmdln
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: a Python module for easily building good multi-command scripts 
 (an improved cmd.py)
 .
 cmdln.py fixes some of the design flaws in cmd.py and takes advantage of new
 Python stdlib modules (e.g. optparse) so that it is more useful (and
 convenient) for implementing command-line scripts/shells.
