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

Bug#22886: marked as done (mgt: nonmaintainer upload diffs)



Your message dated Tue, 10 Apr 2001 23:14:44 -0700
with message-id <20010410231444.D30672@kitenet.net>
and subject line no need for nmu diffs
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; 26 May 1998 20:32:07 +0000
Received: (qmail 7997 invoked from network); 26 May 1998 20:32:05 -0000
Received: from post.mail.nl.demon.net (HELO post.demon.nl) (194.159.73.2)
  by debian.novare.net with SMTP; 26 May 1998 20:32:05 -0000
Received: from wurtel.demon.nl ([194.159.224.75]) by post.demon.nl  id aa0006696;
          26 May 98 22:29 MET DST
Received: from paul by wurtel.demon.nl with local (Exim 1.90 #1 (Debian))
	id 0yeQLZ-0000CV-00; Tue, 26 May 1998 22:29:21 +0200
Message-ID: <19980526222921.A768@wurtel.demon.nl>
Date: Tue, 26 May 1998 22:29:21 +0200
From: Paul Slootman <paul@debian.org>
To: submit@bugs.debian.org
Subject: mgt: nonmaintainer upload diffs
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.91.1
Sender: Paul Slootman <paul@wurtel.demon.nl>

Package: mgt
Version: 2.31-1.1

Nonmaintainer upload for Alpha - diffs necessary for building.

Source package includes an i386 binary!  Namely wrapmgt.

Thanks,
Paul Slootman

diff -ru mgt-2.31/debian/changelog mgt-2.31.1/debian/changelog
--- mgt-2.31/debian/changelog	Tue May 26 20:23:14 1998
+++ mgt-2.31.1/debian/changelog	Tue May 26 20:18:41 1998
@@ -1,3 +1,11 @@
+mgt (2.31-1.2) frozen unstable; urgency=low
+
+  * nonmaintainer upload for Alpha
+  * sprinkled a couple of stdlib.h includes for malloc prototypes
+  * ditto string.h includes for strcpy/strlen prototypes
+
+ -- Paul Slootman <paul@debian.org>  Tue, 26 May 1998 20:12:07 +0200
+
 mgt (2.31-1.1) unstable; urgency=low
 
   * Non-maintainer release.
diff -ru mgt-2.31/ascii.c mgt-2.31.1/ascii.c
--- mgt-2.31/ascii.c	Sun Jul 28 20:36:22 1996
+++ mgt-2.31.1/ascii.c	Tue May 26 20:15:25 1998
@@ -1,6 +1,8 @@
 /* ascii.c test version 9/2/92 wclrtoeol */
 /* "mgt" Copyright (c) 1991 Shodan  */
 
+#include <stdlib.h>
+#include <string.h>
 #include <ctype.h>
 #include "mgt.h"
 
diff -ru mgt-2.31/comment.c mgt-2.31.1/comment.c
--- mgt-2.31/comment.c	Sun Jul 28 20:36:23 1996
+++ mgt-2.31.1/comment.c	Tue May 26 20:12:01 1998
@@ -1,6 +1,7 @@
 /* "mgt" Copyright (c) 1991 Shodan  */
 
 #include "mgt.h"
+#include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
 
diff -ru mgt-2.31/doit.c mgt-2.31.1/doit.c
--- mgt-2.31/doit.c	Sun Jul 28 20:36:25 1996
+++ mgt-2.31.1/doit.c	Tue May 26 20:13:29 1998
@@ -1,6 +1,7 @@
 /* "mgt" Copyright (c) 1991 Shodan  */
 
 #include "mgt.h"
+#include <string.h>
 
 int xcur, ycur;
 Token curPlayer;
diff -ru mgt-2.31/edit.c mgt-2.31.1/edit.c
--- mgt-2.31/edit.c	Sun Jul 28 20:36:26 1996
+++ mgt-2.31.1/edit.c	Tue May 26 20:14:14 1998
@@ -1,6 +1,8 @@
 /* "mgt" Copyright (c) 1991 Shodan  */
 
 #include "mgt.h"
+#include <stdlib.h>
+#include <string.h>
 
 int first;
 nodep buffer = 0;
diff -ru mgt-2.31/mgt.c mgt-2.31.1/mgt.c
--- mgt-2.31/mgt.c	Sun Jul 28 20:36:27 1996
+++ mgt-2.31.1/mgt.c	Tue May 26 20:20:36 1998
@@ -1,6 +1,7 @@
 /* "mgt" Copyright (c) 1991 Shodan  */
 
 
+#include <string.h>
 #include <signal.h>
 #include "mgt.h"
 
diff -ru mgt-2.31/parse.c mgt-2.31.1/parse.c
--- mgt-2.31/parse.c	Sun Jul 28 20:36:27 1996
+++ mgt-2.31.1/parse.c	Tue May 26 20:14:31 1998
@@ -1,5 +1,6 @@
 /* "mgt" Copyright (c) 1991 Shodan  */
 
+#include <stdlib.h>
 #include <string.h>
 #include "mgt.h"
 
diff -ru mgt-2.31/tree.c mgt-2.31.1/tree.c
--- mgt-2.31/tree.c	Sun Jul 28 20:36:28 1996
+++ mgt-2.31.1/tree.c	Tue May 26 20:15:03 1998
@@ -1,5 +1,7 @@
 /* "mgt" Copyright (c) 1991 Shodan  */
 
+#include <stdlib.h>
+#include <string.h>
 #include "mgt.h"
 
 
diff -ru mgt-2.31/wrapmgt.c mgt-2.31.1/wrapmgt.c
--- mgt-2.31/wrapmgt.c	Sun Jul 28 20:36:42 1996
+++ mgt-2.31.1/wrapmgt.c	Tue May 26 20:15:49 1998
@@ -1,4 +1,5 @@
-#include<stdio.h>
+#include <string.h>
+#include <stdio.h>
 
 main(argc, argv)
 int argc;
---------------------------------------
Received: (at 22886-done) by bugs.debian.org; 11 Apr 2001 06:14:46 +0000
>From joey@kitenet.net Wed Apr 11 01:14:46 2001
Return-path: <joey@kitenet.net>
Received: from kitenet.net [198.144.200.155] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14nDtt-0008EB-00; Wed, 11 Apr 2001 01:14:45 -0500
Received: by kitenet.net (Postfix, from userid 500)
	id C8EA5BC020; Tue, 10 Apr 2001 23:14:44 -0700 (PDT)
Date: Tue, 10 Apr 2001 23:14:44 -0700
From: Joey Hess <joeyh@debian.org>
To: 22886-done@bugs.debian.org
Subject: no need for nmu diffs
Message-ID: <20010410231444.D30672@kitenet.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.17i
Delivered-To: 22886-done@bugs.debian.org

It's maintained by debian-qa, so NMU diffs are not needed, or useful.

-- 
see shy jo



Reply to: