gohelp2man 0.7.1-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Nicolas Peugnet <nicolas@club1.fr> |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/go-team/packages/gohelp2man.git (browse) |
| Closes | #1145657 |
| Tracker | https://tracker.debian.org/pkg/gohelp2man |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Date | Wed, 26 Aug 2026 13:30:28 +0200 |
|---|---|
| Source | gohelp2man |
| Version | 0.7.1-1 |
| Changed-By | Nicolas Peugnet |
| Architecture | source amd64 |
| Distribution | unstable |
Changelog
gohelp2man (0.7.1-1) unstable; urgency=medium . * Initial release (Closes: #1145657)
.dsc
| Package-List | gohelp2man deb devel optional arch=any |
|---|---|
| Section | devel |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/n-peugnet/gohelp2man Upstream-Name: gohelp2man Upstream-Contact: Nicolas Peugnet <nicolas@club1.fr> Files: * Copyright: 2025 Nicolas Peugnet License: GPL-2+ Files: debian/* Copyright: 2026 Nicolas Peugnet <nicolas@club1.fr> License: GPL-2+ Comment: Debian packaging is licensed under the same terms as upstream License: GPL-2+ gohelp2man is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . gohelp2man is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, see <https://www.gnu.org/licenses/>. Comment: On Debian systems, the full text of the GNU General Public License version 2 can be found in the file '/usr/share/common-licenses/GPL-2'.