File: control

package info (click to toggle)
ruby-powerbar 1.0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 108 kB
  • ctags: 50
  • sloc: ruby: 547; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,078 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: ruby-powerbar
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Michael Moll <kvedulv@kvedulv.de>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-hashie (>= 1.1.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-powerbar.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-powerbar.git
Homepage: https://github.com/busyloop/powerbar
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-powerbar
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-hashie (>= 1.1.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: progressbar library for Ruby
 Powerbar is a Ruby library that can create all kinds of progress bars to use
 in CLI applications. Non-terminal use is detected and fallback to logging
 output is done automatically, so applications can also be used in cronjobs
 without losing progress information.