File: control

package info (click to toggle)
golang-github-go-logr-stdr 1.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 124 kB
  • sloc: sh: 87; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 1,032 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
28
29
Source: golang-github-go-logr-stdr
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-go-logr-logr-dev (>= 1.4.2),
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-logr-stdr
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-logr-stdr.git
Homepage: https://github.com/go-logr/stdr
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-logr/stdr

Package: golang-github-go-logr-stdr-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-go-logr-logr-dev (>= 1.4.2),
 ${misc:Depends},
Description: implements the logr interface from the golang-github-go-logr-logr (lib)
 This package implements the logr interface from the golang-github-go-logr-logr
 package (see also https://github.com/go-logr/logr), in terms of Go's standard
 log package.