srecord_1.9-4_i386.changes ACCEPTED

2002-03-29 Thread Debian Installer

Accepted:
srecord_1.9-4.diff.gz
  to pool/main/s/srecord/srecord_1.9-4.diff.gz
srecord_1.9-4.dsc
  to pool/main/s/srecord/srecord_1.9-4.dsc
srecord_1.9-4_i386.deb
  to pool/main/s/srecord/srecord_1.9-4_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



qub_0.4.9-3_i386.changes ACCEPTED

2002-03-29 Thread Debian Installer

Accepted:
qub-dev_0.4.9-3_i386.deb
  to pool/main/q/qub/qub-dev_0.4.9-3_i386.deb
qub_0.4.9-3.diff.gz
  to pool/main/q/qub/qub_0.4.9-3.diff.gz
qub_0.4.9-3.dsc
  to pool/main/q/qub/qub_0.4.9-3.dsc
qub_0.4.9-3_i386.deb
  to pool/main/q/qub/qub_0.4.9-3_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 129919

2002-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 129919  moreinfo
Bug#129919: langdrill segfaults with default /etc/langdrillrc
Tags added: moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#129919: langdrill segfaults with default /etc/langdrillrc

2002-03-29 Thread Colin Watson
Hi,

I can't reproduce your segfault bug against langdrill on a current
unstable system. Could you check to see if you can still reproduce this?
If so, it would be great if you could build it with debugging symbols
(setting -g in both CFLAGS and LDFLAGS in src/Makefile should be
enough), run it inside gdb, and get a backtrace.

The default /etc/langdrill.rc does appear to have an error - the first
line should probably begin '#include', not 'include'. It might also be
worth changing that and see if the segfault goes away.

