Source: gohelp2man
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nicolas Peugnet <nicolas@club1.fr>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/gohelp2man
Vcs-Git: https://salsa.debian.org/go-team/packages/gohelp2man.git
Homepage: https://github.com/n-peugnet/gohelp2man
XS-Go-Import-Path: github.com/n-peugnet/gohelp2man

Package: gohelp2man
Section: devel
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Description: Generate a man page out of a Go program's -help output
 Go has a simple but very effective "flag" package that can be used to
 quickly create CLI applications without any additional dependencies. But
 this package cannot generate man pages.
 .
 gohelp2man takes inspiration from GNU help2man , and generates a man page
 from the -help output of your Go program. It is specifically designed to
 recognise the help message generated by the "flag" package.
