File: control

package info (click to toggle)
golang-github-fluent-fluent-logger-golang 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, forky, sid, trixie
  • size: 208 kB
  • sloc: makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,209 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
30
Source: golang-github-fluent-fluent-logger-golang
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
           Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-bmizerany-assert-dev,
               golang-github-tinylib-msgp-dev,
               msgp,
Standards-Version: 4.6.0
Homepage: https://github.com/fluent/fluent-logger-golang
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fluent-fluent-logger-golang
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fluent-fluent-logger-golang.git
XS-Go-Import-Path: github.com/fluent/fluent-logger-golang
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-fluent-fluent-logger-golang-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-tinylib-msgp-dev,
         ${misc:Depends},
Description: Go structured logger for Fluentd
 This Go library allows for logging directly to a running instance of the
 "fluentd" data collector/logging tool.
 .
 This package contains the source.