File: control

package info (click to toggle)
dh-golang 1.39
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • sloc: perl: 290; sh: 97; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 899 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
Source: dh-golang
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
           Martín Ferrari <tincho@debian.org>,
Build-Depends: debhelper (>= 10), libmodule-install-perl
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/go-team/packages/dh-golang.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/dh-golang

Package: dh-golang
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
         debhelper,
         libdpkg-perl,
         dpkg (>= 1.16.2)
Description: debhelper add-on for packaging software written in Go (golang)
 dh-golang provides a debhelper sequence addon named 'golang', a buildsystem
 module named 'golang' and a command called dh_golang.
 .
 The golang debhelper buildsystem is designed to make packaging programs
 written in Go very simple.