I've uploaded an NMU to DELAYED/7-day using the patch below.  If you
would like to prevent this upload from reaching unstable, you may upload
a proper MU within the next 7-days.

diff -urN owl-2.1.8.orig/debian/changelog owl-2.1.8/debian/changelog
--- owl-2.1.8.orig/debian/changelog     2005-10-11 20:45:50.000000000 -0600
+++ owl-2.1.8/debian/changelog  2005-10-11 20:50:19.000000000 -0600
@@ -1,3 +1,14 @@
+owl (2.1.8-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Include a patch from Andreas Jochens to fix compilation with gcc-4.0.
+    Closes: #287891
+  * Add some prototypes to perlglue.xs to avoid the implicit conversion of
+    return pointers from owl_zephyr_get_realm() & owl_zephyr_get_sender().
+    Closes: #326106
+
+ -- dann frazier <[EMAIL PROTECTED]>  Tue, 11 Oct 2005 20:47:51 -0600
+
 owl (2.1.8-2) unstable; urgency=low
 
   * zcrypt.c: use kerberosIV/des.h, not the openafs one. Closes: #189108.
diff -urN owl-2.1.8.orig/libfaim/rxhandlers.c owl-2.1.8/libfaim/rxhandlers.c
--- owl-2.1.8.orig/libfaim/rxhandlers.c 2004-05-07 17:35:40.000000000 -0600
+++ owl-2.1.8/libfaim/rxhandlers.c      2005-10-11 20:47:46.000000000 -0600
@@ -66,7 +66,7 @@
        }
 
        mod->next = (aim_module_t *)sess->modlistv;
-       (aim_module_t *)sess->modlistv = mod;
+       sess->modlistv = mod;
 
        faimdprintf(sess, 1, "registered module %s (family 0x%04x, version = 
0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, 
mod->version, mod->toolid, mod->toolversion);
 
diff -urN owl-2.1.8.orig/perlglue.xs owl-2.1.8/perlglue.xs
--- owl-2.1.8.orig/perlglue.xs  2004-05-07 17:35:40.000000000 -0600
+++ owl-2.1.8/perlglue.xs       2005-10-11 20:51:26.000000000 -0600
@@ -15,6 +15,8 @@
 extern char *owl_function_ztext_stylestrip(char *);
 extern void g;
 extern int owl_global_get_cols(void*);
+extern char *owl_zephyr_get_realm();
+extern char *owl_zephyr_get_sender();
 
 MODULE = owl           PACKAGE = owl           
 

-- 
dann frazier <[EMAIL PROTECTED]>



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

Reply via email to