Codebase list dh-make-golang / 05bd58b
Convert manpage to markdown Dr. Tobias Quathamer 5 years ago
1 changed file(s) with 34 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 % DH-MAKE-GOLANG(1) 2015-07-26
1
2 # NAME
3
4 dh-make-golang - automatically creates Debian packaging for Go packages
5
6 # SYNOPSIS
7
8 **dh-make-golang** [ *flags* ] *package*
9
10 **dh-make-golang** search *pattern*
11
12 # DESCRIPTION
13
14 dh-make-golang is a tool to automatically create Debian packaging for Go
15 packages. Its goal is to automate away as much of the work as possible when
16 creating a Debian package for a Go library package.
17
18 # EXTRA COMMANDS
19
20 **search**
21
22 Searches the Debian archive for binary packages of Go libraries with import
23 paths matching the given pattern. Uses Go's default regexp syntax
24 (https://golang.org/pkg/regexp/syntax).
25
26 # OPTIONS
27
28 Run dh-make-golang -help for more details.
29
30 # AUTHOR
31
32 This manual page was written by Michael Stapelberg <stapelberg@debian.org>,
33 for the Debian project (and may be used by others).