Bug#609755: tacacs+: Init scripts ignores $DAEMONUSER at startup

2011-01-12 Thread Tourneur Henry-Nicolas
On Wednesday 12 January 2011 10:23:19 Gabor Kiss wrote:
 Package: tacacs+
 Version: 4.0.4.19-8.kissg2
 Severity: minor
 
 /etc/init.d/tac_plus does not care with $DAEMONUSER setting
 when starting the daemon. So it runs always as root.
 
 However stop_server() fails to stop daemon because
 start-stop-daemon is forced to check process ownership.
 
 Gabor
 


Hello,

Thanks for your report.
I'v corrected the stop_server function and re-uploaded a new revision of this 
package to mentors.d.n.
I'm CCing Craig Small since he's my mentor for this package.

Unfortunately, the Tacacs+ daemon has hardcoded setuid commands to some value 
defined at compilation time.
As I can't be sure about the uid the daemon user account might have on a target 
system, I can't put some value here (at compilation time).

This is why this daemon software runs as root (I tried to make some patch at 
the begining of the packaging but without success).
If someone have an idea, please tell me so and we will be able to improve this 
situation :)

Regards,

Henry-Nicolas.



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



Bug#583951: Same issue

2010-06-15 Thread Tourneur Henry-Nicolas
Hello everybody,

I got the same issue and I'm not sure to understand your conclusion.
I can see with the ldd that the kopete library depend on libva1 version 0.31, 
this version is the one shipped from debian-multimedia.

I got libva1 version 1.0 installed because this is what Debian offers with 
Squeeze and the release number is higher than 0.31 so it's installed by APT.

So I don't understand why is this bug related to debian-multimedia. I got 
libva1 from Debian, Kopete and libkopete from Debian but the bug is still here 
with the same error messages.

To me, it looks like Kopete is depending on the wrong version of libva1.

Could you explain me what's wrong here ? 

Thanks and regards,

Henry-Nicolas.



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



Bug#582334: tacacs+ uses obsolete gethostbyname()

2010-05-20 Thread Tourneur Henry-Nicolas
Hi,

Thanks for pointing this out to me :) I'll check the patch and test it this 
week-end and see what we can do with IPv6, then integrate it in the next 
release and forward the whish upstream.

Regards,
 
 Hello,
   While looking at the source code of tacacs+ I noticed that it uses
 gethostbyname().  This has two problems:
   * It's an obsolete call, see gethostbyname()
   * Depending on the libc6, you may get IPv6 addresses returned which
 will mean you will try to wedge a IPv6 address into an IPv4 sockaddr
 and you end up with a horrible mess.
 
 See http://lists.debian.org/debian-ipv6/2010/05/msg0.html for some
 discussion about this.
 
 The attached patch uses getaddrinfo() and fixes it to IPv4 addresses
 only.  It could probably work with IPv6 too with some more checking.
 
  - Craig
 



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



Bug#579947: kdevelop: Please upgrade KDevelop to the stable 4 version

2010-05-02 Thread Tourneur Henry-Nicolas
Package: kdevelop
Version: Please upgrade to the latest stable version - 4
Severity: wishlist
Tags: sid

Hi,

Now KDevelop 4 is released [0], could you please upload it to sid, that would
be really great for all the KDE users :)

Thanks and regards,

[0] http://apaku.wordpress.com/2010/05/01/finally-kdevelop-4-0-final-published/


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#573942: Bug 573942

2010-03-16 Thread Tourneur Henry-Nicolas
On Tuesday 16 March 2010 09:44:09 Philipp Benner wrote:
 The library in libtacacs+1-dev does not provide any functionality of
 regexp.c. It is
 merely used for tac_plus. So the manpage should be removed from that
 package.
 
 The same is true for docbook-to-man, so we should both remove that file.
 
 Regards,
 Philipp
 
