Removed need for gcc as a dependency for debian packages.
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
linux-netlink-ruby (0.10-4) unstable; urgency=low
|
||||
|
||||
* Removed dependency on gcc, in favour of having arch-dependent packages
|
||||
which rely on build-time ascertation of sizeof size_t.
|
||||
|
||||
-- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 24 Jan 2012 15:56:46 +0000
|
||||
|
||||
linux-netlink-ruby (0.10-3) unstable; urgency=low
|
||||
|
||||
* Updated version number to cover the previous changes.
|
||||
|
10
debian/control
vendored
10
debian/control
vendored
@@ -3,7 +3,7 @@ Maintainer: Matthew Bloch <matthew@bytemark.co.uk>
|
||||
Uploaders: Patrick J Cherry <patrick@bytemark.co.uk>
|
||||
Section: ruby
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 7), cdbs, ruby1.8, ruby1.9.1, ruby-pkg-tools
|
||||
Build-Depends: debhelper (>= 7), cdbs, ruby1.8, ruby1.9.1, ruby-pkg-tools, rake
|
||||
Standards-Version: 3.8.0
|
||||
|
||||
Package: liblinux-netlink-ruby
|
||||
@@ -17,8 +17,8 @@ Description: Netlink socket library for Ruby
|
||||
This is the metapackage for all versions of Ruby.
|
||||
|
||||
Package: liblinux-netlink-ruby1.8
|
||||
Architecture: all
|
||||
Depends: ruby1.8 (>= 1.8.7), libffi-ruby1.8, gcc, ${misc:Depends}
|
||||
Architecture: any
|
||||
Depends: ruby1.8 (>= 1.8.7), libffi-ruby1.8, ${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
|
||||
@@ -28,8 +28,8 @@ Description: Netlink socket library for Ruby 1.8
|
||||
|
||||
|
||||
Package: liblinux-netlink-ruby1.9.1
|
||||
Architecture: all
|
||||
Depends: ruby1.9.1, libffi-ruby1.9.1, gcc, ${misc:Depends}
|
||||
Architecture: any
|
||||
Depends: ruby1.9.1, libffi-ruby1.9.1, ${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
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@@ -4,3 +4,8 @@
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
|
||||
|
||||
makebuilddir::
|
||||
rake lib/linux/c_struct_sizeof_size_t.rb
|
||||
|
||||
clean::
|
||||
rake clean
|
||||
|
Reference in New Issue
Block a user