Control: tags 757525 + patch
Control: tags 757525 + pending

Dear maintainer,

I've prepared an NMU for hardinfo (versioned as 0.5.1-1.5) 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
   `-   NP: Nick Drake: 'Cello Song
diff -u hardinfo-0.5.1/Makefile hardinfo-0.5.1/Makefile
--- hardinfo-0.5.1/Makefile
+++ hardinfo-0.5.1/Makefile
@@ -7,7 +7,7 @@
 LIBDIR = /usr/lib
 
 CCFLAGS = -fPIC -pipe -Wall -g 
-CFLAGS = $(GTK_CFLAGS) $(SOUP_CFLAGS) -I.
+CFLAGS = $(GTK_CFLAGS) $(SOUP_CFLAGS) -I. -std=gnu89
 CC = gcc $(ARCHOPTS) -g
 CCSLOW = gcc -O0 -g
 
diff -u hardinfo-0.5.1/debian/changelog hardinfo-0.5.1/debian/changelog
--- hardinfo-0.5.1/debian/changelog
+++ hardinfo-0.5.1/debian/changelog
@@ -1,3 +1,12 @@
+hardinfo (0.5.1-1.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with clang instead of gcc":
+    patch Makefile* to add "-std=gnu89" to CFLAGS.
+    (Closes: #757525)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 22 Jul 2015 17:51:45 +0200
+
 hardinfo (0.5.1-1.4) unstable; urgency=medium
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- hardinfo-0.5.1.orig/Makefile.in
+++ hardinfo-0.5.1/Makefile.in
@@ -1,6 +1,6 @@
 
 CCFLAGS = -fPIC -pipe -Wall -g 
-CFLAGS = $(GTK_CFLAGS) $(SOUP_CFLAGS) -I.
+CFLAGS = $(GTK_CFLAGS) $(SOUP_CFLAGS) -I. -std=gnu89
 CC = gcc $(ARCHOPTS) -g
 CCSLOW = gcc -O0 -g
 

Attachment: signature.asc
Description: Digital Signature

Reply via email to