On Wed, 2005-09-14 at 00:53 +0200, Thimo Neubauer wrote:
> Hi,
> 
> On Tue, Sep 13, 2005 at 11:44:14AM -0600, dann frazier wrote:
> > Because this bug has been opened for 58 days with a patch and without a
> > response, I intend to NMU ace-of-penguins in 1 week (or sooner, at the
> > maintainer's request).
> 
> NMU is ok, I'm currently working on my PhD thesis :-|

Cool; uploaded.  The patch I used is attached.  Good luck with your
thesis!

diff -urN ace-of-penguins-1.2.orig/debian/changelog 
ace-of-penguins-1.2/debian/changelog
--- ace-of-penguins-1.2.orig/debian/changelog   2005-09-13 23:38:23.000000000 
-0600
+++ ace-of-penguins-1.2/debian/changelog        2005-09-13 23:40:51.000000000 
-0600
@@ -1,3 +1,11 @@
+ace-of-penguins (1.2-7.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add some missing includes that will cause returned pointer values to
+    be truncated on certain 64-bit architectures.
+
+ -- dann frazier <[EMAIL PROTECTED]>  Tue, 13 Sep 2005 23:40:09 -0600
+
 ace-of-penguins (1.2-7.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -urN ace-of-penguins-1.2.orig/games/freecell.c 
ace-of-penguins-1.2/games/freecell.c
--- ace-of-penguins-1.2.orig/games/freecell.c   2001-05-05 20:59:27.000000000 
-0600
+++ ace-of-penguins-1.2/games/freecell.c        2005-09-13 23:39:26.000000000 
-0600
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 #include <time.h>
 #include "cards.h"
+#include "imagelib.h"
 
 #define W CARD_WIDTH
 #define H CARD_HEIGHT
diff -urN ace-of-penguins-1.2.orig/games/solitaire.c 
ace-of-penguins-1.2/games/solitaire.c
--- ace-of-penguins-1.2.orig/games/solitaire.c  2005-09-13 23:38:23.000000000 
-0600
+++ ace-of-penguins-1.2/games/solitaire.c       2005-09-13 23:39:26.000000000 
-0600
@@ -19,6 +19,7 @@
 #include <time.h>
 #include <math.h>
 #include "cards.h"
+#include "imagelib.h"
 
 #define W CARD_WIDTH
 #define H CARD_HEIGHT
diff -urN ace-of-penguins-1.2.orig/games/thornq.c 
ace-of-penguins-1.2/games/thornq.c
--- ace-of-penguins-1.2.orig/games/thornq.c     2005-09-13 23:38:23.000000000 
-0600
+++ ace-of-penguins-1.2/games/thornq.c  2005-09-13 23:39:26.000000000 -0600
@@ -19,6 +19,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include "cards.h"
+#include "imagelib.h"
 
 #define W CARD_WIDTH
 #define H CARD_HEIGHT
diff -urN ace-of-penguins-1.2.orig/lib/stack.c ace-of-penguins-1.2/lib/stack.c
--- ace-of-penguins-1.2.orig/lib/stack.c        2001-05-05 21:40:19.000000000 
-0600
+++ ace-of-penguins-1.2/lib/stack.c     2005-09-13 23:39:26.000000000 -0600
@@ -16,6 +16,7 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <unistd.h>




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to