File: control

package info (click to toggle)
ruby-safely-block 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 124 kB
  • sloc: ruby: 107; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,258 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
26
27
28
29
30
31
32
33
Source: ruby-safely-block
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>,
           Samyak Jain <samyak.jn11@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-minitest,
               ruby-errbase
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-safely-block.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-safely-block
Homepage: https://github.com/ankane/safely
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-safely-block
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-errbase,
         ${ruby:Depends},
         ${misc:Depends}
Description: Rescue and report exceptions in non-critical code
 Exceptions are rescued and automatically reported to your favorite reporting
 service. In development and test environments, exceptions are raised so you
 can fix them.
 .
 The Safely Pattern is a simple one. It allows you to tag non-critical code by
 wrapping it in a function. It’s built on top of exception handling. Gem is
 created for efficient exceptional handling.