DFSG NEW Queue

DFSG, Licensing & New Packages Team

ruby-async-signals 0.6.0-1

Package Information

DescriptionComposable process signal handling for Ruby

Composable process signal handling for Ruby. Features: - Coordinates process-wide signal traps across multiple consumers. - Supports overlapping signal handlers without replacing each other. - Supports scoped ignore handlers for specific signals. - Provides a no-op signal backend for components that should not install process signal traps. - Restores previous signal traps when handlers are removed. - Resets inherited signal state in forked children on Ruby implementations with `Process._fork`. - Documents thread-safe signal handler design for portable signal delivery.

MaintainerDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Changed BySimon Quigley <tsimonq2@debian.org>
Sponsortsimonq2@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/ruby-team/ruby-async-signals.git (browse)
Trackerhttps://tracker.debian.org/pkg/ruby-async-signals
Uploaded4 hours ago

New Package Report

.changes
DateMon, 29 Jun 2026 18:07:02 -0500
Sourceruby-async-signals
Version0.6.0-1
Changed-BySimon Quigley
Architecturesource all
Distributionunstable
Changelog
ruby-async-signals (0.6.0-1) unstable; urgency=medium
 .
   * Initial release.
.dsc
Priorityoptional
Componentmain
Package-Listruby-async-signals deb ruby optional arch=all
Sectionruby
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: async-signals
Upstream-Contact: https://github.com/socketry/async-signals/issues
Source: https://github.com/socketry/async-signals

Files: *
Copyright: 2026 Samuel Williams
License: Expat

Files: debian/*
Copyright: 2026 Simon Quigley <tsimonq2@debian.org>
License: Expat
Comment: The Debian packaging is licensed under the same terms as the source.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

Back to Dashboard | View all reviews for this package