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 31 32 33 34 35 36
|
Source: gdu
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Daniel Milde <daniel@milde.cz>,
Section: admin
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-github-fatih-color-dev,
golang-github-gdamore-tcell.v2-dev,
golang-github-maruel-natural-dev,
golang-github-mattn-go-isatty-dev,
golang-github-pbnjay-memory-dev,
golang-github-rivo-tview-dev (>= 0.0~git20210122),
golang-github-sirupsen-logrus-dev,
golang-github-spf13-cobra-dev,
golang-github-stretchr-testify-dev,
golang-go,
golang-gopkg-yaml.v3-dev,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/gdu
Vcs-Git: https://salsa.debian.org/go-team/packages/gdu.git
Homepage: https://github.com/dundee/gdu
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/dundee/gdu/v5
Package: gdu
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: Pretty fast disk usage analyzer
Disk usage analyzer with console interface written in Go.
Intended primarily for SSD disks where it can fully
utilize parallel processing. However HDDs work as well, but
the performance gain is not so huge.
|