Hi,
attached is a patch, that updates the packaging from svn for upstream
version 4.7.
Cheers,
Julian
>From 3e75343efc415c32c45dbed736b68677051c943f Mon Sep 17 00:00:00 2001
From: Julian Wollrath <jwollr...@web.de>
Date: Sat, 9 Jul 2016 11:13:21 +0200
Subject: [PATCH] New upstream release
---
debian/changelog | 9 +++++++--
debian/patches/append-cppflags.patch | 6 +++---
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3f440289291c..c29db693dd31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,17 @@
-iw (4.3-1) UNRELEASED; urgency=medium
+iw (4.7-1) unstable; urgency=medium
+ [ Stefan Lippers-Hollmann ]
* NOT RELEASED YET
* New upstream release:
- refresh patches.
- make sure to use /run/netns directly, rather than using the indirection
via /var/run/.
- -- Stefan Lippers-Hollmann <s....@gmx.de> Wed, 16 Dec 2015 05:55:28 +0100
+ [ Julian Wollrath ]
+ * New upstream release
+ * Unfuzz debian/patches/append-cppflags.patch
+
+ -- Julian Wollrath <jwollr...@web.de> Sat, 09 Jul 2016 11:09:53 +0200
iw (3.17-1) unstable; urgency=medium
diff --git a/debian/patches/append-cppflags.patch b/debian/patches/append-cppflags.patch
index 9a45d5fc0df6..d53a7eaaf576 100644
--- a/debian/patches/append-cppflags.patch
+++ b/debian/patches/append-cppflags.patch
@@ -3,9 +3,9 @@ Author: Kel Modderman <k...@otaku42.de>
---
--- a/Makefile
+++ b/Makefile
-@@ -12,6 +12,10 @@ CC ?= "gcc"
- CFLAGS ?= -O2 -g
- CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration
+@@ -13,6 +13,10 @@ CFLAGS ?= -O2 -g
+ CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common \
+ -Werror-implicit-function-declaration -Wsign-compare
+ifneq ($(CPPFLAGS),)
+CFLAGS += $(CPPFLAGS)
--
2.8.1