2013-07-05 14:23:49 +01:00
|
|
|
Source: ruby-linux-netlink
|
2011-05-12 17:48:55 +01:00
|
|
|
Maintainer: Matthew Bloch <matthew@bytemark.co.uk>
|
|
|
|
Uploaders: Patrick J Cherry <patrick@bytemark.co.uk>
|
|
|
|
Section: ruby
|
|
|
|
Priority: optional
|
2013-07-05 13:58:07 +01:00
|
|
|
Build-Depends: debhelper (>= 7), gem2deb, rake, ruby-ffi
|
2011-05-12 17:48:55 +01:00
|
|
|
Standards-Version: 3.8.0
|
2013-07-05 13:58:07 +01:00
|
|
|
XS-Ruby-Versions: all
|
2011-05-12 17:48:55 +01:00
|
|
|
|
2013-07-05 13:58:07 +01:00
|
|
|
Package: ruby-linux-netlink
|
2012-01-24 15:59:30 +00:00
|
|
|
Architecture: any
|
2013-07-05 13:58:07 +01:00
|
|
|
Depends: ruby | ruby-interpreter, ruby-ffi, ${misc:Depends}
|
|
|
|
Provides: liblinux-netlink-ruby1.8, liblinux-netlink-ruby1.9.1
|
|
|
|
XB-Ruby-Versions: ${ruby:Versions}
|
|
|
|
Description: Netlink socket library for Ruby
|
2011-05-12 17:48:55 +01:00
|
|
|
This library provides an API for using a Linux Netlink socket, for doing
|
|
|
|
things like manipulating IP interfaces and routes programmatically, and
|
|
|
|
capturing packets from ULOG.
|