Bug#816457: [pkg-wpa-devel] Bug#816457: iw: diff for NMU version 4.7-0.1

2016-10-14 Thread Andrew Shadura
On 14 October 2016 at 15:58, Laurent Bigonville  wrote:
>
> Control: tags 816457 + pending
>
> Dear maintainer,
>
> I've prepared an NMU for iw (versioned as 4.7-0.1) and
> uploaded it to DELAYED/15. Please feel free to tell me if I
> should delay it longer.

Have you also used the changes from the VCS? (I haven’t checked.)

> I've included the diff only from the debian/ directory
>
> Regards.
> diff -Nru iw-3.17/debian/changelog iw-4.7/debian/changelog
> --- iw-3.17/debian/changelog2014-10-14 20:43:15.0 +0200
> +++ iw-4.7/debian/changelog 2016-10-14 14:55:37.0 +0200
> @@ -1,3 +1,18 @@
> +iw (4.7-0.1) unstable; urgency=low
> +
> +  * Non-maintainer upload.
> +  [ Stefan Lippers-Hollmann ]
> +  * New upstream release:
> +- refresh patches.
> +- make sure to use /run/netns directly, rather than using the indirection
> +  via /var/run/.
> +
> +  [ Laurent Bigonville ]
> +  * New upstream release 4.7 (Closes: #816457)
> +- refresh patches.
> +
> + -- Laurent Bigonville   Fri, 14 Oct 2016 14:55:37 +0200
> +
>  iw (3.17-1) unstable; urgency=medium
>
>* New upstream release.
> diff -Nru iw-3.17/debian/patches/append-cppflags.patch 
> iw-4.7/debian/patches/append-cppflags.patch
> --- iw-3.17/debian/patches/append-cppflags.patch2013-05-03 
> 20:41:07.0 +0200
> +++ iw-4.7/debian/patches/append-cppflags.patch 2016-10-14 14:34:33.0 
> +0200
> @@ -3,14 +3,14 @@
>  ---
>  --- 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)
>  +endif
>  +
>   OBJS = iw.o genl.o event.o info.o phy.o \
> -   interface.o ibss.o station.o survey.o util.o \
> -   mesh.o mpath.o scan.o reg.o version.o \
> +   interface.o ibss.o station.o survey.o util.o ocb.o \
> +   mesh.o mpath.o mpp.o scan.o reg.o version.o \
> diff -Nru iw-3.17/debian/rules iw-4.7/debian/rules
> --- iw-3.17/debian/rules2013-12-31 02:14:25.0 +0100
> +++ iw-4.7/debian/rules 2016-10-14 14:29:53.0 +0200
> @@ -3,6 +3,9 @@
>  export DEB_BUILD_MAINT_OPTIONS=hardening=+all
>  include /usr/share/dpkg/buildflags.mk
>
> +DEB_CFLAGS_MAINT_APPEND += -DNETNS_RUN_DIR=\"/run/netns\"
> +export DEB_CFLAGS_MAINT_APPEND
> +
>  SBINDIR = /sbin
>  V   = 1
>
>
> ___
> Pkg-wpa-devel mailing list
> pkg-wpa-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wpa-devel




-- 
Cheers,
  Andrew



Bug#816457: [pkg-wpa-devel] Bug#816457: iw: diff for NMU version 4.7-0.1

2016-10-14 Thread Laurent Bigonville

Le 14/10/16 à 16:04, Andrew Shadura a écrit :

On 14 October 2016 at 15:58, Laurent Bigonville  wrote:

Control: tags 816457 + pending

Dear maintainer,

I've prepared an NMU for iw (versioned as 4.7-0.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer.

Have you also used the changes from the VCS? (I haven’t checked.)


Yes, I've included the changes from Stefan Lippers-Hollmann from svn




I've included the diff only from the debian/ directory

Regards.
diff -Nru iw-3.17/debian/changelog iw-4.7/debian/changelog
--- iw-3.17/debian/changelog2014-10-14 20:43:15.0 +0200
+++ iw-4.7/debian/changelog 2016-10-14 14:55:37.0 +0200
@@ -1,3 +1,18 @@
+iw (4.7-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  [ Stefan Lippers-Hollmann ]
+  * New upstream release:
+- refresh patches.
+- make sure to use /run/netns directly, rather than using the indirection
+  via /var/run/.
+
+  [ Laurent Bigonville ]
+  * New upstream release 4.7 (Closes: #816457)
+- refresh patches.
+
+ -- Laurent Bigonville   Fri, 14 Oct 2016 14:55:37 +0200
+
  iw (3.17-1) unstable; urgency=medium

* New upstream release.
diff -Nru iw-3.17/debian/patches/append-cppflags.patch 
iw-4.7/debian/patches/append-cppflags.patch
--- iw-3.17/debian/patches/append-cppflags.patch2013-05-03 
20:41:07.0 +0200
+++ iw-4.7/debian/patches/append-cppflags.patch 2016-10-14 14:34:33.0 
+0200
@@ -3,14 +3,14 @@
  ---
  --- 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)
  +endif
  +
   OBJS = iw.o genl.o event.o info.o phy.o \
-   interface.o ibss.o station.o survey.o util.o \
-   mesh.o mpath.o scan.o reg.o version.o \
+   interface.o ibss.o station.o survey.o util.o ocb.o \
+   mesh.o mpath.o mpp.o scan.o reg.o version.o \
diff -Nru iw-3.17/debian/rules iw-4.7/debian/rules
--- iw-3.17/debian/rules2013-12-31 02:14:25.0 +0100
+++ iw-4.7/debian/rules 2016-10-14 14:29:53.0 +0200
@@ -3,6 +3,9 @@
  export DEB_BUILD_MAINT_OPTIONS=hardening=+all
  include /usr/share/dpkg/buildflags.mk

+DEB_CFLAGS_MAINT_APPEND += -DNETNS_RUN_DIR=\"/run/netns\"
+export DEB_CFLAGS_MAINT_APPEND
+
  SBINDIR = /sbin
  V   = 1


___
Pkg-wpa-devel mailing list
pkg-wpa-de...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wpa-devel