File: control

package info (click to toggle)
ruby-clockwork 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: ruby: 1,638; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,405 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
Source: ruby-clockwork
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>,
           Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               ruby,
               ruby-activesupport,
               ruby-daemons,
               ruby-minitest,
               ruby-mocha,
               ruby-tzinfo
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-clockwork.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-clockwork
Homepage: https://github.com/Rykian/clockwork
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-clockwork
Architecture: all
Depends: ruby,
         ruby-activesupport,
         ruby-tzinfo,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: scheduler process to replace cron
 Clockwork is a cron replacement.  It runs as a lightweight,
 long-running Ruby process which sits alongside your web processes
 (Mongrel/Thin) and your worker processes (DJ/Resque/Minion/Stalker)
 to schedule recurring work at particular times or dates.
 .
 For example, refreshing feeds on an hourly basis, or send reminder
 emails on a nightly basis, or generating invoices once a month on the
 1st.