[DRE-commits] [SCM] ruby-sigar.git branch, master, updated. upstream/0.7.0-4-gb0aeedb

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Jan 4 16:41:18 UTC 2012


The following commit has been merged in the master branch:
commit 3d6be531b4704fc0937151b620030db7fcff9f32
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Jan 4 22:06:38 2012 +0530

    updating control file
    
    - add myself to uploaders
    - uncomment vcs fields
    - update long description

diff --git a/debian/control b/debian/control
index 4c5c0e7..27b6a7e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-sigar
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Praveen Arimbrathodiyil <pravi.a at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-sigar.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-sigar.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-sigar.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-sigar.git;a=summary
 Homepage: http://sigar.hyperic.com/
 XS-Ruby-Versions: all
 
@@ -16,4 +16,21 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Description: System Information Gatherer And Reporter
- 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.git



More information about the Pkg-ruby-extras-commits mailing list