chpp_0.3.5-3_i386.changes ACCEPTED

2002-08-27 Thread Debian Installer

Accepted:
chpp_0.3.5-3.diff.gz
  to pool/main/c/chpp/chpp_0.3.5-3.diff.gz
chpp_0.3.5-3.dsc
  to pool/main/c/chpp/chpp_0.3.5-3.dsc
chpp_0.3.5-3_i386.deb
  to pool/main/c/chpp/chpp_0.3.5-3_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 93696 


Thank you for your contribution to Debian.



jdresolve_0.6.1-1_i386.changes ACCEPTED

2002-08-27 Thread Debian Installer

Accepted:
jdresolve_0.6.1-1.diff.gz
  to pool/main/j/jdresolve/jdresolve_0.6.1-1.diff.gz
jdresolve_0.6.1-1.dsc
  to pool/main/j/jdresolve/jdresolve_0.6.1-1.dsc
jdresolve_0.6.1-1_all.deb
  to pool/main/j/jdresolve/jdresolve_0.6.1-1_all.deb
jdresolve_0.6.1.orig.tar.gz
  to pool/main/j/jdresolve/jdresolve_0.6.1.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 113352 143694 


Thank you for your contribution to Debian.



xmbase-grok_1.5-2_i386.changes is NEW

2002-08-27 Thread Debian Installer
(new) xmbase-grok_1.5-2.diff.gz optional contrib/x11
(new) xmbase-grok_1.5-2.dsc optional contrib/x11
(new) xmbase-grok_1.5-2_i386.deb optional contrib/x11
WARNING: Already present in main distribution.
Graphical Resource Organizer Kit
 xmbase-grok, formerly just called grok, is a simple database manager
 and UI builder that can -
 .
   *  keep phone and address lists (like a rolodex)
   *  store phone call logs
   *  keep todo lists
   *  manage any other database after simple GUI-driven customization
   *  customized data export, HTML export built in
 .
 More precisely, grok is a program for displaying and editing strings
 arranged in a grid of rows and columns. Each row is presented as a card
 consisting of multiple columns, or fields, that allow data entry. The
 presentation of the data is programmable; a user interface builder that
 allows the user to arrange fields on a card graphically is part of grok.
 Grok also supports a simple language that allows sophisticated queries
 and data retrieval. Grok comes with the above examples and a few others
 as pre-built applications.
 .
 Grok is not a general-purpose database program. It was designed for small
 applications typical for desktop accessories. If you attempt to run your
 major airline reservation system or your space shuttle project with it,
 you are guaranteed to be disappointed.
 .
 By Thomas Driemeyer [EMAIL PROTECTED]
