Control: tags 777797 + patch
Control: tags 777797 + pending

Dear maintainer,

I've prepared an NMU for bbrun (versioned as 1.6-6.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   
diff -u bbrun-1.6/debian/changelog bbrun-1.6/debian/changelog
--- bbrun-1.6/debian/changelog
+++ bbrun-1.6/debian/changelog
@@ -1,3 +1,11 @@
+bbrun (1.6-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5": add patch to build with "-std=gnu89".
+    (Closes: #777797)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 19 Jul 2015 18:37:49 +0200
+
 bbrun (1.6-6) unstable; urgency=low
 
   * debian/control:
diff -u bbrun-1.6/debian/patches/00list bbrun-1.6/debian/patches/00list
--- bbrun-1.6/debian/patches/00list
+++ bbrun-1.6/debian/patches/00list
@@ -4,0 +5 @@
+05_gcc5-gnu89
only in patch2:
unchanged:
--- bbrun-1.6.orig/debian/patches/05_gcc5-gnu89.dpatch
+++ bbrun-1.6/debian/patches/05_gcc5-gnu89.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_gcc5-gnu89.dpatch by gregor herrmann <gre...@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix build failure with GCC5 by build with "-std=gnu89".
+## DP: cf. #777797
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' bbrun-1.6~/bbrun/Makefile bbrun-1.6/bbrun/Makefile
+--- bbrun-1.6~/bbrun/Makefile	2015-07-19 18:34:28.678473469 +0200
++++ bbrun-1.6/bbrun/Makefile	2015-07-19 18:35:01.110594346 +0200
+@@ -11,7 +11,7 @@
+ all: bbrun
+ 
+ .c.o:
+-	$(CC) -g -c -O2 -Wall $< -o $*.o $(CFLAGS)
++	$(CC) -g -c -O2 -std=gnu89 -Wall $< -o $*.o $(CFLAGS)
+ 
+ bbrun: $(OBJS)
+ 	$(CC) -Wall -g -o bbrun $^ $(LIBDIR) $(LIBS)

Attachment: signature.asc
Description: Digital Signature

Reply via email to