Control: tags 777862 + pending

Dear maintainer,

I've prepared an NMU for gbsplay (versioned as 0.0.91-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Cheers
-- 
Sebastian Ramacher
diff -u gbsplay-0.0.91/debian/changelog gbsplay-0.0.91/debian/changelog
--- gbsplay-0.0.91/debian/changelog
+++ gbsplay-0.0.91/debian/changelog
@@ -1,3 +1,11 @@
+gbsplay (0.0.91-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * util.c: Apply patch from Greg Pearson to fix FTBFS with GCC 5. (Closes:
+    #777862)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Sat, 01 Aug 2015 13:00:57 +0200
+
 gbsplay (0.0.91-1) unstable; urgency=low
 
   * New upstream version.
only in patch2:
unchanged:
--- gbsplay-0.0.91.orig/util.c
+++ gbsplay-0.0.91/util.c
@@ -10,7 +10,7 @@
 
 #include <stdlib.h>
 
-inline long rand_long(long max)
+extern inline long rand_long(long max)
 /* return random long from [0;max[ */
 {
 	return (long) (((double)max)*rand()/(RAND_MAX+1.0));

Attachment: signature.asc
Description: Digital signature

Reply via email to