Source: click-man
Maintainer: Rylie Pavlik <rylie@ryliepavlik.com>
Section: devel
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-click,
               python3-setuptools,
               python3-pytest <!nocheck>
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/rpavlik/click-man
Vcs-Git: https://salsa.debian.org/rpavlik/click-man.git
Homepage: https://github.com/click-contrib/click-man

Package: python3-click-man
Architecture: all
Section: python
Depends: ${misc:Depends},
         ${python3:Depends}
Recommends: python3-setuptools,
            ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Generate man pages for click based CLI applications (Python 3)
 Create man pages for click-based applications based on their help strings.
 .
 This package contains the module for Python 3.

Package: click-man
Architecture: all
Depends: python3-click-man (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Generate man pages for click based CLI applications - command (Python 3)
 Create man pages for click-based applications based on their help strings.
 .
 This package contains the click-man command line interface.
