summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control42
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c676bb8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: go-md2man-v2
+Section: golang
+Priority: optional
+Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Uploaders: Tianon Gravi <tianon@debian.org>,
+ Anthony Fok <foka@debian.org>
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ dh-sequence-golang,
+ golang-any,
+ golang-github-russross-blackfriday-v2-dev (>= 2.1.0)
+Testsuite: autopkgtest-pkg-go
+Standards-Version: 4.6.2
+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
+XS-Go-Import-Path: github.com/cpuguy83/go-md2man/v2
+
+Package: go-md2man
+Section: doc
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Conflicts: go-md2man-v2
+Static-Built-Using: ${misc:Static-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
+Multi-Arch: foreign
+Depends: golang-github-russross-blackfriday-v2-dev (>= 2.1.0),
+ ${misc: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.