Bug#742466: File line where the error is printed

2014-04-27 Thread Julien Jorge
Hi,

I encounter this bug too. The error occurs at line 560
of /usr/share/bash-completion/bash_completion.

For example, with bash launched with the -x option, the command below
produces the following output.

$ echo $(find [TAB]

Output:

+ _quote_readline_by_ref '$(find ' quoted
+ '[' -z '$(find ' ']'
+ [[ $(find  == \'* ]]
+ [[ $(find  == ~* ]]
+ printf -v quoted %q '$(find '
+ [[ \$\(find\  == *\\* ]]
+ printf -v quoted %s '$(find '
+ [[ $(find  == \$* ]] # line 560
+ eval 'quoted=$(find '
bash: unexpected EOF while looking for matching `)'
bash: syntax error: unexpected end of file

Regards,

Julien


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#720819: plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

2013-10-19 Thread Julien Jorge
Le samedi 19 octobre 2013 à 14:47 +0200, Markus Koschany a écrit :
 Hi folks,
 
 plee-the-bear has been removed from testing and is still RC buggy.
 Gonéri claims that Julien's patch is broken. What's the current status
 of this bug?
 
 Regards,
 
 Markus
 
Hi,

I have finally found some time to spend on these patches and I am
currently working on integrating the patches in the SVN of the Debian's
package of the game.

I hope it will solve this bug and allow the game to come back in
testing.

Regards,

Julien


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#720819: plee-the-bear: FTBFS: config.hpp:16:5: error: #error Compiling Filesystem version 3 file with BOOST_FILESYSTEM_VERSION defined != 3

2013-10-19 Thread Julien Jorge
Le samedi 19 octobre 2013 à 14:47 +0200, Markus Koschany a écrit :
 Hi folks,
 
 plee-the-bear has been removed from testing and is still RC buggy.
 Gonéri claims that Julien's patch is broken. What's the current status
 of this bug?
 
 Regards,
 
 Markus
 

I've fixed the patch in the svn repository of Debian, and successfully
built the package on my computer. I hope it will allow to restore the
package.

Best regards,

Julien


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#627253: plee-the-bear: FTBFS with boost 1.46

2011-08-23 Thread Julien Jorge
Le Mon, 27 Jun 2011 15:55:49 +0200,
Bruno Kleinert fu...@debian.org a écrit :

 Am Donnerstag, den 19.05.2011, 02:15 +0300 schrieb Konstantinos
 Margaritis:
  Source: plee-the-bear
  Version: 0.5.1-1
  Severity: important
  Tags: patch
  
  According to
  
  http://buildd.debian-ports.org/status/fetch.php?pkg=plee-the-beararch=armhfver=0.5.1-1%2Bb1stamp=1303399989
  
  This package fails to build with the new boost 1.46.
  The attached patch enables the build with both 1.42 and 1.46
  versions of boost.
 
 Hi Konstantinos,
 
 it looks as if you've included editors-default-dir.diff in your patch
 by accident. I removed it from your patch, it applied with some
 offsets after that as the top most patch but plee-the-bear still
 FTBFS. The build log is attached to this mail.
 
 Cheers - Fuddl

Hello,

Thank you for the bug report and for taking the time to test the patch.
I'm now working on it.

Regards,

Julien



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635980: 3rd party packages should not install modules to /usr/share/cmake-2.8/Modules

2011-08-23 Thread Julien Jorge
Le Sat, 30 Jul 2011 01:44:54 +0300,
Modestas Vainius mo...@debian.org a écrit :

 Package: libclaw-dev
 Version: 1.6.1-4
 Severity: serious
 User: cm...@packages.debian.org
 Usertags: 3rdparty-modules-in-cmake-root
 
 Hello,
 
 Your package ships a cmake module in /usr/share/cmake-2.8/Modules/,
 namely:
 
 /usr/share/cmake-2.8/Modules/FindCLAW.cmake
 
 Third party packages should NOT install custom modules to CMAKE_ROOT
 directory because it is strictly for use by cmake itself and its path
 is subject to change without any notice (e.g. when CMake 2.10 is
 released).
 
 You should replace Find* module with package configuration file(s).
 Read more about them at [1] and [2]. It is recommended to install
 package-config.cmake files
 to /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}/cmake/package/, 
 /usr/lib/cmake/package/
 or /usr/share/cmake/package/ as needed. Support for
 ${CMAKE_LIBRARY_ARCHITECTURE} was introduced in cmake 2.8.5, the rest
 requires cmake 2.6.3.
 
 [1] 
 http://www.cmake.org/Wiki/CMake/Tutorials/Packaging#Package_Configuration_Files
 
 [2]
 http://cmake.org/cmake/help/cmake-2-8-docs.html#command:find_package
 (scroll to Config mode)
 

Hello,

Thank you for the bug report. I'm now working on it.

Regards,

Julien



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624919: libclaw: FTBFS: avl_base.hpp:137:15: error: 'ptrdiff_t' does not name a type

2011-05-02 Thread Julien Jorge
Le Mon, 2 May 2011 14:33:37 +0200,
Lucas Nussbaum lu...@lucas-nussbaum.net a écrit :

 Source: libclaw
 Version: 1.6.1-3
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110502 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build
 on amd64.

Hi,

Thanks for reporting the bug. A patch has been proposed today.

Regards,

Julien

 Relevant part:
  make[3]: Entering directory
  `/build/user-libclaw_1.6.1-3-amd64-L0EQto/libclaw-1.6.1/build-tree' [  8%]
  Building CXX object
  CMakeFiles/claw_application.dir/claw/code/application.cpp.o In file
  included
  from 
  /build/user-libclaw_1.6.1-3-amd64-L0EQto/libclaw-1.6.1/./claw/avl.hpp:33:0,
  from 
  /build/user-libclaw_1.6.1-3-amd64-L0EQto/libclaw-1.6.1/./claw/ordered_set.hpp:33,
  from 
  /build/user-libclaw_1.6.1-3-amd64-L0EQto/libclaw-1.6.1/./claw/arguments.hpp:35,
  from 
  /build/user-libclaw_1.6.1-3-amd64-L0EQto/libclaw-1.6.1/./claw/arguments_table.hpp:34,
  from 
  /build/user-libclaw_1.6.1-3-amd64-L0EQto/libclaw-1.6.1/./claw/application.hpp:33,
  from 
  /build/user-libclaw_1.6.1-3-amd64-L0EQto/libclaw-1.6.1/claw/code/application.cpp:30:
   
  /build/user-libclaw_1.6.1-3-amd64-L0EQto/libclaw-1.6.1/./claw/avl_base.hpp:137:15:
  error: 'ptrdiff_t' does not name a
  type 
  /build/user-libclaw_1.6.1-3-amd64-L0EQto/libclaw-1.6.1/./claw/avl_base.hpp:172:15:
  error: 'ptrdiff_t' does not name a type make[3]: ***
  [CMakeFiles/claw_application.dir/claw/code/application.cpp.o] Error
  1
 
 The full build log is available from:

 http://people.debian.org/~lucas/logs/2011/05/02/libclaw_1.6.1-3_lsid64.buildlog
 
 A list of current common problems and possible solutions is available
 at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to
 contribute!
 
 About the archive rebuild: The rebuild was done on about 50 AMD64
 nodes of the Grid'5000 platform, using a clean chroot.  Internet was
 not accessible from the build systems.
 




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604689: plee-the-bear: Please add armhf support

2010-11-26 Thread Julien Jorge
Le Tue, 23 Nov 2010 17:45:39 +,
Konstantinos Margaritis mar...@genesi-usa.com a écrit :

 Source: plee-the-bear
 Severity: wishlist
 Tags: patch
 
 Hi,
 
 The armhf port has reached a very good state (at 87%) at
 debian-ports.org, and I'm now mass-filing bug reports to packages for
 armhf support. Most packages just have to add armhf in the
 architecture field. The complete list is in
 http://wiki.debian.org/ArmHardFloatTodo
 
 The package builds fine using the attached patch. Mind you, we do not
 target squeeze, so there is no rush. But please consider adding armhf
 support. :)

 Regards
 
 Konstantinos

Hi,

armhf is now added in the architecture field for the package of the new
version of the game.

Regards,

Julien



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#565062: patches for ftbfs

2010-11-22 Thread Julien Jorge
Le Wed, 20 Oct 2010 14:22:33 +0200,
Krzysztof Klimonda kklimo...@syntaxhighlighted.com a écrit :

 There are two patches attached, one for ftbfs with gcc 4.5 and another
 for ftbfs related to dso linking.
 

Thanks for the patches :) They have been integrated upstream.

Regards,

Julien



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#549008: RM: plee-the-bear [alpha] -- RoM; ANAIS

2009-09-30 Thread Julien Jorge
Package: ftp.debian.org
Severity: normal

Hi,

plee-the-bear (and plee-the-bear-data) is on version 0.2.1 on alpha, but
alpha is not in the architectures listed in the current control file.
This old package prevents version 0.4.1 to enter in testing.

Julien Jorge



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#546514: Infinite lives (related to 64 bit?)

2009-09-15 Thread Julien Jorge
 Package: plee-the-bear
 Version: 0.4.1-1
 Severity: minor

 After losing all my lives, the game over screen shows.  After waiting
 a few seconds, the game restarts at the beginning of the current
 level, with 4294967295 lives (2^32-1).

 Some bugs are /fun/, I'm not sure if this is a intended development
 feature.

 Steve

Hi Steve,

Thank you for reporting the bug. Actually, it is not related to 64 bit.
The explanation is that Plee continues to be injured during the game
over, until losing one more life, thus obtaining 2^32-1 lives by
integer overflow.

The bug has been resolved in the development tree but the changes may
be too big to be immediately inserted here (complete changes in the
states of Plee when dying). We are thinking about a workaround for this
release. Nevertheless, one can suppose it won't be fixed before release
0.5.

Regards,

Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543328: Segfault

2009-08-26 Thread Julien Jorge
Le Mon, 24 Aug 2009 11:15:57 +0200,
Julien PUYDT julien.pu...@laposte.net a écrit :

 Package: plee-the-bear
 Version: 0.2.1-2.1
 Severity: major
 
 When I run the game, I can move in the menus, set the preferences and 
 quit... but whenever I try to play, it just segfaults.
 
 The libclaw packages are 1.5.2b-1, libboost-filesystem1.38.0 is
 1.38.0-7 and libsdl1.2 packages are 1.2.13-4+b1.
 
 Rebuilding the plee-the-bear  plee-the-bear-data packages didn't 
 improve the situation.
 
 Hope this helps,
 
 JP
 

Thank you for reporting the bug. It seems that the game segfaults since
the recent changes in the boost package.

The current version of the game is 0.4 (two releases since 0.2). I am
currently working on its package and I hope the bug will disapear with
this new version.

Regards,

Julien



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533409: freeplayer: does not start due to an invalid command line argument.

2009-06-17 Thread Julien Jorge
Package: freeplayer
Version: 20070531+dfsg.1-1
Severity: important


Launching vlc-fbx fails with the following output:

  $ vlc-fbx 
  VLC media player 0.9.4 Grishenko
  [0001] main libvlc debug: VLC media player - version 0.9.4 Grishenko - 
(c) 1996-2008 the VideoLAN team
  [0001] main libvlc debug: libvlc was configured with ./configure  
'--build=i486-linux-gnu' '--enable-maintaner-mode' '--enable-release' 
'--prefix=/usr' '--enable-libtool' '--enable-fast-install' 
'--with-binary-version=1ubuntu3.1' '--disable-update-check' '--disable-gnome' 
'--disable-gtk' '--disable-familiar' '--disable-fb' '--enable-ggi' 
'--enable-sdl' '--enable-esd' '--enable-mad' '--enable-arts' '--enable-jack' 
'--enable-pulse' '--enable-lirc' '--enable-a52' '--enable-aa' '--enable-dvbpsi' 
'--enable-mozilla' '--with-mozilla-pkg=libxul-plugin' '--disable-kde' 
'--enable-mp4' '--enable-dvb' '--disable-satellite' '--enable-ogg' 
'--enable-vorbis' '--enable-shout' '--enable-qt4' '--disable-slp' 
'--enable-flac' '--disable-skins' '--disable-basic-skins' '--enable-skins2' 
'--enable-freetype' '--enable-mkv' '--enable-speex' '--enable-caca' 
'--enable-live555' '--enable-libmpeg2' '--enable-fribidi' '--enable-cdio' 
'--enable-mod' '--enable-theora' '--enable-modplug' '--enable-dvdn
 av' '--enable-gnutls' '--enable-ffmpeg' '--enable-ncurses' '--enable-smb' 
'--disable-gnomevfs' '--enable-bonjour' '--enable-mpc' '--enable-vcd' 
'--enable-vcdx' '--enable-notify' '--enable-twolame' '--enable-x264' 
'--enable-faad' '--disable-zvbi' '--enable-telx' 
'--enable-mediacontrol-bindings' '--disable-atmo' '--enable-taglib' 
'--enable-libass' '--enable-libdca' '--enable-alsa' '--enable-dv' 
'--enable-v4l' '--enable-v4l2' '--enable-pvr' '--enable-svgalib' '--enable-dvd' 
'--without-dvdcss' 'build_alias=i486-linux-gnu' 'CFLAGS=-g -O2' 
'LDFLAGS=-Wl,--as-needed' 'CPPFLAGS=' 'CXXFLAGS=-g -O2'
  [0001] main libvlc debug: translation test: code is C
  [0001] main libvlc: Found old config file at /home/julien/.vlc/vlcrc. VLC 
will now use /home/julien/.vlc/vlcrc-fbx.
  Warning: option --http-charset no longer exists.
  vlc: unknown option or missing mandatory argument `--wx-systray'
  Try `vlc --help' for more information.
  VLC initialization failed

The reason is that the script /usr/bin/vlc-fbx launches vlc with the argument
--wx-systray, that does not exists since vlc switches its user interface from
wxWidgets to Qt.

How to fix:
  sed -i 's/--wx-systray//' /usr/bin/vlc-fbx

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-11-generic (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages freeplayer depends on:
ii  vlc  0.9.9a-2ubuntu1 multimedia player and streamer

freeplayer recommends no packages.

freeplayer suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533412: vlc: Does not create the directories of the path of the --config option.

2009-06-17 Thread Julien Jorge
Package: vlc
Version: 0.9.9a-2ubuntu1
Severity: normal

When giving a path with directories to the --config command line argument, the
configuration of vlc will not be saved. vlc does not create the directories in
the path so the file can't be created.

Try:
  $ vlc --config=~/.vlc/myconfig

If the directory .vlc does not exist, the configuration is not saved. No
error message is shown to the user.

As an annoying aside, each time vlc is started in this situation, the user is
asked to choose the album art download policy.

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-11-generic (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vlc depends on:
ii  libaa11.4p5-37build1 ascii art library
ii  libc6 2.9-4ubuntu6   GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.12-0ubuntu2simple interprocess messaging syst
ii  libfreetype6  2.3.9-4ubuntu0.1   FreeType 2 font engine, shared lib
ii  libfribidi0   0.10.9-1   Free Implementation of the Unicode
ii  libgcc1   1:4.3.3-5ubuntu4   GCC support library
ii  libgl1-mesa-g 7.4-0ubuntu3.1 A free implementation of the OpenG
ii  libglib2.0-0  2.20.1-0ubuntu2The GLib library of C routines
ii  libglu1-mesa  7.4-0ubuntu3.1 The OpenGL utility library (GLU)
ii  libgtk2.0-0   2.16.1-0ubuntu2The GTK+ graphical user interface 
ii  libnotify1 [l 0.4.5-0ubuntu1 sends desktop notifications to a n
ii  libqtcore44.5.0-0ubuntu4.1   Qt 4 core module
ii  libqtgui4 4.5.0-0ubuntu4.1   Qt 4 GUI module
ii  libsdl-image1 1.2.6-3image loading library for Simple D
ii  libsdl1.2debi 1.2.13-4ubuntu3Simple DirectMedia Layer
ii  libstdc++64.3.3-5ubuntu4 The GNU Standard C++ Library v3
ii  libtar1.2.11-5ubuntu1C library for manipulating tar arc
ii  libvlccore0   0.9.9a-2ubuntu1base library for VLC and its modul
ii  libx11-6  2:1.1.99.2-1ubuntu2X11 client-side library
ii  libx264-651:0.svn20081230-0.0ubuntu1 x264 video coding library
ii  libxext6  2:1.0.99.1-0ubuntu3X11 miscellaneous extension librar
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxv12:1.0.4-1  X11 Video extension library
ii  libxxf86vm1   1:1.0.2-1  X11 XFree86 video mode extension l
ii  ttf-dejavu-co 2.28-1 Vera font family derivate with add
ii  vlc-nox   0.9.9a-2ubuntu1multimedia player and streamer (wi
ii  zlib1g1:1.2.3.3.dfsg-12ubuntu2   compression library - runtime

vlc recommends no packages.

Versions of packages vlc suggests:
pn  mozilla-plugin-vlcnone (no description available)
pn  videolan-doc  none (no description available)

Versions of packages vlc-nox depends on:
ii  liba52-0 0.7.4-11ubuntu1 library for decoding ATSC A/52 str
ii  libasoun 1.0.18-1ubuntu9 shared library for ALSA applicatio
ii  libass1  0.9.5-2 library for SSA/ASS subtitles rend
ii  libavahi 0.6.23-4ubuntu4 Avahi client library
ii  libavahi 0.6.23-4ubuntu4 Avahi common library
ii  libavcod 3:0.svn20090303-1ubuntu6ffmpeg codec library
ii  libavfor 3:0.svn20090303-1ubuntu6ffmpeg file format library
ii  libavuti 3:0.svn20090303-1ubuntu6ffmpeg utility library
ii  libc62.9-4ubuntu6GNU C Library: Shared libraries
ii  libcaca0 0.99.beta16-1   colour ASCII art library
ii  libcdio7 0.78.2+dfsg1-3  library to read and control CD-ROM
ii  libdbus- 1.2.12-0ubuntu2 simple interprocess messaging syst
ii  libdca0  0.0.5-0.1   a free DTS Coherent Acoustics deco
ii  libdvbps 0.1.5-3.1   library for MPEG TS and DVB PSI ta
ii  libdvdna 4.1.3-3 DVD navigation library
ii  libdvdre 4.1.3-4ubuntu2  library for reading DVDs
ii  libebml0 0.7.7-3.1   access library for the EBML format
ii  libfaad0 2.6.1-3.1   freeware Advanced Audio Decoder - 
ii  libflac8 1.2.1-1.2   Free Lossless Audio Codec - runtim
ii  libfontc 2.6.0-1ubuntu12 generic font configuration library
ii  libfreet 2.3.9-4ubuntu0.1FreeType 2 font engine, shared lib
ii  libfribi 0.10.9-1Free Implementation of the Unicode
ii  libgcc1  1:4.3.3-5ubuntu4GCC support library
ii  libgcryp 1.4.1-2ubuntu1  LGPL Crypto library - runtime libr
ii  libgnutl 

Bug#490020: Probably a problem with libclaw

2008-07-19 Thread Julien Jorge
This bug seems more to be a problem with libclaw; a boring problem.

Can you send extended output, by running make VERBOSE=1 and, also, send the 
characteristics of your computer ?

Julien



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



Bug#482663: ITP: plee-the-bear -- 2D platform game

2008-05-24 Thread Julien Jorge
Package: wnpp
Severity: wishlist
Owner: Julien Jorge [EMAIL PROTECTED]


* Package name: plee-the-bear
  Version : 0.2.0
  Upstream Author : Julien Jorge [EMAIL PROTECTED]
* URL : http://plee-the-bear.sourceforge.net/
* License : GPL, CC-by-sa
  Programming Lang: C++
  Description : 2D platform game

Plee the Bear will be a 2D platform game like those we found on
consoles in the beginning of the 90's. The current version is a
demo featuring one level.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-17-generic (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash 



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



Bug#482320: ITP: libclaw -- Multi purpose C++ library

2008-05-21 Thread Julien Jorge
Package: wnpp
Severity: wishlist
Owner: Julien Jorge [EMAIL PROTECTED]


* Package name: libclaw
  Version : 1.5.2b
  Upstream Author : Julien Jorge [EMAIL PROTECTED]
* URL : http://libclaw.sourceforge.net/
* License : LGPL
  Programming Lang: C++
  Description : Multi purposes C++ library

Claw is a C++ Library Absolutely Wonderful bringing various nice
classes and tools to C++ developers.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-17-generic (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



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