Control: tags 777881 + pending

Dear maintainer,

I've prepared an NMU for gngb (versioned as 20060309-3.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: Bettina Wegner: Lied für meine verlassenen Freunde
diff -u gngb-20060309/debian/changelog gngb-20060309/debian/changelog
--- gngb-20060309/debian/changelog
+++ gngb-20060309/debian/changelog
@@ -1,3 +1,12 @@
+gngb (20060309-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5": add patch from Greg Pearson: changed semantics of
+    inline keyword.
+    (Closes: #777881)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 18 Jul 2015 19:01:39 +0200
+
 gngb (20060309-3) unstable; urgency=low
 
   * debian/control:
reverted:
--- gngb-20060309/.pc/.version
+++ gngb-20060309.orig/.pc/.version
@@ -1 +0,0 @@
-2
only in patch2:
unchanged:
--- gngb-20060309.orig/debian/patches/gngb_fcc5_fix.patch
+++ gngb-20060309/debian/patches/gngb_fcc5_fix.patch
@@ -0,0 +1,23 @@
+--- a/src/cpu.c	2015-07-07 17:13:40.761787869 +0000
++++ b/src/cpu.c	2015-07-07 17:19:41.433800469 +0000
+@@ -2826,7 +2826,7 @@
+   }
+ }
+ 
+-__inline__ void cpu_run(void) {
++extern __inline__ void cpu_run(void) {
+   static Uint32 divid_cycle;
+   int v=0;
+   Uint8 a;
+diff -urN a/src/vram.c b/src/vram.c
+--- a/src/vram.c	2015-07-07 17:15:13.713791116 +0000
++++ b/src/vram.c	2015-07-07 17:19:36.793800306 +0000
+@@ -242,7 +242,7 @@
+   conf.fs^=1;
+ }
+ 
+-__inline__ Uint8 get_nb_spr(void)
++extern __inline__ Uint8 get_nb_spr(void)
+ {
+   Uint8 *sp=oam_space;
+   Sint16 no_tile,x,y,att;

Attachment: signature.asc
Description: Digital Signature

Reply via email to