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.


