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
|
Source: ruby-logging
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>
Build-Depends: debhelper (>= 11~),
gem2deb,
ruby-little-plugger (>= 1.1),
ruby-multi-json (>= 1.10)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-logging.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-logging.git
Homepage: http://rubygems.org/gems/logging
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-logging
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-little-plugger (>= 1.1),
ruby-multi-json (>= 1.10),
${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.
|