ruby-celluloid 0.18.0-1 source package in Ubuntu

Changelog

ruby-celluloid (0.18.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Drops deprecated Object#timeout call (closes: #1019614).

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on debhelper and ruby-timers.
    + ruby-celluloid: Drop versioned constraint on ruby-timers in Depends.

  [ Daniel Leidert ]
  * d/clean: Add file.
  * d/compat: Drop old compat file.
  * d/control: Add Rules-Requires-Root field.
    (Build-Depends): Change to dh-compat v13.
    (Standards-Version): Bump to 4.6.2.
    (Testsuite): Keep tests disabled.
    (Depends): Drop interpreter and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Update years.
  * d/ruby-celluloid.docs: Add REFACTOR.md.
  * d/ruby-celluloid.examples: Install examples.
  * d/ruby-tests.rake: Minor updates. Only run tests during build.
  * d/rules: Drop obsolete DH_RUBY_IGNORE_TESTS.
    (DH_RUBY): Use gem installation layout.
    (override_dh_clean): Drop in favor of d/clean.
    (override_dh_installchangelogs): Install upstream changelog.
  * d/patches/0003-replace-Fixnum-with-Integer.patch: Drop patch.
    - Upstream applied a fix of their own.
  * d/patches/remove-rubygems-bundler-coveralls.patch: Ditto.
    - Upstream removed the bundler requirement.
  * d/patches/series: Remove dropped patches.
  * d/upstream/metadata: Add Archive field.

 -- Daniel Leidert <email address hidden>  Thu, 09 Feb 2023 18:33:28 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-celluloid_0.18.0-1.dsc 2.1 KiB 94a31972b0fefc0716f24ed48238b37244c08165aba6df810a0bf443996c37a1
ruby-celluloid_0.18.0.orig.tar.gz 80.9 KiB 1854374f6c33f56e2225fc9bdd371bdf73f6d7183f7f52bc7c8bf48ee56e0b12
ruby-celluloid_0.18.0-1.debian.tar.xz 4.0 KiB 31e5d4dcaa5a2f71bff02fd2c0f9161b229b2226e3034967728d551f80be97d2

No changes file available.

Binary packages built by this source

ruby-celluloid: actor-based concurrent object framework for ruby

 Celluloid provides a simple and natural way to build fault-tolerant concurrent
 programs in Ruby.
 .
 Celluloid enables people to build concurrent programs out of concurrent objects
 just as easily as they build sequential programs out of sequential objects.
 .
 Recommended for any developer, including novices, Celluloid should help ease
 your worries about building multithreaded Ruby programs.