Bug#150367: 150367,Online Casino

2002-12-14 Thread Adoiviel
Virtual Vegas Casino

Free $100 playing bonus

Get Paid Today!!

All Players Welcome

No need to spend the whole $100 it is our gift to you for tring our site

http://shaggweb.com/casino/index.html




gnome-vfs-extras2_0.99.6.1-1_i386.changes ACCEPTED

2002-12-14 Thread Debian Installer

Accepted:
gnome-vfs-extras2_0.99.6.1-1.diff.gz
  to pool/main/g/gnome-vfs-extras2/gnome-vfs-extras2_0.99.6.1-1.diff.gz
gnome-vfs-extras2_0.99.6.1-1.dsc
  to pool/main/g/gnome-vfs-extras2/gnome-vfs-extras2_0.99.6.1-1.dsc
gnome-vfs-extras2_0.99.6.1-1_i386.deb
  to pool/main/g/gnome-vfs-extras2/gnome-vfs-extras2_0.99.6.1-1_i386.deb
gnome-vfs-extras2_0.99.6.1.orig.tar.gz
  to pool/main/g/gnome-vfs-extras2/gnome-vfs-extras2_0.99.6.1.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 167830 


Thank you for your contribution to Debian.



NMU: cbb

2002-12-14 Thread H. S. Teoh
Hi, this is just to inform the QA team that I've uploaded an NMU of cbb
containing the fix for #22047 to DELAYED/7-day. The patch is already in
BTS. I'm taking the liberty to upload it now instead of later, since the
package is already orphaned. Unfortunately, since I neither use cbb nor
have the interest to maintain it for the long term, I'm not adopting it.


T

-- 
Music critic: "That's an imitation fugue!"



Bug#22047: Updated patch

2002-12-14 Thread H. S. Teoh
OK, here is an updated patch that actually works (the previous patch has a
Tcl syntax error).


T

-- 
The two rules of success: 1. Don't tell everything you know. -- YHL
--- cbb-0.8.1.ORIG/init.tcl 2000-01-04 18:01:19.0 -0500
+++ cbb-0.8.1/init.tcl  2002-12-14 13:59:11.0 -0500
@@ -49,6 +49,16 @@
 
 
 # 
+# Workaround to make the Tcl interpreter reap zombie child processes
+# 
+
+proc grimreaper {} {
+catch { exec "" }
+after 3000 grimreaper
+}
+
+
+# 
 # Initialize CBB
 # 
 
@@ -58,6 +68,9 @@
 # lets get this out of the way right away ... increases the precision.
 set tcl_precision 17
 
+# workaround to make Tcl reap zombie child processes once in a while
+grimreaper
+
 # lets start with a "clean" slate
 acctSetClean
 


Bug#169106: kleandisk uses /share

2002-12-14 Thread Matej Vela
Ross Boylan <[EMAIL PROTECTED]> writes:

> Package: kleandisk
> Version: 2.1-beta2-3
> Severity: wishlist
> 
> kleandisk seems to put its data files in /share (not /usr/share).

Are you sure?

  # dpkg -L kleandisk | grep ^/share
  #

Is /share still present after reinstalling kleandisk?

> It's the only program I have that does so, and I suspect it's a policy
> violation.  Since I don't know, I'm making this wishlist priority.

Yes, this would constitute a violation of the FHS.

Thanks,

Matej