File: control

package info (click to toggle)
libterm-progressbar-simple-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 72 kB
  • sloc: perl: 91; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,061 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
Source: libterm-progressbar-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libterm-progressbar-quiet-perl,
 perl
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libterm-progressbar-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libterm-progressbar-simple-perl.git
Homepage: https://metacpan.org/release/Term-ProgressBar-Simple
Testsuite: autopkgtest-pkg-perl

Package: libterm-progressbar-simple-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libterm-progressbar-quiet-perl
Description: simple but featureful terminal progress bar
 Progress bars are handy - they tell you how much work has been done, how
 much is left to do and estimate how long it will take. But they can be
 fiddly! Term::ProgressBar::Simple module does the right thing in almost
 all cases in a really convenient way.