Removed need for gcc as a dependency for debian packages.

This commit is contained in:
Patrick J Cherry
2012-01-24 15:59:30 +00:00
parent f0775b2a9e
commit 888f9f5156
5 changed files with 47 additions and 7 deletions

7
debian/changelog vendored
View File

@@ -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.