File: control

package info (click to toggle)
ruby-powerbar 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: ruby: 543; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,011 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 Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Michael Moll <kvedulv@kvedulv.de>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-hashie
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-powerbar.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-powerbar
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-hashie,
         ${ruby:Depends},
         ${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.