Bug#299624: dstooltk: Crashes when printing plots

2005-03-15 Thread Mahdi Ben Jelloul

Package: dstooltk
Version: 2.0-4
Severity: grave
Justification: renders package unusable


Dstootk crashes when I try to print any plot in a postscript format.

Invoking /usr/lib/dstooltk/bin/linux/dstool_tk
DsTool% filesl: save test.ps in progress...
/usr/bin/dstooltk: line 67: 19130 Segmentation fault  ${prog} ${1+"$@"}

However the snapshot command works properly (print in gif tiff ...).

Please also consider the other bug concerning the 3D panels that uses
geomview.

Thanks and long life to th QA team.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.18-bf2.4
Locale: [EMAIL PROTECTED], LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages dstooltk depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  tcl8.0   8.0.5-8 Tcl (the Tool Command Language) v8
ii  tk8.08.0.5-11Tk toolkit for Tcl and X11, v8.0 -
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information





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



Processing of zed_1.0.5-11_i386.changes

2005-03-15 Thread Archive Administrator
zed_1.0.5-11_i386.changes uploaded successfully to localhost
along with the files:
  zed_1.0.5-11.dsc
  zed_1.0.5-11.diff.gz
  zed_1.0.5-11_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#241342: marked as done (zed: C/C++ syntax highlighting catches too much)

