Fixed dependencies to include gcc (mutter).

This commit is contained in:
mbloch
2011-06-30 17:57:27 +01:00
parent cd58b64499
commit f160308a81
3 changed files with 12 additions and 2 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
linux-netlink-ruby (0.10-2) unstable; urgency=low
* Added NlSocket.open and scope handling.
-- Matthew Bloch <matthew@bytemark.co.uk> Wed, 18 May 2011 15:27:00 +0100
linux-netlink-ruby (0.10-1) unstable; urgency=low
* Initial release.

4
debian/control vendored
View File

@@ -18,7 +18,7 @@ Description: Netlink socket library for Ruby
Package: liblinux-netlink-ruby1.8
Architecture: all
Depends: ruby1.8 (>= 1.8.7), libffi-ruby1.8, ${misc:Depends}
Depends: ruby1.8 (>= 1.8.7), libffi-ruby1.8, gcc, ${misc:Depends}
Description: Netlink socket library for Ruby 1.8
This library provides an API for using a Linux Netlink socket, for doing
things like manipulating IP interfaces and routes programmatically, and
@@ -29,7 +29,7 @@ Description: Netlink socket library for Ruby 1.8
Package: liblinux-netlink-ruby1.9.1
Architecture: all
Depends: ruby1.9.1, libffi-ruby1.9.1, ${misc:Depends}
Depends: ruby1.9.1, libffi-ruby1.9.1, gcc, ${misc:Depends}
Description: Netlink socket library for Ruby 1.9.1
This library provides an API for using a Linux Netlink socket, for doing
things like manipulating IP interfaces and routes programmatically, and