I did so, I just uploaded a new version to mentors.d.n, waiting for my sponsor 
to upload it (he's in cc).

Thanks for your help and comments,

Regards,

Henry-Nicolas.



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



Bug#573942: Bug 573942

2010-03-15 Thread Tourneur Henry-Nicolas
Hi,

I guess that you saw the email for the bug 573942.
How do you want to proceed about that ? I guess there is only two options :
1° I can remove my regexp man page + add required lintian overrides
2° You can do the same.

I think that moving the man page in another section would be a non sense.

Anyway, as I'm a beginner with packaging, I may not be the best reference.

Could you please told me how you do want to proceed (if you have preference) ?

Regards,



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



Bug#573766: tacacs+: Tries to B-D on *versioned* virtual packages

2010-03-14 Thread Tourneur Henry-Nicolas
On Saturday 13 March 2010 20:36:41 you wrote:
 Source: tacacs+
 Version: 4.0.4.19-4
 Severity: serious
 Justification: FTBFS
 
 Hi,
 
 this is just wrong:
 | Build-Depends: […] libc6-dev (= 2.10.2-5) [→]
 
 The name of the development package is SONAME-dependent, which is
 architecture-dependent. Where it's not libc6-dev, that one is still
 provided, but there's no such thing as versioned provides.
 
 This results in your package's being continously given back:
   https://buildd.debian.org/status/package.php?p=tacacs%2Bsuite=unstable
 
 (Sponsor Cc'd.)
 
 Mraw,
 KiBi.


Hi,

Thanks a lot for pointing this to me and sorry for the inconvenience.
I did just upload an updated version to mentors.d.n, I'm also CCing my sponsor
so he can re-upload the correct package.

Thanks,



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



Bug#568162: status of this bug

2010-02-28 Thread Tourneur Henry-Nicolas
So, what's the status of this bug ?

As you can see here :
http://www.mail-archive.com/debia...@lists.debian.org/msg95082.html

Eduard Bloch did the job by packaging the drm part of the software but nobody 
wanted to upload or check it ?

Correct me if I'm wrong but if somebody from the responsible team uploads his 
works, as the kernel team already said they are ok to backport nouveau kernel 
part, we will only be missing the ddx part.

In other word this allow us to get closer to the goal of getting nouveau into 
squeeze, really close...



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



Bug#502178: moreinfo

2010-02-17 Thread Tourneur Henry-Nicolas
Hi,

Sorry, I indeed did miss your last mail.
I was having only the sdl client and  I would have like to see that entry in 
the normal KDE menu. Now I'm running KDE 4.3 from testing and everything is ok 
so I guess that bug could be closed. 
Btw, there are no more menu entry errors.

Thanks.



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



Bug#568161: ITP: tacacs+ -- TACACS+ authentication daemon

2010-02-02 Thread Tourneur Henry-Nicolas
Package: wnpp
Severity: wishlist
Owner: Tourneur Henry-Nicolas henry.nico...@tourneur.be


* Package name: tacacs+
  Version : 4.0.4.19
  Upstream Author : Shrubbery
* URL : http://www.shrubbery.net/tac_plus/
* License : No license, only a copyright file
  Programming Lang: C
  Description : TACACS+ authentication daemon

 TACACS+ is a protocol (not TACACS or XTACACS) for authentication,
 authorization and accounting (AAA) services for routers and network devices.



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



Bug#567762: wormux: New upstream release 0.9.0

2010-01-31 Thread Tourneur Henry-Nicolas
Package: wormux
Severity: normal

Please update to the latest 0.9 version as it should be fatest with
the network gaming and that it also include a new AI model.

TIA.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#558788: An answer would be great

2009-12-26 Thread Tourneur Henry-Nicolas
Hi,

That would be really great if the responsibles people did take a few 
minutes to expose us their plan. I think that every nvidia owner/debian 
user is really looking forward that software inclusion.

Furthermore, Ben Hutchings did also ask [0] if it was possible to pull the 
kernel driver into the Squeeze .32 but he got no reply, I guess that this 
is not a source of motivation for him.

Thank you very much in advance.

Regards,



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



Bug#558788: Suite

2009-12-26 Thread Tourneur Henry-Nicolas
Sorry, I forgot [0], for those interessed :
http://lists.debian.org/debian-kernel/2009/12/msg00371.html



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



Bug#491320: evolution-plugins-experimental: Please add evolution-pst-import-plugin in this package

2008-07-18 Thread Tourneur Henry-Nicolas
Package: evolution-plugins-experimental
Severity: wishlist

Hi,

It would be great if you could add evolution-pst-import-plugin to
this package. The software is available at [0] and it is really great
for migration from Outlook to Evolution. The most recent version seems
to work with Evolution 2.22 (most recent is 0.3.2-11.7).

[0]
http://software.opensuse.org/search?baseproject=ALLp=1q=evolution+pst

TIA.



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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#490966: brasero: New upstream version 0.8

2008-07-15 Thread Tourneur Henry-Nicolas
Package: brasero
Version: 0.7.1-3+b1
Severity: wishlist

Hi,

Please update to the lastest upstream version 0.8.

The news : http://lmedinas.livejournal.com/8295.html
The code : http://svn.gnome.org/viewvc/brasero/tags/BRASERO_0_8_0/

On the project homepage, I can't already see any tgz file to download
but no doubt, this is 0.8 and it can be fetched via svn.

I really hope that we will have it into Lenny.

TIA.


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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages brasero depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  genisoimage9:1.1.8-1 Creates ISO-9660 CD-ROM filesystem
ii  gstreamer0.10-plugins- 0.10.19-2 GStreamer plugins from the base 
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbeagle1 0.3.5-1+b1library for accessing beagle using
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.6-1   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-4GNOME Virtual File System (runtime
ii  libgstreamer-plugins-b 0.10.19-2 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libhal10.5.11-2  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libnautilus-burn4  2.20.0-1  Nautilus Burn Library - runtime ve
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.3-2  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libtotem-plparser102.22.3-1  Totem Playlist Parser library - ru
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.2.2-2 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  wodim  9:1.1.8-1 command line CD/DVD writing tool
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages brasero recommends:
ii  gnome-mount   0.7-2  wrapper for (un)mounting and eject
ii  gstreamer0.10-plugins-good0.10.8-4   GStreamer plugins from the good 
ii  hal   0.5.11-2   Hardware Abstraction Layer

-- no debconf information



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



Bug#484640: fr_FR.po instead of fr.po ?

2008-06-30 Thread Tourneur Henry-Nicolas
Hi,

After having a quick look at the source package, I saw that the french
translation are stored in fr_FR.po. I think that such a file name is
used only for people using fr_FR. So I guess the filename should be
fr.po to have a full translation (and if you take a look at other
packages, they are doing so - french translation are in fr.po -).

Maybe could you try this and upload the modification ?

TIA.




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



Bug#483714: Not related to kdm

2008-06-18 Thread Tourneur Henry-Nicolas
Hi,

I'm using GDM and I have the same bug so I don't think that KDE is the
source of the problem.

I also have the same problem with usplash, I don't know if splashy is
based on usplash or written from scratch. If it is based on usplash,
maybe it is an inherited bug and, if it is written from scratch, the bug
might come from another package (libdirectfb ?)


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#464704: Problem still present

2008-06-14 Thread Tourneur Henry-Nicolas
Hi,

I still have that problem with a complete up to date system (Lenny).
The error:
[EMAIL PROTECTED]:~$ subtitleeditor 
subtitleeditor: symbol lookup error: subtitleeditor: undefined symbol:
_ZN7pcrecpp2RE6no_argE


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#466235: RGB image to CMYK layers

2008-06-11 Thread Tourneur Henry-Nicolas
Hi,

Here is a functionnality that this plugin add to gimp:
It allow to separate an RGB image into several CMYK layers and then save
it as TIFF or XCF. GImp itself can't do that.

I saw that functionnality from :
http://wiki.gimp-attitude.org/FonctionsFaqGimp24icc

It is in French.

So it would be great if you could add this plugin into
gimp-plugin-registry.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#481909: Status ?

2008-06-10 Thread Tourneur Henry-Nicolas
Hi,

What's the status of this ITP ? Do you think you will be able to get it
into Lenny ?


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#484640: grsync: Uncomplete translation ?

2008-06-05 Thread Tourneur Henry-Nicolas
Package: grsync
Version: 0.6.1-2
Severity: normal

Hi,

I'm a french user of grsync and there is a mix of french and english
strings in the ui. So I checked if the upstream translation is complete
and it is, maybe could you update this package or check everything is ok
with .mo files ?

TIA.


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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grsync depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  rsync 3.0.2-2fast remote file copy program (lik

Versions of packages grsync recommends:
pn  ssh-askpass   none (no description available)

-- no debconf information



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



Bug#480907: gnome-subtitles: New version available

2008-05-12 Thread Tourneur Henry-Nicolas
Package: gnome-subtitles
Version: 0.7.2-1
Severity: normal

Hi,

There is a new version of gnome-subtitles available, it would be great
if you could package it.


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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-subtitles depends on:
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  gnome-sharp22.20.0-2 GNOME# 2.20 suite, CLI bindings fo
ii  gtk-sharp2  2.12.1-1 GTK# 2.10 suite, CLI bindings for 
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libglade2.0-cil 2.12.1-1 CLI binding for the Glade librarie
ii  libglib2.0-02.16.1-2 The GLib library of C routines
ii  libgstreamer-plugins-base0. 0.10.19-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.19-3Core GStreamer libraries and eleme
ii  libmono-corlib2.0-cil   1.9.1+dfsg-1 Mono core library (2.0)
ii  libmono-system2.0-cil   1.9.1+dfsg-1 Mono System libraries (2.0)
ii  libmono2.0-cil  1.9.1+dfsg-1 Mono libraries (2.0)

gnome-subtitles recommends no packages.

-- no debconf information



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



Bug#468325: ITP - Urban Terror -- Quake 3 based first person shooter

2008-04-30 Thread Tourneur Henry-Nicolas
And so, what is the state of this ITP ?
Did you found an achievement, is this game (which looks great) going to
be packaged ?




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



Bug#476962: searchandrescue: Please add a .desktop file

2008-04-20 Thread Tourneur Henry-Nicolas
Package: searchandrescue
Version: 0.8.2-9
Severity: wishlist

Hi,

Please add a .desktop file in order to see the game in the menu.

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages searchandrescue depends on:
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.0-3GCC support library
ii  libgl1-mesa-glx [libgl1]7.0.3~rc2-2  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.0.3~rc2-2  The OpenGL utility library (GLU)
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjsw2 1:1.5.5-1+b1 Joystick Library
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.3.0-3  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxmu6 2:1.0.4-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l
ii  liby2-142.14.5-4 Y Sound Server Library
ii  searchandrescue-common  0.8.2-9  common files and documentation for
ii  searchandrescue-data0.8.2-1  common data files for searchandres

Versions of packages searchandrescue recommends:
pn  yiff-server   none (no description available)

-- no debconf information



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



Bug#467205: gparted: Still depending on menu

2008-04-20 Thread Tourneur Henry-Nicolas
Package: gparted
Version: 0.3.6-1
Followup-For: Bug #467205

The bug is still present in unstable and testing, as gparted still
depend on menu.

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gparted depends on:
ii  libatk1.0-0   1.20.0-1   The ATK accessibility toolkit
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.4.14-1   The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1  1.4.6-1C++ wrappers for Cairo (shared lib
ii  libgcc1   1:4.3.0-3  GCC support library
ii  libglib2.0-0  2.16.1-2   The GLib library of C routines
ii  libglibmm-2.4-1c2a2.16.1-1   C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0   2.12.9-2   The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a 1:2.12.7-1 C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libparted1.7-11.7.1-5.1  The GNU Parted disk partitioning s
ii  libsigc++-2.0-0c2a2.0.18-2   type-safe Signal Framework for C++
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3
ii  libuuid1  1.40.8-2   universally unique id library
ii  menu  2.1.38 generates programs menu for all me

gparted recommends no packages.

-- no debconf information



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



Bug#436295: libraw1394

2008-04-14 Thread Tourneur Henry-Nicolas
Hi,

I filled in a bug in the Kino BTS and it look like dvgrab doesn't
directly use /dev/raw1394. Instead it use a library which work with
libraw1394. If libraw1394 isn't up to date or compiled properly, it
won't be able to work but it's not the fault of the Kino (or Dvgrab)
devs.

The bug :
http://sourceforge.net/tracker/index.php?func=detailaid=1936208group_id=14103atid=114103




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



Bug#474969: gip: Menu entry missing

2008-04-08 Thread Tourneur Henry-Nicolas
Package: gip
Version: 1.6.1.1-1.1
Severity: normal

Hi,

An entry in the desktop menu is missing.
I assume that there is no .desktop file in /usr/share/applications for
gip.


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

Kernel: Linux 2.6.18-5-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gip depends on:
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.4.6-1   C++ wrappers for Cairo (shared lib
ii  libgcc11:4.3.0~rc2-1 GCC support library
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.16.0-1  C++ wrapper for the GLib toolkit (
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.12.5-2C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-0  1.20.0-1  Layout and rendering of internatio
ii  libsigc++-2.0-0c2a 2.0.17-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.0~rc2-1   The GNU Standard C++ Library v3

gip recommends no packages.

-- no debconf information



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



Bug#474095: RFP: snmpmon -- Qt tool to monitor snmp devices, output graphics

2008-04-03 Thread Tourneur Henry-Nicolas
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

--- Please fill out the fields below. ---

Package name: snmpmon
Version: 0.5
Upstream Author: Christof Musik [EMAIL PROTECTED]
URL: http://snmpmon.sourceforge.net/
License:  GPL v2
Programming Lang: C++
Description: Qt tool to monitor snmp devices, output graphics.

SNMPMonitor is a tool to monitor SNMP devices. It is based on Qt and on the 
Net-SNMP library. It reads from devices like routers, printers or a 
snmp-deamon, and displays received data graphically.



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



Bug#408258: (no subject)

2008-03-31 Thread Tourneur Henry-Nicolas
Hi,

As I'm a user of Debian and of this software, I really would like to see it 
beeing integrated into Debian. So, any news about it ?
-- 
Tourneur Henry-Nicolas



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



Bug#473163: freeciv-client-sdl: depends on the server package

2008-03-28 Thread Tourneur Henry-Nicolas
Package: freeciv-client-sdl
Version: 2.1.3-1
Severity: normal

--- Please enter the report below this line. ---
Hi,

The freeciv-client-sdl package depend on the freeciv-server package, this is
not logic because users might want to play without hosting a freeciv server.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-686

Debian Release: lenny/sid
  500 testing gateway 

--- Package information. ---
Depends (Version) | Installed
=-+-==
freeciv-data   (= 2.1.0) | 2.1.3-1
freeciv-server (= 2.1.0) | 2.1.3-1
libc6  (= 2.7-1) | 2.7-6
libfreetype6   (= 2.3.5) | 2.3.5-1+b1
libsdl-image1.2(= 1.2.5) | 1.2.6-3
libsdl-mixer1.2(= 1.2.6) | 1.2.8-3
libsdl1.2debian (= 1.2.10-1) | 1.2.13-2
ttf-arphic-uming  | 0.1.20060928-2.2
ttf-dejavu-core   | 2.23-1
ttf-sazanami-gothic   | 0.0.1.20040629-3
ttf-unfonts   | 1.0.1-7
zlib1g   (= 1:1.1.4) | 1:1.2.3.3.dfsg-11


-- 
Tourneur Henry-Nicolas



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



Bug#406553: (no subject)

2008-03-20 Thread Tourneur Henry-Nicolas
Hello everybody,

Could anybody tell me how is the progress of this ITP ?
I really would like to see this package into Debian.



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



Bug#471165: Multiple copies crash on the scd disk

2008-03-16 Thread Tourneur Henry-Nicolas
Package: k3b
Version: 1.0.4-3
Severity: normal

--- Please enter the report below this line. ---
Hello,

When you want to do multiple copies of the same data project (after clicking 
Burn  increase the field Copies), it will work for the first burn and then 
(when loading the next CDROM for instance) K3B will freeze.

Regards,
--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-686

Debian Release: lenny/sid
  500 testing gateway 

--- Package information. ---
Depends (Version) | Installed
=-+-===
cdparanoia (= 3a9.8) | 3.10+debian~pre0-6
cdrdao   (= 1.1.7-5) | 1:1.2.2-7
genisoimage   | 9:1.1.6-1
kdebase-bin   | 4:3.5.8.dfsg.1-7
kdelibs-data   (= 4:3.1.4-2) | 4:3.5.8.dfsg.1-7
kdelibs4c2a(= 4:3.5.8-1) | 4:3.5.8.dfsg.1-7
libacl1 (= 2.2.11-1) | 2.2.45-1
libart-2.0-2  (= 2.3.18) | 2.3.20-1
libattr1 (= 2.4.4-1) | 1:2.4.41-1
libaudio2 | 1.9.1-2
libc6  (= 2.7-1) | 2.7-6
libdbus-1-3(= 1.1.1) | 1.1.2-1
libdbus-qt-1-1c2   (= 0.62.git.20060814) | 0.62.git.20060814-2
libdvdread3(= 0.9.6) | 0.9.7-8
libexpat1 (= 1.95.8) | 1.95.8-4
libfam0   | 2.7.0-13.1
libfontconfig1 (= 2.4.0) | 2.5.0-2
libfreetype6   (= 2.3.5) | 2.3.5-1+b1
libgcc1  (= 1:4.2.1) | 1:4.3.0~rc2-1
libhal1   (= 0.5.10) | 0.5.10+git20080301-1
libice6  (= 1:1.0.0) | 2:1.0.4-1
libidn11  (= 0.5.18) | 1.4-1
libjpeg62 | 6b-14
libk3b3(= 1.0.4) | 1.0.4-3
libmusicbrainz4c2a (= 2.1.5) | 2.1.5-1
libpng12-0  (= 1.2.13-4) | 1.2.15~beta5-3
libqt3-mt(= 3:3.3.7) | 3:3.3.8b-4
libsm6| 2:1.0.3-1+b1
libstdc++6 (= 4.2.1) | 4.3.0~rc2-1
libx11-6  | 2:1.0.3-7
libxcursor1( 1.1.2) | 1:1.1.9-1
libxext6  | 2:1.0.4-1
libxft2( 2.1.1) | 2.1.12-2
libxi6| 2:1.1.3-1
libxinerama1  | 1:1.0.2-1
libxrandr2   (= 2:1.2.0) | 2:1.2.2-1
libxrender1   | 1:0.9.4-1
libxt6| 1:1.0.5-3
wodim | 9:1.1.6-1
 OR cdrskin   | 
zlib1g  (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-11


-- 
Tourneur Henry-Nicolas



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



Bug#457949: tellico: Invalid allocine python script

2007-12-27 Thread Tourneur Henry-Nicolas
Package: tellico
Version: 1.2.5-1
Severity: normal

Hi,

I'm a french user of tellico and so, I use the allocine.fr website for
my video collection. The problem is that the stable package include the
v3 of the python script which parse the allocine html code. Since
allocine did modify its web-site, a new v4 of the script appear,
correcting the error. So I would like to know if it is possible to
include the new v4 python script in the stable package.

The script is available here :
http://www.kde-files.org/content/show.php/Allocine.fr+movies+search+script?content=35842

Kind regards,

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tellico depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libkcal2b  4:3.5.5.dfsg.1-6  KDE calendaring library
ii  libkcddb1  4:3.5.5-2 CDDB library for KDE
ii  libqt3-mt  3:3.3.7-4etch1Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libtag1c2a 1.4-4 TagLib Audio Meta-Data Library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxslt1.1 1.1.19-1  XSLT processing library - runtime 
ii  libyaz22.1.18-2  The YAZ Z39.50 toolkit (runtime fi
ii  tellico-data   1.2.5-1   collection manager for books, vide

tellico recommends no packages.

-- no debconf information



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



Bug#445492: brasero: Brasero can't erease any DVD+RW

2007-10-06 Thread Tourneur Henry-Nicolas
Package: brasero
Version: 0.4.4-4
Severity: important

Hi,

When I try to erease a DVD+RW using brasero it faill
and brasero said me that the disk is already burned. I notice
that ereasing DVD+RW work fine with gnomebaker.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages brasero depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.16-3etch1 Avahi client library
ii  libavahi-common3   0.6.16-3etch1 Avahi common library
ii  libavahi-glib1 0.6.16-3etch1 Avahi glib integration library
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5+etch1 FreeType 2 font engine, shared lib
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgnutls131.4.4-3   the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-1 library for common error values an
ii  libgstreamer-plugins-b 0.10.10-4 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.10-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libnautilus-burn3  2.14.3-8+b1   Nautilus Burn Library - runtime ve
ii  libnotify1 0.4.3-1   sends desktop notifications to a n
ii  liborbit2  1:2.14.3-0.2  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libtasn1-3 0.3.6-2   Manage ASN.1 structures (runtime)
ii  libtotem-plparser1 2.16.5-3  Totem Playlist Parser library - ru
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  mkisofs9:1.1.2-1 Dummy transition package for genis
ii  wodim  9:1.1.2-1 command line CD/DVD writing tool
ii  zlib1g 1:1.2.3-13compression library - runtime

brasero recommends no packages.

-- no debconf information



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



Bug#439364: krita crash when printing on the print preview button

2007-08-24 Thread Tourneur Henry-Nicolas
Package: krita
Version: 1:1.6.3-2
Severity: normal

--- Please enter the report below this line. ---
Hello,

Simply start Krita and then clic the print preview button, then it crash.
In attachment, the KCrash information. Please note that the bug also appear 
with karbon (so it maybe is a koffice bug ?)

Regards,

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.5

Debian Release: lenny/sid
  500 unstablegateway 

--- Package information. ---
Depends(Version) | Installed
-+-==
kdelibs4c2a   (= 4:3.5.7-1) | 4:3.5.7.dfsg.1-4
koffice-libs(= 1:1.6.3) | 1:1.6.3-2
libbz2-1.0   | 1.0.3-7
libc6 (= 2.6-1) | 2.6.1-1
libexif12| 0.6.16-2
libfreetype6  (= 2.3.5) | 2.3.5-1+b1
libgcc1  (= 1:4.2-20070516) | 1:4.2.1-4
libgl1-mesa-glx  | 7.0.1-1
 OR libgl1   | 
libglu1-mesa | 7.0.1-1
 OR libglu1  | 
libgraphicsmagick1   | 1.1.8-1
libice6 (= 1:1.0.0) | 2:1.0.4-1
libjasper1  (= 1.900.1) | 1.900.1-3
libjpeg62| 6b-13
liblcms1 (= 1.15-1) | 1.16-6
libopenexr2ldbl   (= 1.2.2) | 1.2.2-4.4
libpng12-0 (= 1.2.13-4) | 1.2.15~beta5-2
libqt3-mt   (= 3:3.3.7) | 3:3.3.7-6
libsm6   | 2:1.0.3-1+b1
libstdc++6 (= 4.2-20070516) | 4.2.1-4
libtiff4 | 3.8.2-7
libwmf0.2-7 (= 0.2.8.4) | 0.2.8.4-6
libx11-6 | 2:1.0.3-7
libxext6 | 1:1.0.3-2
libxi6   | 2:1.1.2-1
libxml2  (= 2.6.29) | 2.6.29.dfsg-1
zlib1g (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-5
krita-data  ( 1:1.6.3) | 1:1.6.3-2
krita-data  ( 1:1.6.4) | 1:1.6.3-2
koffice-libs( 1:1.6.4) | 1:1.6.3-2


-- 
Tourneur Henry-Nicolas
GSM : 0479 46 28 41
TEL : 02 461 25 44
(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1233389888 (LWP 8935)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging

Bug#435105: Crash when trying to make a chmod

2007-07-29 Thread Tourneur Henry-Nicolas
Package: curlftpfs
Version: 0.9.1-1+b1
Severity: important

--- Please enter the report below this line. ---
Hi,

When I try to make a chmod on a file / folder in a curlftpfs mounte volume, it 
crashes completely. After the crash I can't browse anymore the directory and 
if the mount point is /media/mount_point, a simple ls -lah /media will tell 
me that mount_point have a size of ~11 900 000 TB :/

On the official webpage, the author said that chmod are supported since the 
0.9 version and this is the 0.9.1 so it should work. I attached an output 
that I get when running curlftpfs with '-o -d -v' options. Maybe there is a 
packaging problem ? Maybe the chmod have to be enabled during the configure 
phase ?

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.1

Debian Release: lenny/sid
  500 unstablegateway 

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6(= 2.5-5) | 2.6-4
libcurl3-gnutls   (= 7.16.2-1) | 7.16.4-1
libfuse2   (= 2.6) | 2.7.0-1
libgcrypt11  (= 1.2.2) | 1.2.4-2
libglib2.0-0(= 2.12.9) | 2.12.13-1
libgnutls13(= 1.6.3-0) | 1.6.3-1
libgpg-error0  (= 1.4) | 1.4-2
libidn11(= 0.5.18) | 0.6.5-1
libkrb53(= 1.6.dfsg.1) | 1.6.dfsg.1-6
libtasn1-3   (= 0.3.4) | 0.3.9-1
zlib1g (= 1:1.2.1) | 1:1.2.3.3.dfsg-5
fuse-utils  | 2.7.0-1


-- 
Tourneur Henry-Nicolas
GSM : 0479 46 28 41
TEL : 02 461 25 44
Virgil:/media# curlftpfs ftp://gateway /media/web -o -d -v  
[1] 3628
Virgil:/media# * About to connect() to gateway port 21 (#0)
*   Trying 192.168.8.1... * connected
* Connected to gateway (192.168.8.1) port 21 (#0)
 220 ProFTPD 1.3.0 Server (Passerelle) [192.168.8.1]
 USER web
 331 Password required for web.
 PASS web
 230 User web logged in.
 PWD
 257 / is current directory.
* Entry path is '/'
 SIZE (nil)
 550 SIZE: Operation not permitted
 REST 0
 350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer
* Connection #0 to host gateway left intact
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.8
flags=0x0003
max_readahead=0x0002
   INIT: 7.8
   flags=0x
   max_readahead=0x0002
   max_write=0x0002
   unique: 1, error: 0 (Success), outsize: 40
unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 40
* Re-using existing connection! (#0) with host gateway
* Connected to gateway (192.168.8.1) port 21 (#0)
 CWD /
 250 CWD command successful
 EPSV
* Connect data stream passively
 229 Entering Extended Passive Mode (|||41955|)
*   Trying 192.168.8.1... * connected
* Connecting to gateway (192.168.8.1) port 41955
 TYPE A
 200 Type set to A
 LIST -a
 150 Opening ASCII mode data connection for file list
* Maxdownload = -1
 226 Transfer complete.
* Connection #0 to host gateway left intact
   unique: 2, error: 0 (Success), outsize: 112
unique: 3, opcode: GETATTR (3), nodeid: 1, insize: 40
   unique: 3, error: 0 (Success), outsize: 112
unique: 4, opcode: GETATTR (3), nodeid: 1, insize: 40
   unique: 4, error: 0 (Success), outsize: 112
unique: 5, opcode: ACCESS (34), nodeid: 1, insize: 48
ACCESS / 01
   unique: 5, error: -38 (Function not implemented), outsize: 16
unique: 6, opcode: GETATTR (3), nodeid: 1, insize: 40
   unique: 6, error: 0 (Success), outsize: 112
unique: 7, opcode: GETATTR (3), nodeid: 1, insize: 40
   unique: 7, error: 0 (Success), outsize: 112
unique: 8, opcode: OPENDIR (27), nodeid: 1, insize: 48
   unique: 8, error: 0 (Success), outsize: 32
unique: 9, opcode: GETATTR (3), nodeid: 1, insize: 40
   unique: 9, error: 0 (Success), outsize: 112
unique: 10, opcode: READDIR (28), nodeid: 1, insize: 64
* Re-using existing connection! (#0) with host gateway
* Connected to gateway (192.168.8.1) port 21 (#0)
 CWD /
 250 CWD command successful
 EPSV
* Connect data stream passively
 229 Entering Extended Passive Mode (|||41957|)
*   Trying 192.168.8.1... * connected
* Connecting to gateway (192.168.8.1) port 41957
 LIST -a
 150 Opening ASCII mode data connection for file list
* Maxdownload = -1
 226 Transfer complete.
* Connection #0 to host gateway left intact
   unique: 10, error: 0 (Success), outsize: 248
unique: 11, opcode: READDIR (28), nodeid: 1, insize: 64
   unique: 11, error: 0 (Success), outsize: 16
unique: 12, opcode: RELEASEDIR (29), nodeid: 1, insize: 64
   unique: 12, error: 0 (Success), outsize: 16
unique: 13, opcode: GETATTR (3), nodeid: 1, insize: 40
   unique: 13, error: 0 (Success), outsize: 112
unique: 14, opcode: LOOKUP (1), nodeid: 1, insize: 48
LOOKUP /nicolas
   NODEID: 2
   unique: 14, error: 0 (Success), outsize: 136
unique: 15, opcode: GETATTR (3), nodeid: 1, insize: 40
   unique: 15, error: 0 (Success), outsize: 112
unique: 16, opcode: OPENDIR (27), nodeid: 1, insize: 48
   unique: 16, error: 0 (Success), outsize: 32
unique: 17, opcode: SETATTR (4), nodeid: 2

Bug#435118: Bad depedencies in sid

2007-07-29 Thread Tourneur Henry-Nicolas
Package: sysv-rc-bootsplash
Severity: normal

--- Please enter the report below this line. ---
Hi,

Actually this package isn't installable because it depend on sysv-rc 
2.86-ds1-38 but the available version is 2.86.ds1-38.1 so please could you 
update ?

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.1

Debian Release: lenny/sid
  500 unstablegateway 

--- Package information. ---
Depends   (Version) | Installed
===-+-
sysv-rc (= 2.86.ds1-38) | 2.86.ds1-38.1
patch   | 2.5.9-4
debconf   (= 0.5)  | 1.5.14
 OR debconf-2.0 | 


-- 
Tourneur Henry-Nicolas
GSM : 0479 46 28 41
TEL : 02 461 25 44


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



Bug#432518: Upload a i386 version

2007-07-10 Thread Tourneur Henry-Nicolas
Package: klash
Severity: wishlist

--- Please enter the report below this line. ---
Hi,

Please could you upload a i386 version of klash and libklash0 ?

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 stable  security.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 


-- 
Tourneur Henry-Nicolas
GSM : 0479 46 28 41
TEL : 02 461 25 44


signature.asc
Description: This is a digitally signed message part.


Bug#430923: Please upload libavcodec0d in sid

2007-06-28 Thread Tourneur Henry-Nicolas
Package: libavcodec0d
Severity: wishlist

--- Please enter the report below this line. ---
Hello,

There is a depedencies problem with libavcodec0d. Indeed, libquicktime0 
depend on it (in sid) and, therefore, isn't installable. Some package like 
kino, kdenlive or transcode (I think) depend on libquicktime0, so please 
could you upload libavcodec0d in sid ?

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.5

Debian Release: lenny/sid
  500 unstablegateway 
  500 stable  gateway 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
liba52-0.7.4   | 0.7.4-11
libc6 (= 2.3.6-6) | 2.5-11
libgsm1(= 1.0.10) | 1.0.10-13
libvorbis0a (= 1.1.2) | 1.1.2.dfsg-1.2
libvorbisenc2   (= 1.1.2) | 1.1.2.dfsg-1.2
zlib1g(= 1:1.2.1) | 1:1.2.3.3.dfsg-2


-- 
Tourneur Henry-Nicolas
GSM : 0479 46 28 41
TEL : 02 461 25 44


signature.asc
Description: This is a digitally signed message part.


Bug#430682: Please add translation support

2007-06-26 Thread Tourneur Henry-Nicolas
Package: gtk-qt-engine
Version: 1:0.8~svn-rev36-2
Severity: wishlist
Tags: l10n

--- Please enter the report below this line. ---
Hello,

In the officiel source, there is some translation support for the 
kcontrol 
module. In this package it seems that there is no translation since 
everything is in English (in my config, it should be in french). So please 
build the package with language support.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.5

Debian Release: lenny/sid
  500 unstablegateway 
  500 stable  gateway 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libc6 (= 2.5) | 2.5-11
libglib2.0-0   (= 2.12.9) | 2.12.12-1
libgtk2.0-0(= 2.10.3) | 2.10.13-1
libpango1.0-0  (= 1.16.2) | 1.16.4-1
libqt3-mt (= 3:3.3.7) | 3:3.3.7-5
libstdc++6   (= 4.1.1-12) | 4.2-20070609-1
libx11-6   | 2:1.0.3-7
gtk2.0-binver-2.10.0   | 


-- 
Tourneur Henry-Nicolas
GSM : 0479 46 28 41
TEL : 02 461 25 44


signature.asc
Description: This is a digitally signed message part.


Bug#419306: French translation wanted

2007-06-15 Thread Tourneur Henry-Nicolas
Package: gtk-qt-engine
Version: 1:0.8~svn-rev36-2

--- Please enter the report below this line. ---
Hello,

The entry in KControl is completly in English but in the project sources, it 
seems that a translation is already available, so please, could you update 
your package and add support for french ?

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.5

Debian Release: lenny/sid
  500 unstablegateway 
  500 stable  gateway 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libc6 (= 2.5) | 2.5-11
libglib2.0-0   (= 2.12.9) | 2.12.12-1
libgtk2.0-0(= 2.10.3) | 2.10.13-1
libpango1.0-0  (= 1.16.2) | 1.16.4-1
libqt3-mt (= 3:3.3.7) | 3:3.3.7-4+b1
libstdc++6   (= 4.1.1-12) | 4.2-20070609-1
libx11-6   | 2:1.0.3-7
gtk2.0-binver-2.10.0   | 


-- 
Tourneur Henry-Nicolas


signature.asc
Description: This is a digitally signed message part.


Bug#427640: Broken depedencies

2007-06-05 Thread Tourneur Henry-Nicolas
Package: libquicktime0
Severity: critical

--- Please enter the report below this line. ---
Hello,

This package depend on libavcodec0d but it doesn't exist anymore in sid. So 
please update.

Sincerley yours,

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.3

Debian Release: lenny/sid
  500 unstablegateway 
  500 stable  gateway 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 


-- 
Tourneur Henry-Nicolas
GSM : 0479 46 28 41
TEL : 02 461 25 44


signature.asc
Description: This is a digitally signed message part.


Bug#427556: Broken depedencies

2007-06-04 Thread Tourneur Henry-Nicolas
Package: kino
Severity: critical

--- Please enter the report below this line. ---
Hello,

There is some broken depedencies with Kino in sid. 
  kino: Depend: libavcodec0d (= 0.cvs20060823) but it won't be installed
  Depend: libavformat0d (= 0.cvs20060823) but it won't be installed
  Depend: libquicktime0 but it isn't instalable.
Because  libavformat0d and libquicktime0 aren't available on the apt in sid.
So please update.

Sincerely yours,


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.3

Debian Release: lenny/sid
  500 unstablegateway 
  500 stable  gateway 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 


-- 
Tourneur Henry-Nicolas
GSM : 0479 46 28 41
TEL : 02 461 25 44


signature.asc
Description: This is a digitally signed message part.


Bug#426247: Some evolutions

2007-06-01 Thread Tourneur Henry-Nicolas
Package: kaffeine
Version: 0.8.4-2

--- Please enter the report below this line. ---
Hello,

Sorry for the long non-response time. Sorry but I can't to what your are 
asking for because I'v reinstalled KDE and the problem did disapear, but know 
there is another one.

Now, I can't play any .AVI, .ogm
or .mpeg file. I don't know if this is the rigth place to post (or if I have 
to open another thread). With an ogm or mpeg file, I juste get the sound and 
with an .AVI file, I don't get anything and the time slider make jumps of ~ 5 
min per second.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.3

Debian Release: lenny/sid
  500 unstablegateway 
  500 stable  gateway 

--- Package information. ---
Depends  (Version) | Installed
==-+-
kdelibs4c2a (= 4:3.5.5-1) | 4:3.5.7.dfsg.1-1
libacl1  (= 2.2.11-1) | 2.2.42-1
libart-2.0-2   (= 2.3.18) | 2.3.19-3
libattr1  (= 2.4.4-1) | 1:2.4.32-1.1
libaudio2  | 1.9-2
libc6 (= 2.5) | 2.5-9+b1
libcdparanoia0 | 3.10+debian~pre0-5
libfam0| 2.7.0-12
libfontconfig1  (= 2.4.0) | 2.4.2-1.2
libfreetype6  (= 2.2) | 2.2.1-6
libgcc1(= 1:4.1.1-12) | 1:4.2-20070528-1
libice6   (= 1:1.0.0) | 1:1.0.3-2
libidn11   (= 0.5.18) | 0.6.5-1
libjpeg62  | 6b-13
libogg0 (= 1.1.3) | 1.1.3-2
libpcre3  (= 4.5) | 6.7-1
libpng12-0   (= 1.2.13-4) | 1.2.15~beta5-2
libqt3-mt (= 3:3.3.7) | 3:3.3.7-4+b1
libsm6 | 2:1.0.3-1
libstdc++6   (= 4.1.1-12) | 4.2-20070528-1
libvorbis0a (= 1.1.2) | 1.1.2.dfsg-1.2
libvorbisenc2   (= 1.1.2) | 1.1.2.dfsg-1.2
libx11-6   | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.8-2
libxext6   | 1:1.0.3-2
libxft2 ( 2.1.1) | 2.1.12-2
libxi6 | 1:1.0.1-4
libxine1  (= 1.1.2-5) | 1.1.6-2
libxinerama1   | 1:1.0.2-1
libxrandr2 | 2:1.2.1-1
libxrender1| 1:0.9.2-1
libxt6 | 1:1.0.5-3
libxtst6   | 1:1.0.1-5
zlib1g(= 1:1.2.1) | 1:1.2.3-15
hdparm | 7.3-1


-- 
Tourneur Henry-Nicolas
GSM : 0479.46.28.41
TEL : 02.461.25.44


signature.asc
Description: This is a digitally signed message part.


Bug#426247: Kaffeine can't play anything !

2007-05-27 Thread Tourneur Henry-Nicolas
Package: kaffeine
Version: 0.8.4-2
Severity: important

--- Please enter the report below this line. ---
Hi,

When I try to start playing something with Kaffeine in completely freeze
and then, I have to kill him. It doesn't give me any stack trace and no 
usefull message when starting from a shell. It also doesn't eat up memory or 
process it just freeze and seems to be completely blocked.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.3

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 stable  security.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
kdelibs4c2a (= 4:3.5.5-1) | 4:3.5.7.dfsg.1-1
libacl1  (= 2.2.11-1) | 2.2.42-1
libart-2.0-2   (= 2.3.18) | 2.3.19-3
libattr1  (= 2.4.4-1) | 1:2.4.32-1.1
libaudio2  | 1.9-2
libc6 (= 2.5) | 2.5-9
libcdparanoia0 | 3.10+debian~pre0-5
libfam0| 
libfontconfig1  (= 2.4.0) | 2.4.2-1.2
libfreetype6  (= 2.2) | 2.2.1-6
libgcc1(= 1:4.1.1-12) | 1:4.2-20070525-1
libice6   (= 1:1.0.0) | 1:1.0.3-2
libidn11   (= 0.5.18) | 0.6.5-1
libjpeg62  | 6b-13
libogg0 (= 1.1.3) | 1.1.3-2
libpcre3  (= 4.5) | 6.7-1
libpng12-0   (= 1.2.13-4) | 1.2.15~beta5-2
libqt3-mt (= 3:3.3.7) | 3:3.3.7-4+b1
libsm6 | 2:1.0.3-1
libstdc++6   (= 4.1.1-12) | 4.2-20070525-1
libvorbis0a (= 1.1.2) | 1.1.2.dfsg-1.2
libvorbisenc2   (= 1.1.2) | 1.1.2.dfsg-1.2
libx11-6   | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.8-2
libxext6   | 1:1.0.3-2
libxft2 ( 2.1.1) | 2.1.12-2
libxi6 | 1:1.0.1-4
libxine1  (= 1.1.2-5) | 1.1.2+dfsg-4
libxinerama1   | 1:1.0.2-1
libxrandr2 | 2:1.2.1-1
libxrender1| 1:0.9.2-1
libxt6 | 1:1.0.5-3
libxtst6   | 1:1.0.1-5
zlib1g(= 1:1.2.1) | 1:1.2.3-15
hdparm | 7.1-2


-- 
Tourneur Henry-Nicolas
GSM : 0479.46.28.41
TEL : 02.461.25.44


signature.asc
Description: This is a digitally signed message part.


Bug#425974: Change depend from gcc-3.3-base to gcc-4.2-base

2007-05-25 Thread Tourneur Henry-Nicolas
Package: sun-java6-bin
Version: 6-00-2
Severity: wishlist

--- Please enter the report below this line. ---
Hello,

I would like to know if it is possible to change the depedencies of this 
package. On my computer, gcc-3.3-base is used only with this package, so 
gcc-3.3-base isn't really usefull for me. So can you change this depedencies 
or is there any other problem ?


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.3

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 stable  security.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
sun-java6-jre (= 6-00-2) | 6-00-2
unixodbc | 2.2.11-13
libc6| 2.5-9
debconf(= 0.5)  | 1.5.13
 OR debconf-2.0  | 
libstdc++5   | 1:3.3.6-15


-- 
Tourneur Henry-Nicolas
GSM : 0479.46.28.41
TEL : 02.461.25.44


signature.asc
Description: This is a digitally signed message part.


Bug#425371: Empty menu in KControl center

2007-05-21 Thread Tourneur Henry-Nicolas
Package: kdelibs
Version: 4:3.5.7.dfsg.1-1
Severity: important

--- Please enter the report below this line. ---
Hello,

After an update of kdelibs this morning, I'v got the following error :
When I try to start the KDE control center, it tell me that it was impossible
to find the MIME type application / octet-stream. So the left panel (which 
does normally contain all configuration sections) is empty. Another (I think 
related) bug : when I try to start KMenuEdit, the left panel is also empty, 
so I can't edit my menu at all.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.1

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 stable  security.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
kdelibs4c2a  (= 4:3.5.7.dfsg.1-1) | 4:3.5.7.dfsg.1-1
kdelibs-data (= 4:3.5.7.dfsg.1-1) | 4:3.5.7.dfsg.1-1


-- 
Tourneur Henry-Nicolas
GSM : 0479.46.28.41
TEL : 02.461.25.44


pgpFRBza2ACs3.pgp
Description: PGP signature


Bug#425369: Unable to load the module KHTML

2007-05-21 Thread Tourneur Henry-Nicolas
Package: kdelibs
Version: 4:3.5.7.dfsg.1-1
Severity: important

--- Please enter the report below this line. ---
Hello,

After and update this morning Konqueror doesn't start at all.
When I try to start Konqueror it tell me that it can't load 
the KHTML module because of an undefined symbol in /usr/lib/libkhtml.so.4

The undefined symbol is : _ZN9KLineEdit17mouseReleaseEventEP11QMouseEvent

So Konqueror can't display any web pages.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21.1

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 stable  security.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
kdelibs4c2a  (= 4:3.5.7.dfsg.1-1) | 4:3.5.7.dfsg.1-1
kdelibs-data (= 4:3.5.7.dfsg.1-1) | 4:3.5.7.dfsg.1-1


-- 
Tourneur Henry-Nicolas


pgpmkp72MvbWp.pgp
Description: PGP signature


Bug#425371: Empty menu in KControl center

2007-05-21 Thread Tourneur Henry-Nicolas
Le Monday 21 May 2007 11:23:51 Sune Vuorela, vous avez écrit :

 did you log out of kde and back in before reporting this bug?

 /Sune

No I didn't, I didn't see this was an update to 3.5.7, there is no problem, 
this is largely my fault. Sorry (the bug can be closed since it's not a bug).

-- 
Tourneur Henry-Nicolas
GSM : 0479.46.28.41
TEL : 02.461.25.44


pgp0yd74RJUD6.pgp
Description: PGP signature


Bug#423871: file-roller: File-roller can't add files with accents in they name to an archive

2007-05-16 Thread Tourneur Henry-Nicolas
Le mardi 15 mai 2007 à 20:24 +0200, Josselin Mouette a écrit :
 Le lundi 14 mai 2007 à 18:16 +0200, Tourneur Henry-Nicolas a écrit :
  File-Roller doesn't add any file containing an accent in they
  name to an archive (test with zip and tar.gz). 
 
  Kernel: Linux 2.6.21.1 (SMP w/2 CPU cores)
  Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 
 I guess this is caused by your locale. Things should work fine with an
 UTF8 locale.
 
 For the record, are the filenames encoded in ISO-8859-15 (with
 G_BROKEN_FILENAMES) or in UTF-8 ?
 
 Cheers,
My files are encoded in iso-8859-15, isn't there any way to have
file-roller working with this charset ?




Bug#423856: nautilus: Nautilus can't chmod a file in an ftp location

2007-05-16 Thread Tourneur Henry-Nicolas
Le mardi 15 mai 2007 à 20:19 +0200, Josselin Mouette a écrit :
 severity 423856 normal
 reassign 423856 libgnomevfs2-extra
 forwarded 423856 http://bugzilla.gnome.org/show_bug.cgi?id=309700
 thanks
 
 Le lundi 14 mai 2007 à 16:34 +0200, Tourneur Henry-Nicolas a écrit :
   When you are browsing an ftp location, nautilus can't chmod
   a file. It can't read or set the permission.
 
 This is a known issue which doesn't have an easy solution, as gnome-vfs
 wrongly uses numeric UIDs to identify users. See the discussion in the
 upstream bug report.
 
   As well - and far more dangerous - when you create new folders
   in the remote directories with Nautilus, they are
   created with chmod 777.
 
 I doubt this has anything to do with nautilus, this looks like a
 misconfiguration on the ftp server. You can check this by creating a
 folder with another ftp client.
 
 Cheers,
I have checked about the chmod and it is a nautilus issue. With gftp,
folders are created normally (perm : 755).




Bug#423856: nautilus: Nautilus can't chmod a file in an ftp location

2007-05-14 Thread Tourneur Henry-Nicolas
Package: nautilus
Version: 2.18.1-2
Severity: important

 When you are browsing an ftp location, nautilus can't chmod
 a file. It can't read or set the permission.
  
 As well - and far more dangerous - when you create new folders
 in the remote directories with Nautilus, they are
 created with chmod 777.

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

Kernel: Linux 2.6.21.1 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.12-1Utilities for .desktop files
ii  gnome-control-center   1:2.18.1-1utilities to configure the GNOME d
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.18.0-2  Bonobo CORBA interfaces library
ii  libc6  2.5-7 GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1   The Cairo 2D vector graphics libra
ii  libeel2-2.18   2.18.0.1-2Eazel Extensions Library (for GNOM
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexif12  0.6.13-6  library to parse EXIF files
ii  libgail-common 1.18.0-2  GNOME Accessibility Implementation
ii  libgail18  1.18.0-2  GNOME Accessibility Implementation
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgnome-desktop-2 2.18.1-1  Utility library for loading .deskt
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.10.12-1 The GTK+ graphical user interface 
ii  libnautilus-extension1 2.18.1-2  libraries for nautilus components 
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  librsvg2-2 2.16.1-2  SAX-based renderer library for SVG
ii  libselinux12.0.15-2  SELinux shared libraries
ii  libstartup-notification0   0.9-1 library for program launch feedbac
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.28.dfsg-1 GNOME XML library
ii  nautilus-data  2.18.1-2  data files for nautilus
ii  shared-mime-info   0.21-2FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  desktop-base  4.0.1  common files for the Debian Deskto
ii  eject 2.1.5-1ejects CDs and operates CD-Changer
pn  fam   none (no description available)
ii  libgnomevfs2-extra1:2.18.1-2 GNOME Virtual File System (extra m
ii  librsvg2-common   2.16.1-2   SAX-based renderer library for SVG
pn  nautilus-cd-burnernone (no description available)

-- no debconf information


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



Bug#423871: file-roller: File-roller can't add files with accents in they name to an archive

2007-05-14 Thread Tourneur Henry-Nicolas
Package: file-roller
Version: 2.18.2-1
Severity: important

Hello,

File-Roller doesn't add any file containing an accent in they
name to an archive (test with zip and tar.gz). 

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

Kernel: Linux 2.6.21.1 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages file-roller depends on:
ii  bzip2   1.0.3-6  high-quality block-sorting file co
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gzip1.3.9-2  The GNU compression utility
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-7GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.0-4library to load .glade files at ru
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.10.12-1The GTK+ graphical user interface 
ii  libnautilus-extension1  2.18.1-2 libraries for nautilus components 
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  tar 1.16.1-1 GNU tar
ii  unzip   5.52-9   De-archiver for .zip files
ii  zip 2.32-1   Archiver for .zip files

Versions of packages file-roller recommends:
pn  arj   none (no description available)
ii  cpio  2.7-2  GNU cpio -- a program to manage ar
ii  gnome-icon-theme  2.18.0-2   GNOME Desktop icon theme
pn  lzop  none (no description available)
ii  mkisofs   9:1.1.6-1  Dummy transition package for genis
pn  ncompress none (no description available)
pn  p7zip | p7zip-fullnone (no description available)
pn  rpm   none (no description available)
pn  sharutils none (no description available)
pn  unace none (no description available)

-- no debconf information


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



Bug#422987: bluefish: Unable to open any ftp location

2007-05-09 Thread Tourneur Henry-Nicolas
Package: bluefish
Version: 1.0.7-1
Severity: normal

Hello,

When trying to connect to an ftp server with bluefish,
I'v got this error on my terminal (I started bluefish in a terminal) :

[EMAIL PROTECTED]:~$ bluefish 

(bluefish:4020): libgnomevfs-CRITICAL **:
gnome_vfs_get_file_info_uri_cancellable: assertion `uri != NULL' failed

(bluefish:4020): libgnomevfs-CRITICAL **: gnome_vfs_uri_unref: assertion
`uri != NULL' failed

I used File  Open an url.
After that the url window simply disapeared and bluefish keep on running.

The bug appear even if I enter : ftp://host or ftp://[EMAIL PROTECTED]

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

Kernel: Linux 2.6.21.1 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages bluefish depends on:
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libaspell150.60.5-1  GNU Aspell spell-checker runtime l
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.18.0-2  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.18.0-5  The Bonobo UI library
ii  libc6  2.5-5 GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgnome-keyring0  0.8.1-2   GNOME keyring services library
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.10.12-1 The GTK+ graphical user interface 
ii  libice61:1.0.3-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.16.2-2  Layout and rendering of internatio
ii  libpcre3   6.7-1 Perl 5 Compatible Regular Expressi
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.2-2 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.28.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra

bluefish recommends no packages.

-- no debconf information


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