File: control

package info (click to toggle)
ruby-rethtool 0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 152 kB
  • ctags: 20
  • sloc: ruby: 167; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ruby-rethtool
Section: ruby
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9), gem2deb, openstack-pkg-tools
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/openstack/ruby-rethtool.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ruby-rethtool.git;a=summary
Homepage: http://theshed.hezmatt.org/rethtool
Testsuite: autopkgtest
XS-Ruby-Versions: all

Package: ruby-rethtool
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Description: partial wrapper around the SIOCETHTOOL ioctl
 Have you ever needed to get at some details about a network interface from
 inside a Ruby script, but got stuck trying to parse the output of ethtool? If
 so, you're one-in-a-million, but at least you don't have to write an ethtool
 parser any more. use Rethtool instead!
 .
 At present, Rethtool only supports a couple of things:
  * Retrieve various details about the interface (link speed, duplex, etc).
  * Determine if the link is currently up or down.
 .
 Adding extra SIOCETHTOOL features is relatively straightforward, thanks to
 cstruct and the base infrastructure already in place.