[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#29891: marked as done (uqwk: fix for glibc2.1)



Your message dated Tue, 21 Mar 2000 18:10:28 +0100
with message-id <20000321181028.A3553@k6.resI.insa-lyon.fr>
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) (mail@129.69.33.94)
  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 <meder@isr.uni-stuttgart.de>
Subject: uqwk: fix for glibc2.1
To: submit@bugs.debian.org
X-Mailer: bug 3.1.7
Message-Id: <E0zhwUR-0003mf-00@koenig>
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 <meder@isr.uni-stuttgart.de>  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: <20000321181028.A3553@k6.resI.insa-lyon.fr>
Date: Tue, 21 Mar 2000 18:10:28 +0100
From: Raphael Hertzog <rhertzog@hrnet.fr>
To: 13004-done@bugs.debian.org, 14927-done@bugs.debian.org,
	20443-done@bugs.debian.org, 21121-done@bugs.debian.org,
	21773-done@bugs.debian.org, 22526-done@bugs.debian.org,
	23059-done@bugs.debian.org, 28968-done@bugs.debian.org,
	41973-done@bugs.debian.org, 49264-done@bugs.debian.org,
	53178-done@bugs.debian.org, 18876-done@bugs.debian.org,
	26751-done@bugs.debian.org, 29891-done@bugs.debian.org,
	34184-done@bugs.debian.org, 40511-done@bugs.debian.org,
	42190-done@bugs.debian.org, 47097-done@bugs.debian.org,
	51305-done@bugs.debian.org, 53320-done@bugs.debian.org,
	53365-done@bugs.debian.org, 55260-done@bugs.debian.org,
	55933-done@bugs.debian.org, 56460-done@bugs.debian.org,
	59605-done@bugs.debian.org
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>


Reply to: