Bug#294651: marked as done (xt-toolbuslib: FTBFS (amd64/gcc-4.0): static declaration of 'hash_table' follows non-static declaration)

2005-06-11 Thread Debian Bug Tracking System
Your message dated Sat, 11 Jun 2005 03:03:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#294651: fixed in xt-toolbuslib 0.5.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 10 Feb 2005 22:40:16 +
>From [EMAIL PROTECTED] Thu Feb 10 14:40:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d159142.adsl.hansenet.de (localhost.localdomain) 
[80.171.159.142] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CzMyt-0006UR-00; Thu, 10 Feb 2005 14:40:16 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CzMyr-0005cT-Of; Thu, 10 Feb 2005 23:40:13 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: xt-toolbuslib: FTBFS (amd64/gcc-4.0): static declaration of 
'hash_table' follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 10 Feb 2005 23:40:13 +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: xt-toolbuslib
Severity: normal
Tags: patch

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

gcc -DPACKAGE=\"toolbuslib\" -DVERSION=\"0.5.1\" -DHAVE_STRERROR=1 
-DHAVE_STRDUP=1  -I. -I.  -I.-Wall -g -O2 -c symbol.c
symbol.c:44: error: static declaration of 'hash_table' follows non-static 
declaration
symbol.h:53: error: previous declaration of 'hash_table' was here
symbol.c:45: error: static declaration of 'idx_table' follows non-static 
declaration
symbol.h:54: error: previous declaration of 'idx_table' was here
make[2]: *** [symbol.o] Error 1
make[2]: Leaving directory `/xt-toolbuslib-0.5.1/libtb'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/xt-toolbuslib-0.5.1/libtb/symbol.h ./libtb/symbol.h
--- ../tmp-orig/xt-toolbuslib-0.5.1/libtb/symbol.h  2001-11-25 
14:37:26.0 +0100
+++ ./libtb/symbol.h2005-02-10 23:29:35.928754345 +0100
@@ -50,9 +50,6 @@
 #define IDM_ALL-1
 #define IDM_INTERNAL   0
 
-extern name_bucket *hash_table[];
-extern name_bucket *idx_table[];
-
 typedef struct expr_sign {
   sym_idx name;
   type   *restype;
diff -urN ../tmp-orig/xt-toolbuslib-0.5.1/debian/control ./debian/control
--- ../tmp-orig/xt-toolbuslib-0.5.1/debian/control  2005-02-10 
23:29:40.469876162 +0100
+++ ./debian/control2005-02-10 23:18:41.0 +0100
@@ -7,7 +7,7 @@
 Standards-Version: 3.6.1
 
 Package: xt-toolbuslib
-Architecture: i386 s390 sparc powerpc hppa arm mipsel mips m68k
+Architecture: amd64 arm hppa i386 m68k mips mipsel powerpc ppc64 s390 sparc
 Replaces: cwi-toolbuslib, xt-sdf2, xt-sdf2-dev
 Conflicts: cwi-toolbuslib
 Depends: ${shlibs:Depends}, xt-aterm-dev

---
Received: (at 294651-close) by bugs.debian.org; 11 Jun 2005 07:08:02 +
>From [EMAIL PROTECTED] Sat Jun 11 00:08:02 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 1Dh066-0005LQ-00; Sat, 11 Jun 2005 00:08:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Dh01H-00015z-00; Sat, 11 Jun 2005 03:03:03 -0400
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#294651: fixed in xt-toolbuslib 0.5.1-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 11 Jun 2005 03:03:03 -0400
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: xt-toolbuslib
Source-Version: 0.5.1-3

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

xt-toolbuslib_0.5.1-3.diff.gz
  to pool/main/x/xt-toolbuslib/xt-toolbuslib_0.5.1-3.diff.gz
xt-toolbuslib_0.5.1-3.dsc
  to pool/main/x/xt-toolbuslib/xt-toolbuslib_0.5.1-3.dsc
xt-toolbuslib_0.5.1-3_i386.deb
  to pool/main/

Bug#293972: marked as done (libgtk-perl: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment)

2005-06-11 Thread Debian Bug Tracking System
Your message dated Sat, 11 Jun 2005 03:02:32 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293972: fixed in libgtk-perl 0.7009-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 7 Feb 2005 08:23:10 +
>From [EMAIL PROTECTED] Mon Feb 07 00:23:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d168173.adsl.hansenet.de (localhost.localdomain) 
[80.171.168.173] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cy4An-qa-00; Mon, 07 Feb 2005 00:23:09 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Cy4Aj-000878-1e; Mon, 07 Feb 2005 09:23:05 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libgtk-perl: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 07 Feb 2005 09:23:05 +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: libgtk-perl
Severity: normal
Tags: patch

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

cc -c  -I/libgtk-perl-0.7009/Gnome/../Gtk/../blib/arch/Gtk/Install/ 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-D_REENTRANT  -I. -I./build 
-I/libgtk-perl-0.7009/Gnome/../GdkImlib/blib/arch/Gtk/Gdk/ImlibImage/Install/ 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include  -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64-DVERSION=\"0.7009\" -DXS_VERSION=\"0.7009\" -fPIC 
"-I/usr/lib/perl/5.8/CORE"  -DPERL_POLLUTE -DLAZY_LOAD -DPGTK_THREADS 
-DGTK_HVER=0x01020a -DGNOME_HVER=0x010402 xs/Gnome.c
Gnome.xs: In function 'get_options':
Gnome.xs:249: error: invalid lvalue in assignment
make[2]: *** [xs/Gnome.o] Error 1
make[2]: Leaving directory `/libgtk-perl-0.7009/Gnome'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/libgtk-perl-0.7009/Gnome/xs/Gnome.xs ./Gnome/xs/Gnome.xs
--- ../tmp-orig/libgtk-perl-0.7009/Gnome/xs/Gnome.xs2005-02-07 
08:48:15.227865339 +0100
+++ ./Gnome/xs/Gnome.xs 2005-02-07 08:45:19.480981418 +0100
@@ -245,8 +245,8 @@
SV **s;
 
