File: control

package info (click to toggle)
golang-github-nxadm-tail 1.4.11%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 232 kB
  • sloc: makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,113 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
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.7.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}
Multi-Arch: foreign
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.