Your message dated Tue, 21 Mar 2000 18:10:28 +0100 with message-id <[EMAIL PROTECTED]> and subject line Closing bug marked as fixed for debian-qa has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 23 Nov 1998 14:00:36 +0000 Received: (qmail 25241 invoked from network); 23 Nov 1998 14:00:32 -0000 Received: from koenig.isr.uni-stuttgart.de (HELO koenig) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 23 Nov 1998 14:00:32 -0000 Received: from chris by koenig with local (Exim 2.05 #1 (Debian)) id 0zhwUR-0003mf-00; Mon, 23 Nov 1998 14:57:19 +0100 From: Christian Meder <[EMAIL PROTECTED]> Subject: uqwk: fix for glibc2.1 To: [EMAIL PROTECTED] X-Mailer: bug 3.1.7 Message-Id: <[EMAIL PROTECTED]> Date: Mon, 23 Nov 1998 14:57:19 +0100 Package: uqwk Version: 1.8-2 Greetings, Christian -- System Information Debian Release: slink Kernel Version: Linux koenig 2.0.35 #1 Mon Nov 16 11:00:30 CET 1998 sparc unknown diff -u -r -N uqwk-1.8-old/debian/changelog uqwk-1.8/debian/changelog --- uqwk-1.8-old/debian/changelog Mon Nov 23 14:55:00 1998 +++ uqwk-1.8/debian/changelog Mon Nov 23 14:55:30 1998 @@ -1,3 +1,10 @@ +uqwk (1.8-2.1) frozen unstable; urgency=low + + * non maintainer, sparc only upload + * fix string function declaration for glibc2.1 + + -- Christian Meder <[EMAIL PROTECTED]> Fri, 20 Nov 1998 12:01:27 +0100 + uqwk (1.8-2) unstable; urgency=low * Added mail-transport-agent to dependency list. diff -u -r -N uqwk-1.8-old/nntplib.c uqwk-1.8/nntplib.c --- uqwk-1.8-old/nntplib.c Thu Jul 29 21:18:49 1993 +++ uqwk-1.8/nntplib.c Mon Nov 23 14:55:30 1998 @@ -104,7 +104,10 @@ static char buf[256]; char *index(); char *getenv(); +#if defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ > 0 +#else char *strcpy(); +#endif if (cp = getenv("NNTPSERVER")) { (void) strcpy(buf, cp); --------------------------------------- Received: (at 29891-done) by bugs.debian.org; 21 Mar 2000 17:10:58 +0000 Received: (qmail 30254 invoked from network); 21 Mar 2000 17:10:41 -0000 Received: from i511.resi.insa-lyon.fr (HELO k6.resI.insa-lyon.fr) (134.214.164.9) by master.debian.org with SMTP; 21 Mar 2000 17:10:41 -0000 Received: by k6.resI.insa-lyon.fr (Postfix, from userid 1001) id 734074045; Tue, 21 Mar 2000 18:10:28 +0100 (CET) Message-ID: <[EMAIL PROTECTED]> Date: Tue, 21 Mar 2000 18:10:28 +0100 From: Raphael Hertzog <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Closing bug marked as fixed for debian-qa Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93i I'm closing all those bugs since they are marked as fixed and the maintainer responsible is debian-qa ... Cheers, -- Raphaƫl Hertzog >> 0C4CABF1 >> http://tux.u-strasbg.fr/~raphael/ <pub> CD Debian : http://tux.u-strasbg.fr/~raphael/debian/#cd Formations Linux et logiciels libres : http://www.logidee.com </pub>