Files
netlinkrb/debian/control

19 lines
697 B
Plaintext
Raw Normal View History

2011-05-12 17:48:55 +01:00
Source: linux-netlink-ruby
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
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.