ruby-sigar 0.7.3-3 source package in Ubuntu

Changelog

ruby-sigar (0.7.3-3) unstable; urgency=medium

  * Team upload.
  * d/compat: Remove file.
  * d/control: Add Rules-Requires-Root field.
    (Build-Depends): Add libtirpc-dev. Use debhelper-compat.
    (Standards-Version): Bump to 4.6.0.
    (Depends): Add ${ruby:Depends}.
  * d/patches/996387-fix-ftbfs-missing-rpc-header.patch: Add patch.
    - Use libtirpc-dev to provide rpc/rpc.h and others after libc6-dev stopped
      shipping them (closes: #996387).
  * d/patches/*: Refresh patches and add DEP-3 headers.
  * d/patches/series: Enable new patch.

 -- Daniel Leidert <email address hidden>  Mon, 01 Nov 2021 17:47:46 +0100

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-sigar_0.7.3-3.dsc 1.9 KiB 4e66cb350dc54e21fdc020b51fefe5f511f1bf1933179ccc9d37e6e6ce6b72e2
ruby-sigar_0.7.3.orig.tar.gz 197.9 KiB 7ec10ccee8eb79f679edf79e49cbd3d31e24d3757cf5a4d8c038e014d29fa329
ruby-sigar_0.7.3-3.debian.tar.xz 5.3 KiB a57104a27a5313de8e4f8710c0af903847bf7677f79a15ac9e1bc363df3156f4

No changes file available.

Binary packages built by this source

ruby-sigar: System Information Gatherer And Reporter

 One API to access system information regardless of the underlying platform
 .
 Hyperic's System Information Gatherer (SIGAR) is a cross-platform API for
 collecting software inventory data. SIGAR is core of HQ's auto-discovery
 functionality, and you can use it to extend auto-discovery behavior.
 .
 SIGAR includes support for Linux, FreeBSD, Windows, Solaris, AIX, HP-UX and
 Mac OSX across a variety of versions and architectures. Users of the SIGAR
 API are given portable access to inventory and monitoring data including:
 .
  * System memory, swap, cpu, load average, uptime, logins
  * Per-process memory, cpu, credential info, state, arguments, environment,
    open files
  * File system detection and metrics
  * Network interface detection, configuration information and metrics
  * Network route and connection tables
 .
 This is ruby binding for the core API, which is implemented in pure C.

ruby-sigar-dbgsym: debug symbols for ruby-sigar