Thanks,

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#138993: marked as done (Illegible output in xterm)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 11:32:18 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#138993: fixed in playmidi 2.4-4
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; 19 Mar 2002 02:38:18 +
>From [EMAIL PROTECTED] Mon Mar 18 20:38:18 2002
Return-path: <[EMAIL PROTECTED]>
Received: from fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16n9Vx-0002SU-00; Mon, 18 Mar 2002 20:38:17 -0600
Received: from IBM01 ([24.101.91.83])
  by fep03-mail.bloor.is.net.cable.rogers.com
  (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP
  id <[EMAIL PROTECTED]>
  for <[EMAIL PROTECTED]>; Mon, 18 Mar 2002 21:37:00 -0500
From: "Seneca Cunningham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Illegible output in xterm
Date: Mon, 18 Mar 2002 21:37:38 -0500
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Importance: Normal
X-Authentication-Info: Submitted using SMTP AUTH LOGIN at 
fep03-mail.bloor.is.net.cable.rogers.com from [24.101.91.83] using ID <[EMAIL 
PROTECTED]> at Mon, 18 Mar 2002 21:36:59 -0500
Delivered-To: [EMAIL PROTECTED]

Package: playmidi
Version: 2.4-3

playmidi -r currently does not display properly in any form of xterm
that I have tried. It works when used on a console. I made some changes
that get it to properly display in an xterm.

diff -ur playmidi-2.4.orig/io_ncurses.c playmidi-2.4/io_ncurses.c
--- playmidi-2.4.orig/io_ncurses.c  Sat Mar 16 23:11:55 2002
+++ playmidi-2.4/io_ncurses.c   Mon Mar 18 16:41:31 2002
@@ -300,15 +300,19 @@
 karaoke = 0;
 if (graphics) {
clear();
-   attrset(A_NORMAL | A_ALTCHARSET);
+   attrset(A_NORMAL);
mvprintw(0, 0, RELEASE " by Nathan Laredo");
mvprintw(0, 40, "Now Playing:");
mvprintw(1, 40, "[P]ause [N]ext [L]ast [O]ptions");
-   mvaddstr(ytxt, 0, "¾");
+   mvvline(2, 12, ACS_VLINE, ytxt - 2);
+   mvhline(ytxt, 0, ACS_HLINE, 12);
+   mvaddch(ytxt, 12, ACS_LRCORNER);
mvprintw(1, 0, "00:00.0 - 00:00.0, %d track%c", ntrks,
 ntrks > 1 ? 's' : ' ');
for (i = 0; i < 16; i++)
-   mvprintw(i + 2, 0, "Channel %2d  ³", i + 1);
+   mvprintw(i + 2, 0, "Channel %2d", i + 1);
tmp = strrchr(filename, '/');
strncpy(textbuf, (tmp == NULL ? filename : tmp + 1), COLS - 53);
attrset(A_BOLD);

Kernel: 2.4.19-pre3
glibc:  2.2.5-3

libncurses5 version:5.2.20020112a-3
libxaw7 version:4.1.0-13
svgalibg1 version:  1.4.3-4
xlibs version:  4.1.0-13
debconf version:1.0.25

Seneca
[EMAIL PROTECTED]


---
Received: (at 138993-close) by bugs.debian.org; 29 Mar 2002 16:39:11 +
>From [EMAIL PROTECTED] Fri Mar 29 10:39:11 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 16qzPC-0007bs-00; Fri, 29 Mar 2002 10:39:11 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16qzIY-0003ne-00; Fri, 29 Mar 2002 11:32:18 -0500
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.10 $
Subject: Bug#138993: fixed in playmidi 2.4-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 29 Mar 2002 11:32:18 -0500
Delivered-To: [EMAIL PROTECTED]

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

playmidi_2.4-4.diff.gz
  to pool/main/p/playmidi/playmidi_2.4-4.diff.gz
playmidi_2.4-4.dsc
  to pool/main/p/playmidi/playmidi_2.4-4.dsc
playmidi_2.4-4_i386.deb
  to pool/main/p/playmidi/playmidi_2.4-4_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.
Colin Watson <[EMAI

Bug#138822: marked as done (Bad filename output)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 11:32:18 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#138822: fixed in playmidi 2.4-4
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; 18 Mar 2002 00:33:45 +
>From [EMAIL PROTECTED] Sun Mar 17 18:33:45 2002
Return-path: <[EMAIL PROTECTED]>
Received: from fep02-mail.bloor.is.net.cable.rogers.com [66.185.86.72] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16ml5s-00027a-00; Sun, 17 Mar 2002 18:33:44 -0600
Received: from IBM01 ([24.101.91.83])
  by fep02-mail.bloor.is.net.cable.rogers.com
  (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP
  id <[EMAIL PROTECTED]>
  for <[EMAIL PROTECTED]>; Sun, 17 Mar 2002 19:33:13 -0500
From: "Seneca Cunningham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Bad filename output
Date: Sun, 17 Mar 2002 19:33:48 -0500
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
X-Authentication-Info: Submitted using SMTP AUTH LOGIN at 
fep02-mail.bloor.is.net.cable.rogers.com from [24.101.91.83] using ID <[EMAIL 
PROTECTED]> at Sun, 17 Mar 2002 19:33:12 -0500
Delivered-To: [EMAIL PROTECTED]

Package: playmidi
Version: 2.4-3

If a file with a long (> COLS - 53) name is next to a file with long
karaoke text in a playlist, when running playmidi -r, the last line of
karaoke text appears as the line under the filename.

diff -ur playmidi-2.4.orig/io_ncurses.c playmidi-2.4/io_ncurses.c
--- playmidi-2.4.orig/io_ncurses.c  Sat Mar 16 23:11:55 2002
+++ playmidi-2.4/io_ncurses.c   Sun Mar 17 18:59:14 2002
@@ -311,6 +311,8 @@
mvprintw(i + 2, 0, "Channel %2d  ³", i + 1);
tmp = strrchr(filename, '/');
strncpy(textbuf, (tmp == NULL ? filename : tmp + 1), COLS - 53);
+   if (strlen(textbuf) > COLS - 53)
+   textbuf[COLS - 53] = '\0';
attrset(A_BOLD);
mvaddstr(0, 53, textbuf);
mvaddch(1, 41, 'P');

textbuf is used for the output of karaoke text in addition to the
filename, but is not cleared after use. Originally, when the file has a
long name, '\0' is not appended to the end of the copied segment by
strncpy, so it is the null at the end of the old karaoke text that forms
the end of the "filename". The changes check the length of the
"filename", and if it's too long, it appends a null to where the end is
meant to be.

Kernel: 2.4.19-pre3
glibc:  2.2.5-3

libncurses5 version:5.2.20020112a-3
libxaw7 version:4.1.0-13
svgalibg1 version:  1.4.3-4
xlibs version:  4.1.0-13
debconf version:1.0.25

Seneca
[EMAIL PROTECTED]


---
Received: (at 138822-close) by bugs.debian.org; 29 Mar 2002 16:45:17 +
>From [EMAIL PROTECTED] Fri Mar 29 10:45:17 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 16qzV7-0008FF-00; Fri, 29 Mar 2002 10:45:17 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16qzIY-0003nc-00; Fri, 29 Mar 2002 11:32:18 -0500
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.10 $
Subject: Bug#138822: fixed in playmidi 2.4-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 29 Mar 2002 11:32:18 -0500
Delivered-To: [EMAIL PROTECTED]

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

playmidi_2.4-4.diff.gz
  to pool/main/p/playmidi/playmidi_2.4-4.diff.gz
playmidi_2.4-4.dsc
  to pool/main/p/playmidi/playmidi_2.4-4.dsc
playmidi_2.4-4_i386.deb
  to pool/main/p/playmidi/playmidi_2.4-4_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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated playmidi package)

(This mes

Bug#137678: marked as done (russian debconf template file for playmidi package)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 11:32:18 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#137678: fixed in playmidi 2.4-4
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; 10 Mar 2002 13:58:36 +
>From [EMAIL PROTECTED] Sun Mar 10 07:58:36 2002
Return-path: <[EMAIL PROTECTED]>
Received: from d-225.ufamts.ru (mail.ilgiz.pp.ru) [213.24.117.225] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16k3qN-00034N-00; Sun, 10 Mar 2002 07:58:35 -0600
Received: by mail.ilgiz.pp.ru (Postfix, from userid 1000)
id 9AAD13FDB7; Sun, 10 Mar 2002 08:03:37 +0500 (YEKT)
To: [EMAIL PROTECTED]
Subject: russian debconf template file for playmidi package
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 10 Mar 2002 08:03:37 +0500 (YEKT)
From: [EMAIL PROTECTED] (Ilgiz Kalmetev)
Delivered-To: [EMAIL PROTECTED]

PACKAGE: playmidi

This is russian debconf template file for "playmidi" package(s).


begin 644 playmidi.template-en-ru
M5&5M<&QA=&4Z('!L87EM:61I+V]P=&EO;G,*5'EP93H@6]U(&[EMAIL PROTECTED]'2!L96%V:6YG('1H:7,@8FQA;[EMAIL PROTECTED]@;6%N>2!C
M87)D

---
Received: (at 137678-close) by bugs.debian.org; 29 Mar 2002 16:45:15 +
>From [EMAIL PROTECTED] Fri Mar 29 10:45:15 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 16qzV5-0008Ez-00; Fri, 29 Mar 2002 10:45:15 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16qzIY-0003nO-00; Fri, 29 Mar 2002 11:32:18 -0500
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.10 $
Subject: Bug#137678: fixed in playmidi 2.4-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 29 Mar 2002 11:32:18 -0500
Delivered-To: [EMAIL PROTECTED]

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

playmidi_2.4-4.diff.gz
  to pool/main/p/playmidi/playmidi_2.4-4.diff.gz
playmidi_2.4-4.dsc
  to pool/main/p/playmidi/playmidi_2.4-4.dsc
playmidi_2.4-4_i386.deb
  to pool/main/p/playmidi/playmidi_2.4-4_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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated playmidi 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: Fri, 29 Mar 2002 16:11:20 +
Source: playmidi
Binary: playmidi
Architecture: source i386
Version: 2.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description: 
 playmidi   - MIDI player
Closes: 130084 137678 138822 138993
Changes: 
 playmidi (2.4-4) unstable; urgency=low
 .
   * QA upload.
   * Add German debconf translation (thanks, Sebastian Feltel and Christian
 Kurz; closes: #130084).
   * Add Russian debconf translation (thanks, Ilgiz Kalmetev;
 closes: #137678).
   * Seneca Cunningham:
 - Null-terminate filenames in playlist display (closes: #138822).
 - Use line-drawing functions rather than box-drawing characters for
   better display in xterms (closes: #138993).
Files: 
 f1668c0bd0b28d0f45e02374194c8d2e 712 sound optional playmidi_2.4-4.dsc
 4e1394cc45463b1df253b0b99e54cd5f 10768 sound optional playmidi_2.4-4.diff.gz
 73e8ef0a6423e9003cf15052e8d56fe2 152364 sound optional playmidi_2.4-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Colin Watson <[EMAIL PROTECTED]> -- Debian developer

iD8DBQE8pJOb9t0zAhD6TNERAo2IAJ9xuXVCFZutyRbJw3huuPEVa6nMKQCfQJbT
dR6eVhzyMKUWMEeWxPvjmjY=
=YcqU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#130084: marked as done (german template file [playmidi 2.4-2])

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 11:32:17 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#130084: fixed in playmidi 2.4-4
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; 20 Jan 2002 09:30:41 +
>From [EMAIL PROTECTED] Sun Jan 20 03:30:41 2002
Return-path: <[EMAIL PROTECTED]>
Received: from moutvdom01.kundenserver.de [195.20.224.200] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16SEJF-zo-00; Sun, 20 Jan 2002 03:30:41 -0600
Received: from [195.20.224.220] (helo=mrvdom04.kundenserver.de)
by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2)
id 16SEJD-0006N3-00
for [EMAIL PROTECTED]; Sun, 20 Jan 2002 10:30:39 +0100
Received: from [212.185.219.248] (helo=cipher.feltel.de)
by mrvdom04.kundenserver.de with esmtp (Exim 2.12 #2)
id 16SEJC-00023n-00
for [EMAIL PROTECTED]; Sun, 20 Jan 2002 10:30:39 +0100
Received: from feltel by cipher.feltel.de with local (Exim 3.33 #1 (Debian))
id 16SEH9-B4-00
for <[EMAIL PROTECTED]>; Sun, 20 Jan 2002 10:28:31 +0100
Date: Sun, 20 Jan 2002 10:28:31 +0100
From: Sebastian Feltel <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: german template file [playmidi 2.4-2]
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Sebastian Feltel <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
User-Agent: Mutt/1.3.25i
Organization: private
X-Url: 
X-PGP-Key: mailto <[EMAIL PROTECTED]> (automated reply)
X-Operating-System: Debian GNU/Linux 3.0
Sender: Sebastian Feltel <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: playmidi
Severity: wishlist

Template: playmidi/options
Type: string
Description: Options for playmidi when invoked through MIME?
 This package sets up a MIME entry which allows your mail user agent and
 other applications to play MIDI files.  As playmidi doesn't have a
 proper configuration file yet, you'll need to specify any options
 required for it to work with your sound hardware.
 .
 If you have an external MIDI device or an Ensoniq SoundScape, Turtle
 Beach WaveFront or WaveBlaster sound card, use `-e'.
 .
 If you have a Sound Blaster AWE32, use `-a'.
 .
 If you have a Gravis Ultrasound, use `-g'.
 .
 Otherwise, try leaving this blank -- many cards will work without extra
 flags. If you change your mind later, edit
 `/etc/playmidi/playmidi.conf'.
Description-de: Optionen f=FCr playmidi-Start =FCber MIME
 Dieses Paket stellt einen MIME-Eintrag bereit, das es Ihrem eMail-Programm
 oder anderen Anwendungen erlaubt, Midi-Dateien abzuspielen. Da playmidi
 noch keine vollst=E4ndige Konfigurationsdatei besitzt, sollten Sie jetzt
 die f=FCr diese Funktion notwendigen Angaben machen.
 .
 Wenn Sie ein externes Midi-Ger=E4t, eine Ensoniq SoundScape, eine Turtle
 Beach WaveFront oder aber eine WaveBlaster Soundkarte haben, dann
 verwenden Sie '-e'.
 .
 Wenn Sie eine Sound Blaster AWE32-Karte haben, dann verwenden Sie '-a'.
 .
 Wenn Sie eine Gravis Ultrasound-Karte haben, dann verwenden Sie '-g'.
 .
 Andernfalls lassen Sie diese Angabe leer; viele Karten funktionieren auch
 ohne Optionsangabe. Wenn Sie diese Einstellung sp=E4ter ver=E4ndern wollen,
 dann bearbeiten Sie die Datei '/etc/playmidi/playmidi.conf'.

---
Received: (at 130084-close) by bugs.debian.org; 29 Mar 2002 16:39:12 +
>From [EMAIL PROTECTED] Fri Mar 29 10:39:12 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 16qzPE-0007c0-00; Fri, 29 Mar 2002 10:39:12 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16qzIX-0003nG-00; Fri, 29 Mar 2002 11:32:17 -0500
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.10 $
Subject: Bug#130084: fixed in playmidi 2.4-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 29 Mar 2002 11:32:17 -0500
Delivered-To: [EMAIL PROTECTED]

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

playmidi_2.4-4.diff.gz
  to pool/main/p/playmidi/playmidi_2.4-4.diff.gz
playmidi_2.4-4.dsc
  to pool/main/p/playmidi/playmidi_2.4-4.dsc
playmidi_2.4-4_i386.deb
  to pool/main/p/playm

Processed: tagging 46117

2002-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 46117  upstream
Bug#46117: ssh2: ssh2 does not connect
Tags added: upstream

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



playmidi_2.4-4_i386.changes ACCEPTED

2002-03-29 Thread Debian Installer

Accepted:
playmidi_2.4-4.diff.gz
  to pool/main/p/playmidi/playmidi_2.4-4.diff.gz
playmidi_2.4-4.dsc
  to pool/main/p/playmidi/playmidi_2.4-4.dsc
playmidi_2.4-4_i386.deb
  to pool/main/p/playmidi/playmidi_2.4-4_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 130084 137678 138822 138993 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#53072: marked as done (ssh2 fails to compile)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 14:25:15 +
with message-id <[EMAIL PROTECTED]>
and subject line ssh2 compiles now
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; 19 Dec 1999 16:13:23 +
Received: (qmail 25524 invoked from network); 19 Dec 1999 16:13:22 -
Received: from mailhub.dartmouth.edu (129.170.16.6)
  by master.debian.org with SMTP; 19 Dec 1999 16:13:22 -
Received: from Dartmouth.EDU ([EMAIL PROTECTED] [129.170.147.11])
by mailhub.dartmouth.edu (8.9.3+DND/8.9.3) with ESMTP id LAA22413;
Sun, 19 Dec 1999 11:13:21 -0500 (EST)
Sender: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Date: Sun, 19 Dec 1999 16:13:57 +
From: "Thomas R. Shemanske" <[EMAIL PROTECTED]>
Organization: Dartmouth College
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
CC: "Thomas R. Shemanske" <[EMAIL PROTECTED]>
Subject: ssh2 fails to compile
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Package: ssh2
Version: 2.0.13-4

Linux hecke 2.2.13 #1 Tue Nov 2 13:01:59 EST 1999 i686 unknown
(Up to date potato system)

ii  libc6   2.1.2-10   GNU C Library: Shared libraries and
timezone
ii  libncurses4 4.2-3.4Shared libraries for terminal
handling
ii  zlib1g  1.1.3-5compression library - runtime
ii  ssh-nonfree 1.2.27-4   a secure replacement for rlogin, rsh,
and rc

Problem:  The ssh2 source fails to compile (on three different potato
systems).

At the end of the message is the full log listing the extraction of the
source code, configuring and compiling.

By the way, the unmodified (orig.tar.gz) source file fails in exactly
the same place.


Below is the immediate error (with several lines for context):
rm -f libsshpgp.a
ar cru libsshpgp.a pgp_gen.o pgp_file.o pgp_s2k.o pgp_key.o pgp_keydb.o
pgp_packet.o pgp_cipher.o 
ranlib libsshpgp.a
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp'
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp'
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib'
rm -f libssh.a
ar rc libssh.a `for lib in sshmath sshreadline sshutil sshapputil
sshcrypt sshproto sshsession sshpgp; do \
  (cd $lib; \
   make -s list_libssh_a_objects | sed -n
's,BEGIN_FILE_LIST:\([^:]*\):END_FILE_LIST,\1,p' | sed -n 's, $,,g; s, ,
'"$lib"'/,g; p'; \
   ); \
done;`
ar: libssh.a: Is a directory
make[4]: *** [libssh.a] Error 1
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/temp/ssh2-2.0.13'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/src/temp/ssh2-2.0.13'
make: *** [build-stamp] Error 2

I have tried to do the archiving by hand, but perhaps I have done
something wrong since the compile breaks farther down.


 Full Compile Log 

Script started on Sun Dec 19 10:25:40 1999
hecke-root# dpkg-source -x ssh2_2.0.13-4.dsc 
dpkg-source: extracting ssh2 in ssh2-2.0.13
hecke-root# cd ssh2-2.0.13/
/usr/src/temp/ssh2-2.0.13
hecke-root# debian/rules binary
dh_testdir
./configure --prefix=/usr --mandir=/usr/share/man --with-x=no
creating cache ./config.cache
checking host system type... i686-unknown-linux
checking target system type... i686-unknown-linux
checking build system type... i686-unknown-linux
checking cached information... ok
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -g ) works... yes
checking whether the C compiler (gcc -g ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether to enable verbose warnings... no
checking for POSIXized ISC... no
checking for ranlib... ranlib
checking for ar... ar
checking for gm4... no
checking for m4... m4
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C h

Processed: tagging 128164

2002-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 128164  moreinfo
Bug#128164: svgalibg1: restorefonts segfaults
Tags added: moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#111923: linuxconf: segfault

2002-03-29 Thread Colin Watson
Hi,

I can't reproduce this bug with the current version of linuxconf in
testing and unstable, 1.26r4-2. I tried 'linuxconf --setmod treemenu'
from a fresh install, and linuxconf started up fine and did indeed
display the tree menu.

Could you try the latest version and see if you can still reproduce
this?

Thanks,

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#79925: marked as done (After removal symlink still present in /usr/doc)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 09:17:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#79925: fixed in svgalib 1:1.4.3-7
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; 18 Dec 2000 20:23:05 +
>From [EMAIL PROTECTED] Mon Dec 18 14:23:04 2000
Return-path: <[EMAIL PROTECTED]>
Received: from cm-24-142-168-141.lawton.ispchannel.com (localhost) 
[24.142.168.141] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 1486oK-0001cN-00; Mon, 18 Dec 2000 14:23:04 -0600
Received: from gbsadler by localhost with local (Exim 3.20 #1 (Debian))
id 1486vD-0001yR-00; Mon, 18 Dec 2000 14:30:11 -0600
From: Gordon Sadler <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: After removal symlink still present in /usr/doc
X-Reportbug-Version: 1.7
X-Mailer: reportbug 1.7
Date: Mon, 18 Dec 2000 14:30:11 -0600
Message-Id: <[EMAIL PROTECTED]>
Sender: Gordon Sadler <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
  using "From" header
Delivered-To: [EMAIL PROTECTED]

Package: svgalibg1-dev
Version: N/A; reported 2000-12-18
Severity: normal

[EMAIL PROTECTED]:/usr/doc$ ll svgalibg1-dev
lrwxrwxrwx1 root root   26 Dec  9 00:21 svgalibg1-dev ->
../share/doc/svgalibg1-dev

This is after removing package. Most likely bug in postrm script, didn't look
myself however.



-- System Information
Debian Release: woody
Architecture: i386
Kernel: Linux home-desktop 2.2.18pre24 #1 Wed Dec 6 21:30:42 CST 2000 i686


---
Received: (at 79925-close) by bugs.debian.org; 29 Mar 2002 14:38:03 +
>From [EMAIL PROTECTED] Fri Mar 29 08:38:03 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 16qxVy-0006VZ-00; Fri, 29 Mar 2002 08:38:02 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16qxBr-0005m2-00; Fri, 29 Mar 2002 09:17:15 -0500
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.10 $
Subject: Bug#79925: fixed in svgalib 1:1.4.3-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 29 Mar 2002 09:17:15 -0500
Delivered-To: [EMAIL PROTECTED]

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

svgalib-bin_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib-bin_1.4.3-7_i386.deb
svgalib1-altdev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1-altdev_1.4.3-7_i386.deb
svgalib1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1_1.4.3-7_i386.deb
svgalib_1.4.3-7.diff.gz
  to pool/main/s/svgalib/svgalib_1.4.3-7.diff.gz
svgalib_1.4.3-7.dsc
  to pool/main/s/svgalib/svgalib_1.4.3-7.dsc
svgalibg1-dev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1-dev_1.4.3-7_i386.deb
svgalibg1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1_1.4.3-7_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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated svgalib 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: Fri, 29 Mar 2002 04:36:58 +
Source: svgalib
Binary: svgalib1 svgalib1-altdev svgalibg1-dev svgalib-bin svgalibg1
Architecture: source i386
Version: 1:1.4.3-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description: 
 svgalib-bin - Console SVGA display utilities
 svgalib1   - SVGA display utilities [libc5 compat]
 svgalib1-altdev - Shared, non-x, graphics library used by Ghostscript et al.
 svgalibg1  - Console SVGA display utilities
 svgalibg1-dev - Shared, non-x, graphics library used by Ghostscript et al.
Closes: 79925 114861 124200 131735
Changes: 
 svgalib (1:1.4.3-7) unstable; urgency=low
 .
   * QA upload.
   * Increase MAX_REGS to 10172 - it seems the ATI Rage Mobility VESA card
 needs

Bug#124200: marked as done (svgalib-bin: spelling in package description)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 09:17:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#124200: fixed in svgalib 1:1.4.3-7
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; 16 Dec 2001 14:49:38 +
>From [EMAIL PROTECTED] Sun Dec 16 08:49:38 2001
Return-path: <[EMAIL PROTECTED]>
Received: from smtprt16.wanadoo.fr [193.252.19.183] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16Fcbi-0004X6-00; Sun, 16 Dec 2001 08:49:38 -0600
Received: from mel-rta9.wanadoo.fr (193.252.19.69) by smtprt16.wanadoo.fr; 16 
Dec 2001 15:49:04 +0100
Received: from bertol (193.250.75.233) by mel-rta9.wanadoo.fr; 16 Dec 2001 
15:48:55 +0100
Received: from nico by bertol with local (Exim 3.33 #1 (Debian))
id 16FcDp-00052K-00; Sun, 16 Dec 2001 15:24:57 +0100
From: Nicolas Bertolissio <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: svgalib-bin: spelling in package description
X-Reportbug-Version: 1.36
X-Mailer: reportbug 1.36
Date: Sun, 16 Dec 2001 15:24:57 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: svgalib-bin
Version: N/A; reported 2001-12-16
Severity: normal

Hello,

`Windows' (with an `s') is a M$ product, `X11' is also called `X Window' (with
no `s')

`graphic' in an adjective and so it as no `s' when plural

--- svgalib-bin Sun Dec 16 15:20:11 2001
+++ svgalib-bin.new Sun Dec 16 15:22:01 2001
@@ -1,8 +1,8 @@
 Description: Console SVGA display utilities
  svgalib provides graphics capabilities to programs running on the
- system console, without going through X Windows.  It uses direct
+ system console, without going through X Window.  It uses direct
  access to the video hardware to provide low-level access to the
- standard VGA and SVGA graphics modes.  Only works with some video
+ standard VGA and SVGA graphic modes.  Only works with some video
  hardware; use with caution.
  .
  This package contains the Svgalib utility programs.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux bertol 2.4.16 #1 SMP sam déc 15 19:28:02 CET 2001 i686
Locale: LANG=french, LC_CTYPE=french


---
Received: (at 124200-close) by bugs.debian.org; 29 Mar 2002 14:42:11 +
>From [EMAIL PROTECTED] Fri Mar 29 08:42:11 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 16qxZz-0006pw-00; Fri, 29 Mar 2002 08:42:11 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16qxBr-0005ly-00; Fri, 29 Mar 2002 09:17:15 -0500
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.10 $
Subject: Bug#124200: fixed in svgalib 1:1.4.3-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 29 Mar 2002 09:17:15 -0500
Delivered-To: [EMAIL PROTECTED]

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

svgalib-bin_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib-bin_1.4.3-7_i386.deb
svgalib1-altdev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1-altdev_1.4.3-7_i386.deb
svgalib1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1_1.4.3-7_i386.deb
svgalib_1.4.3-7.diff.gz
  to pool/main/s/svgalib/svgalib_1.4.3-7.diff.gz
svgalib_1.4.3-7.dsc
  to pool/main/s/svgalib/svgalib_1.4.3-7.dsc
svgalibg1-dev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1-dev_1.4.3-7_i386.deb
svgalibg1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1_1.4.3-7_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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated svgalib 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: Fri, 29 Mar 2002 04:36:58 +
Source: svgalib
Binary: svgalib1 svgalib1-altdev svgalibg1-dev svgalib-bin svgalibg1
Architecture: source i386
Version: 1:1.4.3-7
Distribution: unsta

Bug#131735: marked as done (svgalibg1: The default value for MAX_REGS is still too small)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 09:17:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#114861: fixed in svgalib 1:1.4.3-7
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; 31 Jan 2002 18:16:58 +
>From [EMAIL PROTECTED] Thu Jan 31 12:16:58 2002
Return-path: <[EMAIL PROTECTED]>
Received: from dial-108-9.ots.utexas.edu (dellie.austin.aworld.net.ar) 
[128.83.177.105] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16WLlZ-0003ah-00; Thu, 31 Jan 2002 12:16:58 -0600
Received: by dellie.austin.aworld.net.ar (Postfix, from userid 1000)
id 2419F8C1; Thu, 31 Jan 2002 12:16:46 -0600 (CST)
From: Pablo Bianucci <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: svgalibg1: The default value for MAX_REGS is still too small
X-Reportbug-Version: 1.41.14213
X-Mailer: reportbug 1.41.14213
Date: Thu, 31 Jan 2002 12:16:46 -0600
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: svgalibg1
Version: 1:1.4.3-4
Severity: important

Hi!

After updating to the latest packages in testing, when I try to start zgv 
(or any other SVGAlib application), I am faced to the following error:

===
[EMAIL PROTECTED]:/tmp$ zgv
c2087
svgalib: FATAL internal error:
Set MAX_REGS at least to 10172 in src/driver.h and recompile everything.
===

I have a ATI Rage Mobility M3 video card (in a Dell Inspiron 4000 notebook),
and I am currently using the VESA driver in SVGAlib.


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux dellie 2.4.17-pktwr #1 Mon Dec 24 13:51:26 CST 2001 i686
Locale: LANG=C, LC_CTYPE=en_US

Versions of packages svgalibg1 depends on:
ii  libc6 2.2.4-7GNU C Library: Shared libraries an


---
Received: (at 114861-close) by bugs.debian.org; 29 Mar 2002 14:38:05 +
>From [EMAIL PROTECTED] Fri Mar 29 08:38: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 16qxW1-0006Vm-00; Fri, 29 Mar 2002 08:38:05 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16qxBq-0005lw-00; Fri, 29 Mar 2002 09:17:14 -0500
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.10 $
Subject: Bug#114861: fixed in svgalib 1:1.4.3-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 29 Mar 2002 09:17:14 -0500
Delivered-To: [EMAIL PROTECTED]

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

svgalib-bin_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib-bin_1.4.3-7_i386.deb
svgalib1-altdev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1-altdev_1.4.3-7_i386.deb
svgalib1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1_1.4.3-7_i386.deb
svgalib_1.4.3-7.diff.gz
  to pool/main/s/svgalib/svgalib_1.4.3-7.diff.gz
svgalib_1.4.3-7.dsc
  to pool/main/s/svgalib/svgalib_1.4.3-7.dsc
svgalibg1-dev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1-dev_1.4.3-7_i386.deb
svgalibg1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1_1.4.3-7_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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated svgalib 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: Fri, 29 Mar 2002 04:36:58 +
Source: svgalib
Binary: svgalib1 svgalib1-altdev svgalibg1-dev svgalib-bin svgalibg1
Architecture: source i386
Version: 1:1.4.3-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description: 
 svgalib-bin - Console SVGA display utilities
 svgalib1   - SVGA display utilities [libc5 compat]
 svgalib1-altdev - Shared, non-x, graphics library used by Ghostscript et al.
 svgalibg1  - Console SVGA display utilities
 svgalibg1-dev - Shared, non-x, graphics librar

Bug#114861: marked as done (svgalib on an ATI Rage Mobility)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 09:17:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#114861: fixed in svgalib 1:1.4.3-7
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; 8 Oct 2001 12:05:15 +
>From [EMAIL PROTECTED] Mon Oct 08 07:05:15 2001
Return-path: <[EMAIL PROTECTED]>
Received: from alfa.intrak.tuke.sk [147.232.152.3] (postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15qZ96-0002na-00; Mon, 08 Oct 2001 07:05:15 -0500
Received: by alfa.intrak.tuke.sk (Postfix, from userid 1002)
id 919EB9082; Mon,  8 Oct 2001 14:04:49 +0200 (CEST)
Date: Mon, 8 Oct 2001 14:04:49 +0200
From: Sucik Juraj <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: svgalib on an ATI Rage Mobility
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: svgalibg1
Version: 1:1.4.3-2
Severity: minor

Could you please, set MAX_REGS at least to 6460 in src/driver.h so that ATI Rage
Mobility card can work correctly?

-- 
Juraj Sucik <[EMAIL PROTECTED]>

---
Received: (at 114861-close) by bugs.debian.org; 29 Mar 2002 14:38:05 +
>From [EMAIL PROTECTED] Fri Mar 29 08:38: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 16qxW1-0006Vm-00; Fri, 29 Mar 2002 08:38:05 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16qxBq-0005lw-00; Fri, 29 Mar 2002 09:17:14 -0500
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.10 $
Subject: Bug#114861: fixed in svgalib 1:1.4.3-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 29 Mar 2002 09:17:14 -0500
Delivered-To: [EMAIL PROTECTED]

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

svgalib-bin_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib-bin_1.4.3-7_i386.deb
svgalib1-altdev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1-altdev_1.4.3-7_i386.deb
svgalib1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1_1.4.3-7_i386.deb
svgalib_1.4.3-7.diff.gz
  to pool/main/s/svgalib/svgalib_1.4.3-7.diff.gz
svgalib_1.4.3-7.dsc
  to pool/main/s/svgalib/svgalib_1.4.3-7.dsc
svgalibg1-dev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1-dev_1.4.3-7_i386.deb
svgalibg1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1_1.4.3-7_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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated svgalib 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: Fri, 29 Mar 2002 04:36:58 +
Source: svgalib
Binary: svgalib1 svgalib1-altdev svgalibg1-dev svgalib-bin svgalibg1
Architecture: source i386
Version: 1:1.4.3-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description: 
 svgalib-bin - Console SVGA display utilities
 svgalib1   - SVGA display utilities [libc5 compat]
 svgalib1-altdev - Shared, non-x, graphics library used by Ghostscript et al.
 svgalibg1  - Console SVGA display utilities
 svgalibg1-dev - Shared, non-x, graphics library used by Ghostscript et al.
Closes: 79925 114861 124200 131735
Changes: 
 svgalib (1:1.4.3-7) unstable; urgency=low
 .
   * QA upload.
   * Increase MAX_REGS to 10172 - it seems the ATI Rage Mobility VESA card
 needs even more space (closes: #114861, #131735).
   * Unconditionally remove /usr/doc/svgalibg1-dev symlink in prerm, not just
 when /etc/vga/libvga.config is present (closes: #79925).
   * Refer to the X Window System correctly (closes: #124200).
Files: 
 a6331f3d5cd1ec191621e3c114496a78 693 graphics optional svgalib_1.4.3-7.dsc
 72d45f0c14168f713507790f35a471b3 37854 graphics optional 
svga

svgalib_1.4.3-7_i386.changes ACCEPTED

2002-03-29 Thread Debian Installer

Accepted:
svgalib-bin_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib-bin_1.4.3-7_i386.deb
svgalib1-altdev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1-altdev_1.4.3-7_i386.deb
svgalib1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalib1_1.4.3-7_i386.deb
svgalib_1.4.3-7.diff.gz
  to pool/main/s/svgalib/svgalib_1.4.3-7.diff.gz
svgalib_1.4.3-7.dsc
  to pool/main/s/svgalib/svgalib_1.4.3-7.dsc
svgalibg1-dev_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1-dev_1.4.3-7_i386.deb
svgalibg1_1.4.3-7_i386.deb
  to pool/main/s/svgalib/svgalibg1_1.4.3-7_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 114861 124200 131735 79925 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#81020: marked as done (svgalib1: leaves dangling link on purge)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 04:32:41 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#81020: svgalib1: leaves dangling link on purge
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; 1 Jan 2001 22:55:55 +
>From [EMAIL PROTECTED] Mon Jan 01 16:55:55 2001
Return-path: <[EMAIL PROTECTED]>
Received: from kitenet.net [198.144.200.155] (postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14DDrv-0008DP-00; Mon, 01 Jan 2001 16:55:55 -0600
Received: by kitenet.net (Postfix, from userid 500)
id 6A296BC0B4; Mon,  1 Jan 2001 14:55:54 -0800 (PST)
From: Joey Hess <[EMAIL PROTECTED]>
Subject: svgalib1: leaves dangling link on purge
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.7
Message-Id: <[EMAIL PROTECTED]>
Date: Mon,  1 Jan 2001 14:55:54 -0800 (PST)
Delivered-To: [EMAIL PROTECTED]

Package: svgalib1
Version: N/A
Severity: normal

I had this package installed, but purged it. And this dangling link
remains:

lrwxrwxrwx1 root root   21 Jan 14  2000 /usr/doc/svgalib1 -> 
../share/doc/svgalib1

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux kite 2.2.17 #1 Tue Oct 31 09:54:30 PST 2000 i686 unknown


---
Received: (at 81020-done) by bugs.debian.org; 29 Mar 2002 04:35:33 +
>From [EMAIL PROTECTED] Thu Mar 28 22:35:33 2002
Return-path: <[EMAIL PROTECTED]>
Received: from rhenium.btinternet.com [194.73.73.93] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16qo6v-0004ZA-00; Thu, 28 Mar 2002 22:35:33 -0600
Received: from host217-35-28-203.in-addr.btopenworld.com ([217.35.28.203] 
helo=arborlon.lab.dotat.at)
by rhenium.btinternet.com with esmtp (Exim 3.22 #8)
id 16qo6u-0003po-00
for [EMAIL PROTECTED]; Fri, 29 Mar 2002 04:35:32 +
Received: from cjwatson by arborlon.lab.dotat.at with local (Exim 3.35 #1 
(Debian))
id 16qo49-AM-00
for <[EMAIL PROTECTED]>; Fri, 29 Mar 2002 04:32:41 +
Date: Fri, 29 Mar 2002 04:32:41 +
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#81020: svgalib1: leaves dangling link on purge
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Sender: Colin Watson <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

On Mon,  1 Jan 2001 at 14:55:54 -0800, Joey Hess wrote:
> Package: svgalib1
> Version: N/A
> Severity: normal
> 
> I had this package installed, but purged it. And this dangling link
> remains:
> 
> lrwxrwxrwx1 root root   21 Jan 14  2000 /usr/doc/svgalib1 -> 
> ../share/doc/svgalib1

This seems to have been fixed at some point between then and now. At any
rate, I just purged svgalib1 1.4.3-6 and this symlink was correctly
deleted.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#139238: marked as done (squidguard: squidguard don`t update from diffs)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Thu, 28 Mar 2002 23:17:32 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#139238: fixed in squidguard 1.2.0-1
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; 20 Mar 2002 17:46:28 +
>From [EMAIL PROTECTED] Wed Mar 20 11:46:28 2002
Return-path: <[EMAIL PROTECTED]>
Received: from router.ems.chel.su [195.54.2.222] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16nkAM-0004ob-00; Wed, 20 Mar 2002 11:46:27 -0600
Received: by router.ems.chel.su (Postfix, from userid 1000)
id 1EE123DBE; Wed, 20 Mar 2002 22:46:13 +0500 (YEKT)
From: Aleksey I Zavilohin <[EMAIL PROTECTED]>
Subject: squidguard: squidguard don`t update from diffs
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10.1
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 20 Mar 2002 22:46:13 +0500 (YEKT)
Delivered-To: [EMAIL PROTECTED]

Package: squidguard
Version: 1.2.0-0
Severity: important


I upgrade my squdguard installation and my diff don`t apply to .db files
(I use chastity-list package)
I try run squidGuard over strace and what i see
...
stat("/var/lib/chastity/adult/domains.diff", {st_mode=S_IFREG|0644, \
st_size=198,time(NULL)  = 1016646058
write(3, "2002-03-20 22:40:58 [12523] upda"..., 77) = 77
> open("/var/lib/chastity/adult/domains.diffq^A", O_RDONLY) = -1 \
ENOENT (No such ftime(NULL)  = 1016646058
> this string seem corrupted "q\1"
write(3, "2002-03-20 22:40:58 [12523] /var"..., 94) = 94
munmap(0x40016000, 4096)= 0
_exit(1)= ?
...

-- System Information
Debian Release: 3.0
Kernel Version: Linux router 2.2.20 #1 Wed Nov 14 01:26:40 YEKT 2001 i686 
unknown

Versions of the packages squidguard depends on:
ii  libc6  2.2.5-3GNU C Library: Shared libraries and Timezone
ii  libdb3 3.2.9-14   Berkeley v3 Database Libraries [runtime]
ii  liburi-perl1.18-1 Manipulates and accesses URI strings
ii  libwww-perl5.64-1 WWW client/server library for Perl
ii  perl   5.6.1-7Larry Wall's Practical Extraction and Report
ii  squid  2.4.4-1Internet Object Cache (WWW proxy cache)

---
Received: (at 139238-close) by bugs.debian.org; 29 Mar 2002 04:45:53 +
>From [EMAIL PROTECTED] Thu Mar 28 22:45:53 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 16qoGv-0004mx-00; Thu, 28 Mar 2002 22:45:53 -0600
Received: from katie by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16qnpU-0004f1-00; Thu, 28 Mar 2002 23:17:32 -0500
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.10 $
Subject: Bug#139238: fixed in squidguard 1.2.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Mar 2002 23:17:32 -0500
Delivered-To: [EMAIL PROTECTED]

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

squidguard_1.2.0-1.diff.gz
  to pool/main/s/squidguard/squidguard_1.2.0-1.diff.gz
squidguard_1.2.0-1.dsc
  to pool/main/s/squidguard/squidguard_1.2.0-1.dsc
squidguard_1.2.0-1_i386.deb
  to pool/main/s/squidguard/squidguard_1.2.0-1_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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated squidguard 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: Fri, 29 Mar 2002 03:40:52 +
Source: squidguard
Binary: squidguard
Architecture: source i386
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description: 
 squidguard - filter, redirector and access controller plug for Squid
Closes: 139238
Changes: 
 squidguard (1.2.0-1) unstable; urgency=low
 .
   * QA uploa

Processed: severity of 114861 is important, merging 114861 131735

2002-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 114861 important
Bug#114861: svgalib on an ATI Rage Mobility
Severity set to `important'.

> merge 114861 131735
Bug#114861: svgalib on an ATI Rage Mobility
Bug#131735: svgalibg1: The default value for MAX_REGS is still too small
Merged 114861 131735.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



squidguard_1.2.0-1_i386.changes ACCEPTED

2002-03-29 Thread Debian Installer

Accepted:
squidguard_1.2.0-1.diff.gz
  to pool/main/s/squidguard/squidguard_1.2.0-1.diff.gz
squidguard_1.2.0-1.dsc
  to pool/main/s/squidguard/squidguard_1.2.0-1.dsc
squidguard_1.2.0-1_i386.deb
  to pool/main/s/squidguard/squidguard_1.2.0-1_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 139238 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



qt-embedded-free_3.0.3-1_i386.changes ACCEPTED

2002-03-29 Thread Debian Installer

Accepted:
libqt3-emb-dev_3.0.3-1_i386.deb
  to pool/main/q/qt-embedded-free/libqt3-emb-dev_3.0.3-1_i386.deb
libqt3-emb_3.0.3-1_i386.deb
  to pool/main/q/qt-embedded-free/libqt3-emb_3.0.3-1_i386.deb
qt-embedded-free_3.0.3-1.diff.gz
  to pool/main/q/qt-embedded-free/qt-embedded-free_3.0.3-1.diff.gz
qt-embedded-free_3.0.3-1.dsc
  to pool/main/q/qt-embedded-free/qt-embedded-free_3.0.3-1.dsc
qt-embedded-free_3.0.3.orig.tar.gz
  to pool/main/q/qt-embedded-free/qt-embedded-free_3.0.3.orig.tar.gz
qt3-emb-doc_3.0.3-1_all.deb
  to pool/main/q/qt-embedded-free/qt3-emb-doc_3.0.3-1_all.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 74239

2002-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 74239  unreproducible
Bug#74239: ssh: X11 forwarding hangs connection attempt
Tags added: unreproducible

> tag 74239  moreinfo
Bug#74239: ssh: X11 forwarding hangs connection attempt
Tags added: moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#137688: marked as done (russian debconf template file for squidguard package)

2002-03-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Mar 2002 03:40:45 +
with message-id <[EMAIL PROTECTED]>
and subject line russian debconf template file for squidguard package
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; 10 Mar 2002 13:58:43 +
>From [EMAIL PROTECTED] Sun Mar 10 07:58:43 2002
Return-path: <[EMAIL PROTECTED]>
Received: from d-225.ufamts.ru (mail.ilgiz.pp.ru) [213.24.117.225] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16k3qT-000356-00; Sun, 10 Mar 2002 07:58:42 -0600
Received: by mail.ilgiz.pp.ru (Postfix, from userid 1000)
id 2B1CC3FD93; Sun, 10 Mar 2002 08:03:41 +0500 (YEKT)
To: [EMAIL PROTECTED]
Subject: russian debconf template file for squidguard package
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 10 Mar 2002 08:03:41 +0500 (YEKT)
From: [EMAIL PROTECTED] (Ilgiz Kalmetev)
Delivered-To: [EMAIL PROTECTED]

PACKAGE: squidguard

This is russian debconf template file for "squidguard" package(s).


begin 644 squidguard.template-en-ru
M5&5M<&QA=&4Z('-Q=6ED9W5A7!E.B!N;W1E"D1E2!R96)U:6QT('EO=7(@+F1B(&9I;&5S(&]T
M:&5R=VES92!S<75I9&=U87)D([EMAIL PROTECTED];&[EMAIL 
PROTECTED];"!T;R!R96%D('1H96TN
M($%L;"!B;&%C:VQI<[EMAIL PROTECTED],@86YD(&1IP=,@R=/0S\S8VM7%U"#&[EMAIL PROTECTED](S(,3,T2#3
MU\_)R"#"[EMAIL PROTECTED],'.SMG("B#ET\S)("#5("#7P=,@TL'.V-O%(-76Q2#"VQ=/4V"[EMAIL 
PROTECTED]<@N("#WT\4@
MQL'[EMAIL PROTECTED]((-/0R=/+S]<@R2#+P=3!S,_'[EMAIL PROTECTED])SL'$
?S,76P=38"B#0S\S8VL_7P=3%S,`@(G!R;WAY(BX*"@``
`
end

--
  With best regards, Ilgiz Kalmetev <[EMAIL PROTECTED]>

---
Received: (at 137688-done) by bugs.debian.org; 29 Mar 2002 03:43:37 +
>From [EMAIL PROTECTED] Thu Mar 28 21:43:37 2002
Return-path: <[EMAIL PROTECTED]>
Received: from gadolinium.btinternet.com [194.73.73.111] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16qnIf-00022d-00; Thu, 28 Mar 2002 21:43:37 -0600
Received: from host217-35-28-203.in-addr.btopenworld.com ([217.35.28.203] 
helo=arborlon.lab.dotat.at)
by gadolinium.btinternet.com with esmtp (Exim 3.22 #8)
id 16qnId-0006sB-00
for [EMAIL PROTECTED]; Fri, 29 Mar 2002 03:43:35 +
Received: from cjwatson by arborlon.lab.dotat.at with local (Exim 3.35 #1 
(Debian))
id 16qnFt-0007as-00
for <[EMAIL PROTECTED]>; Fri, 29 Mar 2002 03:40:45 +
Date: Fri, 29 Mar 2002 03:40:45 +
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: russian debconf template file for squidguard package
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.28i
Sender: Colin Watson <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

On Sun, Mar 10, 2002 at 08:03:41AM +0500, Ilgiz Kalmetev wrote:
> PACKAGE: squidguard
> 
> This is russian debconf template file for "squidguard" package(s).

squidguard no longer uses debconf.

squidguard (1.1.9-20010614-6) unstable; urgency=low

  [...]
  * Remove debconf bits since we really don't need it anymore
  [...]

 -- Ivan E. Moore II <[EMAIL PROTECTED]>  Fri, 14 Dec 2001 02:22:00 -0700

If this should have been filed against some other package, please reopen
and reassign it there.

Regards,

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 138995

2002-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 138995  unreproducible
Bug#138995: libcw: text entry widget duplicates characters during quick typing
Tags added: unreproducible

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#138995: libcw: text entry widget duplicates characters during quick typing

2002-03-29 Thread Colin Watson
On Tue, Mar 19, 2002 at 03:06:38AM +, xsdg wrote:
> I usually type between 60 and 80 words per minute.  As I use cooledit
> to edit my LaTeX documents, I use it quite often.  Sometimes, when I
> press a key in the main text edit widget in cooledit, it prints the
> previously-entered character (or, sometimes, the character before
> that) in place of the character which I pressed.  This occurs
> consistently, although not at every keypress.  Also, the problem
> happens most notably during inter-word spaces.

Just by way of a data point, I can't reproduce this at all (using the
same versions of cooledit and libcw). Perhaps this is an X server bug?
I've occasionally noticed keystrokes being duplicated in a variety of X
clients recently when the system is under moderate to heavy load.

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: lots of merging

2002-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 140308 140319
Bug#140308: removing from woody
Bug#140319: removing from woody
Merged 140308 140319.

> merge 140309 140323
Bug#140309: removing from woody
Bug#140323: removing from woody
Merged 140309 140323.

> merge 140310 140321
Bug#140310: removing from woody
Bug#140321: removing from woody
Merged 140310 140321.

> merge 140311 140320
Bug#140311: removing from woody
Bug#140320: removing from woody
Merged 140311 140320.

> merge 140312 140318
Bug#140312: removing from woody
Bug#140318: removing from woody
Merged 140312 140318.

> merge 140313 140325
Bug#140313: removing from woody
Bug#140325: removing from woody
Merged 140313 140325.

> merge 140314 140327
Bug#140314: removing from woody
Bug#140327: removing from woody
Merged 140314 140327.

> merge 140315 140322
Bug#140315: removing from woody
Bug#140322: removing from woody
Merged 140315 140322.

> merge 140316 140326
Bug#140316: removing from woody
Bug#140326: removing from woody
Merged 140316 140326.

> merge 140317 140324
Bug#140317: removing from woody
Bug#140324: removing from woody
Merged 140317 140324.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]