From: Alexandre Derumier Date: Tue, 15 Sep 2015 11:35:20 +0000 (+0200) Subject: iproute2 : fix patches not applying X-Git-Url: https://git.proxmox.com/?p=iproute2.git;a=commitdiff_plain;h=4efe6c9b74780b35dfd1d18be53297c9bd311a19 iproute2 : fix patches not applying Signed-off-by: Alexandre Derumier --- diff --git a/debian/patches/netlink-buffer.patch b/debian/patches/netlink-buffer.patch index 6f2050d..3287841 100644 --- a/debian/patches/netlink-buffer.patch +++ b/debian/patches/netlink-buffer.patch @@ -2,8 +2,8 @@ Description: Increase buffer to handle 4096 vlans iproute2 (4.1.1-1) unstable; urgency=medium Author: Alexandre Derumier ---- iproute2-4.1.1.orig/lib/libnetlink.c -+++ iproute2-4.1.1/lib/libnetlink.c +--- a/lib/libnetlink.c ++++ b/lib/libnetlink.c @@ -198,7 +198,7 @@ int rtnl_dump_filter_l(struct rtnl_handl .msg_iov = &iov, .msg_iovlen = 1, diff --git a/debian/rules b/debian/rules index f4e3428..4215d0a 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ else endif %: - dh $@ + dh $@ --with=quilt override_dh_clean: dh_clean