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 30 31 32 33 34 35 36 37 38 39 40
|
Source: ruby-sentry-raven
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>,
Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
libjs-jquery,
rake,
ruby-faraday (>= 0.7.6),
ruby-rails,
ruby-rspec,
ruby-rspec-rails,
ruby-timecop,
ruby-sidekiq,
ruby-rack-timeout
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sentry-raven.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sentry-raven
Homepage: https://github.com/getsentry/raven-ruby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-sentry-raven
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: rake,
ruby | ruby-interpreter,
ruby-delayed-job,
ruby-faraday (>= 0.7.6),
ruby-rack,
ruby-rails,
ruby-sidekiq,
${misc:Depends},
${shlibs:Depends}
Description: client interface for the Sentry error logger
This package provides the gem sentry-raven. This gem provides a client
interface for the Sentry error logger. Sentry provides real-time crash
reporting for your web apps, mobile apps, and games.
|