From f160308a81fe75105056406063a53bfd3af79e1f Mon Sep 17 00:00:00 2001 From: mbloch Date: Thu, 30 Jun 2011 17:57:27 +0100 Subject: [PATCH] Fixed dependencies to include gcc (mutter). --- .hgignore | 4 ++++ debian/changelog | 6 ++++++ debian/control | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..fd97206 --- /dev/null +++ b/.hgignore @@ -0,0 +1,4 @@ +^debian/liblinux-netlink-ruby +~$ +^.config-liblinux-netlink-ruby +^debian/files$ diff --git a/debian/changelog b/debian/changelog index cdf15eb..7a68031 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux-netlink-ruby (0.10-2) unstable; urgency=low + + * Added NlSocket.open and scope handling. + + -- Matthew Bloch Wed, 18 May 2011 15:27:00 +0100 + linux-netlink-ruby (0.10-1) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index f03e16b..1ca47f3 100644 --- a/debian/control +++ b/debian/control @@ -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