File: control

package info (click to toggle)
ruby-spring-watcher-listen 2.0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 116 kB
  • sloc: ruby: 121; makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,474 bytes parent folder | download | duplicates (2)
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
Source: ruby-spring-watcher-listen
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>,
 Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake,
               ruby-listen (<< 4.0),
               ruby-listen (>= 2.7),
               ruby-spring (<< 3.0),
               ruby-spring (>= 1.2),
               ruby-activesupport
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-spring-watcher-listen.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-spring-watcher-listen
Homepage: https://github.com/jonleighton/spring-watcher-listen
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-spring-watcher-listen
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-listen (<< 4.0),
         ruby-listen (>= 2.7),
         ruby-spring (<< 3.0),
         ruby-spring (>= 1.2),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Makes spring watch files using the listen library
 This library makes Spring watch the filesystem for changes using Listen rather
 than by polling the filesystem.
 .
 On larger projects this means spring will be more responsive, more accurate
 and use less cpu on local filesystems.
 .
 NFS, shared VM folders and user file systems will still need polling.