From 9c7e3a1a96de82453fbafeb53178ef01dbbf90c8 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 5 Jul 2013 13:59:40 +0100 Subject: [PATCH 1/4] Updated hgignore for squeeze packages --- .hgignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index fd97206..314bd84 100644 --- a/.hgignore +++ b/.hgignore @@ -1,4 +1,6 @@ -^debian/liblinux-netlink-ruby +^debian/liblinux-netlink-ruby(1.8|1.9.1)?$ ~$ ^.config-liblinux-netlink-ruby ^debian/files$ +^debian/.*\.substvars$ +^debian/.*\.debhelper.log$ From eeb55fa10377c72b8747e669f75522739bc2a4e0 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 5 Jul 2013 14:02:25 +0100 Subject: [PATCH 2/4] Added tag 0.11-1+squeeze1 for changeset 6993fdccebef From 7195d7b24e1cd6280a9521f2a6d362b22ca58fad Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 16 Jul 2013 16:36:19 +0100 Subject: [PATCH 3/4] arse --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1516e7c..3970677 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -linux-netlink-ruby (0.11-1+squeeze1) oldstable; urgency=low +linux-netlink-ruby (0.12-1+squeeze1) oldstable; urgency=low * New upstream version. From e27f54116ef5b2c9015db9af0c28eaaa411513b0 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 16 Jul 2013 16:28:40 +0100 Subject: [PATCH 4/4] Foo --- netlinkrb.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlinkrb.gemspec b/netlinkrb.gemspec index a9f0ef7..cdf2135 100644 --- a/netlinkrb.gemspec +++ b/netlinkrb.gemspec @@ -5,9 +5,9 @@ $:.unshift lib unless $:.include? lib Gem::Specification.new do |s| s.name = "netlinkrb" - s.version = "0.11" + s.version = "0.12" s.platform = Gem::Platform::RUBY - s.authors = ["Brian Candler", "Patrick Cherry", "Alex Young"] + s.authors = ["Brian Candler", "Matthew Bloch", "Patrick Cherry", "Alex Young"] s.email = ["matthew@bytemark.co.uk"] s.summary = "Interface to Linux' Netlink API" s.description = "Ruby native interface to the Netlink API which avoids shelling out to command-line tools as much as possible."