File: control

package info (click to toggle)
ruby-guard 2.18.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,344 kB
  • sloc: ruby: 9,256; makefile: 6
file content (43 lines) | stat: -rw-r--r-- 1,577 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
43
Source: ruby-guard
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               pry (>= 0.13.0),
               rake,
               ruby,
               ruby-formatador,
               ruby-listen (<< 4.0),
               ruby-lumberjack,
               ruby-nenv,
               ruby-notiffany,
               ruby-rspec,
               ruby-shellany,
               ruby-thor
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-guard
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-guard.git
Homepage: https://github.com/guard/guard
Rules-Requires-Root: no

Package: ruby-guard
Architecture: all
Depends: ruby:any,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Commandline to easily handle events on file system modifications
 Guard automates various tasks by running custom rules whenever file or
 directories are modified.
 It's frequently used by software developers, web designers, writers and other
 specialists to avoid mundane, repetitive actions and commands such as
 "relaunching" tools after changing source files or configurations.
 .
 Features:
  * File system changes handled by awesome Listen gem.
  * Support for visual system notifications.
  * Huge eco-system with more than 220 Guard plugins.
  * Tested against Ruby 2.2.8, 2.3.5, 2.4.2, JRuby & Rubinius.