File: control

package info (click to toggle)
dh-make-golang 0.0~git20161120.0.71f5e23-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 88
  • sloc: sh: 9; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,225 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
Source: dh-make-golang
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-go,
               golang-github-russross-blackfriday-dev | golang-blackfriday-dev,
               golang-golang-x-net-dev,
               golang-golang-x-tools-dev,
               git
Standards-Version: 3.9.8
Homepage: https://github.com/Debian/dh-make-golang
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/dh-make-golang.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/dh-make-golang.git
XS-Go-Import-Path: github.com/Debian/dh-make-golang

Package: dh-make-golang
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go, git,
         git-buildpackage, pristine-tar
Recommends: mail-transport-agent
Built-Using: ${misc:Built-Using}
Description: tool that converts Go packages into Debian package source
 dh-make-golang is a tool to automatically create Debian packaging for Go
 packages. Its goal is to automate away as much of the work as possible when
 creating a Debian package for a Go library package.