ruby-process-daemon 1.0.1-3 source package in Ubuntu

Changelog

ruby-process-daemon (1.0.1-3) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update watch file format version to 4.

  [ Cédric Boutillier ]
  * Move debian/watch to gemwatch.debian.net
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Use ${ruby:Depends}
  * Build-depend on ruby-webrick (Closes: #996348)
  * Use gem install layout
  * Rules-Requires-Root: set to no
  * Bump debhelper compatibility level to 13
  * Remove explicit dependency on the ruby interpreter

 -- Cédric Boutillier <email address hidden>  Wed, 17 Nov 2021 10:06:49 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-process-daemon_1.0.1-3.dsc 1.5 KiB 82beb4b9288167ee04ffc6888df248a86e9ce699dd3aa242430e5fe58cae0855
ruby-process-daemon_1.0.1.orig.tar.gz 11.4 KiB 9d11b700afe7f414df32539aec755f840a6eb899dbbb1de6b038f6d5669d78f4
ruby-process-daemon_1.0.1-3.debian.tar.xz 2.7 KiB 0c83bbee5b3fa0b48bdad4047493cf4938c7ad15c440b42bf116fa434154d658

Available diffs

No changes file available.

Binary packages built by this source

ruby-process-daemon: 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.