Control: tags 777780 + pending

Dear maintainer,

I've prepared an NMU for asmon (versioned as 0.71-5.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
   `-   NP: Ludwig Hirsch: Asta
diff -u asmon-0.71/debian/changelog asmon-0.71/debian/changelog
--- asmon-0.71/debian/changelog
+++ asmon-0.71/debian/changelog
@@ -1,3 +1,12 @@
+asmon (0.71-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5":
+    apply patch from Martin Michlmayr to use GNU89 inline semantics.
+    (Closes: #777780)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 18 Jul 2015 17:00:10 +0200
+
 asmon (0.71-5) unstable; urgency=low
 
   * Update for recent kernels, (Closes: #639528).  Thanks Andrew Deason.
diff -u asmon-0.71/asmon/Makefile asmon-0.71/asmon/Makefile
--- asmon-0.71/asmon/Makefile
+++ asmon-0.71/asmon/Makefile
@@ -12,7 +12,7 @@
 		../wmgeneral/list.o
 
 .c.o:
-	gcc -c -Wall $(SOLARIS) $< -o $*.o
+	gcc -c -std=gnu89 -Wall $(SOLARIS) $< -o $*.o
 
 asmon: $(OBJS)
 	gcc -o asmon $(OBJS) $(LIBDIR) $(LIBS)

Attachment: signature.asc
Description: Digital Signature

Reply via email to