On Tue, 2005-09-20 at 12:06 +0200, Łukasz Jachowicz wrote:
> Dnia 16-09-2005, pią o godzinie 16:39 -0600, dann frazier napisał(a):
> > As this bug has been open for a number of months without a response from the
> > maintainer, I plan to NMU this package in 1 week (or sooner, at the
> > maintainer's request).
> Feel free to do so. I won't be able to do it before the beginning of
> October.

Thanks Łukasz.  Since you approve, I'll upload a 0-day NMU with the
following patch.

diff -urN gnurobbo-0.57.1.orig/debian/changelog gnurobbo-0.57.1/debian/changelog
--- gnurobbo-0.57.1.orig/debian/changelog       2005-09-20 09:02:39.000000000 
-0600
+++ gnurobbo-0.57.1/debian/changelog    2005-09-20 09:02:09.000000000 -0600
@@ -1,3 +1,11 @@
+gnurobbo (0.57.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add a missing include directive to game.c to avoid an implicitly
+    converted pointer on some 64-bit architectures.  Closes: #308264
+
+ -- dann frazier <[EMAIL PROTECTED]>  Tue, 20 Sep 2005 09:00:51 -0600
+
 gnurobbo (0.57.1-1) unstable; urgency=low
 
   * Replaced proprietary font with free Vera (Closes: #298955)
diff -urN gnurobbo-0.57.1.orig/game.c gnurobbo-0.57.1/game.c
--- gnurobbo-0.57.1.orig/game.c 2002-11-15 15:42:36.000000000 -0700
+++ gnurobbo-0.57.1/game.c      2005-09-20 09:02:19.000000000 -0600
@@ -20,6 +20,7 @@
  *  Boston, MA 02111-1307, USA.
  *
  */
+#include <stdlib.h>
 #include "game.h"
 #include "time.h"      /* for random data */
 

-- 
dann frazier <[EMAIL PROTECTED]>


Reply via email to