[pve-devel] [PATCH] iproute2 : fix patches not applying
Alexandre Derumier
aderumier at odiso.com
Tue Sep 15 13:35:20 CEST 2015
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
debian/patches/netlink-buffer.patch | 4 ++--
debian/rules | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
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 <aderumier at odiso.com>
---- 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
--
2.1.4
More information about the pve-devel
mailing list