2005-03-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Mar 2005 11:02:21 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#241342: fixed in zed 1.0.5-11
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 Mar 2004 22:55:23 +
>From [EMAIL PROTECTED] Wed Mar 31 14:55:23 2004
Return-path: <[EMAIL PROTECTED]>
Received: from (mpenc1.prognet.com) [207.188.30.29] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B8ocD-0005cJ-00; Wed, 31 Mar 2004 14:55:21 -0800
Received: from tommy by mpenc1.prognet.com with local (Exim 3.35 #1 (Debian))
id 1B8obj-0008TV-00; Wed, 31 Mar 2004 14:54:51 -0800
From: Tom Marshall <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: zed: C/C++ syntax highlighting catches too much
X-Mailer: reportbug 1.50
Date: Wed, 31 Mar 2004 14:54:51 -0800
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: zed
Version: 1.0.5-8
Severity: normal
Tags: patch

If a normal token begins with a keyword, the keyword portion is highlighted. 
Here's an example:

  if (format) { foo(); }

This fixes the problem:

  --- edvis.cc.orig   2000-04-05 02:36:20.0 -0700
  +++ edvis.cc2004-03-31 14:44:56.0 -0800
  @@ -135,7 +135,7 @@
   
while(*i!='\0')
{
  -  if (memcmp(p,i+1,(int)(*i-'0'))==0)
  +  if (memcmp(p,i+1,(int)(*i-'0'))==0 && !isalnum(p[*i-'0']))
 { ava=(int)(*i-'0'); save1=ava; stato=12; break; }
 i+=(int)(*i-'0')+1;
}


---
Received: (at 241342-close) by bugs.debian.org; 15 Mar 2005 16:12:22 +
>From [EMAIL PROTECTED] Tue Mar 15 08:12:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DBEec-0002hZ-00; Tue, 15 Mar 2005 08:12:22 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DBEUv-0006Wl-00; Tue, 15 Mar 2005 11:02:21 -0500
From: Philipp Kern <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#241342: fixed in zed 1.0.5-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 15 Mar 2005 11:02:21 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: zed
Source-Version: 1.0.5-11

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

zed_1.0.5-11.diff.gz
  to pool/main/z/zed/zed_1.0.5-11.diff.gz
zed_1.0.5-11.dsc
  to pool/main/z/zed/zed_1.0.5-11.dsc
zed_1.0.5-11_i386.deb
  to pool/main/z/zed/zed_1.0.5-11_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.
Philipp Kern <[EMAIL PROTECTED]> (supplier of updated zed 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, 15 Mar 2005 15:43:23 +
Source: zed
Binary: zed
Architecture: source i386
Version: 1.0.5-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Philipp Kern <[EMAIL PROTECTED]>
Description: 
 zed- Powerful, multipurpose, configurable text editor
Closes: 241342 297285
Changes: 
 zed (1.0.5-11) unstable; urgency=low
 .
   * QA upload.
   * Applied fix to the C/C++ token parser. (Thanks to Tom Marshall)
 (Closes: #241342)
   * Fixed FTBFS on amd64/gcc-4.0. (Thanks to Andreas Jochens)
 (Closes: #297285)
 .
 zed (1.0.5-10) unstable; urgency=low
 .
   * Upgraded

Bug#297285: marked as done (zed: FTBFS (amd64/gcc-4.0): cast from 'int*' to 'int' loses precision)

2005-03-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Mar 2005 11:02:21 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297285: fixed in zed 1.0.5-11
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 Feb 2005 13:03:13 +
>From [EMAIL PROTECTED] Mon Feb 28 05:03:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c204041.adsl.hansenet.de (localhost.localdomain) [213.39.204.41] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D5kYL-0007zc-00; Mon, 28 Feb 2005 05:03:13 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1D5lUf-0005gp-1r; Mon, 28 Feb 2005 15:03:29 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: zed: FTBFS (amd64/gcc-4.0): cast from 'int*' to 'int' loses precision
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 28 Feb 2005 15:03:29 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: zed
Severity: normal
Tags: patch

When building 'zed' on amd64 with gcc-4.0,
I get the following error:

g++ -O2 -Wall   -o lowl.o -c lowl.cc
lowl.cc: In function 'int exectst(int*)':
lowl.cc:1462: error: cast from 'int*' to 'int' loses precision
lowl.cc:1471: error: cast from 'int*' to 'unsigned int' loses precision
make[1]: *** [lowl.o] Error 1
make[1]: Leaving directory `/zed-1.0.5'
make: *** [build.stamp] Error 2

With the attached patch 'zed' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/zed-1.0.5/lowl.cc ./lowl.cc
--- ../tmp-orig/zed-1.0.5/lowl.cc   2000-04-05 11:47:41.0 +0200
+++ ./lowl.cc   2005-02-28 14:43:43.070936729 +0100
@@ -1459,7 +1459,7 @@
 *dato positivo setta sp=dato...
  */
 
- switch((int)dato)
+ switch((long)dato)
  {
   case 0 : ignore=0; return(0);
   case 1 : ignore=1; return(0);
@@ -1468,7 +1468,7 @@
   case 4 : sp=0; ssp=0; lstr=0; return(0);
  }
 
- if (((unsigned int)dato)>10 && (*dato)>0)
+ if (((unsigned long)dato)>10 && (*dato)>0)
  {
   sp=config.cmds+(*dato-1); lstr=0; ssp=0;
   return(0);

---
Received: (at 297285-close) by bugs.debian.org; 15 Mar 2005 16:09:04 +
>From [EMAIL PROTECTED] Tue Mar 15 08:09:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DBEbP-0002SO-00; Tue, 15 Mar 2005 08:09:04 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DBEUv-0006Wn-00; Tue, 15 Mar 2005 11:02:21 -0500
From: Philipp Kern <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297285: fixed in zed 1.0.5-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 15 Mar 2005 11:02:21 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: zed
Source-Version: 1.0.5-11

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

zed_1.0.5-11.diff.gz
  to pool/main/z/zed/zed_1.0.5-11.diff.gz
zed_1.0.5-11.dsc
  to pool/main/z/zed/zed_1.0.5-11.dsc
zed_1.0.5-11_i386.deb
  to pool/main/z/zed/zed_1.0.5-11_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.
Philipp Kern <[EMAIL PROTECTED]> (supplier of updated zed 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, 15 Mar 2005 15:43:23 +
Source: zed
Binary: zed
Architecture: source i386
Version: 1.0.5-11
Distribution: unstable

zed_1.0.5-11_i386.changes ACCEPTED

2005-03-15 Thread Debian Installer

Accepted:
zed_1.0.5-11.diff.gz
  to pool/main/z/zed/zed_1.0.5-11.diff.gz
zed_1.0.5-11.dsc
  to pool/main/z/zed/zed_1.0.5-11.dsc
zed_1.0.5-11_i386.deb
  to pool/main/z/zed/zed_1.0.5-11_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 241342 297285 


Thank you for your contribution to Debian.


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



Processing of vrel_2.2-2_i386.changes

2005-03-15 Thread Archive Administrator
vrel_2.2-2_i386.changes uploaded successfully to localhost
along with the files:
  vrel_2.2-2.dsc
  vrel_2.2-2.diff.gz
  vrel_2.2-2_i386.deb

Greetings,

Your Debian queue daemon


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



vrel_2.2-2_i386.changes ACCEPTED

2005-03-15 Thread Debian Installer

Accepted:
vrel_2.2-2.diff.gz
  to pool/main/v/vrel/vrel_2.2-2.diff.gz
vrel_2.2-2.dsc
  to pool/main/v/vrel/vrel_2.2-2.dsc
vrel_2.2-2_i386.deb
  to pool/main/v/vrel/vrel_2.2-2_i386.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



Processing of gsmartcard_0.1.5-2_i386.changes

2005-03-15 Thread Archive Administrator
gsmartcard_0.1.5-2_i386.changes uploaded successfully to localhost
along with the files:
  gsmartcard_0.1.5-2.dsc
  gsmartcard_0.1.5-2.diff.gz
  gsmartcard_0.1.5-2_i386.deb

Greetings,

Your Debian queue daemon


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



Processing of smartcard_0.1.7-3_i386.changes

2005-03-15 Thread Archive Administrator
smartcard_0.1.7-3_i386.changes uploaded successfully to localhost
along with the files:
  smartcard_0.1.7-3.dsc
  smartcard_0.1.7-3.diff.gz
  smartcard_0.1.7-3_i386.deb

Greetings,

Your Debian queue daemon


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



Processing of towitoko_2.0.7-3_i386.changes

2005-03-15 Thread Archive Administrator
towitoko_2.0.7-3_i386.changes uploaded successfully to localhost
along with the files:
  towitoko_2.0.7-3.dsc
  towitoko_2.0.7-3.diff.gz
  libtowitoko-dev_2.0.7-3_i386.deb
  libtowitoko2_2.0.7-3_i386.deb

Greetings,

Your Debian queue daemon


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



gsmartcard_0.1.5-2_i386.changes ACCEPTED

2005-03-15 Thread Debian Installer

Accepted:
gsmartcard_0.1.5-2.diff.gz
  to pool/main/g/gsmartcard/gsmartcard_0.1.5-2.diff.gz
gsmartcard_0.1.5-2.dsc
  to pool/main/g/gsmartcard/gsmartcard_0.1.5-2.dsc
gsmartcard_0.1.5-2_i386.deb
  to pool/main/g/gsmartcard/gsmartcard_0.1.5-2_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 164090 289462 


Thank you for your contribution to Debian.


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



gsmartcard override disparity

2005-03-15 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

gsmartcard_0.1.5-2_i386.deb: package says priority is optional, override says 
extra.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


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



smartcard_0.1.7-3_i386.changes ACCEPTED

2005-03-15 Thread Debian Installer

Accepted:
smartcard_0.1.7-3.diff.gz
  to pool/main/s/smartcard/smartcard_0.1.7-3.diff.gz
smartcard_0.1.7-3.dsc
  to pool/main/s/smartcard/smartcard_0.1.7-3.dsc
smartcard_0.1.7-3_i386.deb
  to pool/main/s/smartcard/smartcard_0.1.7-3_i386.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



towitoko_2.0.7-3_i386.changes ACCEPTED

2005-03-15 Thread Debian Installer

Accepted:
libtowitoko-dev_2.0.7-3_i386.deb
  to pool/main/t/towitoko/libtowitoko-dev_2.0.7-3_i386.deb
libtowitoko2_2.0.7-3_i386.deb
  to pool/main/t/towitoko/libtowitoko2_2.0.7-3_i386.deb
towitoko_2.0.7-3.diff.gz
  to pool/main/t/towitoko/towitoko_2.0.7-3.diff.gz
towitoko_2.0.7-3.dsc
  to pool/main/t/towitoko/towitoko_2.0.7-3.dsc
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 202956 253321 298317 


Thank you for your contribution to Debian.


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



Bug#273316: fixed

2005-03-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

beaver |0.2.5-2 | source, alpha, arm, hppa, hurd-i386, i386, ia64, 
m68k, mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#206870: fixed

2005-03-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  3dwm | 0.3.1-11.3 | source
3dwm-clock | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
3dwm-csgclient | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
3dwm-geoclient | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
3dwm-pickclient | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, 
mipsel, powerpc, s390, sparc
3dwm-server | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
3dwm-texclient | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
3dwm-vncclient | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
libcelsius | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
libcelsius-dev | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
  libgarbo | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
libgarbo-dev | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
  libnobel | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
libnobel-dev | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
 libpolhem | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
libpolhem-dev | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
  libsolid | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
libsolid-dev | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
   libzorn | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc
libzorn-dev | 0.3.1-11.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#211830: fixed

2005-03-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  asd4 |0.2-2.3 | source, alpha, arm, hppa, i386, ia64, m68k, mips, 
mipsel, powerpc, s390, sparc
asd4-clients |0.2-2.3 | alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, 
powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#279517: fixed

2005-03-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

aegis3 | 3.29-2 | source, alpha, arm, hppa, hurd-i386, i386, ia64, 
m68k, mips, mipsel, powerpc, s390, sparc
aegis3-doc | 3.29-2 | all
 aegis3-tk | 3.29-2 | all
aegis3-web | 3.29-2 | all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#259584: fixed

2005-03-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

 bbpal |  0.3-4 | source, alpha, arm, hppa, hurd-i386, i386, ia64, 
m68k, mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#290890: fixed

2005-03-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

distributed-net-pproxy | 319c-7 | source, i386

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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



Bug#293864: fixed

2005-03-15 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

 hawxy |1.1.0-2 | source, all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)


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