ruby-posix-spawn 0.3.13-3 source package in Ubuntu

Changelog

ruby-posix-spawn (0.3.13-3) unstable; urgency=medium

  * Team upload.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Sruthi Chandran ]
  * Update minimum version of gem2deb to 1.0

  [ Pirate Praveen ]
  * Move debian/watch to gemwatch.debian.net
  * Bump Standards-Version to 4.5.0 (no changes needed)
  * Add Testsuite: autopkgtest-pkg-ruby

 -- Pirate Praveen <email address hidden>  Thu, 16 Jul 2020 17:50:51 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-posix-spawn_0.3.13-3.dsc 2.1 KiB 00262ce182aacbd3c81cdbf4c342511bab7822d7d2b35f684217b702789d4a53
ruby-posix-spawn_0.3.13.orig.tar.gz 24.0 KiB ae216bbd1f915c63fb1a00bbe483d0c343e5b822f305fcd0c958bc0c03782321
ruby-posix-spawn_0.3.13-3.debian.tar.xz 4.7 KiB e09af05f861e8ee34906b484aed5562ac08f209fdae404abe6a6d6478683f755

No changes file available.

Binary packages built by this source

ruby-posix-spawn: Ruby Implementation of posix_spawn(2) for faster process spawning

 The posix-spawn library aims to implement a subset of the Ruby 1.9
 `Process::spawn` interface in a way that takes advantage of fast
 process spawning interfaces when available and provides sane fallbacks
 on systems that do not.
 .
 `fork(2)` calls slow down as the parent process uses more memory due to
 the need to copy page tables. In many common uses of fork(), where it
 is followed by one of the exec family of functions to spawn child
 processes (`Kernel#system`,`IO::popen`, `Process::spawn`, etc.), it's
 possible to remove this overhead by using the use of special process
 spawning interfaces (`posix_spawn()`, `vfork()`, etc.)

ruby-posix-spawn-dbgsym: debug symbols for ruby-posix-spawn