File: control

package info (click to toggle)
golang-github-google-go-eventlog 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,748 kB
  • sloc: makefile: 4
file content (38 lines) | stat: -rw-r--r-- 1,282 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
Source: golang-github-google-go-eventlog
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-google-go-cmp-dev,
 golang-github-google-go-tpm-dev,
 golang-google-protobuf-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-go-eventlog
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-go-eventlog.git
Homepage: https://github.com/google/go-eventlog
XS-Go-Import-Path: github.com/google/go-eventlog

Package: golang-github-google-go-eventlog-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-google-go-cmp-dev,
 golang-github-google-go-tpm-dev,
 golang-google-protobuf-dev,
 ${misc:Depends},
Description: manage attestation-related even log information (Go library)
 Go Event Log
 .
 Go Event Log is a library for handling various event logs for use in
 Measured Boot protocols.
 .
 It is a companion for technologies that provide measurement registers
 and an event log, such as TPM PCRs and the TCG PC Client event log.
 .
 This package contains the Go library.