I've uploaded an NMU to DELAYED/7-day, using the attached patch. To prevent this upload from entering unstable, you can upload an MU within the next 7 days.
diff -urN libapache-mod-witch-0.0.4.orig/debian/changelog libapache-mod-witch-0.0.4/debian/changelog --- libapache-mod-witch-0.0.4.orig/debian/changelog 2003-07-31 08:08:12.000000000 -0600 +++ libapache-mod-witch-0.0.4/debian/changelog 2005-10-02 22:22:28.000000000 -0600 @@ -1,3 +1,11 @@ +libapache-mod-witch (0.0.4-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Add a missing include directive that fixes an implicitly converted return + pointer from ap_get_remote_logname(). Closes: #325505 + + -- dann frazier <[EMAIL PROTECTED]> Sun, 2 Oct 2005 22:21:44 -0600 + libapache-mod-witch (0.0.4-2) unstable; urgency=low * Build-Depends bug fixed (closes: #201464) diff -urN libapache-mod-witch-0.0.4.orig/mod_witch.c libapache-mod-witch-0.0.4/mod_witch.c --- libapache-mod-witch-0.0.4.orig/mod_witch.c 2002-09-16 12:05:21.000000000 -0600 +++ libapache-mod-witch-0.0.4/mod_witch.c 2005-10-02 22:21:33.000000000 -0600 @@ -7,6 +7,7 @@ #include "httpd.h" #include "http_log.h" #include "http_config.h" +#include "http_core.h" #include <stdio.h> #include <stdlib.h> -- dann frazier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

