Dear maintainer,

I've prepared an NMU for moon-lander (versioned as 1.0-4.1). The diff is
attached to this message.

Regards.
diff -u moon-lander-1.0/debian/changelog moon-lander-1.0/debian/changelog
--- moon-lander-1.0/debian/changelog
+++ moon-lander-1.0/debian/changelog
@@ -1,3 +1,12 @@
+moon-lander (1:1.0-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with binutils-gold", added missing link to libm 
+    (Thanks to Paul Merrill ) (Closes: #555753)
+  * Urgency set to medium, rc Bug fix
+
+ -- Meike Reichle <me...@debian.org>  Sat, 03 Dec 2011 11:44:55 +0100
+
 moon-lander (1:1.0-4) unstable; urgency=low
 
   * Add remaining fuel to score, closes: #347240.
diff -u moon-lander-1.0/Makefile moon-lander-1.0/Makefile
--- moon-lander-1.0/Makefile
+++ moon-lander-1.0/Makefile
@@ -2,7 +2,7 @@
 CFLAGS+=-Wall `sdl-config --cflags` 
 CC=gcc
 
-LIBS=SDL_image `sdl-config --libs`
+LIBS=SDL_image `sdl-config --libs` -lm
 
 C_FILES=moon_lander.c game_lib.c DT_drawtext.c
 OBJ_FILES=moon_lander.o game_lib.o DT_drawtext.o 

Reply via email to