1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: go-md2man-v2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
Anthony Fok <foka@debian.org>
Section: doc
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang (>= 1.18~),
golang-any,
golang-github-russross-blackfriday-v2-dev (>= 2.0.1~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/go-md2man-v2
Vcs-Git: https://salsa.debian.org/go-team/packages/go-md2man-v2.git
Homepage: https://github.com/cpuguy83/go-md2man
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/cpuguy83/go-md2man/v2
Package: go-md2man
Architecture: linux-any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: go-md2man-v2
Built-Using: ${misc:Built-Using}
Description: utility to create manpages from markdown
Turns Markdown into manpages, which is really handy for people
that don't want to learn how to make manpages from stuff like DocBook.
.
This package contains the conversion binary for go-md2man version 2.
Package: golang-github-cpuguy83-go-md2man-v2-dev
Architecture: all
Section: devel
Depends: golang-github-russross-blackfriday-v2-dev (>= 2.0.1~),
${misc:Depends},
${shlibs:Depends}
Description: utility to create manpages from markdown (source)
Turns Markdown into manpages, which is really handy for people
that don't want to learn how to make manpages from stuff like DocBook.
.
This package contains the source for go-md2man version 2.
|