I've uploaded an NMU to DELAYED/7-day, using the attached patch. To prevent this upload from entering unstable, you can upload an NMU within the next 7 days.
diff -urN libapache-mod-cgi-debug-0.7-9.1/debian/changelog libapache-mod-cgi-debug-0.7/debian/changelog --- libapache-mod-cgi-debug-0.7-9.1/debian/changelog 2005-10-02 11:00:06.000000000 -0600 +++ libapache-mod-cgi-debug-0.7/debian/changelog 2005-10-02 11:02:24.000000000 -0600 @@ -1,3 +1,11 @@ +libapache-mod-cgi-debug (0.7-9.2) unstable; urgency=low + + * Non-maintainer upload. + * Add a missing include directive to avoid an implicitly converted return + pointer from ap_sub_req_method_uri(). Closes: #325498 + + -- dann frazier <[EMAIL PROTECTED]> Sun, 2 Oct 2005 11:01:37 -0600 + libapache-mod-cgi-debug (0.7-9.1) unstable; urgency=low * NMU diff -urN libapache-mod-cgi-debug-0.7-9.1/mod_cgi_debug.c libapache-mod-cgi-debug-0.7/mod_cgi_debug.c --- libapache-mod-cgi-debug-0.7-9.1/mod_cgi_debug.c 2000-04-12 20:11:27.000000000 -0600 +++ libapache-mod-cgi-debug-0.7/mod_cgi_debug.c 2005-10-02 11:01:34.000000000 -0600 @@ -5,6 +5,7 @@ #include "httpd.h" #include "http_config.h" #include "http_protocol.h" +#include "http_request.h" #include "ap_config.h" #include "http_log.h" #include <sys/stat.h> -- dann frazier <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

