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
|
Source: go-md2man
Section: doc
Priority: extra
Maintainer: Tianon Gravi <admwiggin@gmail.com>
Uploaders: Docker Packaging Team <docker-maint@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-blackfriday-dev, golang-go
Standards-Version: 3.9.5
Homepage: https://github.com/cpuguy83/go-md2man
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/go-md2man.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/go-md2man.git
Package: go-md2man
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
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.
Package: golang-go-md2man-dev
Section: devel
Architecture: all
Depends: golang-blackfriday-dev, ${misc:Depends}, ${shlibs:Depends}
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 development headers.
|