Changes: xmbase-grok (1.5-2) unstable; urgency=low
 .
  * QA upload.
  * Compiled against Open Motif; section changed to contrib/x11.  (With
LessTif 0.93.36 it isn't even possible to open a database.)
Closes: #76360, #152089.
  * Moved /usr/share/xmbase-grok/demo to /usr/share/xmbase-grok/grokdir,
which is what src/mainwin.c expects.
  * Switched to debhelper 4.
  * debian/README.Debian: Remove list of build dependencies.
  * debian/copyright: Update.
  * debian/doc-base: Upstream switched from PostScript to HTML.
  * debian/rules: Install HISTORY as upstream changelog.
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 152089 76360 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



Bug#93696: marked as done (include command's search path is broken)

2002-08-27 Thread Debian Bug Tracking System
Your message dated Tue, 27 Aug 2002 14:32:10 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#93696: fixed in chpp 0.3.5-3
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; 12 Apr 2001 01:21:59 +
From [EMAIL PROTECTED] Wed Apr 11 20:21:59 2001
Return-path: [EMAIL PROTECTED]
Received: from audible.transient.net [64.81.171.127] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14nVo7-0003IO-00; Wed, 11 Apr 2001 20:21:59 -0500
Received: (qmail 5727 invoked by uid 1000); 12 Apr 2001 01:21:52 -
Date: Wed, 11 Apr 2001 18:21:52 -0700
From: Jamie Heilman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: include command's search path is broken
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Delivered-To: [EMAIL PROTECTED]

Package: chpp
Version: 0.3.4-1

From the documentation:

 - Command: include FILENAME
 Includes the file FILENAME. If FILENAME is relative, it is first
 searched for in the directory of the including file, then in the
 directories contained in the include search path (*note Invoking
 chpp::.).  If the file is not found, an error message is produced.

From real life usage:

 Lets say I have a file named example.chpp which contains the command
 #include /etc/gdefs.conf

$ cat example.chpp | strace chpp
...
open(/usr/lib/chpp/include//etc/gdefs.conf, O_RDONLY) = -1 ENOENT (No such 
file or directory)
open(.//etc/gdefs.conf, O_RDONLY) = -1 ENOENT (No such file or directory)
open(/etc/gdefs.conf, O_RDONLY) = -1 ENOENT (No such file or directory)
...

Not only is that not the documented search path, the fact that an absolute
path was given is completely ignored.  If the included file has a relative
path the search path doesn't change, it still looks in
/usr/lib/chpp/include first, then in the local directory.

-- 
Jamie Heilman   http://audible.transient.net/~jamie/
...thats the metaphorical equivalent of flopping your wedding tackle 
 into a lion's mouth and flicking his lovespuds with a wet towel, pure 
 insanity...   -Rimmer

---
Received: (at 93696-close) by bugs.debian.org; 27 Aug 2002 18:39:20 +
From [EMAIL PROTECTED] Tue Aug 27 13:39:20 2002
Return-path: [EMAIL PROTECTED]
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17jlFI-0006oB-00; Tue, 27 Aug 2002 13:39:20 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 17jl8M-0008Gs-00; Tue, 27 Aug 2002 14:32:10 -0400
From: Matej Vela [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.26 $
Subject: Bug#93696: fixed in chpp 0.3.5-3
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Tue, 27 Aug 2002 14:32:10 -0400
Delivered-To: [EMAIL PROTECTED]

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

chpp_0.3.5-3.diff.gz
  to pool/main/c/chpp/chpp_0.3.5-3.diff.gz
chpp_0.3.5-3.dsc
  to pool/main/c/chpp/chpp_0.3.5-3.dsc
chpp_0.3.5-3_i386.deb
  to pool/main/c/chpp/chpp_0.3.5-3_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela [EMAIL PROTECTED] (supplier of updated chpp 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 27 Aug 2002 19:11:25 +0200
Source: chpp
Binary: chpp
Architecture: source i386
Version: 0.3.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 chpp   - A powerful and simple preprocessor
Closes: 93696
Changes: 
 chpp (0.3.5-3) unstable; urgency=low
 .
   * QA upload.
   * filler.c (includeFile), main.c (main): Reverse `include' search order,
 making it consistent with the documentation and cpp: if and only if
 the filename is 

Processed: Reassigning to wnpp

2002-08-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 157392 RFA: bubblemon -- Bubbling Load Monitoring Gnome Applet
Bug#157392: RFA: bubblemon
Changed Bug title.

 reassign 157392 wnpp
Bug#157392: RFA: bubblemon -- Bubbling Load Monitoring Gnome Applet
Bug reassigned from package `bubblemon' to `wnpp'.


End of message, stopping processing here.

Please contact me if you need assistance.

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



Bug#152857: freeamp: FreeAmp is being superseded by Zinf

2002-08-27 Thread Colin Watson
On Sat, Jul 13, 2002 at 12:07:38PM -0300, Andrew Phillips wrote:
 Package: freeamp
 Version: 1:2.1.1.0-4
 Severity: wishlist
 
 FreeAmp has been more or less replaced with Zinf 2.2.0.
 
 http://www.zinf.org/

So, I take it freeamp can be removed now that zinf is in the archive? If
so, we should reassign this bug to ftp.debian.org.

-- 
Colin Watson  [EMAIL PROTECTED]



hns2_2.19.5-1.2_i386.changes ACCEPTED

2002-08-27 Thread Debian Installer

Accepted:
hns2-cgi_2.19.5-1.2_all.deb
  to pool/main/h/hns2/hns2-cgi_2.19.5-1.2_all.deb
hns2-tools_2.19.5-1.2_all.deb
  to pool/main/h/hns2/hns2-tools_2.19.5-1.2_all.deb
hns2_2.19.5-1.2.diff.gz
  to pool/main/h/hns2/hns2_2.19.5-1.2.diff.gz
hns2_2.19.5-1.2.dsc
  to pool/main/h/hns2/hns2_2.19.5-1.2.dsc
hns2_2.19.5-1.2_all.deb
  to pool/main/h/hns2/hns2_2.19.5-1.2_all.deb
libhns2-perl_2.19.5-1.2_all.deb
  to pool/main/h/hns2/libhns2-perl_2.19.5-1.2_all.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 157458 157535 


Thank you for your contribution to Debian.



Bug#157535: marked as done (hns2: debian/copyright problems)

2002-08-27 Thread Debian Bug Tracking System
Your message dated Tue, 27 Aug 2002 21:17:25 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#157535: fixed in hns2 2.19.5-1.2
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 maintonly) by bugs.debian.org; 20 Aug 2002 21:39:06 +
From [EMAIL PROTECTED] Tue Aug 20 16:39:06 2002
Return-path: [EMAIL PROTECTED]
Received: from mail.interware.hu [195.70.32.130] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17hGiQ-0005HH-00; Tue, 20 Aug 2002 16:39:06 -0500
Received: from victoria-176.budapest.interware.hu ([195.70.50.176] 
helo=iluvatar.ath.cx)
by mail.interware.hu with esmtp (Exim 3.33 #1 (Debian))
id 17hGiP-0001q9-00
for [EMAIL PROTECTED]; Tue, 20 Aug 2002 23:39:05 +0200
Received: by iluvatar.ath.cx (Postfix, from userid 1004)
id 4EF46ABBA9; Tue, 20 Aug 2002 23:40:21 +0200 (CEST)
From: Gergely Nagy [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: hns2: debian/copyright problems
X-Marvin: Life, loathe it or ignore it, you can't like it.
Message-Id: [EMAIL PROTECTED]
Date: Tue, 20 Aug 2002 23:40:21 +0200 (CEST)
Delivered-To: [EMAIL PROTECTED]

Package: hns2
Severity: important
   
In your package, debian/copyright does not include a verbatim copy of
their copyright and distribution license, nor any pointers to
/usr/share/common-licenses/{Artistic,GPL} or /usr/share/doc/perl/copyright.
   
Since including a verbatim copy of the _whole_ license (with the
exception that in case of the GPL and some other selected licenses, a
pointer is enough) is a must, I believe this is at least an important
bug.
   

---
Received: (at 157535-close) by bugs.debian.org; 28 Aug 2002 01:23:05 +
From [EMAIL PROTECTED] Tue Aug 27 20:23:05 2002
Return-path: [EMAIL PROTECTED]
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17jrY1-0003ZS-00; Tue, 27 Aug 2002 20:23:05 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 17jrSX-0004LY-00; Tue, 27 Aug 2002 21:17:25 -0400
From: Colin Watson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.26 $
Subject: Bug#157535: fixed in hns2 2.19.5-1.2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Tue, 27 Aug 2002 21:17:25 -0400
Delivered-To: [EMAIL PROTECTED]

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

hns2-cgi_2.19.5-1.2_all.deb
  to pool/main/h/hns2/hns2-cgi_2.19.5-1.2_all.deb
hns2-tools_2.19.5-1.2_all.deb
  to pool/main/h/hns2/hns2-tools_2.19.5-1.2_all.deb
hns2_2.19.5-1.2.diff.gz
  to pool/main/h/hns2/hns2_2.19.5-1.2.diff.gz
hns2_2.19.5-1.2.dsc
  to pool/main/h/hns2/hns2_2.19.5-1.2.dsc
hns2_2.19.5-1.2_all.deb
  to pool/main/h/hns2/hns2_2.19.5-1.2_all.deb
libhns2-perl_2.19.5-1.2_all.deb
  to pool/main/h/hns2/libhns2-perl_2.19.5-1.2_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson [EMAIL PROTECTED] (supplier of updated hns2 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 28 Aug 2002 01:58:43 +0100
Source: hns2
Binary: hns2-cgi hns2 libhns2-perl hns2-tools
Architecture: source all
Version: 2.19.5-1.2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 hns2   - Hyper Nikki System
 hns2-cgi   - Hyper Nikki System (CGI)
 hns2-tools - Hyper Nikki System tools for editing diary.
 libhns2-perl - Hyper Nikki System (core library)
Closes: 157458 157535
Changes: 
 hns2 (2.19.5-1.2) unstable; urgency=low
 .
   * QA upload.
   * Build package in binary-indep target, not binary-arch (closes: #157458),
 and switch to Build-Depends-Indep:.
   * Include GPL pointer in debian/copyright (closes: #157535).
Files: 
 19f44ab8abad903b359e0ddfd1059cf4 671 web optional hns2_2.19.5-1.2.dsc
 

Bug#157458: marked as done (hns2: binary-arch Vs Architecture: all)

2002-08-27 Thread Debian Bug Tracking System
Your message dated Tue, 27 Aug 2002 21:17:25 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#157458: fixed in hns2 2.19.5-1.2
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 maintonly) by bugs.debian.org; 20 Aug 2002 21:37:18 +
From [EMAIL PROTECTED] Tue Aug 20 16:37:18 2002
Return-path: [EMAIL PROTECTED]
Received: from mail.interware.hu [195.70.32.130] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17hGgf-00051Z-00; Tue, 20 Aug 2002 16:37:17 -0500
Received: from victoria-176.budapest.interware.hu ([195.70.50.176] 
helo=iluvatar.ath.cx)
by mail.interware.hu with esmtp (Exim 3.33 #1 (Debian))
id 17hGge-0001a3-00
for [EMAIL PROTECTED]; Tue, 20 Aug 2002 23:37:16 +0200
Received: by iluvatar.ath.cx (Postfix, from userid 1004)
id 41064ABBA4; Tue, 20 Aug 2002 23:38:32 +0200 (CEST)
From: Gergely Nagy [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: hns2: binary-arch Vs Architecture: all
X-Marvin: Life, loathe it or ignore it, you can't like it.
Message-Id: [EMAIL PROTECTED]
Date: Tue, 20 Aug 2002 23:38:32 +0200 (CEST)
Delivered-To: [EMAIL PROTECTED]

Package: hns2
Severity: serious

Your package is fully Architecture: all, yet, it builds the .deb in
the binary-arch target. Since policy states that

`binary-arch' builds the binary packages which are specific to
a particular architecture, and `binary-indep' builds those
which are not.

I consider this a policy violation, therefore a serious bug.
(Hint: one shouldn't follow the dh_make template blindly. A little
thought is always a good thing.)

---
Received: (at 157458-close) by bugs.debian.org; 28 Aug 2002 01:23:20 +
From [EMAIL PROTECTED] Tue Aug 27 20:23:20 2002
Return-path: [EMAIL PROTECTED]
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17jrYF-0003ft-00; Tue, 27 Aug 2002 20:23:19 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 17jrSX-0004LW-00; Tue, 27 Aug 2002 21:17:25 -0400
From: Colin Watson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.26 $
Subject: Bug#157458: fixed in hns2 2.19.5-1.2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Tue, 27 Aug 2002 21:17:25 -0400
Delivered-To: [EMAIL PROTECTED]

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

hns2-cgi_2.19.5-1.2_all.deb
  to pool/main/h/hns2/hns2-cgi_2.19.5-1.2_all.deb
hns2-tools_2.19.5-1.2_all.deb
  to pool/main/h/hns2/hns2-tools_2.19.5-1.2_all.deb
hns2_2.19.5-1.2.diff.gz
  to pool/main/h/hns2/hns2_2.19.5-1.2.diff.gz
hns2_2.19.5-1.2.dsc
  to pool/main/h/hns2/hns2_2.19.5-1.2.dsc
hns2_2.19.5-1.2_all.deb
  to pool/main/h/hns2/hns2_2.19.5-1.2_all.deb
libhns2-perl_2.19.5-1.2_all.deb
  to pool/main/h/hns2/libhns2-perl_2.19.5-1.2_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson [EMAIL PROTECTED] (supplier of updated hns2 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 28 Aug 2002 01:58:43 +0100
Source: hns2
Binary: hns2-cgi hns2 libhns2-perl hns2-tools
Architecture: source all
Version: 2.19.5-1.2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 hns2   - Hyper Nikki System
 hns2-cgi   - Hyper Nikki System (CGI)
 hns2-tools - Hyper Nikki System tools for editing diary.
 libhns2-perl - Hyper Nikki System (core library)
Closes: 157458 157535
Changes: 
 hns2 (2.19.5-1.2) unstable; urgency=low
 .
   * QA upload.
   * Build package in binary-indep target, not binary-arch (closes: #157458),
 and switch to Build-Depends-Indep:.
   * Include GPL pointer in debian/copyright (closes: #157535).
Files: 
 19f44ab8abad903b359e0ddfd1059cf4 671 web optional hns2_2.19.5-1.2.dsc
 9773a4918fd0d93ef3da2aab008b0de9 9581