File: control

package info (click to toggle)
ruby-terrapin 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: ruby: 946; makefile: 3
file content (42 lines) | stat: -rw-r--r-- 1,621 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
34
35
36
37
38
39
40
41
42
Source: ruby-terrapin
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: prasannassp <prasanna@student.tce.edu>,
           gowtham <gowthama@student.tce.edu>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-climate-control (<< 1.0),
               ruby-climate-control,
               ruby-rspec,
               pry,
               ruby-bourne
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-terrapin
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-terrapin.git
Homepage: https://github.com/thoughtbot/terrapin
Rules-Requires-Root: no
XS-Ruby-Versions: all

Package: ruby-terrapin
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-climate-control (<< 1.0),
         ruby-climate-control,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Run shell commands safely, even with user-supplied values
 Apart from the basic, normal stuff, you can use nterpolated arguments. It also
 prevents attempts at being bad.
 .
 You can also see what's getting run. The 'Command' part it logs is in green
 for visibility!
 .
 Terrapin will only shell-escape what is passed in as interpolations to the run
 method. It WILL NOT escape what is passed in to the second argument of new.
 Terrapin assumes that you will not be manually passing user-generated data to
 that argument and will be using it as a template for your command line's
 structure.