Source: golang-k8s-klog Maintainer: Debian Go Packaging Team Uploaders: Arthur Diniz Section: golang Testsuite: autopkgtest-pkg-go Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-go-logr-logr-dev (>= 1.4.2~) Standards-Version: 4.7.4 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/v2 Package: golang-k8s-klog-dev Architecture: all Multi-Arch: foreign Depends: golang-github-go-logr-logr-dev (>= 1.4.2~), ${misc:Depends} Provides: golang-k8s-klog-v2-dev 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.