File: control

package info (click to toggle)
golang-github-go-logr-logr 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 276 kB
  • sloc: sh: 87; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,078 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
Source: golang-github-go-logr-logr
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-logr-logr
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-logr-logr.git
Homepage: https://github.com/go-logr/logr
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-logr/logr

Package: golang-github-go-logr-logr-dev
Architecture: all
Depends: ${misc:Depends}
Breaks: golang-k8s-klog-dev (<< 2.80.1~)
Multi-Arch: foreign
Description: simple logging interface for Go (library)
 This package offers a purely abstract interface, based on these ideas
 but with a few twists.  Code can depend on just this interface and
 have the actual logging implementation be injected from callers.
 Ideally only main() knows what logging implementation is being used.