o->argInfo = POPT_ARG_NONE;
-   if ((s=av_fetch(av, i, 0)) && SvOK(*s))
-   longopt = (char*) o->longName = g_strdup(SvPV(*s, 
PL_na));
+   if ((s=av_fetch(av, i, 0)) && SvOK(*s)) 
+   longopt = o->longName = g_strdup(SvPV(*s, PL_na));
if (longopt && (p=strchr(longopt, '|'))) { /* short option */
*p++ = 0;
o->shortName = *p;

---
Received: (at 293972-close) by bugs.debian.org; 11 Jun 2005 07:08:08 +
>From [EMAIL PROTECTED] Sat Jun 11 00:08:08 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 1Dh06B-0005OS-00; Sat, 11 Jun 2005 00:08:08 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Dh00m-pO-00; Sat, 11 Jun 2005 03:02:32 -0400
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#293972: fixed in libgtk-perl 0.7009-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 11 Jun 2005 03:02:32 -0400
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: libgtk-perl
Source-Version: 0.7009-3

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

libgladexml-perl_0.7009-3_i386.deb
  to 

Processing of xt-toolbuslib_0.5.1-3_i386.changes

2005-06-11 Thread Archive Administrator
xt-toolbuslib_0.5.1-3_i386.changes uploaded successfully to localhost
along with the files:
  xt-toolbuslib_0.5.1-3.dsc
  xt-toolbuslib_0.5.1-3.diff.gz
  xt-toolbuslib_0.5.1-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 libgtk-perl_0.7009-3_i386.changes

2005-06-11 Thread Archive Administrator
libgtk-perl_0.7009-3_i386.changes uploaded successfully to localhost
along with the files:
  libgtk-perl_0.7009-3.dsc
  libgtk-perl_0.7009-3.diff.gz
  libgtk-perl_0.7009-3_i386.deb
  libgtk-imlib-perl_0.7009-3_i386.deb
  libgtk-pixbuf-perl_0.7009-3_i386.deb
  libgnome-perl_0.7009-3_i386.deb
  libgnome-print-perl_0.7009-3_i386.deb
  libgtkglarea-perl_0.7009-3_i386.deb
  libgladexml-perl_0.7009-3_i386.deb
  libgtkxmhtml-perl_0.7009-3_i386.deb

Greetings,

Your Debian queue daemon


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



libgtk-perl_0.7009-3_i386.changes ACCEPTED

2005-06-11 Thread Debian Installer

Accepted:
libgladexml-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgladexml-perl_0.7009-3_i386.deb
libgnome-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgnome-perl_0.7009-3_i386.deb
libgnome-print-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgnome-print-perl_0.7009-3_i386.deb
libgtk-imlib-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtk-imlib-perl_0.7009-3_i386.deb
libgtk-perl_0.7009-3.diff.gz
  to pool/main/libg/libgtk-perl/libgtk-perl_0.7009-3.diff.gz
libgtk-perl_0.7009-3.dsc
  to pool/main/libg/libgtk-perl/libgtk-perl_0.7009-3.dsc
libgtk-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtk-perl_0.7009-3_i386.deb
libgtk-pixbuf-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtk-pixbuf-perl_0.7009-3_i386.deb
libgtkglarea-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtkglarea-perl_0.7009-3_i386.deb
libgtkxmhtml-perl_0.7009-3_i386.deb
  to pool/main/libg/libgtk-perl/libgtkxmhtml-perl_0.7009-3_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 293972 


Thank you for your contribution to Debian.


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



xt-toolbuslib_0.5.1-3_i386.changes ACCEPTED

2005-06-11 Thread Debian Installer

Accepted:
xt-toolbuslib_0.5.1-3.diff.gz
  to pool/main/x/xt-toolbuslib/xt-toolbuslib_0.5.1-3.diff.gz
xt-toolbuslib_0.5.1-3.dsc
  to pool/main/x/xt-toolbuslib/xt-toolbuslib_0.5.1-3.dsc
xt-toolbuslib_0.5.1-3_i386.deb
  to pool/main/x/xt-toolbuslib/xt-toolbuslib_0.5.1-3_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 294651 


Thank you for your contribution to Debian.


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



Bug#313012: INTL:vi

2005-06-11 Thread Clytie Siddall

Package: aeromail
Version: 1.45-1.2
Severity: minor
Tags: l10n, patch

The Vietnamese translation for debconf: aeromail


vi.po
Description: Binary data



translated and submitted by:

Clytie Siddall, Vietnamese localization team / nhóm Việt hóa

our mailing list / hộp thư chung của nhóm chúng tôi:

[EMAIL PROTECTED]


Confirm : Rolex or Cartier or Breitling?

2005-06-11 Thread Aida

Get the Finest Rolex Watch Replica !
  
We only sell premium watches. There's no battery in these replicas
just like the real ones since they charge themselves as you move. 
The second hand moves JUST like the real ones, too. 
These original watches sell in stores for thousands of dollars. 
We sell them for much less. 
  
- Replicated to the Smallest Detail
- 98% Perfectly Accurate Markings 
- Signature Green Sticker w/ Serial Number on Watch Back
- Magnified Quickset Date
- Includes all Proper Markings

http://www.chooseyourwatch4u.com/














you gaggle me anywhere me  you avenue me henchmen me  


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



Rolex Replica Catherine

2005-06-11 Thread Andy Otto
Hello,
Thank you for expressing interest in Rolex Replica watches.
This opportunity to offer you our fine selection 
of Italian/Swiss crafted Rolex Timepieces.
You can view our large selection of Rolexes 
(including Breitling, Tag Heuer, Cartier etc)

You are guaranteed of lowest prices and highest 
quality each and every time you purchase from us.
 
Please do not hesitate to visit our website at

http://www.chooseyourwatch4u.com

I certainly look forward to hearing from you.
Thanks and Best regards,

Andy Otto
Sales Manager
Rolex Watches Enterprises










tom xa sanford tmr wa iv coralline bc cabana mpg doll xmx isaacson yp bobcat sz 
soap na alga ff darken uns leadsmen zmd z ail endogenous jk 


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



Processing of wmufo_1.2.1-3_i386.changes

2005-06-11 Thread Archive Administrator
wmufo_1.2.1-3_i386.changes uploaded successfully to localhost
along with the files:
  wmufo_1.2.1-3.dsc
  wmufo_1.2.1-3.diff.gz
  wmufo_1.2.1-3_i386.deb

Greetings,

Your Debian queue daemon


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



wmufo_1.2.1-3_i386.changes ACCEPTED

2005-06-11 Thread Debian Installer

Accepted:
wmufo_1.2.1-3.diff.gz
  to pool/contrib/w/wmufo/wmufo_1.2.1-3.diff.gz
wmufo_1.2.1-3.dsc
  to pool/contrib/w/wmufo/wmufo_1.2.1-3.dsc
wmufo_1.2.1-3_i386.deb
  to pool/contrib/w/wmufo/wmufo_1.2.1-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]



