File: control

package info (click to toggle)
golang-k8s-klog 2.80.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 640 kB
  • sloc: sh: 86; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,102 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-k8s-klog
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-go-logr-logr-dev (>= 1.2.0~),
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-klog
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-klog.git
Homepage: https://github.com/kubernetes/klog
Rules-Requires-Root: no
XS-Go-Import-Path: k8s.io/klog

Package: golang-k8s-klog-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-go-logr-logr-dev (>= 1.2.0~),
         ${misc:Depends}
Description: leveled execution logs for Go (library)
 klog is a permanent fork of https://github.com/golang/glog. The decision to
 create klog was one that wasn't made lightly, but it was necessary due to some
 drawbacks that are present in glog. Ultimately, the fork was created due to
 glog not being under active development.