File: control

package info (click to toggle)
ruby-exception-notification 4.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: javascript: 7,680; ruby: 1,130; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,076 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-exception-notification
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-exception-notification.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-exception-notification
Homepage: https://smartinez87.github.com/exception_notification
XS-Ruby-Versions: all

Package: ruby-exception-notification
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby,
         ruby | ruby-interpreter,
         ruby-actionmailer | ruby-actionmailer-3.2,
         ruby-activesupport | ruby-activesupport-3.2,
         ${misc:Depends},
         ${shlibs:Depends}
Description: exception notification support for Rails and Rack apps
 Using this package, Rails or Rack applications can be configured can be
 configured to send notifications about any unhandled exceptions raised by the
 application. Notifications can be sent via email, IRC, HTTP, and other means.