ruby-open4 1.3.4-2 source package in Ubuntu

Changelog

ruby-open4 (1.3.4-2) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + ruby-open4: Add :any qualifier for ruby dependency.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.

  [ Lucas Kanashiro ]
  * d/ruby-open4.docs: created by dh-make-ruby
  * d/ruby-tests.rake: created by dh-make-ruby
  * Add patch to use relative_require in tests
  * Add patch skipping failing tests, needs further invertigation
  * Declare compliance with Debian Policy 4.6.1

 -- Lucas Kanashiro <email address hidden>  Wed, 24 Aug 2022 16:36:30 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-open4_1.3.4-2.dsc 1.9 KiB 9d158b8a75732278b56673e2f7d5eb6ae241ba759a69e1d1e9ad58665855be7c
ruby-open4_1.3.4.orig.tar.gz 15.8 KiB c53ca942b41cd47ab36dfc960e07a8e08ada52115d5d913988c83b01c572df32
ruby-open4_1.3.4-2.debian.tar.xz 4.7 KiB aacb4e208c7e88b9870d2ca4d2ed0878088f31ce7928281922ce96cd2e25cd1d

Available diffs

No changes file available.

Binary packages built by this source

ruby-open4: library for managing child processes in Ruby

 Open4 lets you open child process with handles on pid, stdin, stdout, and
 stderr: manage child processes and their I/O handles easily.