Processed: tagging 21236, tagging 246802, tagging 282323, tagging 193652, tagging 249496, tagging 307139 ...

2005-06-11 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.6
> tags 21236 pending
Bug#21236: [DPKG-SOURCE][TRIVIAL] dpkg-source wipes out a .orig dir if it 
exists.
Tags were: patch
Tags added: pending

> tags 246802 pending
Bug#246802: [DPKG-SOURCE] add option to set output directory
There were no tags set.
Bug#282323: [DPKG-SOURCE] add option to set output directory
Tags added: pending

> tags 282323 pending
Bug#282323: [DPKG-SOURCE] add option to set output directory
Tags were: pending
Bug#246802: [DPKG-SOURCE] add option to set output directory
Tags added: pending

> tags 193652 pending
Bug#193652: htp: html comments get nuked by htp
Tags were: sid
Tags added: pending

> tags 249496 pending
Bug#249496: dpkg: [patch] - SElinux patches (security enhanced linux)
There were no tags set.
Tags added: pending

> tags 307139 pending
Bug#307139: dpkg: Please pull from [EMAIL PROTECTED]/dpkg--selinux--1.13
Tags were: patch
Tags added: pending

> tags 156317 pending
Bug#156317: [DPKG-SOURCE] dpkg-source: confusing error when source format is 
unsupported
Tags were: patch
Tags added: pending

