File: control

package info (click to toggle)
go-md2man 1.0.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 100 kB
  • ctags: 44
  • sloc: makefile: 8
file content (40 lines) | stat: -rw-r--r-- 1,517 bytes parent folder | download
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
Source: go-md2man
Section: doc
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>, Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any,
               golang-github-russross-blackfriday-dev
Standards-Version: 3.9.8
Homepage: https://github.com/cpuguy83/go-md2man
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/go-md2man.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/go-md2man.git
XS-Go-Import-Path: github.com/cpuguy83/go-md2man

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-github-cpuguy83-go-md2man-dev
Section: devel
Architecture: all
Depends: golang-github-russross-blackfriday-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Conflicts: golang-go-md2man-dev
Provides: golang-go-md2man-dev
Replaces: golang-go-md2man-dev
Built-Using: ${misc:Built-Using}
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.