File: control

package info (click to toggle)
ruby-logging-rails 0.6.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 136 kB
  • sloc: ruby: 139; sh: 9; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (2)
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-rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <[email protected]>
Uploaders: Pirate Praveen <[email protected]>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-logging (>= 1.8)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-logging-rails.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-logging-rails
Homepage: http://rubygems.org/gems/logging-rails
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-logging-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-logging (>= 1.8),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Logging for rail applications
 A Railtie for integrating the logging framework into your Rails 3
 application.