File: control

package info (click to toggle)
ruby-process-daemon 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 192 kB
  • sloc: ruby: 761; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 1,055 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
Source: ruby-process-daemon
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Manas kashyap <manaskashyaptech@gmail.com>
Build-Depends:
 debhelper (>= 11~)
 , gem2deb
 , rake
 , ruby-rainbow (>= 2.0)
 , ruby-rspec
 , ruby-xmlrpc
 , procps
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-process-daemon.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-process-daemon
Homepage: https://github.com/ioquatix/process-daemon
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-process-daemon
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends:
 ruby | ruby-interpreter
 , ruby-rainbow (>= 2.0)
 , ${misc:Depends}
 , ${shlibs:Depends}
Description: Defines the daemon functionality using a Ruby class
 This package provides common functionality like start, stop. It is a stable
 and helpful base class for long running tasks and daemons.
 .
 Provides standard `start`, `stop`, `restart`, `status` operations.