I've uploaded an NMU to the 5-day queue.  You can prevent this package
from hitting unstable by uploading a proper MU within the next 5 days.
Here is the patch used in the NMU.

diff -urN coldfire-0.2.2.orig/debian/changelog coldfire-0.2.2/debian/changelog
--- coldfire-0.2.2.orig/debian/changelog        2005-09-07 19:18:30.000000000 
-0600
+++ coldfire-0.2.2/debian/changelog     2005-09-07 19:15:56.000000000 -0600
@@ -1,3 +1,11 @@
+coldfire (0.2.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add missing include that would otherwise cause a pointer truncation on
+    some 64-bit architectures.
+
+ -- dann frazier <[EMAIL PROTECTED]>  Wed,  7 Sep 2005 19:14:41 -0600
+
 coldfire (0.2.2-2) unstable; urgency=low
 
   * Changed package section from contrib to main.
diff -urN coldfire-0.2.2.orig/run.c coldfire-0.2.2/run.c
--- coldfire-0.2.2.orig/run.c   2004-06-01 13:05:31.000000000 -0600
+++ coldfire-0.2.2/run.c        2005-09-07 19:16:12.000000000 -0600
@@ -6,7 +6,7 @@
 /*                                */
 /**********************************/
 
-
+#include "config.h"
 
 #include <stdio.h>
 #include <stdlib.h>




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

Reply via email to