ruby-foreman 0.87.2-2 source package in Ubuntu

Changelog

ruby-foreman (0.87.2-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
  * Remove constraints unnecessary since buster (oldstable)
  * Set upstream metadata fields: Repository.

  [ Lucas Kanashiro ]
  * d/ruby-tests.rake: set TERM to xterm before running tests.

 -- Lucas Kanashiro <email address hidden>  Wed, 05 Apr 2023 15:58:47 -0300

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-foreman_0.87.2-2.dsc 2.1 KiB 78f03d8d2546c598e02ad73aea7e0ce2c6609f92abbe5cc73802fd7b56c1855b
ruby-foreman_0.87.2.orig.tar.gz 71.9 KiB 57bd9878f6bdf21ff049addc3e1be57db95902bfd637cdc20103e88cad7aac0a
ruby-foreman_0.87.2-2.debian.tar.xz 5.7 KiB 2679ec005f80f46f06d80351720bb1593905e7e7e0a21e8c83478ad360af90f9

Available diffs

No changes file available.

Binary packages built by this source

ruby-foreman: Process manager for applications with multiple components

 Foreman is a process manager commonly used during development of
 multi-component applications. For production, it allows allow you to either
 run your application directly or export it to some other process management
 format (i.e. init system service files).
 .
 Foreman uses a file called Procfile, which is the same mechanism for declaring
 what commands are run by your application’s dynos on the Heroku platform. It
 follows the process model. You can use a Procfile to declare various process
 types, such as multiple types of workers, a singleton process like a clock, or
 a consumer of the Twitter streaming API.