File: control

package info (click to toggle)
ruby-logging 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 688 kB
  • sloc: ruby: 6,272; sh: 9; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 967 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
Source: ruby-logging
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-little-plugger,
               ruby-multi-json
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-logging.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-logging
Homepage: http://rubygems.org/gems/logging
Testsuite: autopkgtest-pkg-ruby

Package: ruby-logging
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: flexible and extendable logging library for Ruby
 Logging is a flexible logging library for use in Ruby programs based on the
 design of Java's log4j library. It features a hierarchical logging system,
 custom level names, multiple output destinations per log event, custom
 formatting, and more.