File: control

package info (click to toggle)
golang-github-hlandau-buildinfo 0.0~git20160722.0.b25d4b0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 96 kB
  • sloc: sh: 3; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,215 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
Source: golang-github-hlandau-buildinfo
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-gopkg-hlandau-easyconfig.v1-dev
Standards-Version: 4.2.1
Homepage: https://github.com/hlandau/buildinfo
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hlandau-buildinfo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hlandau-buildinfo.git
XS-Go-Import-Path: github.com/hlandau/buildinfo
Testsuite: autopkgtest-pkg-go

Package: golang-github-hlandau-buildinfo-dev
Architecture: all
Depends: golang-gopkg-hlandau-easyconfig.v1-dev, ${misc:Depends}
Multi-Arch: foreign
Description: Go build information utilities
 This package provides small build information utilities for tracking Go binary
 version information. Rather than trying to assign a linear version number to
 a binary, the tag names and version control commit hashes of all dependencies
 are tracked. This information is embedded into the binary at build time.
 .
 The package is a build dependency of acmetool.