Source: cppman
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.7),
Standards-Version: 3.9.6
Homepage: https://github.com/aitjcize/cppman/
Vcs-Git: git://anonscm.debian.org/collab-maint/cppman.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/cppman.git
X-Python-Version: >= 2.7

Package: cppman
Architecture: all
Depends: ${misc:Depends},
         python (>= 2.7),
         bsdmainutils,
         groff-base,
Recommends:
         less,
Description: C++ 98/11 manual pages for Linux, with source from cplusplus.com
 cppman is a tool to download C++ 98/11 manual from cplusplus.com. It creates a
 similar interface to the man command, and provides syntax highlight, hyperlink
 features.
