$tart $aving Today

2005-04-22 Thread I Ladner Firm
G0t a house? Listen-up! 
We minimize your $$$ spending by simply re-Financ-ing


Lowest Rate of the day @ 3.6%
L0we$t rate found right here:HTTP://WWW.cra3ybiz.com/st.asp


N0 other way to sO quickly and easily
10wer your monthly bill payments
while putting cash now in your pocket!


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



Bug#305850: w3mir: path to save files locally is incorrect

2005-04-22 Thread Dafydd Tomos
Package: w3mir
Version: 1:1.0.10-3
Severity: grave
Tags: patch
Justification: renders package unusable


This package has broken recently probably by an update
to URI::URL, or whichever Perl module provides unix_path()

When a URL is being requested and mirrored to disk,
the unix_path is function is called with the full URL
but this has recently changed which means the initial
'/' is returned

This means that the local filename to be used for saving
the file is for example /index.html or /graphics/image.png
which of course it can't save. The filename should be suitable
for saving into the current directory.

If this is not a bug in the newer version of URI::URL, then
a simple fix is to add the following line at line number 588

  $lf_name =~ s/^\///;


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB)

Versions of packages w3mir depends on:
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  perl [libmime-base64-perl]5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information
--- /usr/bin/w3mir  2003-08-20 09:40:35.0 +0100
+++ w3mir   2005-04-22 14:22:00.0 +0100
@@ -585,6 +585,7 @@
   
   # Derive a filename from the url, the filename contains no URL-quoting
   my($lf_name) = (url "file:$lf_url")->unix_path;
+  $lf_name =~ s/^\///;
 
   # Make all intermediate directories
   &mkdir($lf_name) if $s==0;


Bug#305928: dict-freedict: Include the esperanto dictionnary "Reta Vortaro"

2005-04-22 Thread Thomas Petazzoni
Package: dict-freedict
Severity: wishlist


Hello,

It would be nice to include the esperanto dictionnary named Reta
Vortaro, and available under the GNU GPL at
http://www.uni-leipzig.de/esperanto/voko/tgz/index.html. There's already
a dict-compliant version, which works with Debian version if dictd. 

To get it work with Debian dictd, the only configuration to do is to add
"--local=fr_FR.UTF-8" (must be an UTF-8 locale) to the DICTD_ARGS
variable in the /etc/default/dictd file.

If needed, I can help in packaging this dictionnary. I never packed a
dictionnary, but I have little knowledge of Debian packaging (I'm
working on the librpc-ocaml-dev and cduce packages).

Thomas

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)


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