Fixed dependencies to include gcc (mutter).
This commit is contained in:
4
.hgignore
Normal file
4
.hgignore
Normal file
@@ -0,0 +1,4 @@
|
||||
^debian/liblinux-netlink-ruby
|
||||
~$
|
||||
^.config-liblinux-netlink-ruby
|
||||
^debian/files$
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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
4
debian/control
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user