ruby-dbus 0.16.0-1 source package in Ubuntu

Changelog

ruby-dbus (0.16.0-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * 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 standards version to 4.4.1, no changes needed.

  [ Utkarsh Gupta ]
  * New upstream version 0.16.0
  * Fix package wrt cme
  * Add myself as an uploader
  * Disable tests as packaging gem is not packaged
  * Add Rules-Requires-Root: no

 -- Utkarsh Gupta <email address hidden>  Mon, 18 May 2020 08:01:10 +0530

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
Jammy release universe ruby

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-dbus_0.16.0-1.dsc 2.0 KiB e894554cefdb2fa92b28cbec56c28bfc83f16ec71a6efb13808f64402d9063e2
ruby-dbus_0.16.0.orig.tar.gz 68.8 KiB b964351116d5fa320501b98b5c9d3a7c846ecb5274530ef3c2a175b6bc8631d9
ruby-dbus_0.16.0-1.debian.tar.xz 4.1 KiB 86962c2f25177aed6bcf49671ad06514f793e88aa6bb9503b3c94605594d0124

Available diffs

No changes file available.

Binary packages built by this source

ruby-dbus: Ruby module for interaction with D-Bus

 This module allows Ruby programs to interface with the D-Bus message
 bus installed on newer Unix operating systems.
 .
 Ruby D-Bus currently supports the following features:
   * Connecting to local buses.
   * Accessing remote services, objects and interfaces.
   * Invoking methods on remote objects synchronously and asynchronously.
   * Catch signals on remote objects and handle them via callbacks.
   * Remote object introspection.
   * Walking object trees.
   * Creating services and registering them on the bus.
   * Exporting objects with interfaces on a bus for remote use.
   * Rubyish D-Bus object and interface syntax support that automatically
     allows for introspection.
   * Emitting signals on exported objects.