>
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]



Processed: tagging 193652

2005-06-11 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.6
> tags 193652 - pending
Bug#193652: htp: html comments get nuked by htp
Tags were: pending sid
Tags removed: pending

>
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]



Re: ATTENTION:

2005-06-11 Thread tom kone
ATTENTION:

Tell PhoneL:0022507133603
Please Reply me through my Private E-mail address
please ([EMAIL PROTECTED]) and my phone
number is 0022507133603 please you can also call me
for more information

Dearest one,
How are you today?I hope you are fine. Let me first of all
introduce myself. my name is Tom Kone I work in a bank in
Cote D'Ivorie. We have a customer, Mr Christoper Serge,who
also happens to be a closed family friend. Mr Christopher
has an account balance of more than five million dollars,
$5.33m to be precise, in our bank. Unfortunately, he died
in a plane clash in 1997 while travelling for a vacation
with his family. His wife and children (Two sons and a
daughter)also died in the gastly clash.

Thus, leaving nobody as a close next-of-kin to his account.
By our bank's regulation, any account that is redundant for
over a period of seven(7) fiscal year will be declared
dormant. To this effect, late MrChristpher's account will
be declared dormant by the end of next year. I have made
every possible effort to locate any of Mr Christopher's
relation to stand as a next-of-kin so as to claim his
money; but all was to no avail.

Hence, I will need a credible person, who will act in the
capacity of next-of-kin to late Mr Christopher and with his
help we can claim this money.You will leave the area of
transfer for me as I will take of any eventualities that
may arise. But, most importantly, I wouldn't want my bank
to be aware that I am directly involved in this transaction
as that might put my job on the line and my career in
jeopardy. Further details will be conveyed to you upon
confirmation of your interest. Please remember to treat
this very transaction confidential and strictly on a need
to know basis.

Best regards, 
Tom KONE 


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



Digital Cab_le Filters

2005-06-11 Thread Bartlett
Hows it been going, [EMAIL PROTECTED]

We're proud to be able to offer you this 2005 Digital
Cab.le Fil*ter at a low cost. We're practically giving them away!

Check our URL for a compatibility list.

This is the NEWEST AND ONLY item that can filter P*P-V Channels
on Digital Cab_le.  This is a "True" universal product. It WILL
work on all U.S. & Canadian Digital Cab*le Systems in use today.

Goto Our URL below

Our URL : 1stopforum.info

Bye,
Gail Simon

Bye : 1  s  t  o  p  f  o  r  u  m  .  i  n  f  o  /  r

The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn.	Alvin Toffler	

Did those bus drivers regret singing?.


AIM ? Rolex, Cartier and Breitling

2005-06-11 Thread Dee

Get the Finest Rolex Watch Replica !
  
We only sell premium watches. There's no battery in these replicas
just like the real ones since they charge themselves as you move. 
The second hand moves JUST like the real ones, too. 
These original watches sell in stores for thousands of dollars. 
We sell them for much less. 
  
- Replicated to the Smallest Detail
- 98% Perfectly Accurate Markings 
- Signature Green Sticker w/ Serial Number on Watch Back
- Magnified Quickset Date
- Includes all Proper Markings

http://www.chooseyourwatch4u.com/














you rail me synopsis me  [2


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



Better sex! Better relationship!

2005-06-11 Thread Rosabel

Purchase generic drugs from our #1 ranked generic drugs provider.
http://jftx.528gr6ng2xnvro5.dactylistil.com



Whom did it benefit. (Cui Bono Fuerit)  
In love, one and one are one.  
A fool judges people by the presents they give him.   




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



Processing of gfontview_0.5.0-3_i386.changes

2005-06-11 Thread Archive Administrator
gfontview_0.5.0-3_i386.changes uploaded successfully to localhost
along with the files:
  gfontview_0.5.0-3.dsc
  gfontview_0.5.0-3.diff.gz
  gfontview_0.5.0-3_i386.deb

Greetings,

Your Debian queue daemon


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



gfontview_0.5.0-3_i386.changes ACCEPTED

2005-06-11 Thread Debian Installer

Accepted:
gfontview_0.5.0-3.diff.gz
  to pool/main/g/gfontview/gfontview_0.5.0-3.diff.gz
gfontview_0.5.0-3.dsc
  to pool/main/g/gfontview/gfontview_0.5.0-3.dsc
gfontview_0.5.0-3_i386.deb
  to pool/main/g/gfontview/gfontview_0.5.0-3_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 251178 258830 


Thank you for your contribution to Debian.


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