File: control

package info (click to toggle)
golang-github-nxadm-tail 1.4.5%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: makefile: 8
file content (27 lines) | stat: -rw-r--r-- 1,093 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-github-nxadm-tail
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Cyril Brulebois <cyril@debamax.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-fsnotify-fsnotify-dev,
               golang-gopkg-tomb.v1-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nxadm-tail
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nxadm-tail.git
Homepage: https://github.com/nxadm/tail
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/nxadm/tail

Package: golang-github-nxadm-tail-dev
Architecture: all
Depends: golang-github-fsnotify-fsnotify-dev,
         golang-gopkg-tomb.v1-dev,
         ${misc:Depends}
Description: Go package for reading from continuously updated files
 This package emulates the features of the tail program. It comes with
 full support for truncation/deletion detection, as it is designed to
 work with log rotation tools.