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

Bug#131205: marked as done (ITA: grun -- GTK based Run dialog)



Your message dated Fri, 22 Feb 2002 21:32:08 -0500
with message-id <E16eRyq-000603-00@auric.debian.org>
and subject line Bug#131205: fixed in grun 0.9.2-9
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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Jan 2002 01:40:42 +0000
>From kov@zaz.com.br Sun Jan 27 19:40:42 2002
Return-path: <kov@zaz.com.br>
Received: from sr3.terra.com.br [200.176.3.18] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16V0mo-0000jh-00; Sun, 27 Jan 2002 19:40:42 -0600
Received: from smtp1-poa.terra.com.br (smtp1-poa.poa.terra.com.br [200.176.2.123])
	by sr3.terra.com.br (Postfix) with ESMTP
	id 2941115AACC; Sun, 27 Jan 2002 23:40:41 -0200 (GMT+2)
Received: from couve.horta (dl-nas2-bhz-C8C0BD60.p001.terra.com.br [200.192.189.96])
	by smtp1-poa.terra.com.br (Postfix) with ESMTP
	id BC1CAA2C99; Sun, 27 Jan 2002 23:40:39 -0200 (GMT+2)
Received: by couve.horta (Postfix, from userid 1000)
	id AAF7ECB8E8; Sun, 27 Jan 2002 23:43:09 -0200 (BRST)
From: Gustavo Noronha Silva <kov@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: O: grun -- GTK based Run dialog
X-Reportbug-Version: 1.41.14213
X-Mailer: reportbug 1.41.14213
Date: Sun, 27 Jan 2002 23:43:09 -0200
Message-Id: <20020128014309.AAF7ECB8E8@couve.horta>
Delivered-To: submit@bugs.debian.org

Package: wnpp
Version: N/A; reported 2002-01-27
Severity: normal

I don't use this package for some time now. Thus I am not the
right maintainer for it.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux couve 2.4.16 #1 Qua Dez 26 23:53:25 BRST 2001 i586
Locale: LANG=pt_BR, LC_CTYPE=pt_BR


---------------------------------------
Received: (at 131205-close) by bugs.debian.org; 23 Feb 2002 02:37:05 +0000
>From katie@auric.debian.org Fri Feb 22 20:37:05 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16eS3d-0003HO-00; Fri, 22 Feb 2002 20:37:05 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 16eRyq-000603-00; Fri, 22 Feb 2002 21:32:08 -0500
From: Oohara Yuuma <oohara@debian.org>
To: 131205-close@bugs.debian.org
X-Katie: $Revision: 1.7 $
Subject: Bug#131205: fixed in grun 0.9.2-9
Message-Id: <E16eRyq-000603-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 22 Feb 2002 21:32:08 -0500
Delivered-To: 131205-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
grun, which is due to be installed in the Debian FTP archive:

grun_0.9.2-9.diff.gz
  to pool/main/g/grun/grun_0.9.2-9.diff.gz
grun_0.9.2-9.dsc
  to pool/main/g/grun/grun_0.9.2-9.dsc
grun_0.9.2-9_i386.deb
  to pool/main/g/grun/grun_0.9.2-9_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 131205@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Oohara Yuuma <oohara@debian.org> (supplier of updated grun package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 23 Feb 2002 02:57:47 +0900
Source: grun
Binary: grun
Architecture: source i386
Version: 0.9.2-9
Distribution: unstable
Urgency: low
Maintainer: Oohara Yuuma <oohara@debian.org>
Changed-By: Oohara Yuuma <oohara@debian.org>
Description: 
 grun       - GTK based Run dialog
Closes: 131205
Changes: 
 grun (0.9.2-9) unstable; urgency=low
 .
   * new maintainer
   * adopting an orphaned package (closes: #131205)
   * grun.c: added cast to strsep(), declared the return value of main()
     as int and added dummy return to main() to avoid gcc warnings
   * grun.c: added #include <locale.h> so that it can build without gcc
     -O2 flag (LC_ALL must be defined)
   * Makefile.am: added CFLAGS to build without gcc -g flag by default
   * Makefile.am, debian/rules: added DEB_BUILD_OPTIONS "debug" and
     "nostrip" support
   * grun.c: added #include <string.h> and removed cnt from main() to
     avoid gcc -Wall warnings
   * debian/control: added gettext to Build-Depends:
   * consfile: added many commands
   * gassoc: removed comments because they are not allowed
   * grun.c: fixed search path for the global configuration files
   * gassoc: s/gnome-gv/gv/, s/gedit/sensible-editor/
Files: 
 b6a1024d92e80e12c8b8b54c799fb143 636 x11 optional grun_0.9.2-9.dsc
 a17bd94b156c84055bed996c3b2d3a53 16758 x11 optional grun_0.9.2-9.diff.gz
 ff43c43c492ea52b2f5e1103eee53b36 32126 x11 optional grun_0.9.2-9_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8dvx5QNb0LvRkppURAg5TAJ9CFeSb/j/SxqO0yb6hVglwH9WhzgCglxBg
K4OvxzI6umcocTDfdp4ARQs=
=r9MM
-----END PGP SIGNATURE-----



Reply to: