Bug#490019: Fixed in new upstream version (0.9.8.3)

2008-10-08 Thread Frédéric Bothamy
Hello,

This bug is solved in the new upstream version (0.9.8.3). The changelog
for this version is:

07/08/2008  v0.9.8.3   * bug in check_mounted fixed

Greetings,


Fred



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



Bug#460808: french translation mitsake in man page

2008-01-15 Thread Frédéric Bothamy
* Christian Perrier [EMAIL PROTECTED] [2008-01-15 07:03] :
 Quoting Martin Braure de Calignon ([EMAIL PROTECTED]):
  Package: aptitude
  Version: 0.4.10-1+b1
  Severity: minor
  Tags: l10n
  
  --- Please enter the report below this line. ---
  Hi, while fast reading aptitude man page, I see a mistake.
  near line 542  (environment variables, PAGER) :
  
  PAGER
 Quand cette variable d´environnement est paramétrée, aptitude
 l´utilisera pour afficher les journaux de modification à
 l´invocation de «ptitude changelog ». La valeur par défaut est
  
  I think it's « aptitude changelog » instead of «ptitude changelog ».
 
 
 This bug is weird as the original PO file has everythign correct:
 
 msgid 
 If this environment variable is set, aptitude; will use it to display 
 changelogs when quoteliteralaptitude changelog/literal/quote is 
 invoked.  If not set, it defaults to literalmore/literal.
 msgstr 
 Quand cette variable d'environnement est paramétrée, aptitude; l'utilisera 
 pour afficher les journaux de modification à l'invocation de «nbsp;
 literalaptitude changelog/literalnbsp;». La valeur par défaut est 
 literalmore/literal.
 
 Anyone in the French l10n team with a good idea of the bug's origin?
 Somethign weird in po4a?

Yes, this problem has already been reported on debian-l10n-french once
in November last year:

http://lists.debian.org/debian-l10n-french/2007/11/msg00092.html

I suggested to replace «nbsp;...nbsp;» by quote.../quote to
avoid any problem with xsltproc in the French manpage generation.

Greetings,


Fred




Bug#445807: Patch for Debian bug #445807

2008-01-14 Thread Frédéric Bothamy
tags 445807 patch 
quit

Followup-For: Bug #445807
Package: debiandoc-sgml

Hello,

Please find attached a possible patch fixing this problem.

Greetings,


Fred
diff -Nru /tmp/huBvPfBcak/debiandoc-sgml-1.2.7/debian/control /tmp/jfJeVaDTwP/debiandoc-sgml-1.2.7.1/debian/control
--- /tmp/huBvPfBcak/debiandoc-sgml-1.2.7/debian/control	2007-08-25 07:37:33.0 +0200
+++ /tmp/jfJeVaDTwP/debiandoc-sgml-1.2.7.1/debian/control	2008-01-09 10:32:22.0 +0100
@@ -12,7 +12,7 @@
 Priority: optional
 Architecture: all
 Depends: ${perl:Depends}, libhtml-parser-perl, libi18n-langtags-perl, libroman-perl, libsgmls-perl, libtext-format-perl, liburi-perl, sgml-data, sgmlspl, sp, ${misc:Depends}
-Recommends: libpaperg, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo, gs-gpl | gs 
+Recommends: libpaperg, texlive-latex-recommended, texlive-latex-base, texlive-latex-extra, texlive-fonts-recommended, texinfo, gs-gpl | gs 
 Suggests: debiandoc-sgml-doc, latex-cjk-all, hlatex, littex
 Description: DebianDoc SGML DTD and formatting tools
  This is an SGML-based documentation formatting package used for the
@@ -21,7 +21,8 @@
  Info (via Texinfo), DebianDoc SGML, DocBook XML, plain text (with
  overstrikes a la troff as well as without) files.
  .
- The LaTeX based output needs the libpaperg, tetex-bin and tetex-extra
+ The LaTeX based output needs the libpaperg, texlive-latex-recommended,
+ texlive-latex-base, texlive-latex-extra and texlive-fonts-recommended
  packages.  In addition to this, Chinese and Japanese need cjk-latex and 
  corresponding font packages while Korean needs hlatex and corresponding 
  font packages. The Texinfo based output needs the texinfo package. 
diff -Nru /tmp/huBvPfBcak/debiandoc-sgml-1.2.7/tools/bin/template /tmp/jfJeVaDTwP/debiandoc-sgml-1.2.7.1/tools/bin/template
--- /tmp/huBvPfBcak/debiandoc-sgml-1.2.7/tools/bin/template	2007-08-25 07:35:02.0 +0200
+++ /tmp/jfJeVaDTwP/debiandoc-sgml-1.2.7.1/tools/bin/template	2007-12-04 19:04:15.0 +0100
@@ -131,7 +131,7 @@
 if ! which latex /dev/null 21
 then
 echo 2 ${script}: LaTeX typesetting system not found
-echo 2 ${script}: please install the package 'tetex-bin'
+echo 2 ${script}: please install the package 'texlive-latex-base'
 exit 2
 fi
 
@@ -142,7 +142,7 @@
 if ! which pdflatex /dev/null 21
 then
 echo 2 ${script}: LaTeX typesetting system not found
-echo 2 ${script}: please install the package 'tetex-bin'
+echo 2 ${script}: please install the package 'texlive-latex-base'
 exit 2
 fi
 
@@ -152,20 +152,44 @@
 ## check for presence of used latex styles
 if ! kpsewhich \
 fancyhdr.sty \
-footmisc.sty \
 helvet.sty \
 hyperref.sty \
-paralist.sty \
 palatino.sty \
 pifont.sty \
 times.sty \
 url.sty \
+/dev/null 21
+then
+echo 2 ${script}: one or more used LaTeX typesetting styles not found
+echo 2 ${script}: please install the package 'texlive-latex-base'
+exit 2
+fi
+
+@@@end-latexdvi-latexps-latexpdf-active@@@
+@@@start-latexdvi-latexps-latexpdf-active@@@
+## --
+## check for presence of used latex styles
+if ! kpsewhich \
+footmisc.sty \
+paralist.sty \
 vmargin.sty \
+/dev/null 21
+then
+echo 2 ${script}: one or more used LaTeX typesetting styles not found
+echo 2 ${script}: please install the package 'texlive-latex-extra'
+exit 2
+fi
+
+@@@end-latexdvi-latexps-latexpdf-active@@@
+@@@start-latexdvi-latexps-latexpdf-active@@@
+## --
+## check for presence of used latex styles
+if ! kpsewhich \
 wasysym.sty \
 /dev/null 21
 then
 echo 2 ${script}: one or more used LaTeX typesetting styles not found
-echo 2 ${script}: please install the package 'tetex-extra'
+echo 2 ${script}: please install the package 'texlive-fonts-recommended'
 exit 2
 fi
 


Bug#404079: xterm: Problem reproducible on unstable only with vttest

2008-01-14 Thread Frédéric Bothamy
Followup-For: Bug #404079
Package: xterm
Version: 231-1

Hello,

I can reproduce this problem on unstable only using vttest (1) (by the
author of xterm).

Here are the steps I followed to do this:

$ LANG=fr_FR.UTF-8 /usr/bin/xterm

Then in the new xterm:

$ vttest

Select 2. Test of screen features

The screens are correctly displayed until Graphic rendition test
pattern, Light background. On the next screen, the characters
(stars, lines, x'es and diamonds) in the bold column are not bold.

After exiting vttest, a test:

$ echo -e ' \033[1;37m\033[40m  gYw  \033[0m'

does not display gYw as bold (as should be).

If I start xterm with LANG=C, this problem does not show up. In both
cases (LANG=C and LANG=fr_FR.UTF-8), the value of TERM is xterm.

HTH

Greetings,


Fred

(1) http://invisible-island.net/vttest/vttest.html. A source Debian
package is available at
http://mentors.debian.net/debian/pool/main/v/vttest/

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

Kernel: Linux 2.6.23.12
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libfontconfig12.5.0-2generic font configuration library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libncurses5   5.6+20080105-1 Shared libraries for terminal hand
ii  libsm62:1.0.3-1+b1   X11 Session Management library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxaw7   2:1.0.4-1  X11 Athena Widget library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxmu6   1:1.0.3-1  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  xutils1:7.3+10   X Window System utility programs m

-- no debconf information



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



Bug#456288: [INTL:fr] French manpage translation update (and switch to UTF-8)

2007-12-14 Thread Frédéric Bothamy
Package: debsums
Version: 2.0.34
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the updated translation for French manpage
(in the files man/po/fr.po and man/fr/addendum.fr).

I also have converted both files to UTF-8, so the file man/po4a.cfg
needs a small update (diff attached). There should not be any impact
and my tests were successful.

Greetings,


Fred

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

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

Versions of packages debsums depends on:
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 

debsums recommends no packages.

-- debconf information excluded
# Traduction de debsums en français
# Copyright (C) YEAR Free Software Foundation, Inc.
# Antoine Gémis [EMAIL PROTECTED], 2002.
# Frédéric Bothamy [EMAIL PROTECTED], 2005-2007.
# 
msgid 
msgstr 
Project-Id-Version: debsums-2.0.34\n
POT-Creation-Date: 2007-11-29 11:48+1100\n
PO-Revision-Date: 2007-12-03 14:12+0100\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: Debian French Team [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

# type: TH
#: debsums.1:5 debsums_init.8:1 debsums_gen.8:1
#, no-wrap
msgid DEBSUMS
msgstr DEBSUMS

# type: TH
#: debsums.1:5
#, no-wrap
msgid \\*(Dt
msgstr \\*(Dt

# type: TH
#: debsums.1:5
#, no-wrap
msgid Debian
msgstr Debian

# type: TH
#: debsums.1:5
#, no-wrap
msgid User Commands
msgstr Commandes Utilisateur

# type: SH
#: debsums.1:6 debsums_init.8:2 debsums_gen.8:2
#, no-wrap
msgid NAME
msgstr NOM

# type: Plain text
#: debsums.1:8
msgid debsums - check the MD5 sums of installed Debian packages
msgstr 
debsums - vérifie les sommes de contrôle MD5 des paquets Debian installés

# type: SH
#: debsums.1:8 debsums_init.8:4 debsums_gen.8:4
#, no-wrap
msgid SYNOPSIS
msgstr SYNOPSIS

# type: Plain text
#: debsums.1:13
msgid Bdebsums [Ioptions] [Ipackage|Ideb] \\...
msgstr Bdebsums [Ioptions] [Ipaquet|Ideb] \\...

# type: SH
#: debsums.1:13 debsums_init.8:6 debsums_gen.8:11
#, no-wrap
msgid DESCRIPTION
msgstr DESCRIPTION

# type: Plain text
#: debsums.1:16
msgid 
Verify installed Debian package files against MD5 checksum lists from /var/
lib/dpkg/info/*.md5sums.
msgstr 
Vérifie les fichiers des paquets Debian installés grâce à une liste des 
sommes de contrôle MD5 de /var/lib/dpkg/info/*.md5sums.

# type: Plain text
#: debsums.1:19
msgid 
Bdebsums can generate checksum lists from deb archives for packages that 
don't include one.
msgstr 
Bdebsums peut générer des listes de sommes de contrôle à partir des 
archives deb pour les paquets n'en possédant pas.

# type: SH
#: debsums.1:19 debsums_gen.8:40
#, no-wrap
msgid OPTIONS
msgstr OPTIONS

# type: TP
#: debsums.1:20
#, no-wrap
msgid B-a, B--all
msgstr B-a, B--all

# type: Plain text
#: debsums.1:23
msgid Also check configuration files (normally excluded).
msgstr Vérifie aussi les fichiers de configuration (ignorés par défaut).

# type: TP
#: debsums.1:23
#, no-wrap
msgid B-e, B--config
msgstr B-e, B--config

# type: Plain text
#: debsums.1:26
msgid BOnly check configuration files.
msgstr Vérifie Bseulement les fichiers de configuration.

# type: TP
#: debsums.1:26
#, no-wrap
msgid B-c, B--changed
msgstr B-c, B--changed

# type: Plain text
#: debsums.1:30
msgid Report changed file list to stdout (implies B-s).
msgstr 
Envoie la liste des fichiers modifiés sur la sortie standard (ceci implique 
B-s).

# type: TP
#: debsums.1:30
#, no-wrap
msgid B-l, B--list-missing
msgstr B-l, B--list-missing

# type: Plain text
#: debsums.1:33
msgid List packages (or debs) which don't have an MD5 sums file.
msgstr 
Liste les paquets (ou fichiers .deb) qui n'ont pas de somme de contrôle MD5.

# type: TP
#: debsums.1:33
#, no-wrap
msgid B-s, B--silent
msgstr B-s, B--silent

# type: Plain text
#: debsums.1:36
msgid Only report errors.
msgstr Affiche seulement les erreurs.

# type: TP
#: debsums.1:36
#, no-wrap
msgid B-m, B--md5sums=Ifile
msgstr B-m, B--md5sums=Ifichier

# type: Plain text
#: debsums.1:40
msgid Read list of deb checksums from Ifile.
msgstr Lit la liste des sommes de contrôle dans Ifichier.

# type: TP
#: debsums.1:40
#, no-wrap
msgid B-r, B--root=Idir
msgstr B-r, B--root=Irépertoire

# type: Plain text
#: debsums.1:43
msgid Root directory to check (default /).
msgstr Répertoire racine à vérifier (/ par défaut).

# type: TP
#: debsums.1:43
#, no-wrap
msgid B-d, B--admindir=Idir
msgstr B-d, B--admindir=Irépertoire

# type: Plain text
#: debsums.1:46
msgid dpkg admin directory (default /var/lib/dpkg).
msgstr Répertoire administratif de dpkg (/var/lib/dpkg par défaut).

# type: TP

Bug#445207: git-core: git push returns grep error message

2007-12-05 Thread Frédéric Bothamy
close 445207
quit

* Gerrit Pape [EMAIL PROTECTED] [2007-11-01 13:49] :
 On Thu, Oct 04, 2007 at 03:44:34AM +0200, Fr??d??ric Bothamy wrote:
  I have tried to push a translation update to the dpkg git
  repository. Here is the complete message I received:
  
  $ git push
  Password: 
  updating 'refs/heads/master'
from d72b2b44976ff93cf48c467653d638d94fc1595f
to   f27f1555f5dc0bc14ab7d12a266281a071d44f17
   Also local refs/remotes/origin/master
  Generating pack...
  Done counting 4 objects.
  Deltifying 4 objects...
   100% (4/4) done
  Writing 4 objects...
   100% (4/4) done
  Total 4 (delta 0), reused 0 (delta 0)
  refs/heads/master: d72b2b44976ff93cf48c467653d638d94fc1595f - 
  f27f1555f5dc0bc14ab7d12a266281a071d44f17
  Usage: grep [OPTION]... PATRON [FICHIER]...
  Pour en savoir davantage, faites: ? grep --help ?.
  $ 
  
  The push was successful
  (cf. 
  http://git.debian.org/?p=dpkg/dpkg.git;a=commit;h=f27f1555f5dc0bc14ab7d12a266281a071d44f17),
  but I don't know what was supposed to be grep'ed.
 
 Hi Fred,
 
 most probably this usage messages comes from a hook script.  Did you
 enable and/or adapt hooks in the remote repository you push to?

Hello Gerrit,

Sorry to not have replied earlier. You were right about this problem: I
have commited some files tonight in the Git dpkg repository and the
problem did not show up. Either I had a problem in my own copy of the
repository (I had to rebuild it for other reasons) or someone fixed the
problem in the hook script.

So, I close this bug as this was certainly a user error and not a
problem in git.

Thanks for your help.

Greetings,


Fred



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



Bug#454165: [INTL:fr] French program translation update

2007-12-03 Thread Frédéric Bothamy
Package: apt-listbugs
Version: 0.0.84
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French translation update (for the version
0.0.84), proofread by the debian-l10n-french mailing list contributors.
Please also note that this file is now UTF-8 encoded.

Greetings,


Fred

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

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

Versions of packages apt-listbugs depends on:
ii  apt  0.7.6   Advanced front-end for dpkg
ii  libdpkg-ruby1.8  0.3.2   modules/classes for dpkg on ruby 1
ii  libhttp-access2-ruby1.8  2.0.6-3 HTTP accessing library for ruby
ii  libintl-gettext-ruby1.8  0.11-10 Gettext wrapper for Ruby 1.8
ii  liblocale-ruby1.80.1-5   extension to the Ruby intepreter f
ii  libruby1.8 [libzlib-ruby1.8] 1.8.6.111-2 Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.80.6.8-2 Interface of expat for the scripti
ii  ruby 1.8.2-1 An interpreter of object-oriented 

apt-listbugs recommends no packages.

-- no debconf information
# Translation of apt-listbugs to French
# This file is distributed under the same license as the apt-listbugs package.
# Frédéric Bothamy [EMAIL PROTECTED], 2004-2007
#
msgid 
msgstr 
Project-Id-Version: apt-listbugs 0.0.84\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-11-20 22:10+0900\n
PO-Revision-Date: 2007-11-23 10:45+0100\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#: apt-listbugs:239
msgid Usage: 
msgstr Usage : 

#: apt-listbugs:240
msgid  [options] command [arguments]
msgstr  [options] commande [paramètres]

#: apt-listbugs:242
msgid Options:\n
msgstr Options :\n

#: apt-listbugs:243
msgid  -h   : Display this help and exit.\n
msgstr  -h   : Afficher cette aide et quitter\n

#: apt-listbugs:244
msgid  -v   : Show version number and exit\n
msgstr  -v   : Afficher le numéro de version et quitter\n

#: apt-listbugs:245
#, python-format
msgid  -s severities  : Severities you want to see [%s], or [all].\n
msgstr  -s gravités    : Gravités à afficher [%s] ou [all] (toutes)\n

#: apt-listbugs:246
msgid  -T tags: Tags you want to see.\n
msgstr  -T stats   : Étiquettes que vous voulez voir\n

#: apt-listbugs:247
#, python-format
msgid  -S stats   : Stats you want to see [%s].\n
msgstr 
 -S stats   : Les états à afficher\n
[%s]\n

#: apt-listbugs:248
msgid  -D   : Show downgraded packages, too.\n
msgstr 
 -D   : Afficher également les paquets de version inférieure\n
à la version actuelle\n

#: apt-listbugs:249
#, python-format
msgid  -H hostname: Hostname of Debian Bug Tracking System [%s].\n
msgstr 
 -H hôte    : Nom d'hôte du système de gestion des bogues Debian\n
[%s]\n

#: apt-listbugs:250
#, python-format
msgid  -p port: Port number of the server [%s]\n
msgstr  -p port    : Numéro de port du serveur [%s]\n

#: apt-listbugs:251
#, python-format
msgid  --pin-priority   : Specifies Pin-Priority value [%s]\n
msgstr  --pin-priority   : Valeur pour Pin-Priority [%s]\n

#: apt-listbugs:252
msgid  --title  : Specifies the title of rss output.\n
msgstr  --title  : Titre de la sortie RSS\n

#: apt-listbugs:253
msgid  -f   : Retrieve bug reports from BTS forcibly.\n
msgstr 
 -f   : Forcer la récupération des rapports de bogue\n
depuis le système de gestion des bogues (BTS)\n

#: apt-listbugs:254
msgid  -q   : Don't display progress bar.\n
msgstr  -q   : Ne pas afficher la barre de progression\n

#: apt-listbugs:255
msgid  -C apt.conf: Specify apt.conf.\n
msgstr  -C apt.conf    : Emplacement du fichier apt.conf\n

#: apt-listbugs:256
msgid  -y   : Assume that you select yes for all questions.\n
msgstr 
 -y   : Implique une réponse affirmative à toutes les questions\n

#: apt-listbugs:257
msgid  -n   : Assume that you select no for all questions.\n
msgstr 
 -n   : Implique une réponse négative à toutes les questions\n

#: apt-listbugs:258
msgid  -d   : Debug.\n
msgstr  -d   : Déboguer\n

#: apt-listbugs:259
msgid Commands:\n
msgstr Commandes :\n

#: apt-listbugs:260
msgid  apt  : apt mode\n
msgstr  apt  : Mode APT\n

#: apt-listbugs:261
msgid  list pkg...: list bug reports of the specified packages\n
msgstr 
 list paquets...: Afficher les rapports de bogue des

Bug#453245: util-linux: linux32 and linux64 manpages should point to man8/setarch.8, not setarch.8

2007-11-27 Thread Frédéric Bothamy
Package: util-linux
Version: 2.13-12
Severity: minor
Tags: patch

Hello,

The files /usr/share/man/man1/linux32.1.gz and
/usr/share/man/man1/linux64.1.gz contains:

.so setarch.8

So, the manpages cannot be found:

$ man linux32
man: impossible d'ouvrir /usr/share/man/setarch.8: Aucun fichier ou répertoire 
de ce type
man: impossible d'ouvrir /usr/share/man/setarch.8: Aucun fichier ou répertoire 
de ce type
No manual entry for linux32
See 'man 7 undocumented' for help when manual pages are not available.
$

The correct content for theses manpages should be:

.so man8/setarch.8

The following patch should solve this issue:

--- util-linux-2.13/sys-utils/Makefile.in   2007-11-27 23:58:19.0 
+
+++ util-linux-2.13/sys-utils/Makefile.in   2007-11-27 23:58:20.0 
+
@@ -1016,7 +1016,7 @@
 
 
 $(SETARCH_MAN_LINKS): setarch.8
-   echo .so setarch.8  $@
+   echo .so man8/setarch.8  $@
 
 install-exec-hook:
for I in $(RDEV_LINKS); do \

This patch may rather be applied to Makefile.am as Makefile.in is
regenerated from this file.

Greetings,


Fred

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

Kernel: Linux 2.6.23.9
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages util-linux depends on:
ii  libc6   2.7-1GNU C Library: Shared libraries
ii  libncurses5 5.6+20071103-1   Shared libraries for terminal hand
ii  libselinux1 2.0.15-2+b1  SELinux shared libraries
ii  libslang2   2.1.3-1  The S-Lang programming library - r
ii  libuuid11.40.2-1 universally unique id library
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  tzdata  2007i-2  time zone and daylight-saving time
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

util-linux recommends no packages.

-- no debconf information




Bug#453051: French debhelper manpage has STANDARD INPUT(7) for name instead of debhelper(7)

2007-11-26 Thread Frédéric Bothamy
Package: debhelper
Version: 5.0.61
Severity: minor
Tags: patch l10n

Hello,

The French (and Spanish) manpage for debhelper.7 begins with:

STANDARD INPUT(7)Debhelper   STANDARD INPUT(7)


NOM
   debhelper - ensemble d’outils regroupés sous le nom de debhelper


It should be instead:

debhelper(7)   Debhelper   debhelper(7)


NOM
   debhelper - ensemble d’outils regroupés sous le nom de debhelper


The following patch should adress this issue:

--- debhelper-5.0.61/debian/rules   2007-10-22 21:08:59.0 +0200
+++ debhelper-5.0.61.1/debian/rules 2007-11-26 17:16:42.0 +0100
@@ -56,7 +56,7 @@
done; \
cat $$dir/debhelper.pod | \
$(MAKEMANLIST) `find $$dir -type f -maxdepth 1 -name 
dh_*.pod | sort` | \
-   $(POD2MAN) --section=7  debhelper.$$lang.7; \
+   $(POD2MAN) --name=debhelper --section=7  
debhelper.$$lang.7; \
done
 
touch build-stamp

Greetings,


Fred

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

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

Versions of packages debhelper depends on:
ii  binutils2.18.1~cvs20071027-1 The GNU assembler, linker and bina
ii  coreutils   5.97-5.3 The GNU core utilities
ii  dpkg-dev1.14.7   package building tools for Debian
ii  file4.21-3   Determines file type using magic
ii  html2text   1.3.2a-3 An advanced HTML to text converter
ii  perl5.8.8-12 Larry Wall's Practical Extraction 
ii  po-debconf  1.0.10   manage translated Debconf template

debhelper recommends no packages.

-- no debconf information




Bug#450527: fontconfig-config: Minor typo in French debconf translation

2007-11-07 Thread Frédéric Bothamy
Package: fontconfig-config
Version: 2.4.91-1
Severity: minor
Tags: patch l10n

Hello,

Please find attached a patch to fix a minor typo in the French debconf
translation (the file to patch is
fontconfig-2.4.91/debian/po/fr.po). It has been ack'ed by Christian
Perrier, the last translator for this file.

Greetings,


Fred

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

Kernel: Linux 2.6.23.1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fontconfig-config depends on:
ii  debconf [debconf-2.0] 1.5.16 Debian configuration management sy
ii  gsfonts-x11   0.20   Make Ghostscript fonts available t
ii  msttcorefonts 2.3Installer for Microsoft TrueType c
ii  ttf-bitstream-vera1.10-7 The Bitstream Vera family of free 
ii  ttf-dejavu2.21-1 Metapackage to pull in ttf-dejavu-
ii  ttf-freefont  20060501cvs-12 Freefont Serif, Sans and Mono True
ii  ucf   3.003  Update Configuration File: preserv

fontconfig-config recommends no packages.

-- debconf information excluded
--- fr.po.old	2007-11-07 22:01:07.0 +0100
+++ fr.po	2007-11-07 22:02:17.0 +0100
@@ -111,7 +111,7 @@
 Le lissage des sous-pixels donne un meilleur rendu sur un écran plat (LCD), 
 mais peut faire apparaître des artefacts sur les écrans traditionnels (CRT). 
 Si vous choisissez « Automatique », ce rendu sera activé si un écran LCD est 
-détecté
+détecté.
 
 #. Type: boolean
 #. Description


Bug#445207: git-core: git push returns grep error message

2007-10-03 Thread Frédéric Bothamy
Package: git-core
Version: 1:1.5.3.2-1
Severity: minor

Hello,

I have tried to push a translation update to the dpkg git
repository. Here is the complete message I received:

$ git push
Password: 
updating 'refs/heads/master'
  from d72b2b44976ff93cf48c467653d638d94fc1595f
  to   f27f1555f5dc0bc14ab7d12a266281a071d44f17
 Also local refs/remotes/origin/master
Generating pack...
Done counting 4 objects.
Deltifying 4 objects...
 100% (4/4) done
Writing 4 objects...
 100% (4/4) done
Total 4 (delta 0), reused 0 (delta 0)
refs/heads/master: d72b2b44976ff93cf48c467653d638d94fc1595f - 
f27f1555f5dc0bc14ab7d12a266281a071d44f17
Usage: grep [OPTION]... PATRON [FICHIER]...
Pour en savoir davantage, faites: « grep --help ».
$ 

The push was successful
(cf. 
http://git.debian.org/?p=dpkg/dpkg.git;a=commit;h=f27f1555f5dc0bc14ab7d12a266281a071d44f17),
but I don't know what was supposed to be grep'ed.

Greetings,


Fred


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

Kernel: Linux 2.6.22.9
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages git-core depends on:
ii  cpio2.9-4GNU cpio -- a program to manage ar
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libcurl3-gnutls 7.17.0-1 Multi-protocol file transfer libra
ii  libdigest-sha1-perl 2.11-2   NIST SHA-1 message digest algorith
ii  liberror-perl   0.15-8   Perl module for error/exception ha
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  perl-modules5.8.8-11 Core Perl modules
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

Versions of packages git-core recommends:
ii  curl 7.17.0-1Get a file from an HTTP, HTTPS or 
ii  git-doc  1:1.5.3.2-1 fast, scalable, distributed revisi
ii  less 406-0   Pager program similar to more
ii  openssh-client [ssh-client]  1:4.6p1-5   secure shell client, an rlogin/rsh
ii  patch2.5.9-4 Apply a diff file to an original
ii  rsync2.6.9-5 fast remote file copy program (lik

-- no debconf information




Bug#434692: apt-listbugs: [INTL:fr] French program translation update

2007-07-25 Thread Frédéric Bothamy
Package: apt-listbugs
Version: 0.0.80
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French translation update (for the version
0.0.80), proofread by the debian-l10n-french mailing list
contributors.

Greetings,


Fred
# Translation of apt-listbugs to French
# This file is distributed under the same license as the apt-listbugs package.
# Frédéric Bothamy [EMAIL PROTECTED], 2004-2007
#
msgid 
msgstr 
Project-Id-Version: apt-listbugs 0.0.80\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-06-26 09:04+0900\n
PO-Revision-Date: 2007-07-08 12:53+0200\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#: apt-listbugs:238
msgid Usage: 
msgstr Usage : 

#: apt-listbugs:239
msgid  [options] command [arguments]
msgstr  [options] commande [paramètres]

#: apt-listbugs:241
msgid Options:\n
msgstr Options :\n

#: apt-listbugs:242
msgid  -h   : Display this help and exit.\n
msgstr  -h   : Afficher cette aide et quitter\n

#: apt-listbugs:243
msgid  -v   : Show version number and exit\n
msgstr  -v   : Afficher le numéro de version et quitter\n

#: apt-listbugs:244
#, python-format
msgid  -s severities  : Severities you want to see [%s], or [all].\n
msgstr  -s gravités    : Gravités à afficher [%s] ou [all] (toutes)\n

#: apt-listbugs:245
msgid  -T tags: Tags you want to see.\n
msgstr  -T stats   : Étiquettes que vous voulez voir\n

#: apt-listbugs:246
#, python-format
msgid  -S stats   : Stats you want to see [%s].\n
msgstr 
 -S stats   : Les états à afficher\n
[%s]\n

#: apt-listbugs:247
msgid  -D   : Show downgraded packages, too.\n
msgstr 
 -D   : Afficher également les paquets de version inférieure\n
à la version actuelle\n

#: apt-listbugs:248
#, python-format
msgid  -H hostname: Hostname of Debian Bug Tracking System [%s].\n
msgstr 
 -H hôte    : Nom d'hôte du système de gestion des bogues Debian\n
[%s]\n

#: apt-listbugs:249
#, python-format
msgid  -p port: Port number of the server [%s]\n
msgstr  -p port    : Numéro de port du serveur [%s]\n

#: apt-listbugs:250
#, python-format
msgid  --pin-priority   : Specifies Pin-Priority value [%s]\n
msgstr  --pin-priority   : Valeur pour Pin-Priority [%s]\n

#: apt-listbugs:251
msgid  --title  : Specifies the title of rss output.\n
msgstr  --title  : Titre de la sortie RSS\n

#: apt-listbugs:252
msgid  -f   : Retrieve bug reports from BTS forcibly.\n
msgstr 
 -f   : Forcer la récupération des rapports de bogue\n
depuis le système de gestion des bogues (BTS)\n

#: apt-listbugs:253
msgid  -q   : Don't display progress bar.\n
msgstr  -q   : Ne pas afficher la barre de progression\n

#: apt-listbugs:254
msgid  -C apt.conf: Specify apt.conf.\n
msgstr  -C apt.conf    : Emplacement du fichier apt.conf\n

#: apt-listbugs:255
msgid  -y   : Assume that you select yes for all questions.\n
msgstr 
 -y   : Implique une réponse affirmative à toutes les questions\n

#: apt-listbugs:256
msgid  -n   : Assume that you select no for all questions.\n
msgstr 
 -n   : Implique une réponse négative à toutes les questions\n

#: apt-listbugs:257
msgid  -d   : Debug.\n
msgstr  -d   : Déboguer\n

#: apt-listbugs:258
msgid Commands:\n
msgstr Commandes :\n

#: apt-listbugs:259
msgid  apt  : apt mode\n
msgstr  apt  : Mode APT\n

#: apt-listbugs:260
msgid  list pkg...: list bug reports of the specified packages\n
msgstr 
 list paquets...: Afficher les rapports de bogue des paquets spécifiés\n

#: apt-listbugs:261
msgid  rss pkg... : list bug reports of the specified packages in rss\n
msgstr 
 rss paquets... : Afficher les rapports de bogue des paquets spécifiés\n
en RSS\n

#: apt-listbugs:262
msgid See the manual page for the long options.\n
msgstr Consultez la page de manuel pour les options longues.\n

#: apt-listbugs:372
msgid 
W: sanity check failed: environment variable http_proxy is unset and 
HTTP_PROXY is set.
msgstr 
W: échec de vérification standard : la variable d'environnement http_proxy 
n'est pas définie et HTTP_PROXY est définie.

#: apt-listbugs:375
msgid 
W: sanity check failed: environment variable http_proxy is set and 
soap_use_proxy is not 'on'.
msgstr 
W: échec de vérification standard : la variable d'environnement http_proxy 
est définie et soap_use_proxy n'est pas « on ».

#: apt-listbugs:406
msgid E: You need to specify a command.
msgstr E: Vous devez spécifier une commande.

#: apt-listbugs:416
msgid E: Unknown command 
msgstr E: Commande inconnue 

#: apt-listbugs:479
msgid W: Cannot write to bug ignore list file
msgstr W

Bug#429712: Minor typo in gkrellmd manpage

2007-06-19 Thread Frédéric Bothamy
Package: gkrellmd
Version: 2.2.10-1
Severity: minor
Tags: patch

Hello,

There is a minor typo in the gkrellmd manpage which does not display
correctly.

Here is a small patch for this problem:

--- /tmp/xsLiQgfdGm/gkrellm-2.2.10/gkrellmd.1   2006-10-25 05:52:19.0 
+0200
+++ /tmp/3TmoLE5Aa9/gkrellm-2.2.10/gkrellmd.1   2007-06-19 19:01:40.0 
+0200
@@ -1,4 +1,4 @@
-TH gkrellmd 1 Oct 24, 2006 GNU/Linux User's Manual
+.TH gkrellmd 1 Oct 24, 2006 GNU/Linux User's Manual
 
 .SH NAME
 gkrellmd \- The GNU Krell Monitors Server


Greetings,


Fred

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

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

Versions of packages gkrellmd depends on:
ii  adduser   3.102  Add and remove users and groups
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines

gkrellmd recommends no packages.

-- no debconf information


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



Bug#345929: Problem with xserver-xorg_6.9.0.dfsg.1-1_i386.deb with ATI Technologies IncM22 [Radeon Mobility M300]

2007-06-19 Thread Frédéric Bothamy
* Brice Goglin [EMAIL PROTECTED] [2007-06-19 21:31] :
 Hi,
 
 About a year ago, you reported (or replied to) a bug in the Debian BTS
 regarding Xorg 6.9 not working with the ATI driver. Did any of you guys
 reproduce this problem recently? With Xorg/Etch? With latest
 xserver-xorg-core and drivers? If not, I will close this bug in the next
 weeks.

No problem with this driver since about X.Org 7.0.

For me, this bug can be closed.

Greetings,


Fred


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



Bug#428826: [INTL:fr] French online help help-fr.txt is missing some keys

2007-06-14 Thread Frédéric Bothamy
Package: aptitude
Version: 0.4.4-4
Severity: minor
Tags: patch l10n

Hello,

I have noticed that the French online help is missing some keys,
namely: ':', 'F', 'n' and 'b' and the flag 'F'.

Here is a patch (attached) to solve this problem.

Greetings,


Fred

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3 0.6.46.4-0.1 Advanced front-end for dpkg
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libncursesw55.6-3Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-do 0.4.4-4 English manual for aptitude, a ter
ii  aptitude-doc-fr [aptitude-do 0.4.4-4 French manual for aptitude, a term
ii  libparse-debianchangelog-per 1.0-1   parse Debian changelogs and output

-- no debconf information
--- help-fr.txt.old 2007-04-12 16:06:36.0 +0200
+++ help-fr.txt 2007-06-13 14:47:49.0 +0200
@@ -29,6 +29,8 @@
   « - » :  Retirer un paquet
   « = » :  Conserver un paquet dans sa version actuelle en
empêchant les mises à jour
+  « : » :  Conserve un paquet à sa version actuelle. À la différence
+   de « = », cela n'empêchera pas les mises à jour futures.
   « _ » :  Demander à ce qu'un paquet et tous ses fichiers de 
   configuration soient retirés
   « L » :  Demander à ce qu'un paquet soit réinstallé  
@@ -37,6 +39,9 @@
   supprimés si aucun paquet manuellement installé n'en
   a besoin.
   « m » :  Marquer un paquet comme ayant été manuellement installé
+  « F » :  Interdit à un paquet d'être mis à jour automatiquement
+   vers une version particulière ; les versions plus
+   récentes seront installées automatiquement.
   
   « u » :  Mettre à jour la liste des paquets disponibles
   « U » :  Marquer comme devant être mis à jour tous les paquets 
@@ -48,6 +53,8 @@
   d'actions
   « / » :  Effectuer une recherche
   « \ » :  Effectuer une recherche dans le sens inverse
+  « n » :  Répète la dernière recherche
+  « b » :  Recherche le prochain paquet cassé
   
   « v » :  Afficher toutes les versions disponibles d'un paquet
   « d » :  Afficher toutes les dépendances d'un paquet
@@ -83,3 +90,4 @@
   i - installe
   r - réinstalle
   u - mise à jour
+  F - la mise à jour possible a été interdite avec « F »


Bug#423392: [INTL:fr] Typo in French translation of dpkg-shlibdeps

2007-05-11 Thread Frédéric Bothamy
Package: dpkg
Version: 1.14.2
Severity: minor
Tags: patch l10n

Hello,

Please find attached a small patch to fix an error in the translation of
the help message for the script dpkg-shlibdeps.

Greetings,


Fred

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

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

Versions of packages dpkg depends on:
ii  coreutils   5.97-5.3 The GNU core utilities
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries

dpkg recommends no packages.

-- no debconf information
--- fr.po.old   2007-05-09 20:06:11.0 +0200
+++ fr.po   2007-05-11 14:10:51.0 +0200
@@ -1320,7 +1320,7 @@
 Options :\n
   -pvarnameprefix   définir varnameprefix:* au lieu de shlibs:
 *.\n
-  -0  afficher les variables définies sur stdout.\n
+  -O  afficher les variables définies sur stdout.\n
   -Llocalshlibsfile fichier d'override pour shlibs, pas debian/
 shlibs.local.\n
   -Tvarlistfile mettre à jour les variables ici, pas debian/


Bug#422196: Typo in French translation of dbconfig-common

2007-05-04 Thread Frédéric Bothamy
Package: dbconfig-common
Version: 1.8.31
Severity: minor
Tags: patch l10n

Hello,

Please find attached a typo fix for the French translation (file
debian/po/fr.po) (approved by Christian Perrier on the
debian-l10n-french mailing list).

Greetings,


Fred

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

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

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  ucf   2.0021 Update Configuration File: preserv

dbconfig-common recommends no packages.

-- debconf information excluded
--- fr.po~  2007-03-04 13:08:52.0 +0100
+++ fr.po   2007-05-03 11:15:19.0 +0200
@@ -180,7 +180,7 @@
 for unrelated reasons), you should not select this option.
 msgstr 
 Si vous souhaitez réinstaller la base de données de ${pkg}, vous 
-devriezchoisir cette option. Dans le cas contraire, ou si vous reconfigurez 
+devriez choisir cette option. Dans le cas contraire, ou si vous reconfigurez 
 le paquet pour d'autres raisons, ne la choisissez pas.
 
 #. Type: boolean


Bug#421907: Unable to send mail to debian-news-french mailing list

2007-05-02 Thread Frédéric Bothamy
Package: lists.debian.org
Version: N/A
Severity: normal

Hello,

I am one of the moderator for the debian-news-french mailing list.

I have tried three times to send an email (the French translation for
the DWN 2007/05) to [EMAIL PROTECTED] (once the 30/04
and twice the 01/05), but I have never received the message asking for
validation I was expecting. Usually I had to accept this message to have
the news posted to debian-news-french.

As it seems that some machines of the Debian infrastructure have been
upgraded to Etch (www-master at least), I wonder if my message may be
discarded due to stronger spam filters after such an upgrade.

Thanks in advance for your help.

Greetings,


Fred


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



Bug#421335: apt-listbugs: [INTL:fr] French program translation update

2007-04-27 Thread Frédéric Bothamy
Package: apt-listbugs
Version: 0.0.75
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French translation update (for the version
0.0.75), proofread by the debian-l10n-french mailing list
contributors.

Greetings,


Fred

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

Kernel: Linux 2.6.21
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-listbugs depends on:
ii  apt 0.6.46.4-0.1 Advanced front-end for dpkg
ii  libdpkg-ruby1.8 0.3.2modules/classes for dpkg on ruby 1
ii  libhttp-access2-ruby1.8 2.0.6-3  HTTP accessing library for ruby
ii  libintl-gettext-ruby1.8 0.11-9   Gettext wrapper for Ruby 1.8
ii  libruby1.8 [libzlib-ruby1.8 1.8.6-1+b1   Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.8   0.6.8-2  Interface of expat for the scripti
ii  ruby1.8.2-1  An interpreter of object-oriented 

apt-listbugs recommends no packages.

-- no debconf information
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: apt-listbugs 0.0.75\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-03-21 21:59+0900\n
PO-Revision-Date: 2007-04-13 11:36+0200\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#: apt-listbugs:246
msgid Usage: 
msgstr Usage : 

#: apt-listbugs:247
msgid  [options] command [arguments]
msgstr  [options] commande [paramètres]

#: apt-listbugs:249
msgid Options:\n
msgstr Options :\n

#: apt-listbugs:250
msgid  -h   : Display this help and exit.\n
msgstr  -h   : Afficher cette aide et quitter\n

#: apt-listbugs:251
#, python-format
msgid  -s severities  : Severities you want to see [%s].\n
msgstr  -s gravité : Gravité à afficher [%s]\n

#: apt-listbugs:252
msgid  -T tags: Tags you want to see.\n
msgstr  -T stats   : Étiquettes que vous voulez voir\n

#: apt-listbugs:253
#, python-format
msgid  -S stats   : Stats you want to see [%s].\n
msgstr 
 -S stats   : Les états à afficher\n
[%s]\n

#: apt-listbugs:254
msgid  -D   : Show downgraded packages, too.\n
msgstr 
 -D   : Afficher également les paquets de version inférieure\n
à la version actuelle\n

#: apt-listbugs:255
#, python-format
msgid  -H hostname: Hostname of Debian Bug Tracking System [%s].\n
msgstr 
 -H hôte    : Nom d'hôte du système de gestion des bogues Debian\n
[%s]\n

#: apt-listbugs:256
#, python-format
msgid  -p port: Port number of the server [%s]\n
msgstr  -p port    : Numéro de port du serveur [%s]\n

#: apt-listbugs:257
#, python-format
msgid  --indexdir   : Directory where index.db located [%s]\n
msgstr 
 --indexdir   : Répertoire où est situé index.db\n
[%s]\n

#: apt-listbugs:258
#, python-format
msgid  --pin-priority   : Specifies Pin-Priority value [%s]\n
msgstr  --pin-priority   : Valeur pour Pin-Priority [%s]\n

#: apt-listbugs:259
msgid  --title  : Specifies the title of rss output.\n
msgstr  --title  : Titre de la sortie RSS\n

#: apt-listbugs:260
msgid  -f   : Retrieve bug reports from BTS forcibly.\n
msgstr 
 -f   : Forcer la récupération des rapports de bogue\n
depuis le système de gestion des bogues (BTS)\n

#: apt-listbugs:261
msgid  -q   : Don't display progress bar.\n
msgstr  -q   : Ne pas afficher la barre de progression\n

#: apt-listbugs:262
#, python-format
msgid  -c dir : Specify cache_dir [%s].\n
msgstr  -c répertoire  : Répertoire de cache [%s]\n

#: apt-listbugs:263
msgid  -t minutes : Specify cache expire timer in minutes
msgstr  -t minutes : Délai d'expiration du cache en minutes

#: apt-listbugs:264
msgid  -C apt.conf: Specify apt.conf.\n
msgstr  -C apt.conf    : Emplacement du fichier apt.conf\n

#: apt-listbugs:265
msgid  -y   : Assume that you select yes for all questions.\n
msgstr 
 -y   : Implique une réponse affirmative à toutes les questions\n

#: apt-listbugs:266
msgid  -n   : Assume that you select no for all questions.\n
msgstr 
 -n   : Implique une réponse négative à toutes les questions\n

#: apt-listbugs:268
msgid Commands:\n
msgstr Commandes :\n

#: apt-listbugs:269
msgid  apt  : apt mode\n
msgstr  apt  : Mode APT\n

#: apt-listbugs:270
msgid  list pkg...: list bug reports of the specified packages\n
msgstr 
 list paquets

Bug#383321: su-to-root = localisation ;-)

2007-04-20 Thread Frédéric Bothamy
* Bill Allombert [EMAIL PROTECTED] [2007-04-19 22:48] :
 On Sun, Aug 20, 2006 at 08:28:26AM -0500, Christian Perrier wrote:
 GT5=$(gettext 'Incorrect password or command failed. Try again?')
 echo -n ${GT5} (${ANS})
 read ans
 if   [ ${FLAG} -eq 0 ] ; then
   if test ${ans} != y -a ${ans} != Y; then exit 1 ; fi
 elif [ ${FLAG} -eq 1 ] ; then
   if test ${ans} != j -a ${ans} != J; then exit 1 ; fi
 elif [ ${FLAG} -eq 2 ] ; then
   if test ${ans} != o -a ${ans} != N; then exit 1 ; fi
 fi
   }
  
  I'm not sure how to do it in shell programming, but this anyway
  doesn't scale very well to other languages. The locale information
  should be used here (the Yes/No shortcuts are part of locale
  filesI'm however not aware of the exact way to use them).
 
 I have rewritten su-to-root to be more l10n-friendly by removing text
 duplication and using printf.
 
 I need two advices from the l10n experts:
 1) the best way to check if gettext is available.
 2) the best way to deal with the yes/no prompting above.

You should use locale yesexpr and locale noexpr to know which
characters represent yes and no in the current language. The prompting
(y/n) should be translated as usual (by translators).

Greetings,


Fred


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



Bug#414870: yelp does not display some info files

2007-03-14 Thread Frédéric Bothamy
Package: yelp
Version: 2.14.3-2
Severity: normal

Hello,

Steps to reproduce the problem:

- start yelp
- navigate to Command Line Help/GNU Info Pages/Emacs
- click on Emacs
- An error message is displayed:

Could not load document

The Uniform Resource Identifier ´info:(emacs-21/
emacs)´ is invalid or does not point to an actual file.

The file /usr/share/info/emacs-21/emacs.gz (and emacs-{1-7}.gz) exists
on the system and I can access this documentation from Emacs itself.

On the other hand, I can access Elisp, the Emacs Lisp Reference
Manual from yelp.

Greetings,


Fred

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (600, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages yelp depends on:
ii  docbook-xml4.4-5 standard XML documentation system,
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  gnome-doc-utils0.6.1-3   a collection of documentation util
ii  libatk1.0-01.12.4-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbz2-1.0 1.0.3-6   high-quality block-sorting file co
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomeprint2.2-0 2.12.1-7  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-6GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libstartup-notification0   0.8-2 library for program launch feedbac
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-6 X11 client-side library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxslt1.1 1.1.19-1  XSLT processing library - runtime 
ii  libxul0d   1.8.0.9-1 Gecko engine library
ii  xml-core   0.09-0.1  XML infrastructure and XML catalog
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages yelp recommends:
ii  ttf-dejavu2.15-1 Vera font family derivate with add

-- no debconf information



Bug#414277: grip should call (x-)www-browser if gnome-moz-remote fails

2007-03-10 Thread Frédéric Bothamy
Package: grip
Version: 3.3.1-11
Severity: wishlist
Tags: patch

Hello,

In the About tab, if gnome-moz-remote is not available (gnome-bin is not
installed), the link to Grip homepage does not work with the following
error message:

sh: gnome-moz-remote: command not found

I think it should then try to call x-www-browser (and www-browser if
it fails).

The following patch does just that:

diff -urNad grip-3.3.1~/src/grip.c grip-3.3.1/src/grip.c
--- grip-3.3.1~/src/grip.c 2005-06-25 20:00:55.0 +0200
+++ grip-3.3.1/src/grip.c  2007-03-10 14:51:06.0 +0100
@@ -625,7 +625,9 @@
 
 static void Homepage(void)
 {
-  system(gnome-moz-remote http://www.nostatic.org/grip;);
+  if (system(gnome-moz-remote http://www.nostatic.org/grip;)!=0)
+if (system(x-www-browser http://www.nostatic.org/grip;)!=0)
+  system(www-browser http://www.nostatic.org/grip;);
 }
 
 static void LoadImages(GripGUI *uinfo)


Greetings,

Fred

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.2
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages grip depends on:
ii  libart-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1. 1.12.4-2The ATK accessibility toolkit
ii  libaudio 0.2.6-6 Open-source version of SGI's audio
ii  libavahi 0.6.16-3Avahi client library
ii  libavahi 0.6.16-3Avahi common library
ii  libavahi 0.6.16-3Avahi glib integration library
ii  libbonob 2.14.0-3Bonobo CORBA interfaces library
ii  libbonob 2.14.0-5The Bonobo UI library
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libcairo 1.2.4-4 The Cairo 2D vector graphics libra
ii  libcdpar 3.10+debian~pre0-4  audio extraction tool for sampling
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libcurl3 7.15.5-1Multi-protocol file transfer libra
ii  libdbus- 1.0.2-1 simple interprocess messaging syst
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libfontc 2.4.2-1.2   generic font configuration library
ii  libfreet 2.2.1-5 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libgconf 2.16.1-1GNOME configuration database syste
ii  libgcryp 1.2.3-2 LGPL Crypto library - runtime libr
ii  libglib2 2.12.6-2The GLib library of C routines
ii  libgnome 0.6.0-3 GNOME keyring services library
ii  libgnome 2.16.0-2The GNOME 2 library - runtime file
ii  libgnome 2.14.0-2A powerful object-oriented display
ii  libgnome 2.14.1-2The GNOME 2 libraries (User Interf
ii  libgnome 1:2.14.2-6  GNOME virtual file-system (runtime
ii  libgnutl 1.4.4-3 the GNU TLS library - runtime libr
ii  libgpg-e 1.4-2   library for common error values an
ii  libgtk2. 2.8.20-7The GTK+ graphical user interface 
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libid3-3 3.8.3-6 Library for manipulating ID3v1 and
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libjpeg6 6b-13   The Independent JPEG Group's JPEG 
ii  libkrb53 1.4.4-7 MIT Kerberos runtime libraries
ii  libncurs 5.5-5   Shared libraries for terminal hand
ii  liborbit 1:2.14.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango 1.14.8-5Layout and rendering of internatio
ii  libpng12 1.2.15~beta5-1  PNG library - runtime
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libstdc+ 4.1.1-21The GNU Standard C++ Library v3
ii  libtasn1 0.3.6-2 Manage ASN.1 structures (runtime)
ii  libvte4  1:0.12.2-5  Terminal emulator widget for GTK+ 
ii  libx11-6 2:1.0.3-6   X11 client-side library
ii  libxcurs 1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixe 1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxi6   1:1.0.1-4

Bug#402620: procinfo: Patch to solve this problem

2007-02-09 Thread Frédéric Bothamy
Followup-For: Bug #402620
Package: procinfo
Version: 18-2

Hello,

It seems I was wrong when I reported this bug, a recompile is not
enough to solve this problem. The attached patch corrects this for me.

Greetings,


Fred

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages procinfo depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  perl5.8.8-7  Larry Wall's Practical Extraction 

procinfo recommends no packages.

-- no debconf information
diff -u procinfo-18/debian/patches/00list procinfo-18/debian/patches/00list
--- procinfo-18/debian/patches/00list
+++ procinfo-18/debian/patches/00list
@@ -7,0 +8 @@
+09_procinfo_support_Debian_gcc_version.dpatch
diff -u procinfo-18/debian/changelog procinfo-18/debian/changelog
--- procinfo-18/debian/changelog
+++ procinfo-18/debian/changelog
@@ -1,3 +1,11 @@
+procinfo (18-2.1) unstable; urgency=low
+
+  * NMU
+  * Add 09_procinfo_support_Debian_gcc_version to support
+  Debian GCC versions
+
+ -- Frédéric Bothamy [EMAIL PROTECTED]  Fri,  9 Feb 2007 11:42:47 +0100
+
 procinfo (18-2) unstable; urgency=low
 
   * New maintainer (closes: #384633).
only in patch2:
unchanged:
--- 
procinfo-18.orig/debian/patches/09_procinfo_support_Debian_gcc_version.dpatch
+++ procinfo-18/debian/patches/09_procinfo_support_Debian_gcc_version.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 09_procinfo_support_Debian_gcc_version.dpatch by Frédéric Bothamy [EMAIL 
PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad procinfo-18~/routines.c procinfo-18/routines.c
+--- procinfo-18~/routines.c2007-02-09 11:49:12.0 +0100
 procinfo-18/routines.c 2007-02-09 11:50:15.0 +0100
+@@ -272,6 +272,9 @@
+ if (ret != 5) /* Damn egcs uses nested ()'s... */
+   ret = sscanf (line, Linux version %s (%[^)]) (gcc %[^(] (%*[^)])) #%s 
%[^\n],
+ ver, host, gcc, compno, date);
++if (ret != 5)
++ret = sscanf (line, Linux version %s (%[^)]) (gcc %[^(] (%*[^)]) 
(%*[^)])) #%s %[^\n],
++  ver, host, gcc, compno, date);
+ 
+ if (ret != 5) {   /* At least we've got ver  host right... */
+   strcpy (gcc, [can't parse]);


Bug#396094: openoffice.org-writer: Steps to reproduce the bug #396094

2007-02-06 Thread Frédéric Bothamy
Followup-For: Bug #396094
Package: openoffice.org-writer
Version: 2.0.4.dfsg.2-4

Hello,

I have bumped into this specific bug today. Here are the steps to reproduce it:

- launch oowriter (from a terminal)

- Insert an Hyperlink with target http://foo/%22bar%22;, name Bar

- it is displayed as http://foo/bar;

- Choose File/Save As..., then File name test and File type
Microsoft Word 97/2000/XP (.doc)

- Say Yes to the next question about eventual loss of formatting

- The recovery process is then launched for the document and oowriter
is restarted

The terminal show this:

[EMAIL PROTECTED]:~$ oowriter 
[EMAIL PROTECTED]:~$ terminate called after throwing an instance of 
'webdav_ucp::DAVException'

I got the following backtrace from gdb:

[EMAIL PROTECTED]:~$ gdb /usr/lib/openoffice/program/soffice.bin 9276
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...
(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
Attaching to program: /usr/lib/openoffice/program/soffice.bin, process 9276
Reading symbols from /usr/lib/openoffice/program/libvcl680li.so...(no debugging 
symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libvcl680li.so
Reading symbols from /usr/lib/openoffice/program/libsvl680li.so...(no debugging 
symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libsvl680li.so
Reading symbols from /usr/lib/openoffice/program/libsvt680li.so...(no debugging 
symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libsvt680li.so
Reading symbols from /usr/lib/openoffice/program/libutl680li.so...(no debugging 
symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libutl680li.so
Reading symbols from /usr/lib/openoffice/program/libtl680li.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libtl680li.so
Reading symbols from /usr/lib/openoffice/program/libi18nisolang1gcc3.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libi18nisolang1gcc3.so
Reading symbols from /usr/lib/openoffice/program/libcomphelp4gcc3.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libcomphelp4gcc3.so
Reading symbols from /usr/lib/openoffice/program/libucbhelper3gcc3.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libucbhelper3gcc3.so
Reading symbols from /usr/lib/openoffice/program/libvos3gcc3.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libvos3gcc3.so
Reading symbols from 
/usr/lib/openoffice/program/libuno_cppuhelpergcc3.so.3...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/openoffice/program/libuno_cppuhelpergcc3.so.3
Reading symbols from /usr/lib/openoffice/program/libuno_cppu.so.3...(no 
debugging symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libuno_cppu.so.3
Reading symbols from /usr/lib/openoffice/program/libuno_sal.so.3...(no 
debugging symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libuno_sal.so.3
Reading symbols from /usr/lib/openoffice/program/libtk680li.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/openoffice/program/libtk680li.so
Reading symbols from /usr/lib/libXext.so.6...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libXext.so.6
Reading symbols from /usr/lib/libSM.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libSM.so.6
Reading symbols from /usr/lib/libICE.so.6...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libICE.so.6
Reading symbols from /usr/lib/libX11.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libX11.so.6
Reading symbols from /lib/tls/i686/cmov/libdl.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /lib/tls/i686/cmov/libdl.so.2
Reading symbols from /lib/tls/i686/cmov/libpthread.so.0...(no debugging symbols 
found)...done.
[Thread debugging using libthread_db enabled]
[New Thread -1245165344 (LWP 9276)]
[New Thread -1470411856 (LWP 9282)]
[New Thread -1457767504 (LWP 9280)]
[New Thread -141716 (LWP 9278)]
[New Thread -1408525392 (LWP 9277)]
Loaded symbols for /lib/tls/i686/cmov/libpthread.so.0
Reading symbols from /usr/lib/libstlport_gcc.so.4.6...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libstlport_gcc.so.4.6
Reading symbols from /usr/lib/libstdc++.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/tls/i686/cmov/libm.so.6...(no debugging symbols 
found)...done.
Loaded symbols for 

Bug#383464: icewm: Bug reported in OpenOffice.org BTS

2007-01-30 Thread Frédéric Bothamy
Followup-For: Bug #383464
Package: icewm
Version: 1.2.30-1

Hello,

This bug is reported in OpenOffice.org BTS:

http://www.openoffice.org/issues/show_bug.cgi?id=61446

Greetings,


Fred


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



Bug#406967: apt-listbugs: [INTL:fr] French program translation update

2007-01-15 Thread Frédéric Bothamy
Package: apt-listbugs
Version: 0.0.72
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French translation update (for the version
0.0.72), proofread by the debian-l10n-french mailing list
contributors.

Greetings,


Fred


-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: apt-listbugs 0.0.69\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-01-04 15:08+0900\n
PO-Revision-Date: 2007-01-05 09:45+0100\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#: apt-listbugs:246
msgid Usage: 
msgstr Usage : 

#: apt-listbugs:247
msgid  [options] command [arguments]
msgstr  [options] commande [paramètres]

#: apt-listbugs:249
msgid Options:\n
msgstr Options :\n

#: apt-listbugs:250
msgid  -h   : Display this help and exit.\n
msgstr  -h   : Afficher cette aide et quitter\n

#: apt-listbugs:251
#, python-format
msgid  -s severities  : Severities you want to see [%s].\n
msgstr  -s gravité : Gravité à afficher [%s]\n

#: apt-listbugs:252
msgid  -T tags: Tags you want to see.\n
msgstr  -T stats   : Étiquettes que vous voulez voir\n

#: apt-listbugs:253
#, python-format
msgid  -S stats   : Stats you want to see [%s].\n
msgstr 
 -S stats   : Les états à afficher\n
[%s]\n

#: apt-listbugs:254
msgid  -D   : Show downgraded packages, too.\n
msgstr 
 -D   : Afficher également les paquets de version inférieure\n
à la version actuelle\n

#: apt-listbugs:255
#, python-format
msgid  -H hostname: Hostname of Debian Bug Tracking System [%s].\n
msgstr 
 -H hôte    : Nom d'hôte du système de gestion des bogues Debian\n
[%s]\n

#: apt-listbugs:256
#, python-format
msgid  -p port: Port number of the server [%s]\n
msgstr  -p port    : Numéro de port du serveur [%s]\n

#: apt-listbugs:257
#, python-format
msgid  --indexdir   : Directory where index.db located [%s]\n
msgstr 
 --indexdir   : Répertoire où est situé index.db\n
[%s]\n

#: apt-listbugs:258
#, python-format
msgid  --pin-priority   : Specifies Pin-Priority value [%s]\n
msgstr  --pin-priority   : Valeur pour Pin-Priority [%s]\n

#: apt-listbugs:259
msgid  --title  : Specifies the title of rss output.\n
msgstr  --title  : Titre de la sortie RSS\n

#: apt-listbugs:260
msgid  -f   : Retrieve bug reports from BTS forcibly.\n
msgstr 
 -f   : Forcer la récupération des rapports de bogue\n
depuis le système de gestion des bogues (BTS)\n

#: apt-listbugs:261
msgid  -q   : Don't display progress bar.\n
msgstr  -q   : Ne pas afficher la barre de progression\n

#: apt-listbugs:262
#, python-format
msgid  -c dir : Specify cache_dir [%s].\n
msgstr  -c répertoire  : Répertoire de cache [%s]\n

#: apt-listbugs:263
msgid  -t minutes : Specify cache expire timer in minutes
msgstr  -t minutes : Délai d'expiration du cache en minutes

#: apt-listbugs:264
msgid  -C apt.conf: Specify apt.conf.\n
msgstr  -C apt.conf    : Emplacement du fichier apt.conf\n

#: apt-listbugs:265
msgid  -y   : Assume that you select yes for all questions.\n
msgstr 
 -y   : Implique une réponse affirmative à toutes les questions\n

#: apt-listbugs:266
msgid  -n   : Assume that you select no for all questions.\n
msgstr 
 -n   : Implique une réponse négative à toutes les questions\n

#: apt-listbugs:268
msgid Commands:\n
msgstr Commandes :\n

#: apt-listbugs:269
msgid  apt  : apt mode\n
msgstr  apt  : Mode APT\n

#: apt-listbugs:270
msgid  list pkg...: list bug reports of the specified packages\n
msgstr 
 list paquets...: Afficher les rapports de bogue des paquets spécifiés\n

#: apt-listbugs:271
msgid  rss pkg... : list bug reports of the specified packages in rss\n
msgstr 
 rss paquets... : Afficher les rapports de bogue des paquets spécifiés\n
en RSS\n

#: apt-listbugs:272
msgid See the manual page for the long options.\n
msgstr Consultez la page de manuel pour les options longues.\n

#: apt-listbugs:392
msgid 
W: sanity check failed: environment variable http_proxy is unset and 
HTTP_PROXY is set.
msgstr 
W: échec de vérification standard : la variable d'environnement

Bug#405540: phpsysinfo: [INTL:fr] Error in French po-debconf translation

2007-01-04 Thread Frédéric Bothamy
Package: phpsysinfo
Version: 2.5.1-4
Severity: minor
Tags: patch l10n

Hello,

Here is a small fix for an error in the French po-debconf translation.
I also CCed the French translator.

Greetings,


Fred

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages phpsysinfo depends on:
ii  apache2-mpm-prefork [httpd]   2.2.3-3.2  Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  libapache-mod-php46:4.4.4-8  server-side, HTML-embedded scripti
ii  libapache2-mod-php4   6:4.4.4-8  server-side, HTML-embedded scripti
ii  php4  6:4.4.4-8  server-side, HTML-embedded scripti
ii  php4-cgi  6:4.4.4-8  server-side, HTML-embedded scripti
ii  ucf   2.0017 Update Configuration File: preserv

phpsysinfo recommends no packages.

-- debconf information:
* phpsysinfo/bindmounts: false
* phpsysinfo/hddtemp: suid
* phpsysinfo/loadbar: true
* phpsysinfo/template: classic
* phpsysinfo/picklist: false
* phpsysinfo/lmsensors: true
* phpsysinfo/language: fr
* phpsysinfo/mountpoints: true
diff -u phpsysinfo-2.5.1/debian/changelog phpsysinfo-2.5.1/debian/changelog
--- phpsysinfo-2.5.1/debian/changelog
+++ phpsysinfo-2.5.1/debian/changelog
@@ -1,3 +1,9 @@
+phpsysinfo (2.5.1-4.1) unstable; urgency=low
+
+  * Fix typo in debian/po/fr.po
+
+ -- Frédéric Bothamy [EMAIL PROTECTED]  Thu,  4 Jan 2007 10:41:21 +0100
+
 phpsysinfo (2.5.1-4) unstable; urgency=low
 
   * Check for debconf availability before purging the database in the
diff -u phpsysinfo-2.5.1/debian/po/fr.po phpsysinfo-2.5.1/debian/po/fr.po
--- phpsysinfo-2.5.1/debian/po/fr.po
+++ phpsysinfo-2.5.1/debian/po/fr.po
@@ -171,5 +171,5 @@
 Si votre disque dur est reconnu par hddtemp et vous souhaitez afficher sa 
température actuelle, 
 choisissez « suid » si hddtemp est installé « suid root », « tcp » s'il 
tourne comme démon du 
-système, ou « aucune » si vous ne souhaitez pas utilisez hddtemp ou s'il ne 
reconnaît pas votre 
+système, ou « aucune » si vous ne souhaitez pas utiliser hddtemp ou s'il ne 
reconnaît pas votre 
 disque dur.
 


Bug#405553: phpsysinfo: New upstream release (2.5.2)

2007-01-04 Thread Frédéric Bothamy
Package: phpsysinfo
Version: 2.5.1-4
Severity: wishlist

Hello,

There is a new upstream release (2.5.2) recently released at
http://sourceforge.net/projects/phpsysinfo/.

I also have some translation fixes for French, but I will wait
for the new version first before submitting them.

Greetings,


Fred

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages phpsysinfo depends on:
ii  apache2-mpm-prefork [httpd]   2.2.3-3.2  Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  libapache-mod-php46:4.4.4-8  server-side, HTML-embedded scripti
ii  libapache2-mod-php4   6:4.4.4-8  server-side, HTML-embedded scripti
ii  php4  6:4.4.4-8  server-side, HTML-embedded scripti
ii  php4-cgi  6:4.4.4-8  server-side, HTML-embedded scripti
ii  ucf   2.0017 Update Configuration File: preserv

phpsysinfo recommends no packages.

-- debconf information excluded


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



Bug#404988: gossip: Should recommend (or suggest) gnome-icon-theme package

2006-12-29 Thread Frédéric Bothamy
Package: gossip
Version: 0.16-1
Severity: minor

Hello,

I think that gossip should recommend (or suggest) the gnome-icon-theme
package to be able to use smileys with gossip.

Greetings,


Fred

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages gossip depends on:
ii  gconf2 2.16.0-3  GNOME configuration database syste
ii  libaspell150.60.4-4  GNU Aspell spell-checker runtime l
ii  libc6  2.3.6.ds1-9   GNU C Library: Shared libraries
ii  libdbus-1-31.0.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libgconf2-42.16.0-3  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.6-1  The GLib library of C routines
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-4  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libloudmouth1-01.1.4-2   Lightweight C Jabber library
ii  libnotify1 0.4.3-1   sends desktop notifications to a n
ii  libpango1.0-0  1.14.8-3  Layout and rendering of internatio
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxss11:1.1.0-1 X11 Screen Saver extension library

gossip recommends no packages.

-- no debconf information


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



Bug#400592: gkrellshoot: Should create image filenames with YY-MM-DD format

2006-12-05 Thread Frédéric Bothamy
* Andreas Gredler [EMAIL PROTECTED] [2006-12-04 15:10] :
 On Mon, Nov 27, 2006 at 02:57:14PM +0100, Frédéric Bothamy wrote:
  Package: gkrellshoot
  Version: 0.4.3-3
  Severity: wishlist
  Tags: patch
  
  Hello,
  
  I think that gkrellshoot should create image filenames for screenshots
  with YY-MM-DD format, this would make it easier to sort them.
 
 I sent a mail to upstream to see what he thinks about it. But I don't
 understand why sorting should be harder. What do you want to achieve?

To be more precise, i found it odd to have MM-DD-YY format as this is
not a standard format in most European countries. Then when I list many
screenshots in the same directory, they were listed by month, day and
year. I agree that I could list the files by creation date, but this is
not always possible/convenient. Ideally it would be possible to
customize the variable part of the screenshot name.

Greetings,


Fred



Bug#401711: Purging comerr-dev does not remove the com_err.info entry in /usr/share/info/dir

2006-12-05 Thread Frédéric Bothamy
Package: comerr-dev
Version: 2.1-1.39+1.40-WIP-2006.11.14+dfsg-1
Severity: minor

Hello,

After purging the package comerr-dev, I still get the entry for
com_err.info in /usr/share/info/dir:

$ LANG=C sudo aptitude purge comerr-dev
Reading package lists... Done
Building dependency tree... Done
Reading extended state information   
Initializing package states... Done
Reading task descriptions... Done  
Building tag database... Done
The following packages will be REMOVED:
  comerr-dev{p} 
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 283kB will be freed.
Do you want to continue? [Y/n/?] 
Writing extended state information... Done
(Reading database ... 126372 files and directories currently installed.)
Removing comerr-dev ...
$ grep com_err /usr/share/info/dir
* com_err: (com_err.info).  A Common Error Description Library for
$

If I try to execute the install-info command from comerr-dev.prerm
without --quiet, I get:

$ LANG=C sudo install-info --remove /usr/share/info/com_err.info
install-info(/usr/share/info/com_err.info): no entry for file `com_err'
$

I don't know if this comes from a bug in install-info (from the dpkg
package version 1.13.24) or from a problem in the format of the
com_err.info file. Feel free to reassign the bug to dpkg if needed.

Greetings,


Fred

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages comerr-dev depends on:
ii  libc6-de 2.3.6.ds1-8 GNU C Library: Development Librari
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library

comerr-dev recommends no packages.

-- no debconf information


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



Bug#401728: 915resolution: Too verbose in initscript

2006-12-05 Thread Frédéric Bothamy
Package: 915resolution
Version: 0.5.2-7
Severity: normal
Tags: patch

Hello,

The output of 915resolution -l is always displayed when executing
/etc/init.d/915resolution. It should never appear there, only the
return code of 915resolution -l is really useful (if I understand
correctly bug #398077).

The following patch should be enough to fix this problem:

diff -Nru --exclude changelog /tmp/zLdSxBsXoc/915resolution-0.5.2/debian/init 
/tmp/FiB78gOCb3/915resolution-0.5.2/debian/init
--- /tmp/zLdSxBsXoc/915resolution-0.5.2/debian/init 2006-12-05 
16:29:00.0 +0100
+++ /tmp/FiB78gOCb3/915resolution-0.5.2/debian/init 2006-12-05 
16:29:00.0 +0100
@@ -25,7 +25,7 @@
. /etc/default/915resolution
 fi
 
-$PROG -l || exit 0
+$PROG -l  /dev/null || exit 0
 
 if [ $MODE = auto -a \! -x $VBETOOL ] || [ $MODE != auto -a \( -z 
$MODE -o -z $XRESO -o -z $YRESO \) ] ; then
echo *** Your 915resolution hasn't been configured! ***


Greetings,


Fred

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages 915resolution depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  vbetool  0.7-1.1 run real-mode video BIOS code to a

915resolution recommends no packages.

-- no debconf information


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



Bug#400592: gkrellshoot: Should create image filenames with YY-MM-DD format

2006-11-27 Thread Frédéric Bothamy
Package: gkrellshoot
Version: 0.4.3-3
Severity: wishlist
Tags: patch

Hello,

I think that gkrellshoot should create image filenames for screenshots
with YY-MM-DD format, this would make it easier to sort them.

The following patch should be enough:

diff -Nru --exclude '*changelog' 
/tmp/us345ogVjE/gkrellshoot-0.4.3/gkrellshoot.c 
/tmp/iohr9jBSjv/gkrellshoot-0.4.3/gkrellshoot.c
--- /tmp/us345ogVjE/gkrellshoot-0.4.3/gkrellshoot.c 2004-11-20 
05:01:55.0 +0100
+++ /tmp/iohr9jBSjv/gkrellshoot-0.4.3/gkrellshoot.c 2006-11-27 
14:51:53.0 +0100
@@ -1408,7 +1408,7 @@
 
   sprintf( filename, %s/gkrellShoot_%02d-%02d-%02d_%02d%02d%02d.%s, 
  save_dir,
- tm-tm_mon+1, tm-tm_mday, tm-tm_year-100, tm-tm_hour, 
+ tm-tm_year-100, tm-tm_mon+1, tm-tm_mday, tm-tm_hour, 
  tm-tm_min, tm-tm_sec, image_format );
 
   
@@ -1959,7 +1959,7 @@
   If grayscale is selected you get grayscaled image. \n,
   Grabbed image is saved on to the directory specified in \n,
   Save Location with the following name : \n,
-  gkrellShoot_MM-DD-YY_HHMMSS.imageFormat(jpg,gif etc). \n\n,
+  gkrellShoot_YY-MM-DD_HHMMSS.imageFormat(jpg,gif etc). \n\n,
   If View Image is selected Grabbed Image is passed onto given ,
   Image Viewer. 
 };


Greetings,


Fred

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.3
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages gkrellshoot depends on:
ii  gkrellm 2.2.9-1  The GNU Krell Monitors
ii  imagemagick 7:6.2.4.5.dfsg1-0.11 Image manipulation programs
ii  libatk1.0-0 1.12.3-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libglib2.0-02.12.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.7-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-3X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-4X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-3X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

Versions of packages gkrellshoot recommends:
ii  xscreensaver  4.24-5 Automatic screensaver for X

-- no debconf information


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



Bug#400692: apt-listbugs: French translation update

2006-11-27 Thread Frédéric Bothamy
Package: apt-listbugs
Version: 0.0.69
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French translation update (for the version
0.0.69), proofread by the debian-l10n-french mailing list
contributors.

Greetings,


Fred


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: apt-listbugs 0.0.69\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-11-22 07:45+0900\n
PO-Revision-Date: 2006-11-24 00:16+0100\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#: apt-listbugs:246
msgid Usage: 
msgstr Usage : 

#: apt-listbugs:247
msgid  [options] command [arguments]
msgstr  [options] commande [paramètres]

#: apt-listbugs:249
msgid Options:\n
msgstr Options :\n

#: apt-listbugs:250
msgid  -h   : Display this help and exit.\n
msgstr  -h   : Afficher cette aide et quitter\n

#: apt-listbugs:251
#, python-format
msgid  -s severities  : Severities you want to see [%s].\n
msgstr  -s gravité : Gravité à afficher [%s]\n

#: apt-listbugs:252
msgid  -T tags: Tags you want to see.\n
msgstr  -T stats   : Étiquettes que vous voulez voir\n

#: apt-listbugs:253
#, python-format
msgid  -S stats   : Stats you want to see [%s].\n
msgstr 
 -S stats   : Les états à afficher\n
[%s]\n

#: apt-listbugs:254
msgid  -D   : Show downgraded packages, too.\n
msgstr 
 -D   : Afficher également les paquets de version inférieure\n
à la version actuelle\n

#: apt-listbugs:255
#, python-format
msgid  -H hostname: Hostname of Debian Bug Tracking System [%s].\n
msgstr 
 -H hôte    : Nom d'hôte du système de gestion des bogues Debian\n
[%s]\n

#: apt-listbugs:256
#, python-format
msgid  -p port: Port number of the server [%s]\n
msgstr  -p port    : Numéro de port du serveur [%s]\n

#: apt-listbugs:257
#, python-format
msgid  --indexdir   : Directory where index.db located [%s]\n
msgstr 
 --indexdir   : Répertoire où est situé index.db\n
[%s]\n

#: apt-listbugs:258
#, python-format
msgid  --pin-priority   : Specifies Pin-Priority value [%s]\n
msgstr  --pin-priority   : Valeur pour Pin-Priority [%s]\n

#: apt-listbugs:259
msgid  --title  : Specifies the title of rss output.\n
msgstr  --title  : Titre de la sortie RSS\n

#: apt-listbugs:260
msgid  -f   : Retrieve bug reports from BTS forcibly.\n
msgstr 
 -f   : Forcer la récupération des rapports de bogue\n
depuis le système de gestion des bogues (BTS)\n

#: apt-listbugs:261
msgid  -q   : Don't display progress bar.\n
msgstr  -q   : Ne pas afficher la barre de progression\n

#: apt-listbugs:262
#, python-format
msgid  -c dir : Specify cache_dir [%s].\n
msgstr  -c répertoire  : Répertoire de cache [%s]\n

#: apt-listbugs:263
msgid  -t minutes : Specify cache expire timer in minutes
msgstr  -t minutes : Délai d'expiration du cache en minutes

#: apt-listbugs:264
msgid  -C apt.conf: Specify apt.conf.\n
msgstr  -C apt.conf    : Emplacement du fichier apt.conf\n

#: apt-listbugs:265
msgid  -y   : Assume that you select yes for all questions.\n
msgstr 
 -y   : Implique une réponse affirmative à toutes les questions\n

#: apt-listbugs:266
msgid  -n   : Assume that you select no for all questions.\n
msgstr 
 -n   : Implique une réponse négative à toutes les questions\n

#: apt-listbugs:268
msgid Commands:\n
msgstr Commandes :\n

#: apt-listbugs:269
msgid  apt  : apt mode\n
msgstr  apt  : Mode APT\n

#: apt-listbugs:270
msgid  list pkg...: list bug reports of the specified packages\n
msgstr 
 list paquets...: Afficher les rapports de bogue des paquets spécifiés\n

#: apt-listbugs:271
msgid  rss pkg... : list bug reports of the specified packages in rss\n
msgstr 
 rss paquets... : Afficher les rapports de bogue des paquets spécifiés\n
en RSS\n

#: apt-listbugs:272
msgid See the manual page for the long options.\n
msgstr Consultez la page de manuel pour les options longues.\n

#: apt-listbugs:392
msgid 
W: sanity check failed: environment variable http_proxy is unset and 
HTTP_PROXY is set.
msgstr 
W: échec de vérification standard : la variable d'environnement http_proxy 
n'est pas définie et HTTP_PROXY est définie.

#: apt-listbugs

Bug#398722: apt-listbugs: French translation update

2006-11-15 Thread Frédéric Bothamy
Package: apt-listbugs
Version: 0.0.67
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French translation update (for the version
0.0.67), proofread by the debian-l10n-french mailing list
contributors.

Greetings,


Fred

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.2
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages apt-listbugs depends on:
ii  apt   0.6.46.2   Advanced front-end for dpkg
ii  libdpkg-ruby1.8   0.3.2  modules/classes for dpkg on ruby 1
ii  libhttp-access2-ruby1.8   2.0.6-1HTTP accessing library for ruby
ii  libintl-gettext-ruby1.8   0.11-8 Gettext wrapper for Ruby 1.8
ii  libruby1.8 [libzlib-ruby1.8]  1.8.5-3Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.8 0.6.8-2Interface of expat for the scripti
ii  ruby  1.8.2-1An interpreter of object-oriented 

apt-listbugs recommends no packages.

-- no debconf information
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: apt-listbugs 0.0.67\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-11-02 09:28+0900\n
PO-Revision-Date: 2006-11-15 10:17+0100\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#: apt-listbugs:246
msgid Usage: 
msgstr Usage : 

#: apt-listbugs:247
msgid  [options] command [arguments]
msgstr  [options] commande [paramètres]

#: apt-listbugs:249
msgid Options:\n
msgstr Options :\n

#: apt-listbugs:250
msgid  -h   : Display this help and exit.\n
msgstr  -h   : Afficher cette aide et quitter\n

#: apt-listbugs:251
#, python-format
msgid  -s severities  : Severities you want to see [%s].\n
msgstr  -s gravité : Gravité à afficher [%s]\n

#: apt-listbugs:252
msgid  -T tags: Tags you want to see.\n
msgstr  -T stats   : Étiquettes que vous voulez voir\n

#: apt-listbugs:253
#, python-format
msgid  -S stats   : Stats you want to see [%s].\n
msgstr 
 -S stats   : Les états à afficher\n
[%s]\n

#: apt-listbugs:254
msgid  -D   : Show downgraded packages, too.\n
msgstr 
 -D   : Afficher également les paquets de version inférieure\n
à la version actuelle\n

#: apt-listbugs:255
#, python-format
msgid  -H hostname: Hostname of Debian Bug Tracking System [%s].\n
msgstr 
 -H hôte    : Nom d'hôte du système de gestion des bogues Debian\n
[%s]\n

#: apt-listbugs:256
#, python-format
msgid  -p port: Port number of the server [%s]\n
msgstr  -p port    : Numéro de port du serveur [%s]\n

#: apt-listbugs:257
#, python-format
msgid  --indexdir   : Directory where index.db located [%s]\n
msgstr 
 --indexdir   : Répertoire où est situé index.db\n
[%s]\n

#: apt-listbugs:258
#, python-format
msgid  --pin-priority   : Specifies Pin-Priority value [%s]\n
msgstr  --pin-priority   : Valeur pour Pin-Priority [%s]\n

#: apt-listbugs:259
msgid  --title  : Specifies the title of rss output.\n
msgstr  --title  : Titre de la sortie RSS\n

#: apt-listbugs:260
msgid  -f   : Retrieve bug reports from BTS forcibly.\n
msgstr 
 -f   : Forcer la récupération des rapports de bogue\n
depuis le système de gestion des bogues (BTS)\n

#: apt-listbugs:261
msgid  -q   : Don't display progress bar.\n
msgstr  -q   : Ne pas afficher la barre de progression\n

#: apt-listbugs:262
#, python-format
msgid  -c dir : Specify cache_dir [%s].\n
msgstr  -c répertoire  : Répertoire de cache [%s]\n

#: apt-listbugs:263
msgid  -t minutes : Specify cache expire timer in minutes
msgstr  -t minutes : Délai d'expiration du cache en minutes

#: apt-listbugs:264
msgid  -C apt.conf: Specify apt.conf.\n
msgstr  -C apt.conf    : Emplacement du fichier apt.conf\n

#: apt-listbugs:265
msgid  -y   : Assume that you select yes for all questions.\n
msgstr 
 -y   : Implique une réponse affirmative à toutes les questions\n

#: apt-listbugs:266
msgid  -n   : Assume that you select no for all questions.\n
msgstr 
 -n   : Implique une réponse négative à toutes les questions\n

#: apt-listbugs:268
msgid Commands:\n
msgstr Commandes :\n

#: apt-listbugs:269
msgid  apt  : apt mode\n
msgstr  apt  : Mode APT\n

#: apt-listbugs:270
msgid  list pkg...: list bug

Bug#394479: www.debian.org: Please remove a note on Woody

2006-10-21 Thread Frédéric Bothamy
reassign 394479 debian-reference
thanks

* Tshepang Lekhonkhobe [EMAIL PROTECTED] [2006-10-21 13:52] :
 Package: www.debian.org
 Severity: normal
 
 The offending info can be found at
 http://www.us.debian.org/doc/manuals/reference/ch-system.en.html#s-frozen
 (section 2.1.6) which states that:
 
 The recent Woody release process did not create a symbolic link
 frozen/, so frozen was not a distribution but just a development stage
 of the testing distribution.
 
 but Woody isn't so recent. The information could probably be
 transferred to the debian-history package

This text comes from the debian-reference package, reassigning bug
accordingly.

Greetings,


Fred


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



Bug#393563: wesnoth: Still seeing the (archived) bug #366433

2006-10-16 Thread Frédéric Bothamy
Package: wesnoth
Version: 1.1.11-1

Followup-For: Bug #366433

Hello,

I am still seeing the bug #366433. However I can use the mouse after the
crash and resize the display (using xrandr). The output is similar to
the first bug report:

title screen returned result
showing topic 'introduction_topic'
terminate called after throwing an instance of 'utils::invalid_utf8_exception'
  what():  N5utils22invalid_utf8_exceptionE
Abandon
$ 

Thanks for packaging Wesnoth for Debian!

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages wesnoth depends on:
ii  libc6   2.3.6.ds1-6  GNU C Library: Shared libraries
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libfribidi0 0.10.7-4 Free Implementation of the Unicode
ii  libgcc1 1:4.1.1-16   GCC support library
ii  libsdl-image1.2 1.2.5-2  image loading library for Simple D
ii  libsdl-mixer1.2 1.2.6-1.1+b1 mixer library for Simple DirectMed
ii  libsdl-net1.2   1.2.5-7  network library for Simple DirectM
ii  libsdl1.2debian 1.2.11-4 Simple DirectMedia Layer
ii  libstdc++6  4.1.1-16 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-2X11 client-side library
ii  python2.4   2.4.4~c1-1   An interactive high-level object-o
ii  wesnoth-data1.1.11-1 data files for Wesnoth
ii  zlib1g  1:1.2.3-13   compression library - runtime

wesnoth recommends no packages.

-- no debconf information


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



Bug#393569: mol: French debconf templates translation update

2006-10-16 Thread Frédéric Bothamy
Subject: mol: French debconf templates translation update
Package: mol
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French debconf templates translation update,
proofread by the debian-l10n-french mailing list contributors.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: mol_0.9.71.dfsg-1\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-10-06 19:30+0200\n
PO-Revision-Date: 2006-10-10 00:25+0200\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../mol.templates:1001
msgid Make Mac-on-Linux setuid root?
msgstr Exécuter Mac-on-Linux avec les privilèges du superutilisateur ?

#. Type: boolean
#. Description
#: ../mol.templates:1001
msgid 
If you make Mac-on-Linux setuid root, non-root users will be able to run the 
Mac-on-Linux emulator through the startmol script or the Debian menu 
entries.  Since every setuid root binary is a potential security risk and 
could be used for compromising your system, this option is disabled by 
default.
msgstr 
Si vous choisissez de configurer Mac-on-Linux avec l'option « setuid root », 
les utilisateurs non privilégiés pourront exécuter l'émulateur Mac-on-Linux 
grâce au script startmol ou avec les entrées de menu Debian. Comme tous les 
programmes qui possèdent les privilèges du superutilisateur pendant leur 
exécution (« setuid root ») sont un risque potentiel de sécurité et 
pourraient être utilisés pour compromettre votre système, cette option est 
désactivée par défaut.

#. Type: string
#. Description
#: ../mol.templates:2001
msgid Group for Mac-on-Linux users:
msgstr Groupe pour les utilisateurs de Mac-on-Linux :

#. Type: string
#. Description
#: ../mol.templates:2001
msgid 
You have chosen to make Mac-on-Linux setuid root so non-root users can run 
the emulator without additional privileges.  In order to reduce the security 
risk involved, it is recommended that you only allow this for the members of 
a certain group.  If this group does not yet exist, it will be created and 
you will have to add users manually with the adduser(8) command.
msgstr 
Vous avez choisi de configurer Mac-on-Linux avec l'option « setuid root » 
pour que les utilisateurs non privilégiés puissent s'en servir. Pour réduire 
le risque de sécurité que ce choix implique, il est recommandé d'en 
restreindre l'utilisation aux membres d'un groupe spécifique. Si ce groupe 
n'existe pas déjà, il sera créé et vous devrez y ajouter vous-même les 
utilisateurs avec la commande adduser(8).

#. Type: string
#. Description
#: ../mol.templates:2001
msgid 
If you want to allow access to everybody, enter EVERYBODY (in capital 
letters) as the name of the group.  Note that this is strongly discouraged.
msgstr 
Si vous souhaitez laisser l'accès à tous les utilisateurs, indiquez 
« EVERYBODY » (en lettres majuscules). Veuillez noter que ce choix est 
fortement déconseillé.


Bug#393298: apt-listbugs: French translation update

2006-10-15 Thread Frédéric Bothamy
Package: apt-listbugs
Version: 0.0.63
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French translation update (for the version
0.0.63) , proofread by the debian-l10n-french mailing list
contributors.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages apt-listbugs depends on:
ii  apt   0.6.46.2   Advanced front-end for dpkg
ii  libdpkg-ruby1.8   0.3.2  modules/classes for dpkg on ruby 1
ii  libhttp-access2-ruby1.8   2.0.6-1HTTP accessing library for ruby
ii  libintl-gettext-ruby1.8   0.11-8 Gettext wrapper for Ruby 1.8
ii  libruby1.8 [libzlib-ruby1.8]  1.8.5-2Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.8 0.6.8-2Interface of expat for the scripti
ii  ruby  1.8.2-1An interpreter of object-oriented 

apt-listbugs recommends no packages.

-- no debconf information
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: apt-listbugs 0.0.63\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-10-09 12:07+0900\n
PO-Revision-Date: 2006-10-16 01:31+0200\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#: apt-listbugs:246
msgid Usage: 
msgstr Usage : 

#: apt-listbugs:247
msgid  [options] command [arguments]
msgstr  [options] commande [paramètres]

#: apt-listbugs:249
msgid Options:\n
msgstr Options :\n

#: apt-listbugs:250
msgid  -h   : Display this help and exit.\n
msgstr  -h   : Afficher cette aide et quitter\n

#: apt-listbugs:251
#, python-format
msgid  -s severities  : Severities you want to see [%s].\n
msgstr  -s gravité : Gravité à afficher [%s]\n

#: apt-listbugs:252
msgid  -T tags: Tags you want to see.\n
msgstr  -T stats   : Étiquettes que vous voulez voir\n

#: apt-listbugs:253
#, python-format
msgid  -S stats   : Stats you want to see [%s].\n
msgstr 
 -S stats   : Les états à afficher\n
[%s]\n

#: apt-listbugs:254
msgid  -D   : Show downgraded packages, too.\n
msgstr 
 -D   : Afficher également les paquets de version inférieure\n
à la version actuelle\n

#: apt-listbugs:255
#, python-format
msgid  -H hostname: Hostname of Debian Bug Tracking System [%s].\n
msgstr 
 -H hôte    : Nom d'hôte du système de gestion des bogues Debian\n
[%s]\n

#: apt-listbugs:256
#, python-format
msgid  -p port: Port number of the server [%s]\n
msgstr  -p port    : Numéro de port du serveur [%s]\n

#: apt-listbugs:257
#, python-format
msgid  --indexdir   : Directory where index.db located [%s]\n
msgstr 
 --indexdir   : Répertoire où est situé index.db\n
[%s]\n

#: apt-listbugs:258
#, python-format
msgid  --pin-priority   : Specifies Pin-Priority value [%s]\n
msgstr  --pin-priority   : Valeur pour Pin-Priority [%s]\n

#: apt-listbugs:259
msgid  --title  : Specifies the title of rss output.\n
msgstr  --title  : Titre de la sortie RSS\n

#: apt-listbugs:260
msgid  -f   : Retrieve bug reports from BTS forcibly.\n
msgstr 
 -f   : Forcer la récupération des rapports de bogue\n
depuis le système de gestion des bogues (BTS)\n

#: apt-listbugs:261
msgid  -q   : Don't display progress bar.\n
msgstr  -q   : Ne pas afficher la barre de progression\n

#: apt-listbugs:262
#, python-format
msgid  -c dir : Specify cache_dir [%s].\n
msgstr  -c répertoire  : Répertoire de cache [%s]\n

#: apt-listbugs:263
msgid  -t minutes : Specify cache expire timer in minutes
msgstr  -t minutes : Délai d'expiration du cache en minutes

#: apt-listbugs:264
msgid  -C apt.conf: Specify apt.conf.\n
msgstr  -C apt.conf    : Emplacement du fichier apt.conf\n

#: apt-listbugs:265
msgid  -y   : Assume that you select yes for all questions.\n
msgstr 
 -y   : Implique une réponse affirmative à toutes les questions\n

#: apt-listbugs:266
msgid  -n   : Assume that you select no for all questions.\n
msgstr 
 -n   : Implique une réponse négative à toutes les questions\n

#: apt-listbugs:268
msgid Commands:\n
msgstr Commandes :\n

#: apt-listbugs:269
msgid  apt  : apt mode\n
msgstr  apt  : Mode APT\n

#: apt-listbugs:270
msgid  list pkg...: list bug reports of the specified packages\n
msgstr 
 list paquets

Bug#389528: debsums: Trivial update for French, Russian and Swedish po manpages

2006-09-26 Thread Frédéric Bothamy
Package: debsums
Version: 2.0.29
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached a trivial patch to fix manpage translations for
French, Russian and Swedish. You may want to manually unfuzzyfy such
translation strings for simple english corrections.

(this bug is similar to #351378)

Greetings,


Fred


-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99,
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages debsums depends on:
ii  debconf [debconf-2.0] 1.5.4  Debian configuration management sy
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction

debsums recommends no packages.

-- debconf information excluded
diff -Naur debsums-2.0.29/man/po/fr.po debsums-2.0.29.1/man/po/fr.po
--- debsums-2.0.29/man/po/fr.po	2006-08-27 10:38:24.0 +0200
+++ debsums-2.0.29.1/man/po/fr.po	2006-09-26 09:58:50.0 +0200
@@ -7,7 +7,7 @@
 msgstr 
 Project-Id-Version: debsums-2.0.19\n
 POT-Creation-Date: 2006-08-27 18:37+1000\n
-PO-Revision-Date: 2006-02-04 15:28+0100\n
+PO-Revision-Date: 2006-09-26 09:58+0200\n
 Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
 Language-Team: Debian French Team debian-l10n-french@lists.debian.org\n
 MIME-Version: 1.0\n
@@ -222,7 +222,6 @@
 
 # type: Plain text
 #: debsums.1:69
-#, fuzzy
 msgid 
 BNote: This doesn't work for CD-ROM and other local sources as packages 
 are not copied to /var/cache.  Simple Bfile sources (all debs in a single 
diff -Naur debsums-2.0.29/man/po/ru.po debsums-2.0.29.1/man/po/ru.po
--- debsums-2.0.29/man/po/ru.po	2006-08-27 10:38:24.0 +0200
+++ debsums-2.0.29.1/man/po/ru.po	2006-09-26 09:58:58.0 +0200
@@ -7,7 +7,7 @@
 msgstr 
 Project-Id-Version: debsums\n
 POT-Creation-Date: 2006-08-27 18:37+1000\n
-PO-Revision-Date: 2006-02-04 15:28+0100\n
+PO-Revision-Date: 2006-09-26 09:58+0200\n
 Last-Translator: Yuri Kozlov [EMAIL PROTECTED]\n
 Language-Team: Russian debian-l10n-russian@lists.debian.org\n
 MIME-Version: 1.0\n
@@ -222,7 +222,6 @@
 
 # type: Plain text
 #: debsums.1:69
-#, fuzzy
 msgid 
 BNote: This doesn't work for CD-ROM and other local sources as packages 
 are not copied to /var/cache.  Simple Bfile sources (all debs in a single 
diff -Naur debsums-2.0.29/man/po/sv.po debsums-2.0.29.1/man/po/sv.po
--- debsums-2.0.29/man/po/sv.po	2006-08-27 10:38:24.0 +0200
+++ debsums-2.0.29.1/man/po/sv.po	2006-09-26 09:59:05.0 +0200
@@ -6,7 +6,7 @@
 msgstr 
 Project-Id-Version: debsums 2.0.26 manpage\n
 POT-Creation-Date: 2006-08-27 18:37+1000\n
-PO-Revision-Date: 2006-02-19 22:52+0100\n
+PO-Revision-Date: 2006-09-26 09:59+0200\n
 Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
 Language-Team: Swedish [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
@@ -218,7 +218,6 @@
 
 # type: Plain text
 #: debsums.1:69
-#, fuzzy
 msgid 
 BNote: This doesn't work for CD-ROM and other local sources as packages 
 are not copied to /var/cache.  Simple Bfile sources (all debs in a single 


Bug#377064: libcommons-net-java: New upstream release (1.4.1) available

2006-07-06 Thread Frédéric Bothamy
Package: libcommons-net-java
Version: 1.3.0-1
Severity: wishlist

Hello,

There is a new upstream release (1.4.1) available since December 2005
(cf. http://jakarta.apache.org/commons/net/changes-report.html).

Thanks for packaging it!


Fred


-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (99, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages libcommons-net-java depends on:
ii  gij-4.0 [java1-runtime]   4.0.3-2The GNU Java bytecode interpreter
ii  gij-4.1 [java1-runtime]   4.1.1-5The GNU Java bytecode interpreter
ii  kaffe 2:1.1.6-3  A JVM to run Java bytecode
ii  kaffe-pthreads [kaffe]2:1.1.6-3  A POSIX threads enabled version of
ii  liboro-java   2.0.8a-1   Regular expression library for Jav
ii  sun-j2re1.4 [java2-runtim 1.4.2+12   Java(TM) 2 RE, Standard Edition, S
ii  sun-j2re1.5 [java2-runtim 1.5.0+update07 Java(TM) 2 RE, Standard Edition, S
ii  sun-j2sdk1.4 [java2-runti 1.4.2+12   Java(TM) 2 SDK, Standard Edition, 

libcommons-net-java recommends no packages.

-- no debconf information


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



Bug#374565: bash: printf from dlocate segfaults with fr_FR.UTF-8 locale

2006-06-24 Thread Frédéric Bothamy
* Justin Pryzby [EMAIL PROTECTED] [2006-06-23 14:24] :
 On Fri, Jun 23, 2006 at 01:27:18AM +0200, Fr??d??ric Bothamy wrote:
  * Justin Pryzby [EMAIL PROTECTED] [2006-06-21 08:47] :
   On Wed, Jun 21, 2006 at 02:25:31AM +0200, Fr??d??ric Bothamy wrote:
  
  [...]
  
pn  openoffice.org2-core n?ant 
(aucune description n'est disponible)   
 
/usr/bin/dlocate: line 55: 26638 Doneegrep $1 
$DPKGLIST
 26639 Erreur de segmentation  | while read stat name ver descr; do
printf %-2s  %-${fieldw}.${fieldw}s %-${fieldw}.${fieldw}s 
%-${fieldd}.${fieldd}s\\n $stat $name $ver $descr;
done

Program exited normally.
(gdb)

Do you have another idea?
   Is egrep the one segfaulting?  You can do the same as before to build
   a grep deb with debugging symbols, then just dpkg -i
   ../grep_deb.  apt-get {--re,}install grep later if you wish.
   
   It isn't completely clear to me how gdb would handle debugging the
   grep; you might have to change the shell script to use
   
 'gdb egrep $1 $DPKGLIST'
   
   instead, or just dump $1 and $DPKGLIST to a file to fiddle with it
   manually.
  
  Hello Justin,
  
  Thanks for your help.
  
  I have tried to see if this was a problem with egrep and I have replaced
  the egrep in the dlocate script with a simple cat $DPKGLIST. The
  segfault also occurs. But it does not occur if I use a head $DPKGLIST.
 What is the contents of $DPKGLIST?  you should
 echo $DPKGLIST /tmp/testgrep
 
 The quotes are important.  It occurs to me that, without quotes, you
 could end up with $DPKGLIST being its own command, eg. if it contains
 any of: ;` or such characters..  But this is perhaps also intentional
 (and ` is still evaluated within  quotes).

Sorry, I realize that I have quite unclear. $DPKGLIST is
/var/lib/dlocate/dpkg-list, this file contains the output of:

LINES=40 COLUMNS=200 dpkg -l * | sed -e '1,5d' -e 's/  */ /g'

using the current locale.
 
  I have found that the problem only occurs if I send 276 lines (or more)
  of text to the | while 
 Interesting..
 
  If I try to execute the dlocate script with sh -x at the beginning
  of the script, I need 373 lines to get the segmentation error.
  
  If I execute the lines of the script at the command prompt, I get an
  error with 22504. Here is the exact command that I used:
 22504 is the number of lines of input, the line number, or a PID?

Argh, my fault again for being very unclear :-(. 22504 is the number
of lines which is causing a segmentation error in this cas.
 
  $ echo $COLUMNS
  150
  $ ((fieldw=(COLUMNS-24)/4))
  $ ((fieldd=COLUMNS-fieldw*2-6))
  $ cat dpkg-list_fr | while read stat name ver descr; do printf %-2s 
  %-${fieldw}.${fieldw}s %-${fieldw}.${fieldw}s %-${fieldd}.${fieldd}s\\n
  $stat $name $ver $descr; done
 Does this crash cat, printf, or what?  You can get rid of the cat by
 rewriting as:
 
   while read .. .. .. ..; do ..; done dpkg-list_fr
 
 I suspect this is a bash problem with wide characters or such.

You are right. I have used the following procedure to debug my problem
(I try to be more precise than before):

[EMAIL PROTECTED]:~/debian/bash/bash-3.1/build-bash$ gdb ./bash
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...Using host libthread_db
library /usr/lib/debug/libthread_db.so.1.

(gdb) r
Starting program: /home/fred/debian/bash/bash-3.1/build-bash/bash 
[EMAIL PROTECTED]:~/debian/bash/bash-3.1/build-bash$ COLUMNS=$(stty -a 2- | 
sed -ne '/columns/s/.*columns \([0-9]*\)[^0-9].*/\1/p');
[EMAIL PROTECTED]:~/debian/bash/bash-3.1/build-bash$ ((fieldw=(COLUMNS-24)/4));
[EMAIL PROTECTED]:~/debian/bash/bash-3.1/build-bash$ 
((fieldd=COLUMNS-fieldw*2-6));
[EMAIL PROTECTED]:~/debian/bash/bash-3.1/build-bash$ while read stat name ver 
descr; do printf %-2s  %-${fieldw}.${fieldw}s %-${fieldw}.${fieldw}s 
%-${fieldd}.${fieldd}s\\n $stat $name $ver $descr; done  
/home/fred/dlocate/dpkg-list_fr
[...]

pn  libregexp-shellish-perl néant(aucune description 
n'est disponible)
pn  libregexx-dev   néant(aucune description 
n'est disponible)
pn  libregexx1  néant(aucune description 
n'est disponible)
pn  libregexx1c102  néant(aucune description 
n'est disponible)
pn  libreiser4-dev  néant(aucune description 
n'est disponible)  

Bug#374565: bash: printf from dlocate segfaults with fr_FR.UTF-8 locale

2006-06-22 Thread Frédéric Bothamy
* Justin Pryzby [EMAIL PROTECTED] [2006-06-21 08:47] :
 On Wed, Jun 21, 2006 at 02:25:31AM +0200, Fr??d??ric Bothamy wrote:

[...]

  pn  openoffice.org2-core n?ant 
  (aucune description n'est disponible)   
   
  /usr/bin/dlocate: line 55: 26638 Doneegrep $1 
  $DPKGLIST
   26639 Erreur de segmentation  | while read stat name ver descr; do
  printf %-2s  %-${fieldw}.${fieldw}s %-${fieldw}.${fieldw}s 
  %-${fieldd}.${fieldd}s\\n $stat $name $ver $descr;
  done
  
  Program exited normally.
  (gdb)
  
  Do you have another idea?
 Is egrep the one segfaulting?  You can do the same as before to build
 a grep deb with debugging symbols, then just dpkg -i
 ../grep_deb.  apt-get {--re,}install grep later if you wish.
 
 It isn't completely clear to me how gdb would handle debugging the
 grep; you might have to change the shell script to use
 
   'gdb egrep $1 $DPKGLIST'
 
 instead, or just dump $1 and $DPKGLIST to a file to fiddle with it
 manually.

Hello Justin,

Thanks for your help.

I have tried to see if this was a problem with egrep and I have replaced
the egrep in the dlocate script with a simple cat $DPKGLIST. The
segfault also occurs. But it does not occur if I use a head $DPKGLIST.
I have found that the problem only occurs if I send 276 lines (or more)
of text to the | while 

If I try to execute the dlocate script with sh -x at the beginning
of the script, I need 373 lines to get the segmentation error.

If I execute the lines of the script at the command prompt, I get an
error with 22504. Here is the exact command that I used:

$ echo $COLUMNS
150
$ ((fieldw=(COLUMNS-24)/4))
$ ((fieldd=COLUMNS-fieldw*2-6))
$ cat dpkg-list_fr | while read stat name ver descr; do printf %-2s 
%-${fieldw}.${fieldw}s %-${fieldw}.${fieldw}s %-${fieldd}.${fieldd}s\\n
$stat $name $ver $descr; done

fieldw is 31, fieldd 82. dpkg-list_fr is the file generated by the
dlocate cron job:

$ LINES=40 COLUMNS=200 dpkg -l * | sed -e '1,5d' -e 's/  */ /g' $DPKGLIST

for the fr_FR.UTF-8 locale.

Greetings,


Fred


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



Bug#374565: bash: printf from dlocate segfaults with fr_FR.UTF-8 locale

2006-06-20 Thread Frédéric Bothamy
* Justin Pryzby [EMAIL PROTECTED] [2006-06-20 07:52] :
 On Tue, Jun 20, 2006 at 01:27:46AM +0200, Fr??d??ric Bothamy wrote:
  Package: bash
  Version: 3.1-4
  Severity: normal
  Tags: l10n
  
  Hello,
  
  Here are the steps to reproduce the problem:
  
  - have (and use) an fr_FR.UTF-8 locale
  - install the dlocate package
  - generate dpkg-list (localized) using this command (from 
  /etc/cron.daily/dlocate):
  
  LINES=40 COLUMNS=200 dpkg -l * | sed -e '1,5d' -e 's/  */ /g'  
  /var/lib/dlocate/dpkg-list
  
  - use dlocate like this:
  $ dlocate -l openoffice
  
  The final lines read:
  
  $ dlocate -l openoffice
  
  [...]
  
  un  openoffice.org2-l10n-el   n?ant  (aucune 
  description n'est disponible)
  pn  openoffice.org2-l10n-en-gbn?ant  (aucune 
  description n'est disponible)
  pn  openoffice.org2-l10n-en-usn?ant  (aucune 
  description n'est disponible)
  /usr/bin/dlocate: line 55: 14278 Doneegrep $1 
  $DPKGLIST
   14279 Erreur de segmentation  | while read stat name ver descr; do
  printf %-2s  %-${fieldw}.${fieldw}s %-${fieldw}.${fieldw}s 
  %-${fieldd}.${fieldd}s\\n $stat $name $ver $descr;
  done
  $
  
  If I change the printf command with /usr/sbin/printf, the segfault no
 Do you mean coreutils /usr/bin/printf?

Yes, correct.
 
  longer occurs. If I generate the dpkg-list file with the C locale, the
  segfault no longer occurs. If I execute the dlocate command with the C
  locale, the segfault no longer occurs.
  
  I don't really know how to get a backtrace from a builtin bash
  command. So any advice would be welcome.
 apt-get source bash dpkg-dev
 cd bash-...
 DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -rfakeroot
 gdb --args ./debian/bash/usr/bin/bash dlocate -l openoffice

Rather gdb --args ./debian/bash/bin/bash dlocate -l openoffice
(without /usr). However, this does not help to get a backtrace file:

[EMAIL PROTECTED]:~/debian/bash/bash-3.1$ gdb --args ./debian/bash/bin/bash 
dlocate -l openoffice
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...Using host libthread_db library 
/lib/tls/libthread_db.so.1.

(gdb) r
Starting program: /home/fred/debian/bash/bash-3.1/debian/bash/bin/bash dlocate 
-l openoffice
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version  
Description
+++---==

[...]

pn  openoffice.org2-core néant (aucune 
description n'est disponible)
/usr/bin/dlocate: line 55: 26638 Doneegrep $1 $DPKGLIST
 26639 Erreur de segmentation  | while read stat name ver descr; do
printf %-2s  %-${fieldw}.${fieldw}s %-${fieldw}.${fieldw}s 
%-${fieldd}.${fieldd}s\\n $stat $name $ver $descr;
done

Program exited normally.
(gdb)

Do you have another idea?

Thanks,


Fred



Bug#374565: bash: printf from dlocate segfaults with fr_FR.UTF-8 locale

2006-06-19 Thread Frédéric Bothamy
Package: bash
Version: 3.1-4
Severity: normal
Tags: l10n

Hello,

Here are the steps to reproduce the problem:

- have (and use) an fr_FR.UTF-8 locale
- install the dlocate package
- generate dpkg-list (localized) using this command (from 
/etc/cron.daily/dlocate):

LINES=40 COLUMNS=200 dpkg -l * | sed -e '1,5d' -e 's/  */ /g'  
/var/lib/dlocate/dpkg-list

- use dlocate like this:
$ dlocate -l openoffice

The final lines read:

$ dlocate -l openoffice

[...]

un  openoffice.org2-l10n-el   néant  (aucune 
description n'est disponible)
pn  openoffice.org2-l10n-en-gbnéant  (aucune 
description n'est disponible)
pn  openoffice.org2-l10n-en-usnéant  (aucune 
description n'est disponible)
/usr/bin/dlocate: line 55: 14278 Doneegrep $1 $DPKGLIST
 14279 Erreur de segmentation  | while read stat name ver descr; do
printf %-2s  %-${fieldw}.${fieldw}s %-${fieldw}.${fieldw}s 
%-${fieldd}.${fieldd}s\\n $stat $name $ver $descr;
done
$

If I change the printf command with /usr/sbin/printf, the segfault no
longer occurs. If I generate the dpkg-list file with the C locale, the
segfault no longer occurs. If I execute the dlocate command with the C
locale, the segfault no longer occurs.

I don't really know how to get a backtrace from a builtin bash
command. So any advice would be welcome.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages bash depends on:
ii  base-files3.1.13 Debian base system miscellaneous f
ii  debianutils   2.16.1 Miscellaneous utilities specific t
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libncurses5   5.5-2  Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information



Bug#372810: bugzilla: collectstats.pl refers to duplicates.cgi in wrong directory

2006-06-11 Thread Frédéric Bothamy
Package: bugzilla
Version: 2.22-1
Severity: normal

Hello,

I have recently found the following message in my mailbox:

/etc/cron.daily/bugzilla:
Can't open perl script duplicates.cgi: Aucun fichier ou répertoire de ce type

I believe that this comes from
/usr/share/bugzilla/lib/collectstats.pl. More precisely, around
line 100:

# Generate a static RDF file containing the default view of the duplicates 
data.
open(CGI, $perl -T duplicates.cgi |)
|| die can't fork duplicates.cgi: $!;

Th file duplicates.cgi is in /usr/lib/cgi-bin/bugzilla/.

In the previous version (2.20.1-2), the path was completely specified.
It should be enough to put it back.


Greetings,


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.20
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages bugzilla depends on:
ii  apache [httpd]1.3.34-2   versatile, high-performance HTTP s
ii  apache2-mpm-prefork [httpd]   2.0.55-4   traditional model for Apache2
ii  dbconfig-common   1.8.16 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  exim4 4.62-1 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.62-1 lightweight exim MTA (v4) daemon
ii  libappconfig-perl 1.56-2 Perl module for configuration file
ii  libdbd-mysql-perl 3.0004-1   A Perl5 database interface to the 
ii  libmailtools-perl 1.74-0.1   Manipulate email in perl programs
ii  libmime-perl  5.420-0.1  Perl5 modules for MIME-compliant m
ii  libtemplate-perl  2.14-1 template processing system written
ii  libtimedate-perl  1.1600-5   Time and date functions for Perl
ii  patch 2.5.9-4Apply a diff file to an original
ii  ucf   2.0011 Update Configuration File: preserv

Versions of packages bugzilla recommends:
ii  libchart-perl 2.4.1-3Chart Library for Perl
ii  libxml-parser-perl2.34-4 Perl module for parsing XML files
ii  mysql-server  5.0.22-2   mysql database server (current ver
ii  mysql-server-5.0 [mysql-serve 5.0.22-2   mysql database server binaries

-- debconf information excluded



Bug#372129: libsm-dev: Should have a versioned dependency to libice-dev

2006-06-08 Thread Frédéric Bothamy
Package: libsm-dev
Version: 1:1.0.0-4
Severity: normal

Hello,

I was trying to recompile gkrellm in testing and I received the
following error:

$ dpkg-buildpackage -us -uc -rfakeroot
dpkg-buildpackage: source package is gkrellm
dpkg-buildpackage: source version is 2.2.9-1
dpkg-buildpackage: source changed by Cai Qian [EMAIL PROTECTED]
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 2.2.9-1
 fakeroot debian/rules clean

[...]

cc -Wall -O2 -I.. `pkg-config --cflags gtk+-2.0 gthread-2.0`   -DENABLE_NLS 
-DLOCALEDIR=\/usr/share/locale\-c -o utils.o utils.c
cc -Wall -O2 -I.. `pkg-config --cflags gtk+-2.0 gthread-2.0`   -DENABLE_NLS 
-DLOCALEDIR=\/usr/share/locale\-c -o winops-x11.o winops-x11.c
In file included from winops-x11.c:35:
/usr/include/X11/SM/SMlib.h:37:28: error: X11/ICE/ICElib.h: Aucun fichier ou 
répertoire de ce type
In file included from winops-x11.c:35:
/usr/include/X11/SM/SMlib.h:44: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:61: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:68: error: syntax error before 'SmPropValue'
/usr/include/X11/SM/SMlib.h:91: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:100: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:105: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:110: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:115: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:120: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:125: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:139: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:144: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:149: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:154: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:157: error: syntax error before '}' token
/usr/include/X11/SM/SMlib.h:172: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:178: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:184: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:190: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:200: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:205: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:211: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:218: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:225: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:232: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:244: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:249: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:254: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:259: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:264: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:269: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:274: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:279: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:284: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:289: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:292: error: syntax error before '}' token
/usr/include/X11/SM/SMlib.h:310: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:329: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:339: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:352: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:372: error: syntax error before 'SmcCallbacks'
/usr/include/X11/SM/SMlib.h:378: error: syntax error before 'SmProp'
/usr/include/X11/SM/SMlib.h:390: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:397: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:417: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:445: error: syntax error before 
'SmcGetIceConnection'
/usr/include/X11/SM/SMlib.h:453: error: syntax error before 'SmPointer'
/usr/include/X11/SM/SMlib.h:503: error: syntax error before 'SmProp'
/usr/include/X11/SM/SMlib.h:522: error: syntax error before 
'SmsGetIceConnection'
/usr/include/X11/SM/SMlib.h:535: error: syntax error before '*' token
winops-x11.c:57: error: syntax error before 'SmPointer'
winops-x11.c: In function 'cb_smc_save_yourself':
winops-x11.c:61: error: 'smc_conn' undeclared (first use in this function)
winops-x11.c:61: error: (Each undeclared identifier is reported only once
winops-x11.c:61: error: for each function it appears in.)
winops-x11.c: At top level:
winops-x11.c:65: error: syntax error before 'SmPointer'
winops-x11.c: In function 'cb_smc_die':
winops-x11.c:67: 

Bug#351952: cupsys: Adding meta for each HTML document won't work

2006-05-18 Thread Frédéric Bothamy
Followup-For: Bug #351952
Package: cupsys
Version: 1.1.23-12

Hello,

I have stumbled over this (annoying) bug in cupsys and I have tested adding the 
meta
tag in the fr/header.tmpl (with DefaultCharset notused in cupsd.conf).

This does not work because as specified in the HTML 4 specifications
(http://www.w3.org/TR/html4/charset.html) :

  conforming user agents must observe the following priorities [...]:

 1. An HTTP charset parameter in a Content-Type field.
 2. A META declaration with http-equiv set to Content-Type and a value 
set for charset.
 3. The charset attribute set on an element that designates an external 
resource.

Here, the CUPS webserver is already sending the HTTP charset parameter
(as utf-8 because of DefaultCharset) in a Content-Type field. So the
meta declaration is ignored.

I would then suggest the first solution (convert files to UTF-8).

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (200, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.16
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages cupsys depends on:
ii  adduser  3.87Add and remove users and groups
ii  debconf [debconf-2.0]1.5.0   Debian configuration management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
hi  libc62.3.6-7 GNU C Library: Shared libraries
ii  libcupsimage21.1.23-12   Common UNIX Printing System(tm) - 
ii  libcupsys2   1.1.23-12   Common UNIX Printing System(tm) - 
ii  libgnutls12  1.2.9-2 the GNU TLS library - runtime libr
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpaper11.1.14-7Library for handling paper charact
ii  libslp1  1.2.1-5 OpenSLP libraries
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-4 Core Perl modules
ii  procps   1:3.2.6-2.2 /proc file system utilities
ii  xpdf-utils   3.01-7  Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client   1.1.23-12Common UNIX Printing System(tm) - 
ii  foomatic-filters3.0.2-20060318-2 linuxprinting.org printer support 
ii  smbclient   3.0.22-1 a LanManager-like simple client fo

-- debconf information excluded


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



Bug#367564: gkrellm-volume: About tab reports version 2.1.12

2006-05-16 Thread Frédéric Bothamy
Package: gkrellm-volume
Version: 2.1.13-1
Severity: minor

Hello,

The About tab shows:

Volumeplugin 2.1.12

whereas it should be 2.1.13. The following minimal patch fixes this problem:

--- gkrellm-volume-2.1.13.orig/volume.h
+++ gkrellm-volume-2.1.13/volume.h
@@ -21,7 +21,7 @@
 
 #define VOLUME_MAJOR_VERSION 2
 #define VOLUME_MINOR_VERSION 1
-#define VOLUME_EXTRA_VERSION 12
+#define VOLUME_EXTRA_VERSION 13
 
 #define CONFIG_KEYWORD volume_plugin_config
 

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.16
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages gkrellm-volume depends on:
ii  gkrellm   2.2.9-1The GNU Krell Monitors
ii  libasound21.0.11-3   ALSA library
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.17-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.12.1-3   Layout and rendering of internatio

gkrellm-volume recommends no packages.

-- no debconf information


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



Bug#367418: probleme X-server

2006-05-16 Thread Frédéric Bothamy
* Martin Michlmayr [EMAIL PROTECTED] [2006-05-16 15:53] :
 Can someone please respond to this message:
 
 * mamah [EMAIL PROTECTED] [2006-05-15 22:12]:
  Quand j'ai installée Linux debian,il fait l'installation jusqu'ai la
  fin ,et quand je lance Linux il me dit que le server x est mal
  installer,il me met sur un terminal ,je met le login et le mot de
  passe,et je met startx,il chercher l'interface graphique mais il le
  trouve pas et il me donne l'erreur suivante:
  (EE) No devices detecde
  Fatal sever error:
  no screens found
  Var/log/XFree86.0.log
  Trés cordialement.

Hello Martin,

Most probably this is a configuration user error (like choosing the
wrong driver for an unsupported video card). I believe the
debian-user-french mailing list is the most appropriate place to solve
this problem or at least find the best solution before submitting a
bugreport.

I think you should close the BR (we will reopen it if necessary).

Thanks for forwarding the BR here.

[The following lines are in French for the bug reporter]

--

Pour Amel, peux-tu nous détailler sur la liste debian-user-french :

- ta configuration matérielle (carte mère (chipset exactement), carte
vidéo (avec la sortie de la commande lspci), écran, clavier, souris)

- ta configuration logicielle (la distribution utilisée lors de
l'installation (Sarge probablement) et ton fichier /etc/X11/XF86Config
ou /etc/X11/XF86Config-4)

- les messages exactement affichés lors de l'erreur rencontrée (dans le
fichier /var/log/XFree86.0.log)

Pour avoir ces informations quand le serveur X ne fonctionne pas, le
plus simple est de passer sur une console virtuelle (Ctrl+Alt+F1) et de
se connecter en mode texte.

N'oublie pas d'envoyer le message à la liste de diffusion
debian-user-french (et pas à Martin, ni au rapport de bogue). Tu peux
également t'abonner à cette liste, elle sert de support pour les
utilisateurs francophones de Debian, débutants et confirmés.

Merci d'avance.


Fred

-- 
Comment poser les questions intelligemment
http://www.gnurou.org/Writing/SmartQuestionsFr
Comment signaler efficacement un bogue
http://www.chiark.greenend.org.uk/~sgtatham/bugs-fr.html



Bug#362526: most: Most unexpectly (pseudo-)quits when viewing lots of files and hitting Ctrl-G

2006-04-13 Thread Frédéric Bothamy
Package: most
Version: 4.10.2-4
Severity: minor

Hello,

Here are the steps to reproduce the problem:

- launch most with a lot of files (1043 according to wc):

$ cd /usr/share/doc
$ find . -name changelog.Debian.gz | xargs most

[First file is displayed]

Hit Ctrl-G

I then get the prompt back, but the display is not cleared and most is
still active, as can be seen with:

$ ps auxw | grep most
fred 30153  0.5  2.4  13468  9492 pts/19   S+   13:52   0:01 
/usr/bin/python2.3 -S /usr/bin/reportbug most
fred 30187  0.0  0.3   4656  1516 pts/20   S13:53   0:00 most 
./bash/changelog.Debian.gz ...

fred 30305  0.0  0.4   4736  1600 pts/19   S+   13:54   0:00 /bin/sh 
/usr/bin/sensible-editor /tmp/reportbug-most-20060413-30153-RaIlnM
fred 30306  0.0  0.1   1600   452 pts/19   S+   13:54   0:00 editor 
/tmp/reportbug-most-20060413-30153-RaIlnM
fred 30497  0.0  0.2   3496   860 pts/20   R+   13:56   0:00 grep most

and I get messages like:

_pSLsys_getkey: EIO error
_pSLsys_getkey: EIO error
_pSLsys_getkey: EIO error
_pSLsys_getkey: EIO error
_pSLsys_getkey: EIO error

when using PageUp or PageDown keys.

Killing this process clears the display and fixes the keyboard
problem.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.4
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages most depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libslang2 2.0.6-2The S-Lang programming library - r

most recommends no packages.

-- no debconf information


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



Bug#361921: dctrl-tools: French translation update

2006-04-11 Thread Frédéric Bothamy
Package: dctrl-tools
Version: 2.9.0
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French translation update, proofread by the
debian-l10n-french mailing list contributors.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (200, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages dctrl-tools depends on:
ii  libc6 2.3.6-3  GNU C Library: Shared libraries an

dctrl-tools recommends no packages.

-- no debconf information
# French translation for dctrl-tools
# Copyright (C) YEAR Antti-Juhani Kaijanaho
# This file is distributed under the same license as the dctrl-tools package.
# Nicolas Bertolissio [EMAIL PROTECTED], 2004, 2005.
# Frédéric Bothamy [EMAIL PROTECTED], 2006.
#
msgid 
msgstr 
Project-Id-Version: dctrl-tools 2.9.0\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-03-24 13:46+0200\n
PO-Revision-Date: 2006-04-02 21:03+0200\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-15\n
Content-Transfer-Encoding: 8bit\n

#: misc.c:37
#, c-format
msgid %s: using `%s' as pager\n
msgstr %s : utilisation de « %s » comme paginateur\n

#: misc.c:47
#, c-format
msgid %s: popen failed for %s: %s\n
msgstr %s : échec de popen pour %s : %s\n

#: predicate.c:40 grep-dctrl.c:214 grep-dctrl.c:323
msgid predicate is too complex
msgstr le prédicat est trop complexe

#: paragraph.c:116
msgid warning: expected a colon
msgstr avertissement : deux-points (« : ») attendus

#: paragraph.c:122
msgid expected a colon
msgstr deux-points (« : ») attendus

#: rc.c:66
msgid Malformed default input file name
msgstr nom de fichier d'entrée par défaut mal formé

#: rc.c:79
msgid not owned by you or root, ignoring
msgstr détenu ni par vous ni par le superutilisateur, ignoré

#: rc.c:84
msgid write permissions for group or others, ignoring
msgstr droits d'écriture pour le groupe ou le reste du monde, ignoré

#: rc.c:124
msgid reading config file
msgstr lecture du fichier de configuration

#: rc.c:151
msgid read failure or out of memory
msgstr erreur de lecture ou manque de mémoire

#: rc.c:173
msgid syntax error: need a executable name
msgstr erreur de syntaxe : nécessite un nom d'exécutable

#: rc.c:181
msgid syntax error: need an input file name
msgstr erreur de syntaxe : nécessite un nom de fichier d'entrée

#: rc.c:186
msgid considering executable name
msgstr étude de l'exécutable nommé

#: rc.c:188
msgid yes, will use executable name
msgstr utilise l'exécutable nommé

#: rc.c:190
msgid default input file
msgstr fichier d'entrée par défaut

#: rc.c:201
msgid executable name not found; reading from standard input
msgstr nom d'exécutable non trouvé ; lecture depuis l'entrée standard

#: ifile.c:54
#, c-format
msgid %s (child): failed to exec /bin/sh: %s\n
msgstr %s (enfant) : échec d'exécution de /bin/sh : %s\n

#: ifile.c:100
#, c-format
msgid %s: command (%s) failed (exit status %d)\n
msgstr %s : la commande (%s) a échoué (état de sortie %d)\n

#: ifile.c:109
#, c-format
msgid %s: command (%s) was killed by signal %d\n
msgstr %s : la commande (%s) a été tuée par le signal %d\n

#: ifile.c:127
#, c-format
msgid %s: %s: cannot stat: %s\n
msgstr %s : impossible d'analyser « %s » : %s\n

#: ifile.c:138
msgid is a directory, skipping
msgstr est un répertoire, ignoré

#: ifile.c:139
msgid is a block device, skipping
msgstr est un périphérique bloc, ignoré

#: ifile.c:140
msgid internal error
msgstr erreur interne

#: ifile.c:141
msgid is a socket, skipping
msgstr est une socket, ignorée

#: ifile.c:142
msgid unknown file type, skipping
msgstr type de fichier inconnu, ignoré

#: sorter.c:54
msgid Parse error in field.
msgstr Échec d'analyse syntaxique dans le champ.

#: grep-dctrl.c:46
msgid grep-dctrl -- grep Debian control files
msgstr grep-dctrl -- sélectionner dans des fichiers de contrôle Debian

#: grep-dctrl.c:106
msgid Show the testing banner.
msgstr Afficher la bannière de test.

#: grep-dctrl.c:108 sort-dctrl.c:37 tbl-dctrl.c:39
msgid LEVEL
msgstr NIVEAU

#: grep-dctrl.c:108 sort-dctrl.c:37 tbl-dctrl.c:39
msgid Set debugging level to LEVEL.
msgstr Sélectionner le niveau de débogage NIVEAU.

#: grep-dctrl.c:109 grep-dctrl.c:111
msgid FIELD,FIELD,...
msgstr CHAMP,CHAMP,...

#: grep-dctrl.c:109
msgid Restrict pattern matching to the FIELDs given.
msgstr Restreindre le motif de correspondance aux CHAMPS fournis.

#: grep-dctrl.c:110
msgid This is a shorthand for -FPackage.
msgstr Il s'agit d'un raccourci pour -FPackage.

#: grep-dctrl.c:111
msgid Show only the body of these fields from the matching paragraphs.
msgstr N'afficher que le corps des champs des paragraphes qui correspondent

Bug#361921: Acknowledgement (dctrl-tools: French translation update)

2006-04-11 Thread Frédéric Bothamy
* Debian Bug Tracking System [EMAIL PROTECTED] [2006-04-11 02:03] :

Sorry, I have just noticed that the template file I used to generate the
fr.po was not up-to-date. Here is an updated fr.po file.

Greetings,


Fred
# French translation for dctrl-tools
# Copyright (C) YEAR Antti-Juhani Kaijanaho
# This file is distributed under the same license as the dctrl-tools package.
# Nicolas Bertolissio [EMAIL PROTECTED], 2004, 2005.
# Frédéric Bothamy [EMAIL PROTECTED], 2006.
#
msgid 
msgstr 
Project-Id-Version: dctrl-tools 2.9.0\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-04-11 11:14+0200\n
PO-Revision-Date: 2006-04-11 11:28+0200\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-15\n
Content-Transfer-Encoding: 8bit\n

#: misc.c:37
#, c-format
msgid %s: using `%s' as pager\n
msgstr %s: utilisation de « %s » comme paginateur\n

#: misc.c:47
#, c-format
msgid %s: popen failed for %s: %s\n
msgstr %s: échec de popen pour %s : %s\n

#: predicate.c:40 grep-dctrl.c:221 grep-dctrl.c:330
msgid predicate is too complex
msgstr le prédicat est trop complexe

#: paragraph.c:116
msgid warning: expected a colon
msgstr avertissement : deux-points (« : ») attendus

#: paragraph.c:122
msgid expected a colon
msgstr deux-points (« : ») attendus

#: rc.c:66
msgid Malformed default input file name
msgstr nom de fichier d'entrée par défaut mal formé

#: rc.c:79
msgid not owned by you or root, ignoring
msgstr détenu ni par vous ni par le superutilisateur, ignoré

#: rc.c:84
msgid write permissions for group or others, ignoring
msgstr droits d'écriture pour le groupe ou le reste du monde, ignoré

#: rc.c:124
msgid reading config file
msgstr lecture du fichier de configuration

#: rc.c:151
msgid read failure or out of memory
msgstr erreur de lecture ou manque de mémoire

#: rc.c:173
msgid syntax error: need a executable name
msgstr erreur de syntaxe : nécessite un nom d'exécutable

#: rc.c:181
msgid syntax error: need an input file name
msgstr erreur de syntaxe : nécessite un nom de fichier d'entrée

#: rc.c:186
msgid considering executable name
msgstr étude de l'exécutable nommé

#: rc.c:188
msgid yes, will use executable name
msgstr utilise l'exécutable nommé

#: rc.c:190
msgid default input file
msgstr fichier d'entrée par défaut

#: rc.c:201
msgid executable name not found; reading from standard input
msgstr nom d'exécutable non trouvé ; lecture depuis l'entrée standard

#: ifile.c:54
#, c-format
msgid %s (child): failed to exec /bin/sh: %s\n
msgstr %s (enfant) : échec d'exécution de /bin/sh : %s\n

#: ifile.c:100
#, c-format
msgid %s: command (%s) failed (exit status %d)\n
msgstr %s : la commande (%s) a échoué (état de sortie %d)\n

#: ifile.c:109
#, c-format
msgid %s: command (%s) was killed by signal %d\n
msgstr %s : la commande (%s) a été tuée par le signal %d\n

#: ifile.c:127
#, c-format
msgid %s: %s: cannot stat: %s\n
msgstr %s : impossible d'analyser « %s » : %s\n

#: ifile.c:138
msgid is a directory, skipping
msgstr est un répertoire, ignoré

#: ifile.c:139
msgid is a block device, skipping
msgstr est un périphérique bloc, ignoré

#: ifile.c:140
msgid internal error
msgstr erreur interne

#: ifile.c:141
msgid is a socket, skipping
msgstr est une socket, ignorée

#: ifile.c:142
msgid unknown file type, skipping
msgstr type de fichier inconnu, ignoré

#: sorter.c:54
msgid Parse error in field.
msgstr Échec d'analyse syntaxique dans le champ.

#: grep-dctrl.c:47
msgid grep-dctrl -- grep Debian control files
msgstr grep-dctrl -- sélectionner dans des fichiers de contrôle Debian

#: grep-dctrl.c:110
msgid Show the testing banner.
msgstr Afficher la bannière de test.

#: grep-dctrl.c:112 sort-dctrl.c:39 tbl-dctrl.c:41
msgid LEVEL
msgstr NIVEAU

#: grep-dctrl.c:112 sort-dctrl.c:39 tbl-dctrl.c:41
msgid Set debugging level to LEVEL.
msgstr Sélectionner le niveau de débogage NIVEAU.

#: grep-dctrl.c:113 grep-dctrl.c:116
msgid FIELD,FIELD,...
msgstr CHAMP,CHAMP,...

#: grep-dctrl.c:113
msgid Restrict pattern matching to the FIELDs given.
msgstr Restreindre le motif de correspondance aux CHAMPS fournis.

#: grep-dctrl.c:114
msgid This is a shorthand for -FPackage.
msgstr Il s'agit d'un raccourci pour -FPackage.

#: grep-dctrl.c:115
msgid This is a shorthand for -FSource:Package.
msgstr Il s'agit d'un raccourci pour -FSource:Package.

#: grep-dctrl.c:116
msgid Show only the body of these fields from the matching paragraphs.
msgstr N'afficher que le corps des champs des paragraphes qui correspondent.

#: grep-dctrl.c:117
msgid 
Show only the first line of the \Description\ field from the matching 
paragraphs.
msgstr 
N'afficher que la première ligne du champ « Description » des paragraphes 
qui correspondent.

#: grep-dctrl.c:118
msgid Suppress field names when showing specified fields.
msgstr Supprimer les noms de champs lors de l'affichage des champs spécifiés.

#: grep-dctrl.c:119
msgid

Bug#360341: imagemagick: Please add Build-Conflicts with graphviz

2006-04-01 Thread Frédéric Bothamy
Package: imagemagick
Version: 7:6.2.4.5-0.8
Severity: wishlist
Tags: patch


Hello,

Please add Build-Conflicts with graphviz. When this package is
installed, imagemagick does not compile (sorry, I don't have the exact
error message anymore, but it contained something about the function
gvCleanup_DEPRECATED_BY_gvFreeContext provided by graphviz).

Possible patch would be:

--- imagemagick-6.2.4.5/debian/control
+++ imagemagick-6.2.4.5/debian/control
@@ -4,6 +4,7 @@
 Maintainer: Ryuichi Arafune [EMAIL PROTECTED]
 Standards-Version: 3.6.2
 Build-Depends: libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev (= 
0.2.7-1), libz-dev, libpng12-dev, libx11-dev, libxext-dev, debhelper ( 
3.0.5), libxml2-dev, libfreetype6-dev, liblcms1-dev, libexif-dev, perl (= 
5.8.0-3), libjasper-1.701-dev, libltdl3-dev
+Build-Conflicts: graphviz
 
 Package: imagemagick
 Architecture: any


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages imagemagick depends on:
ii  libbz2-1.0   1.0.3-2 high-quality block-sorting file co
ii  libc62.3.6-4 GNU C Library: Shared libraries an
ii  libfreetype6 2.1.10-3FreeType 2 font engine, shared lib
ii  libice6  6.9.0.dfsg.1-5  Inter-Client Exchange library
ii  libjasper-1.701-11.701.0-2   The JasPer JPEG-2000 runtime libra
ii  libjpeg626b-12   The Independent JPEG Group's JPEG 
ii  liblcms1 1.13-1  Color management library
ii  libmagick9   7:6.2.4.5-0.8   Image manipulation library
ii  libpng12-0   1.2.8rel-5.1PNG library - runtime
ii  libsm6   6.9.0.dfsg.1-5  X Window System Session Management
ii  libtiff4 3.8.2-1 Tag Image File Format (TIFF) libra
ii  libx11-6 6.9.0.dfsg.1-5  X Window System protocol client li
ii  libxext6 6.9.0.dfsg.1-5  X Window System miscellaneous exte
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  zlib1g   1:1.2.3-11  compression library - runtime

imagemagick recommends no packages.

-- no debconf information


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



Bug#360400: imagemagick: Segfault when selecting a directory without images in Visual Directory

2006-04-01 Thread Frédéric Bothamy
Package: imagemagick
Version: 7:6.2.4.5-0.8
Severity: normal
Tags: patch

Hello,

Here are the steps to reproduce the segfault:

- launch display without parameters
- choose Cancel
- click on the logo to display the menu
- choose File/Visual Directory
- enter a directory without any image in File name (/ for instance)
- choose Directory

I have traced the problem under gdb:

(gdb) b main
Breakpoint 1 at 0x80488a1: file utilities/display.c, line 113.
(gdb) set env LD_LIBRARY_PATH 
/home/fred/debian/imagemagick/imagemagick-6.2.4.5/magick/.libs/
(gdb) r
Starting program: 
/home/fred/debian/imagemagick/imagemagick-6.2.4.5/utilities/.libs/display 
[Thread debugging using libthread_db enabled]
[New Thread -1218598688 (LWP 24266)]
[Switching to Thread -1218598688 (LWP 24266)]

Breakpoint 1, main (argc=1, argv=0xbf96f674) at utilities/display.c:113
(gdb) s
InitializeMagick (
path=0xbf96fd90 
/home/fred/debian/imagemagick/imagemagick-6.2.4.5/utilities/.libs/display) at 
magick/magick.c:886
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0xb7c30eb1 in XVisualDirectoryImage (display=0x804fac0, 
resource_info=0xbf96e394, windows=0x8208410) at magick/display.c:14661
(gdb) bt
#0  0xb7c30eb1 in XVisualDirectoryImage (display=0x804fac0, 
resource_info=0xbf96e394, windows=0x8208410) at magick/display.c:14661
#1  0xb7c23e9a in XMagickCommand (display=0x804fac0, 
resource_info=0xbf96e394, windows=0x8208410, 
command=VisualDirectoryCommand, image=0xbf96a2ac) at magick/display.c:8705
#2  0xb7c34b0c in XDisplayImage (display=0x804fac0, resource_info=0xbf96e394, 
argv=0x804a7f8, argc=1, image=0xbf96f49c, state=0xbf96f490)
at magick/display.c:16091
#3  0xb7c0b9d8 in DisplayImageCommand (image_info=0x8071e58, argc=1, 
argv=0x804a7f8, magick_unused_metadata=0x0, exception=0xbf96f5d4)
at magick/display.c:2030
#4  0x080489f2 in main (argc=1, argv=0xbf96f674) at utilities/display.c:131
(gdb) p images-progress_monitor
Cannot access memory at address 0x1a8
(gdb) p *images
Cannot access memory at address 0x0
(gdb)

This small patch fixes the problem for me:

diff -u imagemagick-6.2.4.5/magick/display.c 
imagemagick-6.2.4.5/magick/display.c
--- imagemagick-6.2.4.5/magick/display.c
+++ imagemagick-6.2.4.5/magick/display.c
@@ -14658,8 +14658,8 @@
   }
 AppendImageToList(images,next_image);
   }
-if ((images-progress_monitor != (MagickProgressMonitor) NULL) 
-(QuantumTick(i,number_files) != MagickFalse))
+if ((images != (Image *) NULL)  ((images-progress_monitor != 
(MagickProgressMonitor) NULL) 
+  (QuantumTick(i,number_files) != 
MagickFalse)))
   {
 status=images-progress_monitor(LoadImageTag,i,(MagickSizeType)
   number_files,images-client_data);

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages imagemagick depends on:
ii  libbz2-1.0   1.0.3-2 high-quality block-sorting file co
ii  libc62.3.6-4 GNU C Library: Shared libraries an
ii  libfreetype6 2.1.10-3FreeType 2 font engine, shared lib
ii  libice6  6.9.0.dfsg.1-5  Inter-Client Exchange library
ii  libjasper-1.701-11.701.0-2   The JasPer JPEG-2000 runtime libra
ii  libjpeg626b-12   The Independent JPEG Group's JPEG 
ii  liblcms1 1.13-1  Color management library
ii  libmagick9   7:6.2.4.5-0.8   Image manipulation library
ii  libpng12-0   1.2.8rel-5.1PNG library - runtime
ii  libsm6   6.9.0.dfsg.1-5  X Window System Session Management
ii  libtiff4 3.8.2-1 Tag Image File Format (TIFF) libra
ii  libx11-6 6.9.0.dfsg.1-5  X Window System protocol client li
ii  libxext6 6.9.0.dfsg.1-5  X Window System miscellaneous exte
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  zlib1g   1:1.2.3-11  compression library - runtime

imagemagick recommends no packages.

-- no debconf information


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



Bug#359014: hylafax: French debconf templates translation

2006-03-25 Thread Frédéric Bothamy
Package: hylafax
Version: N/A
Severity: wishlist
Tags: patch l10n

Hello Giuseppe,

Sorry for the delay, I only took over the translation last thursday as
Eric did not answer your mail sent to debian-l10n-french.

Please find attached the french debconf templates update, proofread by
the debian-l10n-french mailing list contributors.

Thanks.


Fred


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.32
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: hylafax\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-03-19 22:41+0100\n
PO-Revision-Date: 2006-03-23 11:19+0100\n
Last-Translator: Eric Madesclair [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-1\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../hylafax-server.templates:3
msgid Don't forget to setup a modem line
msgstr Configuration d'un modem indispensable

#. Type: note
#. Description
#: ../hylafax-server.templates:3
msgid 
Hylafax is now installed as a server but you still have to configure at 
least a modem in order to send or receive faxes. Please use faxaddmodem in 
order to define a modem and then restart hylafax so that it will use the new 
configuration.
msgstr 
Le serveur hylafax est maintenant installé, vous devez encore configurer au 
moins un modem avant de pouvoir envoyer ou recevoir des fax. Veuillez 
utiliser la commande « faxaddmodem » pour configurer votre modem, puis 
relancez le serveur hylafax pour que la nouvelle configuration soit prise en 
compte.

#. Type: boolean
#. Description
#: ../hylafax-server.templates:12
msgid Start the HylaFAX daemon now?
msgstr Faut-il démarrer le démon hylafax maintenant ?

#. Type: boolean
#. Description
#: ../hylafax-server.templates:12
msgid 
Hylafax is already configured and may be started now. If you specify to 
start it later manually, remember to change the value of RUN_HYLAFAX in /etc/
default/hylafax.
msgstr 
Hylafax est déjà configuré et peut être démarré maintenant. Si vous prévoyez 
de le lancer vous-même, vous devrez modifier la valeur RUN_HYLAFAX dans le 
fichier /etc/default/hylafax.

#. Type: note
#. Description
#: ../hylafax-server.templates:19
msgid Check base64 encoders
msgstr Vérification de l'encodeur base64

#. Type: note
#. Description
#: ../hylafax-server.templates:19
msgid 
Hylafax is able to send received faxes via email. These emails need to 
include base64 encoded attachments. Since this is not essential to hylafax 
to work, you need to do manually some further steps: you should install a 
package that provide encoders (like mime-codecs or sharutils) and run 
'faxsetup -server' that will automatically check for those encoders and 
change its configuration.
msgstr 
Hylafax peut envoyer les fax reçus par courriel. Le courriel contient le fax 
en pièce jointe avec un encodage en base64. Comme cette fonctionnalité n'est 
pas indispensable au fonctionnement d'hylafax, certaines opérations vont 
être nécessaires pour qu'elle soit opérationnelle : vous devez installer un 
paquet qui fournit un encodeur (comme MIME-codecs ou sharutils) et exécuter 
la commande « faxsetup -server » pour vérifier et configurer automatiquement 
l'encodeur.

#. Type: error
#. Description
#: ../hylafax-server.templates:29
msgid Hylafax setup failed
msgstr Échec de la configuration d'hylafax

#. Type: error
#. Description
#: ../hylafax-server.templates:29
msgid 
While installing hylafax a script called 'faxsetup' failed. This can be 
caused by many reasons and cannot be fixed automatically so the hylafax-
server package is now unconfigured. Please fix the problem, run 'faxsetup -
server' as root and reconfigure hylafax-server manually.
msgstr 
Lors de l'installation d'hylafax, le script « faxsetup » a échoué. Cela peut 
être causé par différentes raisons et ne peut pas être corrigé 
automatiquement ; c'est pourquoi le paquet hylafax-server est maintenant non 
configuré. Veuillez corriger le problème, exécuter « faxsetup-server » avec 
les privilèges du superutilisateur et reconfigurer vous-même hylafax-server.

#~ msgid Don't forget to configure HylaFAX with /usr/sbin/faxsetup.
#~ msgstr Vous devez configurer hylaFAX avec le script /usr/sbin/faxsetup

#~ msgid 
#~ Please run the faxsetup script which will ask you a few questions about 
#~ your setup and will let you add with a semi-automatical 

Bug#347844: Patch from Javier Kohen fixes this problem

2006-03-02 Thread Frédéric Bothamy
Hello all,


I have tested the patch (most-mbglitches+more2.patch) from Javier Kohen
in bug #211217 and this fixes the current problem: I no longer can
observe the segfault with [EMAIL PROTECTED] locale.

This also fixes the minor scrolling problem noted at the end of this
bug (scrolling faster on lines with formating than lines without).

Thanks for the patch, Javier (don't forget to CC
[EMAIL PROTECTED] so that I can receive messages sent to
this bug report).

Could this patch be applied and sent upstream?

Greetings,


Fred


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



Bug#352900: websvn: Purging package still hangs

2006-02-14 Thread Frédéric Bothamy
Package: websvn
Version: 1.61-16

Hello,

This is a followup-for bug #340188 (archived). Purging websvn still
hangs as the db_stop is not at the end of the postrm script. I have been
able to solve this problem by moving it to the end of the script

The patch would then be:

--- postrm.old  2006-02-14 10:50:38.0 +0100
+++ postrm  2006-02-14 10:51:14.0 +0100
@@ -33,8 +33,6 @@
;;
 esac
 
-db_stop
-
 for webserver in $restart; do
webserver=${webserver%,}
if [ -x /usr/sbin/invoke-rc.d ]; then
@@ -49,5 +47,7 @@
 
 #DEBHELPER#
 
+db_stop
+
 exit 0
 

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (200, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.3
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#351378: debsums: Trivial update for French and Russian po manpages

2006-02-04 Thread Frédéric Bothamy
Package: debsums
Version: 2.0.25
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached a trivial patch to fix manpage translations for
French and Russian. You may want to manually unfuzzyfy such
translation strings for simple english corrections.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages debsums depends on:
ii  debconf [debconf-2.0] 1.4.70 Debian configuration management sy
ii  perl  5.8.7-10   Larry Wall's Practical Extraction 

debsums recommends no packages.

-- debconf information excluded
diff -Naur debsums-2.0.25/man/po/fr.po debsums-2.0.25.1/man/po/fr.po
--- debsums-2.0.25/man/po/fr.po 2006-02-02 12:11:29.0 +0100
+++ debsums-2.0.25.1/man/po/fr.po   2006-02-04 15:28:09.0 +0100
@@ -7,7 +7,7 @@
 msgstr 
 Project-Id-Version: debsums-2.0.19\n
 POT-Creation-Date: 2006-02-02 21:39+1100\n
-PO-Revision-Date: 2005-11-14 17:27+0100\n
+PO-Revision-Date: 2006-02-04 15:28+0100\n
 Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
 Language-Team: Debian French Team debian-l10n-french@lists.debian.org\n
 MIME-Version: 1.0\n
@@ -520,7 +520,6 @@
 
 # type: Plain text
 #: debsums.1:126
-#, fuzzy
 msgid Changed or missing package files, or checksum mismatch on an archive.
 msgstr 
 Des fichiers du paquet ont changé ou sont absents ou les sommes de contrõle 
diff -Naur debsums-2.0.25/man/po/ru.po debsums-2.0.25.1/man/po/ru.po
--- debsums-2.0.25/man/po/ru.po 2006-02-02 12:11:30.0 +0100
+++ debsums-2.0.25.1/man/po/ru.po   2006-02-04 15:28:47.0 +0100
@@ -7,7 +7,7 @@
 msgstr 
 Project-Id-Version: debsums\n
 POT-Creation-Date: 2006-02-02 21:39+1100\n
-PO-Revision-Date: 2005-12-13 21:48+0300\n
+PO-Revision-Date: 2006-02-04 15:28+0100\n
 Last-Translator: Yuri Kozlov [EMAIL PROTECTED]\n
 Language-Team: Russian debian-l10n-russian@lists.debian.org\n
 MIME-Version: 1.0\n
@@ -513,7 +513,6 @@
 
 # type: Plain text
 #: debsums.1:126
-#, fuzzy
 msgid Changed or missing package files, or checksum mismatch on an archive.
 msgstr 
 Отсутствуют или изменены файлы пакета или 
контрольная сумма пакета не 


Bug#344728: Patch to add fuse device to MAKEDEV

2006-01-30 Thread Frédéric Bothamy
tags 344728 + patch
thanks

Hello,

Here is a patch to add fuse device to the MAKEDEV script:

--- makedev-2.3.1/MAKEDEV
+++ makedev-2.3.1/MAKEDEV
@@ -1108,6 +1108,7 @@
makedev led   c $major 151 $mouse
makedev mergemem  c $major 153 $mouse
makedev pmu   c $major 154 $mouse
+   makedev fuse  c $major 229 $mouse
;;
pmu)
major=`Major mouse 10` || continue


Note: this should help solving the RC-bug for fuse-utils (Bug #334639).

Greetings,


Fred


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



Bug#334639: Using MAKEDEV for creating fuse device?

2006-01-30 Thread Frédéric Bothamy
* Bartosz Fenski aka fEnIo [EMAIL PROTECTED] [2006-01-28 01:33] :
 On Fri, Jan 27, 2006 at 11:48:08AM +0100, Frédéric Bothamy wrote:
   That wouldn't be better. That's policy demand, and mentioned bug is the
   reason I didn't upload new version of fuse yet, cause I would violate
   policy doing it.
  
  Hello Bartosz,
  
  Thanks for the explanation, I hadn't noticed that you were the one
  submitting the bugreport on makedev. Do you know if the makedev
  maintainer is aware that there is an RC bug on fuse-utils due to this
  problem?
 
 I don't know if he's aware of RC bug... I talk with him several times on
 IRC and everytime he promised that upload 'will be this evening or this
 weekend'. To be honest I'm tired asking him everytime I see him on IRC.
 
 Feel free to do it yourself ;)

I'll post a patch for bug #344728, I can't do an NMU myself as I am not
a DD. Hopefully this will give an hint to the maintainer.

Thanks for your help.


Fred



Bug#334639: Using MAKEDEV for creating fuse device?

2006-01-27 Thread Frédéric Bothamy
* Bartosz Fenski aka fEnIo [EMAIL PROTECTED] [2006-01-24 16:03] :
 On Tue, Jan 24, 2006 at 02:03:04PM +0100, Frédéric Bothamy wrote:
  Rather than creating the fuse device by hand, it would be better to use
  MAKEDEV (when Bug#344728 is solved) to do it.
 
 That wouldn't be better. That's policy demand, and mentioned bug is the
 reason I didn't upload new version of fuse yet, cause I would violate
 policy doing it.

Hello Bartosz,

Thanks for the explanation, I hadn't noticed that you were the one
submitting the bugreport on makedev. Do you know if the makedev
maintainer is aware that there is an RC bug on fuse-utils due to this
problem?

Greetings,


Fred



Bug#345729: confirmation that this patch works

2006-01-26 Thread Frédéric Bothamy
* Gaudenz Steinlin [EMAIL PROTECTED] [2006-01-26 15:27] :
 tags +patch
 
 I rebuilt x11-xorg with the patch from Kevin Shanahan contained in this
 bug report and the patch solves the problem. I think it is save to apply
 this patch to the next upload of the package.

Hello,

I think that this bug is the same as bug #345929 in the Debian BTS and
according to this bug, the issue is not completely solved. I have tried
the patch mentioned in both bugs and while I have had fewer freezes with
it thant without, I still had some from time to time (after a few hours
of uptime).

Greetings,


Fred


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



Bug#334639: Using MAKEDEV for creating fuse device?

2006-01-24 Thread Frédéric Bothamy
Hello,

Rather than creating the fuse device by hand, it would be better to use
MAKEDEV (when Bug#344728 is solved) to do it.

Greetings,


Fred


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



Bug#347844: most: Bug seems specific to some locales

2006-01-14 Thread Frédéric Bothamy
Followup-For: Bug #347844
Package: most
Version: 4.10.2-2

Hello,

I have noticed that this bug does not show up when using the locale
LANG=fr_FR.UTF-8, but only with [EMAIL PROTECTED] or fr_FR, i.e. latin1 or
latin9 (presumably any latin locale, including C).

Greetings,


Fred


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages most depends on:
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libslang2 2.0.5-1The S-Lang programming library - r

most recommends no packages.

-- no debconf information


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



Bug#347844: most: free(): invalid next size (Aborted with core dump) when scrolling manpages and exiting

2006-01-12 Thread Frédéric Bothamy
Package: most
Version: 4.10.2-2
Severity: normal

Hello,

Here are the steps to reproduce the problem:
- man most (using most as pager)
- Right Arrow (or ) to scroll the page to the right
- q to quit

It is then displayed:

*** glibc detected *** free(): invalid next size (normal): 0x080baec8 ***
man: /usr/bin/pager: Signal 6 underlined text
man: commande terminée avec 6 comme code de retour: /usr/bin/zsoelim 
/tmp/zmani71IIw | /usr/bin/tbl | /usr/bin/nroff -mandoc -rLL=155n -rLT=155n 
-Tlatin1 | iconv -c -f ISO-8859-1 -t ISO-8859-15 | /usr/bin/pager -s

When re-executing the entire command above, I get the following message:

*** glibc detected *** free(): invalid next size (normal): 0x080fd618 ***   
MOST(1)
Abandon (core dumped)

Note 1: The MOST(1) is a leftover from the manpage.
Note 2: this message seems to depend on the locale, I get different
messages with the C locale (but still an Aborted (core dumped) at the
end)

The backtrace for the segfault is:

$ gdb /usr/bin/most core
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.

(no debugging symbols found)
Core was generated by `most -s'.
Program terminated with signal 6, Aborted.

warning: Can't read pathname for load map: Erreur d'entrée/sortie.
Reading symbols from /lib/libslang.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libslang.so.2
Reading symbols from /lib/tls/libm.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/libm.so.6
Reading symbols from /lib/tls/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /lib/tls/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/libdl.so.2
Reading symbols from /lib/ld-linux.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0xb7d5f7a7 in raise () from /lib/tls/libc.so.6
(gdb) bt
#0  0xb7d5f7a7 in raise () from /lib/tls/libc.so.6
#1  0xb7d6104b in abort () from /lib/tls/libc.so.6
#2  0xb7d96015 in __fsetlocking () from /lib/tls/libc.so.6
#3  0xb7d9c667 in malloc_usable_size () from /lib/tls/libc.so.6
#4  0xb7d9cb02 in free () from /lib/tls/libc.so.6
#5  0xb7f0f6c1 in SLfree () from /lib/libslang.so.2
#6  0xb7eddd16 in SLsmg_resume_smg () from /lib/libslang.so.2
#7  0xb7ede05a in SLsmg_reset_smg () from /lib/libslang.so.2
#8  0x080516f5 in ?? ()
#9  0x in ?? ()
(gdb) 

After locally recompiling the package, the complete backtrace is:

$ gdb ./most core 
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...Using host libthread_db library 
/lib/tls/libthread_db.so.1.

Core was generated by `./most -s'.
Program terminated with signal 6, Aborted.

warning: Can't read pathname for load map: Erreur d'entrée/sortie.
Reading symbols from /lib/libslang.so.2...done.
Loaded symbols for /lib/libslang.so.2
Reading symbols from /lib/tls/libm.so.6...done.
Loaded symbols for /lib/tls/libm.so.6
Reading symbols from /lib/tls/libc.so.6...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /lib/tls/libdl.so.2...done.
Loaded symbols for /lib/tls/libdl.so.2
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0xb7d4b7a7 in raise () from /lib/tls/libc.so.6
(gdb) bt
#0  0xb7d4b7a7 in raise () from /lib/tls/libc.so.6
#1  0xb7d4d04b in abort () from /lib/tls/libc.so.6
#2  0xb7d82015 in __fsetlocking () from /lib/tls/libc.so.6
#3  0xb7d88667 in malloc_usable_size () from /lib/tls/libc.so.6
#4  0xb7d88b02 in free () from /lib/tls/libc.so.6
#5  0xb7efb6c1 in SLfree () from /lib/libslang.so.2
#6  0xb7ec9d16 in SLsmg_resume_smg () from /lib/libslang.so.2
#7  0xb7eca05a in SLsmg_reset_smg () from /lib/libslang.so.2
#8  0x080528bb in most_reset_display () at 
/home/fred/debian/most/most-4.10.2/src/window.c:578
#9  0x080509c6 in most_exit_most () at 
/home/fred/debian/most/most-4.10.2/src/most.c:378
#10 0x0804ed58 in sldo_key () at 
/home/fred/debian/most/most-4.10.2/src/keym.c:663
#11 0x0804ee96 in most_execute_key () at 
/home/fred/debian/most/most-4.10.2/src/keym.c:716
#12 0x0805098e in do_most (file=0xbf861fd4 , start=0) at 
/home/fred/debian/most/most-4.10.2/src/most.c:368
#13 0x08050c9b in most (argc=2, argv=0xbf8624b4) at 

Bug#346016: Joining Group Chat and canceling segfault gossip

2006-01-04 Thread Frédéric Bothamy
Package: gossip
Version: 0.9-1
Severity: important

Hello,

Here are the steps to reproduce the segfault:

- start gossip
- select join a Group Chat
- choose Cancel in the window
- segfault

When running gossip under gdb, the backtrace does not give much
information and seems corrupted:

[EMAIL PROTECTED]:~$ gdb gossip
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.

(gdb) r
Starting program: /usr/bin/gossip 
(no debugging symbols found)

[...]

(no debugging symbols found)
Contact List: Connected
Contact List: Contact added: XXX
Contact List: Contact added: YYY
Contact List: Contact added: ZZZ
Contact List: Contact added: AAA
Contact List: Contact added: BBB

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1223243552 (LWP 9849)]
0x in ?? ()
(gdb) bt
#0  0x in ?? ()
#1  0x081336c8 in ?? ()
#2  0x00bb in ?? ()
#3  0x in ?? ()
(gdb) 

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gossip depends on:
ii  gconf22.10.1-6   GNOME configuration database syste
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libgconf2-4   2.10.1-6   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.4-2The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libloudmouth1-0   1.0.1-4Lightweight C Jabber library
ii  libpango1.0-0 1.10.1-2   Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libx11-6  6.9.0.dfsg.1-1 X Window System protocol client li
ii  libxml2   2.6.22-2   GNOME XML library
ii  libxslt1.11.1.15-2   XSLT processing library - runtime 
ii  libxss1   6.9.0.dfsg.1-1 X Screen Saver client-side library
ii  xlibs 6.9.0.dfsg.1-1 X Window System client libraries m

gossip recommends no packages.

-- no debconf information


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



Bug#340298: Patch to clarify the Ports page

2005-12-17 Thread Frédéric Bothamy
tags 340298 patch
thanks

Hello,

Here is a patch to clarify which port EM64T users should use as this
seems to generate a lot of confusion for Intel users who try (and fail)
to use IA64 images.

Index: index.wml
===
RCS file: /cvs/webwml/webwml/english/ports/index.wml,v
retrieving revision 1.59
diff -u -r1.59 index.wml
--- index.wml   14 Oct 2005 16:57:16 -  1.59
+++ index.wml   17 Dec 2005 14:02:32 -
@@ -113,7 +113,10 @@
 h3a href=ia64/IA-64 (ldquo;ia64rdquo;)/a/h3
 p
  First officially released with Debian 3.0.
- This is a port to Intel's 64-bit architecture.
+ This is a port to the first Intel's 64-bit architecture. Note: this
+ should emnot/em be confused with the latest Intel 64-bit extensions
+ for Pentium 4 and Celeron, called EM64T. For the later, see the a
+ href=amd64/AMD64/a pages.
 /p

 h3a href=s390/S/390 (ldquo;s390rdquo;)/a/h3
@@ -130,7 +133,8 @@
 h3a href=amd64/AMD64/a/h3
 p
  Port to the 64 bit AMD64 (Opteron) processors. The goal is to
- support both 32bit- and 64bit-userland on this architecture.
+ support both 32bit- and 64bit-userland on this architecture. This is
+ also used for Intel EM64T architecture.
 /p

 h3a href=http://debian-ppc64.alioth.debian.org/;ppc64/a/h3

Greeting,


Fred


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



Bug#343748: aptitude: Main help file won't display in French and problem with encoding of mine help file

2005-12-17 Thread Frédéric Bothamy
Package: aptitude
Version: 0.4.1-1
Severity: normal

Hello,

With a fr_FR.UTF-8 locale, the main help file won't display at all. I
tried to take a screenshot:

###
###
#[ Continuer ]#
###
Ces paquets sont actuellement installés sur votre ordinateur.  
#

Moreover, the mine help file does not display correctly:




 
###
 # D?mineur en mode ??Curses??  
  ##
 #  
  ##
 #Dans le D?mineur, on vous pr?sente un plateau comportant un 
certain nombre de   ##
 #mines cach?es. A chaque tour vous d?couvrez une ou plusieurs 
cases afin de voir ##
 #leur contenu ; pour gagner vous devez d?duire l'emplacement de 
chacune des  ##

I can provide real screenshots if needed.

I have also these problems with [EMAIL PROTECTED] locale (i.e. latin9).

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43 Advanced front-end for dpkg
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.16-2   type-safe Signal Framework for C++
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.1-1English manual for aptitude, a ter

-- no debconf information



Bug#343399: php4 build-depends uninstallable (libdb4.2-dev, libdb4.3-dev conflict)

2005-12-14 Thread Frédéric Bothamy
Package: php4
Version: 4:4.4.0-4
Severity: serious
Justification: no longer builds from source
Tags: patch

Hello,

When I try to install php4 build-dependencies on a current sid system,
I get the following error (with C locale):

# apt-get build-dep php4
Reading package lists... Done
Building dependency tree... Done
libdb4.2-dev is already the newest version.
E: Build-dependencies for php4 could not be satisfied.

The problem here is that php4 build-depends on libdb4.2-dev, apache-dev
(a php4 build-dependency) depends on libdb4.3-dev and both libdb4.X-dev
packages conflict with each other (through the libdb-dev conflict).

There was no problem for the compilation of the current php4 package as
it was compiled with the previous version of apache-dev (1.3.33-7)
according to buildd.debian.org and the libdb4.3-dev dependency of
apache-dev was introduced in the latest version.

The following patch should fix the problem (compile is OK with it here):

--- control.old 2005-12-14 22:45:07.0 +0100
+++ control 2005-12-14 22:45:28.0 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian PHP Maintainers [EMAIL PROTECTED]
 Uploaders: Adam Conrad [EMAIL PROTECTED], Steve Langasek [EMAIL 
PROTECTED], Jeroen van Wolffelaar [EMAIL PROTECTED]
-Build-Depends: apache-dev (= 1.3.23), apache2-prefork-dev (= 2.0.53-3), 
autoconf, automake1.4, bison, chrpath, debhelper (= 3), flex (= 2.5.4), 
freetds-dev, po-debconf, libbz2-dev (= 1.0.0), libcurl3-openssl-dev | 
libcurl3-dev, libdb4.2-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, 
libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libgdbm-dev, libjpeg62-dev, 
libkrb5-dev, libldap2-dev, libmcal0-dev (= 0.6), libmhash-dev (= 0.8.8), 
libmysqlclient14-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 4.3-1), 
libpng12-dev, libpq-dev | postgresql-dev, librecode-dev, libsablot0-dev (= 
0.96), libsnmp9-dev | libsnmp-dev, libssl-dev (= 0.9.6), libt1-dev, libtool 
(= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), 
libxslt1-dev (= 1.0.18), libzzip-dev, re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
+Build-Depends: apache-dev (= 1.3.23), apache2-prefork-dev (= 2.0.53-3), 
autoconf, automake1.4, bison, chrpath, debhelper (= 3), flex (= 2.5.4), 
freetds-dev, po-debconf, libbz2-dev (= 1.0.0), libcurl3-openssl-dev | 
libcurl3-dev, libdb4.3-dev, libexpat1-dev (= 1.95.2-2.1), libfreetype6-dev, 
libgcrypt11-dev, libgd2-xpm-dev (= 2.0.28-3), libgdbm-dev, libjpeg62-dev, 
libkrb5-dev, libldap2-dev, libmcal0-dev (= 0.6), libmhash-dev (= 0.8.8), 
libmysqlclient14-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (= 4.3-1), 
libpng12-dev, libpq-dev | postgresql-dev, librecode-dev, libsablot0-dev (= 
0.96), libsnmp9-dev | libsnmp-dev, libssl-dev (= 0.9.6), libt1-dev, libtool 
(= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (= 2.4.14), 
libxslt1-dev (= 1.0.18), libzzip-dev, re2c, unixodbc-dev, zlib1g-dev (= 1.0.9)
 Build-Conflicts: bind-dev
 Standards-Version: 3.6.2
 
(multi-lines would be nice here, I only changed libdb4.2-dev to libdb4.3-dev)

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages php4 depends on:
ii  libapache-mod-php44:4.4.0-4  server-side, HTML-embedded scripti
ii  php4-common   4:4.4.0-4  Common files for packages built fr

php4 recommends no packages.

-- no debconf information


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



Bug#343220: debsums: [INTL:ru] Russian translation of the package

2005-12-14 Thread Frédéric Bothamy
* Brendan O'Dea [EMAIL PROTECTED] [2005-12-14 23:43] :
 On Tue, Dec 13, 2005 at 09:57:08PM +0300, Yuri Kozlov wrote:
 Package: debsums
 Please, include the Russian translation of the man page and template
 in the next version.
 Note, what Russian man page must be generated in the KOI8-R
 charset. (groff is not work this UTF-8)
 
 Thanks, applied.
 
 ps: thanks for your using po4a.
 
 You're most welcome, I pleased that it helps.
 
 All credit for the switch to po4a goes to Frédéric Bothamy for providing
 a comprehensive patch to make the change; thanks again Fred!

... of which the biggest part should go to Thomas Huriaux, he's the one
pushing for po4a use for manpages in the French l10n lists (I only
copied and followed one of his bugreports to do the switch).


Fred



Bug#341175: po4a: Proofreading for the French translations

2005-11-28 Thread Frédéric Bothamy
Package: po4a
Version: 0.22-1
Severity: minor
Tags: patch l10n

Hello dear po4a maintainers,

Here is a patch (attached and compressed) to fix many mistakes in the
French translation for the documentation of po4a (po/bin/fr.po with
ISO-8859-15 encoding and po/pod/fr.po with UTF-8 encoding). Most
notably, I have replaced a huge number of argument by paramètre.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages po4a depends on:
ii  gettext   0.14.5-2   GNU Internationalization utilities
ii  libsgmls-perl 1.03ii-31  Perl modules for processing SGML p
ii  perl  5.8.7-8Larry Wall's Practical Extraction 
ii  perl-modules  5.8.7-8Core Perl modules
ii  sp1.3.4-1.2.1-45 James Clark's SGML parsing tools

Versions of packages po4a recommends:
ii  liblocale-gettext-perl1.05-1 Using libc functions for internati
ii  libterm-readkey-perl  2.30-2 A perl module for simple terminal 
ii  libtext-wrapi18n-perl 0.06-4 internationalized substitute of Te

-- no debconf information


po4a.diff.gz
Description: Binary data


Bug#339689: debsums: Please switch to po4a to handle manpages translation

2005-11-17 Thread Frédéric Bothamy
Package: debsums
Version: 2.0.19
Severity: wishlist
Tags: l10n patch

Hello,

Please find attached a patch to switch to po4a to handle manpages
translations.

This patch does the following things:
- debian/control: adds po4a to Build-Depends:
- debian/rules: builds manpages and installs them
- removes all translations
- creates the man/ directory with the current translations in the po
  format.

To complete the work, you have to move debsums.1 and debsums_gen.8
into the man/ directory. This is not done in the patch because I don't
know if the very last versions of these manpages are those in the
source package.

Except for the French translation which has been reviewed by the
debian-l10n-french team, the pt_BR translation is marked as fuzzy. It is
because it must be manually checked by a native-speaker after the
switch. If you intend to fix this bug, please ask the pt_BR team to
update its translation (or you can upload a new package with the
fuzzy translations and they should see that their translations are
outdated).

If you receive new translations, just add them in the man/po/ directory,
add the language code in man/Makefile as well as the corresponding entry
in man/po4a.cfg.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages debsums depends on:
ii  debconf [debconf-2.0] 1.4.59 Debian configuration management sy
ii  perl  5.8.7-8Larry Wall's Practical Extraction 

debsums recommends no packages.

-- debconf information excluded


debsums_2.0.19.diff.gz
Description: Binary data


Bug#254757: archivemail: Better regexp for date matching and a question

2005-11-14 Thread Frédéric Bothamy
Followup-For: Bug #254757
Package: archivemail
Version: 0.6.1-5

Hello,

I have stumbled on this bug when I wanted to archive my mails on a
Sarge system. And since my TZ is positive, the regexp did not work. I
think the correct regexp for /usr/lib/python2.3/mailbox.py should be:

_fromlinepattern = rFrom \s*[^\s]+\s+\w\w\w\s+\w\w\w\s+\d?\d\s+ \
   
r\d?\d:\d\d(:\d\d)?(\s+[^\s]+)?\s+\d\d\d\d\s*((\+|-)\d\d\d\d)?\s*$

This should handle positive and negative timezones in From lines. I
have tested it successfully with an email beginning with this line:

From [EMAIL PROTECTED] Mon May 31 13:24:50 2004 +0200

as well as one withouth TZ reference.

BTW shouldn't this bug be redirected to python2.3 as the file
obviously belongs to this package?

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (200, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages archivemail depends on:
ii  python2.3.5-3An interactive high-level object-o

archivemail recommends no packages.

-- no debconf information


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



Bug#338604: util-linux: /sbin/fsck.cramfs and /sbin/mkfs.cramfs depends on /usr/lib/libz.so.1

2005-11-11 Thread Frédéric Bothamy
Subject: util-linux: /sbin/fsck.cramfs and /sbin/mkfs.cramfs depends on 
/usr/lib/libz.so.1
Package: util-linux
Version: 2.12p-8
Severity: normal

Hello,

The cramfs utilities (fsck.cramfs and mkfs.cramfs) depend on a
library in /usr:

$ ldd /sbin/*cram*
/sbin/fsck.cramfs:
linux-gate.so.1 =  (0xe000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7f6c000)
libc.so.6 = /lib/tls/libc.so.6 (0xb7e34000)
/lib/ld-linux.so.2 (0xb7f8e000)
/sbin/mkfs.cramfs:
linux-gate.so.1 =  (0xe000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7ef)
libc.so.6 = /lib/tls/libc.so.6 (0xb7db8000)
/lib/ld-linux.so.2 (0xb7f12000)
$

This is forbidden by FHS because these utilities may be needed before
/usr is mounted. As 1) I doubt that these utilities are really used at
boot (unlike real FS utilities) and 2) I don't know which is the
correct solution (move these utilities to /usr/sbin or move libz to
/lib), I have not tagged this bug as serious.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages util-linux depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libslang2 2.0.5-1The S-Lang programming library - r
ii  libuuid1  1.38-2 universally unique id library
ii  zlib1g1:1.2.3-6  compression library - runtime

util-linux recommends no packages.

-- no debconf information


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



Bug#338129: most: Wrong option +c in manpage (should be -c)

2005-11-08 Thread Frédéric Bothamy
Package: most
Version: 4.10.2-1
Severity: minor
Tags: patch

Hello,

The manpage for most documents an option +c (make search case
sensitive) while it really is -c (this is correct in the help
message).

Patch is the simple: 

--- most.1.old  2005-11-08 11:40:42.0 +0100
+++ most.1  2005-11-08 11:42:24.0 +0100
@@ -189,7 +189,7 @@
 Start up at
 .IR lineno .
 .TP
-.B +c
+.B -c
 Make searches case sensitive.
 By default, they are not.
 .TP


Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (200, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages most depends on:
hi  libc6 2.3.5-6.1  GNU C Library: Shared libraries an
ii  libslang2 2.0.4-7The S-Lang programming library - r

most recommends no packages.

-- no debconf information


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



Bug#338190: iso-codes: Double space in package description

2005-11-08 Thread Frédéric Bothamy
Package: iso-codes
Version: 0.48-1
Severity: minor
Tags: patch

Hello,

There is a double space in the package description.
Here is the patch to fix this:

--- control.old 2005-11-08 18:58:00.0 +0100
+++ control 2005-11-08 18:58:08.0 +0100
@@ -9,7 +9,7 @@
 Architecture: all
 Section: misc
 Priority: optional
-Description: ISO language, territory, currency  codes and their translations
+Description: ISO language, territory, currency codes and their translations
  This package provides the ISO-639 Language code list, the 
  ISO-4217 currency list, the ISO-3166 Territory code list, 
  and ISO-3166-2 sub-territory lists.

Greetings,


Fred


-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (200, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- no debconf information


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



Bug#336240: grep: Should not register info file as it was removed earlier

2005-10-28 Thread Frédéric Bothamy
Package: grep
Version: 2.5.1.ds2-2
Severity: minor

Hello,

Since you removed the grep.texi file in the version 2.5.1.ds2-1, there
is not point in registering the info file (as was added in -2): it
leaves an wrong item in the general Info file. I suggest to remove the
files info, postinst and prerm.

Greetings,


Fred

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

Versions of packages grep depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an

grep recommends no packages.

-- no debconf information


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



Bug#334639: fuse-utils must create /dev/fuse (or include an udev rule)

2005-10-18 Thread Frédéric Bothamy
Package: fuse-utils
Version: 2.4.0-1
Severity: grave
Justification: renders package unusable

Hello,

sshfs (and most probably any package using fuse) is unusable because
starting from version 2.4.0 fuse needs access to /dev/fuse, the package
should therefore create the device on install. You should also include
the udev rule (listed in bug #334526) for udev users.

This is the error I get when using sshfs (with a correctly configured
system):

$ sshfs [EMAIL PROTECTED]:/ /mnt/tmp
fusermount: failed to open /dev/fuse: No such file or directory
$


Greetings,


Fred


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fuse-utils depends on:
ii  adduser   3.72   Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  sed   4.1.4-4The GNU sed stream editor
ii  ucf   2.002  Update Configuration File: preserv

Versions of packages fuse-utils recommends:
ii  fuse-source   2.4.0-1Filesystem in USErspace (source fo

-- debconf information:
* fuse-utils/groupcreate: true
* fuse-utils/groupdelete: true
* fuse-utils/group: fuse
  fuse-utils/grouprenamemigrate: true


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



Bug#334381: fuse-utils: Should include mount.fuse

2005-10-17 Thread Frédéric Bothamy
Package: fuse-utils
Version: 2.4.0-1
Severity: wishlist

Hello,

Starting from version 2.4.0, the fuse upstream package includes
mount.fuse which allows mounting fuse partitions using mount.  It would
be great to have this program included in the fuse-utils Debian package.

BTW there was a new upstream version (2.4.1) released today.

Greetings,


Fred


-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (200, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fuse-utils depends on:
ii  adduser   3.67.2 Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
hi  libc6 2.3.5-6.1  GNU C Library: Shared libraries an
ii  sed   4.1.2-8The GNU sed stream editor
ii  ucf   2.002  Update Configuration File: preserv

Versions of packages fuse-utils recommends:
ii  fuse-source   2.4.0-1Filesystem in USErspace (source fo

-- debconf information excluded


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



Bug#324172: Xpdf 3.01 resize/redraw bug

2005-10-07 Thread Frédéric Bothamy
* Hamish Moffatt [EMAIL PROTECTED] [2005-10-07 08:52] :
 On Thu, Oct 06, 2005 at 02:22:48PM -0700, Derek B. Noonburg wrote:
  Once again, I'm sending email out to everyone who has contacted me
  regarding the resize/redraw bug in Xpdf 3.01.
  
  Thanks to Michael Rogers, I have a potential fix -- see the attached
  patch file.  I would appreciate it if you would all try this out, and
  let me know if it fixes the problem for you.
 
 For Debian users, I've placed temporary packages containing this patch at
 
 http://people.debian.org/~hamish/xpdf/
 
 It's not apt-gettable so you would need to download the debs by hand and
 install with dpkg -i xpdf*3.01-1.1*.deb.

Hello everyone,

For me, the problem is fixed with these packages: the display is now
always correct (under icewm) whenever I try to resize, zoom/dezoom, skip
to next page, etc.

Thanks a lot to Michael, Derek and Hamish.

Greetings,


Fred


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



Bug#332239: ucf: Needs root access to display the help message

2005-10-05 Thread Frédéric Bothamy
Subject: ucf: Ucf needs root access to display the help message
Package: ucf
Version: 2.002
Severity: minor

Hello,

When I try to get the help message from ucf as a standard user, I get
this error message:

$ ucf --help 
debconf: DbDriver passwords warning: could not open 
/var/cache/debconf/passwords.dat: Permission non accordée
debconf: DbDriver config: could not write /var/cache/debconf/config.dat-new: 
Permission non accordée
$

and no help message. If I connect as root, everything works.

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (200, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages ucf depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy

Versions of packages ucf recommends:
ii  debconf-utils 1.4.58 debconf utilities

-- debconf information excluded



Bug#257150: Any timeframe for updating the developers reference?

2005-09-18 Thread Frédéric Bothamy
* Helge Kreutzmann [EMAIL PROTECTED] [2005-09-18 13:15] :
 Hello,
 the french team has some people very capable of all the details
 regarding translation. Maybe you can ask them to update 
 
 6.6.2 Internationalized documentation
 
 which would a) close my bug and b) help other translators. Do you
 think this is possible for Etch?

AFAIK doc-check is not available in any package now. It is available in
some CVS (for instance for the securing-howto).

What about this temporary patch:

Index: common.ent
===
RCS file: /cvs/debian-doc/ddp/manuals.sgml/developers-reference/common.ent,v
retrieving revision 1.67
diff -u -u -r1.67 common.ent
--- common.ent  26 Jun 2005 21:13:05 -  1.67
+++ common.ent  18 Sep 2005 12:44:02 -
@@ -111,7 +111,7 @@
 !ENTITY url-dmup http://www-debian-org;/devel/dmup;
 !ENTITY url-worldmap http://www-debian-org;/devel/developers.loc;

-!ENTITY url-i18n-doc-check 
http://cvs.debian.org/boot-floppies/documentation/doc-check?rev=HEADamp;content-type=text/vnd.viewcvs-markup;
+!ENTITY url-i18n-doc-check 
http://cvs.debian.org/ddp/manuals.sgml/securing-howto/bin/doc-check?rev=HEADamp;cvsroot=debian-docamp;content-type=text/vnd.viewcvs-markup;

 !ENTITY url-eg-desc-upstream-info 
http://packages-host;/unstable/text/docbook-dsssl.html;

Index: developers-reference.sgml
===
RCS file: 
/cvs/debian-doc/ddp/manuals.sgml/developers-reference/developers-reference.sgml,v
retrieving revision 1.270
diff -u -u -r1.270 developers-reference.sgml
--- developers-reference.sgml   13 Jul 2005 07:07:10 -  1.270
+++ developers-reference.sgml   18 Sep 2005 12:44:03 -
@@ -4503,7 +4503,7 @@
 recommended that the translated documentation maintain a note about
 what source control revision the translation is based on.  An
 interesting system is provided by url id=url-i18n-doc-check;
-name=doc-check in the packageboot-floppies/package package,
+name=doc-check in the packagesecuring-howto/package CVS,
 which shows an overview of the translation status for any given
 language, using structured comments for the current revision of the
 file to be translated and, for a translated file, the revision of the


Note: the amp; does not work correctly in HTML, pdf and txt output
files, but I have not found a generic working solution (apart from
putting the URL in the sgml file).


Fred


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



Bug#328549: xmms-crossfade blocks the sound when playing song for less than 1s using builtin OSS driver

2005-09-15 Thread Frédéric Bothamy
Subject: xmms-crossfade blocks the sound when playing song for less than 1s 
using builtin OSS driver
Package: xmms-crossfade
Version: 0.3.5-1.1
Severity: normal

Hello,

When using the builtin OSS driver, the sound produced by xmms stops
after less than 1s of song playing. It is then not possible to play it
again and when closing xmms, the process still exists and I have to
kill it (Ctrl-c does the job) to get rid of it.

When choosing OSS as the output plugin for xmms-crossfade, everything
works perfectly¹ (which is why I chose the normal severity as there is
an easy workaround) and xmms works as well if I don't use
xmms-crossfade at all.

I can provide my sound hardware information as well as debug info for
xmms-crossfade if needed.

Greetings,


Fred

¹ Well, almost: if I close xmms window when playing a song, the
process of xmms does not correctly end (even though this was supposed
to be fixed before). But this is a minor problem.

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

Versions of packages xmms-crossfade depends on:
ii  libc6   2.3.5-6  GNU C Library: Shared libraries an
ii  libglib1.2  1.2.10-10The GLib library of C routines
ii  libgtk1.2   1.2.10-17The GIMP Toolkit set of widgets fo
ii  libx11-66.8.2.dfsg.1-7   X Window System protocol client li
ii  libxext66.8.2.dfsg.1-7   X Window System miscellaneous exte
ii  libxi6  6.8.2.dfsg.1-7   X Window System Input extension li
ii  xlibs   6.8.2.dfsg.1-7   X Window System client libraries m
ii  xmms1.2.10+cvs20050809-1 Versatile X audio player that look

xmms-crossfade recommends no packages.

-- no debconf information



Bug#327208: glibc: Patch to ease recompilation for this problem

2005-09-11 Thread Frédéric Bothamy
Followup-For: Bug #327208
Package: glibc

Hello,

If you disagree with adding information about this problem in the
NEWS.Debian file, maybe the line for glibc23-ctype-compat could be at
the right place in the file 00list. At its current place, recompiling
glibc will fail because patches after this patch are not applied (don't
know why). When the patch is placed at the final line of 00list, the
recompilation works. Here is a possible patch for this:

--- glibc-2.3.5/debian/patches/00list
+++ glibc-2.3.5/debian/patches/00list
@@ -20,7 +20,6 @@
 powerpc-sysconf
 arm-no-hwcap
 librt-mips
-#glibc23-ctype-compat  # g: untilsarge
 glibc23-hppa-Rminkernel
 #glibc23-function-compat   # g: untilsarge
 #glibc23-errno # g: untilsarge
@@ -87,0 +87 @@
+#glibc23-ctype-compat   # g: untilsarge


Fred

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


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



Bug#321823: mozilla-firefox: Proposal to add a paragraph to README.Debian

2005-09-09 Thread Frédéric Bothamy
Followup-For: Bug #321823
Package: mozilla-firefox
Version: 1.0.6-4

Hello,

To avoid any more question about this problem, what about adding the
following paragraph to README.Debian (half taken from your
explanation in changelog.Debian):

--- README.Debian.old   2005-09-09 23:07:15.0 +0200
+++ README.Debian   2005-09-09 23:12:04.0 +0200
@@ -104,4 +104,12 @@
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=293975. Enable at
 your own risk.
 
+I'm feeling lucky search
+
+
+This feature is controversial: Some like it, some hate it, so upstream
+behaviour (enabled) wins.  If you still feel strongly about it, make
+your case upstream.  To disable this, enter about:config in the URL bar
+and  change the preference keyword:enable to false.
+
  -- Eric Dorland [EMAIL PROTECTED], Tue Mar  1 02:00:11 2005


HTH


Fred

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

Versions of packages mozilla-firefox depends on:
ii  debianutils   2.14.3 Miscellaneous utilities specific t
ii  fontconfig2.3.2-1generic font configuration library
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libidl0   0.8.5-1library for parsing CORBA IDL file
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkrb53  1.3.6-5MIT Kerberos runtime libraries
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.8.2.dfsg.1-6 X Window System multi-head display
ii  libxp66.8.2.dfsg.1-6 X Window System printing extension
ii  libxt66.8.2.dfsg.1-6 X Toolkit Intrinsics
ii  psmisc21.6-1 Utilities that use the proc filesy
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

mozilla-firefox recommends no packages.

-- no debconf information


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



Bug#327208: glibc: Warning about __ctype_* symbols should be in a NEWS.Debian file (and wrong file indicated in Changelog.Debian)

2005-09-08 Thread Frédéric Bothamy
Package: glibc
Severity: wishlist

Hello,

This is a followup to bug #324526.

I think that the warnings about __ctype_* symbols which can be found
in /usr/share/doc/libc6/README.Debian.gz (and not in the FAQ as
wrongly indicated in the changelog.Debian) should be in a NEWS.Debian
file as this change can severely break non-related applications. This
should warn users of this problem before glibc is installed and allow
them to cancel the installation if unsure.

BTW thanks for providing the workaround and the needed information!


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'testing-proposed-updates'), (900, 
'stable'), (200, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#324572: apt-cacher: Internal Server Error after long delay and timeout (in CGI mode)

2005-08-22 Thread Frédéric Bothamy
Subject: apt-cacher: Internal Server Error after long delay and timeout
Package: apt-cacher
Version: 1.0.11
Severity: important

Hello,

After installing the latest version of apt-cacher, apt-get update
stalls when accessing repositories through apt-cacher and finally
gives and Internal Server Error:

# apt-get update
Ign http://ares sid Release.gpg
Ign http://ares sid Release
Ign http://ares sid/main Packages
Ign http://ares sid/contrib Packages
Ign http://ares sid/non-free Packages
Ign http://ares sid/main Sources
Ign http://ares sid/contrib Sources
Ign http://ares sid/non-free Sources
Err http://ares sid/main Packages
  500 Internal Server Error
Err http://ares sid/contrib Packages
  500 Internal Server Error
Err http://ares sid/non-free Packages
  500 Internal Server Error
Err http://ares sid/main Sources
  500 Internal Server Error
Err http://ares sid/contrib Sources
  500 Internal Server Error
Err http://ares sid/non-free Sources
  500 Internal Server Error
Impossible de récupérer 
http://ares/apt-cacher/ftp.fr.debian.org/debian/dists/sid/main/binary-i386/Packages.gz
  500 Internal Server Error
Impossible de récupérer 
http://ares/apt-cacher/ftp.fr.debian.org/debian/dists/sid/contrib/binary-i386/Packages.gz
  500 Internal Server Error
Impossible de récupérer 
http://ares/apt-cacher/ftp.fr.debian.org/debian/dists/sid/non-free/binary-i386/Packages.gz
  500 Internal Server Error
Impossible de récupérer 
http://ares/apt-cacher/ftp.fr.debian.org/debian/dists/sid/main/source/Sources.gz
  500 Internal Server Error
Impossible de récupérer 
http://ares/apt-cacher/ftp.fr.debian.org/debian/dists/sid/contrib/source/Sources.gz
  500 Internal Server Error
Impossible de récupérer 
http://ares/apt-cacher/ftp.fr.debian.org/debian/dists/sid/non-free/source/Sources.gz
  500 Internal Server Error
Lecture des listes de paquets... Fait
E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été 
ignorés, ou les anciens ont été utilisés à la place.

The same error can be noticed when trying to install a package or
retrieving a source package. This started to happen after installing
this latest version (version 1.0.10 worked to retrieve 1.0.11).

Here is my short /etc/apt/sources.list:

$ cat /etc/apt/sources.list
deb http://ares/apt-cacher/ftp.fr.debian.org/debian/ sid main contrib non-free 
deb-src http://ares/apt-cacher/ftp.fr.debian.org/debian/ sid main contrib 
non-free 

I am not using apt-cacher as a daemon (i.e. AUTOSTART=0 in
/etc/default/apt-cacher).

I can provide my /etc/apt-cacher/ files, they are very similar to
original files with a few restrictions.

I have tried to activate debug in apt-cacher.conf, but this did not
generate anything in the logfiles.

Hopefully, you won't get too many duplicates for this bug (I had started
with a grave severity, but I have not tested apt-cacher in daemon mode,
thus the important severity).

Thanks for maintaining apt-cacher!


Fred

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

Versions of packages apt-cacher depends on:
ii  bzip2 1.0.2-8high-quality block-sorting file co
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  perl  5.8.7-4Larry Wall's Practical Extraction 

apt-cacher recommends no packages.

-- no debconf information



Bug#324172: xpdf-reader: Resizing xpdf results in garbled display

2005-08-20 Thread Frédéric Bothamy
Package: xpdf-reader
Version: 3.01-1
Severity: normal

Hello,

When using xpdf to view the PDF of the Official Volleyball Rules
(which can be found at
http://www.fivb.org/EN/Volleyball/Rules/Rules.htm), I have some
problems with display becoming garbled on resizing the window.

Steps to reproduce the problem:

- launch xpdf with xpdf FIVB.2005.VB.RulesOfTheGame-new.pdf
- change the display to 150%
- enlarge the window to display the full page, notice that the
  ratio of the scrollbars has not changed (they should be full, but
  are the same as before the resizing)
- scroll down (with the space bar), only a part of the screen change

Note that sometimes the scrollbars works and sometimes not.

I can provide some screenshots if needed.


Thanks for maintaining xpdf, this is definitely my prefered PDF
reader!


Fred

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

Versions of packages xpdf-reader depends on:
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
ii  lesstif2  1:0.93.94-11.4 OSF/Motif 2.1 implementation relea
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-5  GCC support library
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libpaper1 1.1.14-3   Library for handling paper charact
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libstdc++64.0.1-5The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxp66.8.2.dfsg.1-5 X Window System printing extension
ii  libxpm4   6.8.2.dfsg.1-5 X pixmap library
ii  libxt66.8.2.dfsg.1-5 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  xpdf-common   3.01-1 Portable Document Format (PDF) sui
ii  zlib1g1:1.2.3-3  compression library - runtime

xpdf-reader recommends no packages.

-- no debconf information


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



Bug#322211: gkrellm: libgnutls-dev not longer provides libgnutls11-dev

2005-08-20 Thread Frédéric Bothamy
Followup-For: Bug #322211
Package: gkrellm
Version: 2.2.7-2

Hello Adrian and Brian,

libgnutls-dev no longer provides libgnutls11-dev since gnutls12
version 1.2.6-1 (dated 11 Aug 2005). So gkrellm can not be compiled
with OpenSSL by mistake anymore. So either this bug should be closed
or its severity lowered (to keep an eye on what the gnutls12
maintainer will decide, cf.
http://packages.debian.org/changelogs/pool/main/g/gnutls12/gnutls12_1.2.6-1/changelog).

Greetings,


Fred

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

Versions of packages gkrellm depends on:
ii  gkrellm-common2.2.7-2multiple stacked system monitors: 
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m

gkrellm recommends no packages.

-- no debconf information


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



Bug#322470: apt: Possible small patch to dselect/install

2005-08-16 Thread Frédéric Bothamy
tags 322470 patch
stop

Followup-For: Bug #322470
Package: apt
Version: 0.6.40.1

Hello,

Here is a small patch to fix this problem:

--- apt-0.6.40.1/dselect/install  2005-08-05 11:58:35.0 +0200
+++ apt-0.6.40.1.0.1/dselect/install2005-08-17 00:59:25.0 +0200
@@ -88,7 +88,8 @@
;;
  prompt)
exec 31
-   if [ `yesno $Do you want to erase any previously downloaded .deb 
files? y` = y ]; then
+   echo -n $Do you want to erase any previously downloaded .deb files?
+   if [ `yesno  y` = y ]; then
   $APTGET $APT_OPT0 $APT_OPT1 clean 
  echo $Press enter to continue.  read RES  exit 0;
fi

I have tested it very lightly and there is probably a cleaner, better
solution (I tried to have a minimal patch).


Fred

-- Package-specific info:

-- (/etc/apt/preferences present, but not submitted) --


-- (/etc/apt/sources.list present, but not submitted) --


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

Versions of packages apt depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information


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



Bug#322470: apt: String Do you want to erase any previously downloaded .deb files? in dselect is not translatable

2005-08-10 Thread Frédéric Bothamy
Package: apt
Version: 0.6.40.1
Severity: minor
Tags: l10n

Hello,

When I use dselect (with a French locale) and I select 3. [I]nstaller,
here is what is displayed:

# dselect
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Do you want to erase any previously downloaded .deb files? [Y/n] 
Veuillez appuyer sur Entrée pour continuer.

#

The string Do you want to erase any previously downloaded .deb files?
in apt-0.6.40.1/dselect/install is not translatable (it is not present
in po/apt-all.pot) because bash --dump-po-strings dselect/install does
not include it in the output file even though it is marked as such (from
dselect/install):

   if [ `yesno $Do you want to erase any previously downloaded .deb 
files? y` = y ]; then
  $APTGET $APT_OPT0 $APT_OPT1 clean 
echo $Press enter to continue.  read RES  exit 0;
   fi

I don't know if this is a problem with bash or apt, so please reassign
this bug to bash if needed.


Fred

-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


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

Versions of packages apt depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libstdc++64.0.1-4The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information



Bug#303378: devscripts: Add a script similar to rc-alert and wnpp-alert for removed packages

2005-04-06 Thread Frédéric Bothamy
Package: devscripts
Version: 2.8.14
Severity: wishlist

Hello,

It would be nice to have a script similar to rc-alert and wnpp-alert for removed
packages still installed on the system. This script would fetch the list of 
removed
packages from http://ftp-master.debian.org/removals.txt and compare to installed
packages. It could also mention the reason for removal.

This would be very useful after distribution upgrade as this could detect 
packages
no longer supported by Debian from the old distribution.

Greetings,


Fred

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages devscripts depends on:
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  dpkg-dev1.10.27  Package building tools for Debian
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  perl5.8.4-8  Larry Wall's Practical Extraction 
ii  sed 4.1.2-8  The GNU sed stream editor

-- no debconf information


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



Bug#296484: gkrellm: Gkrellm does not use hddtemp

2005-04-05 Thread Frédéric Bothamy
retitle 296484 gkrellm: add a note to README.Debian about using hddtemp daemon 
feature
severity 296484 wishlist
thanks

Adjusting bug title and severity.

* Frédéric Bothamy [EMAIL PROTECTED] [2005-03-30 11:58] :
 * Brian Almeida [EMAIL PROTECTED] [2005-03-29 22:26] :
  On Tue, Feb 22, 2005 at 07:38:14PM +0100, Fr?d?ric Bothamy wrote:
   According to bug #262709 and #273273, gkrellm should replace 
   gkrellm-hddtemp and
   use hddtemp directly to display HDD temperature. However this does not 
   work on my
   computer (i.e. I can't find in gkrellm where hddtemp would be displayed
   (somewhere near Builtins/Sensors, I guess)) even though hddtemp does work:
   
   $ hddtemp /dev/hda
   /dev/hda: MAXTOR 6L020J1: 45?C
   
   I have tried with and without gkrellmd. I have not tried setting hddtemp 
   to daemon
   mode. For information:
   
   $ dpkg -l hddtemp | grep ^ii
   ii  hddtemp0.3-beta12-12  Utility to monitor the temperature of 
   your h
   
   I do not have any i2c sensor available.
  Looking at the source, it looks like gkrellm needs the hddtemp daemon to
  be running on 7634.  My disk doesn't support hddtemp so I can't really
  test this.  Can you try turning on the daemon and see if that works?
 
 Hello Brian,
 
 Thanks for you answer.  Indeed, you were right: after activating the
 hddtemp daemon, gkrellm now correctly displays the HDD temperature.  I
 suggest then that you add a small note in the file README.Debian warning
 the user about this, something like this:
 
 Using hddtemp with gkrellm
 --
 To use hddtemp functionality with Gkrellm, you need to activate hddtemp
 daemon feature listening on port 7634. You can do this with
 'dpkg-reconfigure hddtemp'.
 
 
 BTW there is a small bug in hddtemp debconf templates: it still
 references gkrellm-hddtemp while it should be gkrellm itself.  I will
 file a minor bug for this.
 
 Thanks again!
 
 
 Fred



Bug#302548: apt-listchanges: apt-listchanges.pot file may not be updated on build and is currently outdated

2005-04-01 Thread Frédéric Bothamy
Package: apt-listchanges
Version: 2.59-0.2
Severity: minor
Tags: l10n

Hello,

When building the package, I noticed that some strings were not translatable 
such as:

Mailing fred: changelogs

After investiguation, I found that this happened because I had not installed 
the package
python2.2-examples which provides the script pygettext.py. Could you please add 
a
build-dependency on this package to help translators (or better yet, use 
xgettext -l python
and build-depend on gettext)?  With this, I found that there will be 5 fuzzy 
translations.

Greetings,


Fred

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages apt-listchanges depends on:
ii  apt   0.5.28.1   Advanced front-end for dpkg
ii  debconf   1.4.30.12  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  python2.3.5-1An interactive high-level object-o
ii  python-apt0.5.10 Python interface to libapt-pkg
ii  ucf   1.17   Update Configuration File: preserv

-- debconf information excluded


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



Bug#296484: gkrellm: Gkrellm does not use hddtemp

2005-03-30 Thread Frédéric Bothamy
* Brian Almeida [EMAIL PROTECTED] [2005-03-29 22:26] :
 On Tue, Feb 22, 2005 at 07:38:14PM +0100, Fr?d?ric Bothamy wrote:
  According to bug #262709 and #273273, gkrellm should replace 
  gkrellm-hddtemp and
  use hddtemp directly to display HDD temperature. However this does not work 
  on my
  computer (i.e. I can't find in gkrellm where hddtemp would be displayed
  (somewhere near Builtins/Sensors, I guess)) even though hddtemp does work:
  
  $ hddtemp /dev/hda
  /dev/hda: MAXTOR 6L020J1: 45?C
  
  I have tried with and without gkrellmd. I have not tried setting hddtemp to 
  daemon
  mode. For information:
  
  $ dpkg -l hddtemp | grep ^ii
  ii  hddtemp0.3-beta12-12  Utility to monitor the temperature of 
  your h
  
  I do not have any i2c sensor available.
 Looking at the source, it looks like gkrellm needs the hddtemp daemon to
 be running on 7634.  My disk doesn't support hddtemp so I can't really
 test this.  Can you try turning on the daemon and see if that works?

Hello Brian,

Thanks for you answer.  Indeed, you were right: after activating the
hddtemp daemon, gkrellm now correctly displays the HDD temperature.  I
suggest then that you add a small note in the file README.Debian warning
the user about this, something like this:

Using hddtemp with gkrellm
--
To use hddtemp functionality with Gkrellm, you need to activate hddtemp
daemon feature listening on port 7634. You can do this with
'dpkg-reconfigure hddtemp'.


BTW there is a small bug in hddtemp debconf templates: it still
references gkrellm-hddtemp while it should be gkrellm itself.  I will
file a minor bug for this.

Thanks again!


Fred


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



Bug#302178: Debconf template refers to removed gkrellm-hddtemp package

2005-03-30 Thread Frédéric Bothamy
Package: hddtemp
Version: 0.3-beta12-16
Severity: minor
Tags: patch

Hello,

Debconf template of hddtemp refers to the now removed gkrellm-hddtemp
package, but this package was removed and replaced by functionality in
gkrellm itself. I suggest to change the debconf template with this
simple patch:

--- templates.old  2005-03-30 11:42:00.459812246 +0200
+++ templates 2005-03-30 11:42:45.27062 +0200
@@ -25,7 +25,7 @@
 Default: false
 _Description: Do you want to start the hddtemp daemon on startup?
  hddtemp can be run as a daemon, listening on port 7634 for incoming
- connections. It is used some by software such as gkrellm-hddtemp to get
+ connections. It is used some by software such as gkrellm to get
  the temperature of the hard drives.
  .
  You have the option of starting the hddtemp daemon automatically on the


You can also probably adapt translations of this template as well.

Greetings,


Fred

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages hddtemp depends on:
ii  debconf [debconf-2.0]   1.4.30.12Debian configuration management sy
ii  grep2.5.1.ds1-4  GNU grep, egrep and fgrep
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  sed 4.1.2-8  The GNU sed stream editor

-- debconf information:
* hddtemp/SUID_bit: true
* hddtemp/interface: 127.0.0.1
* hddtemp/daemon: true
* hddtemp/port: 7634


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



Bug#300407: tramp: Executing shell command fails in Tramp buffers with unknown file I/O primitive: shell-command

2005-03-19 Thread Frédéric Bothamy
Package: tramp
Version: 1:2.0.47-1
Severity: normal
Tags: patch

Hello,

Here are the steps to reproduce the problem:

- launch Emacs
- open a remote buffer with tramp (using default ssh method), i.e.
/[EMAIL PROTECTED]:/home/fred/test (the file does not have to exist)
- try to execute the shell command with Esc ! date from this buffer
- I get the following error message in the *Messages* buffer:
tramp-file-name-for-operation: unknown file I/O primitive: shell-command

I found a message from Michael Albinus on emacs-pretest-bug mailing list
with a patch for this problem
(http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-02/msg00138.html).

The patch is the following:

*** tramp.el.orig   Sun Jan 16 11:51:45 2005
--- tramp.elMon Feb 14 17:20:53 2005
***
*** 4105,4113 
   (if (bufferp (nth 0 args)) (nth 0 args) (current-buffer
 ; COMMAND
 ((member operation
!   (list 'dired-call-process-command
; Emacs only
! 'shell
; Post Emacs 21.3 only
'process-file
  ; XEmacs only
--- 4105,4113 
   (if (bufferp (nth 0 args)) (nth 0 args) (current-buffer
 ; COMMAND
 ((member operation
!   (list 'dired-call-process
; Emacs only
! 'shell-command
; Post Emacs 21.3 only
'process-file
  ; XEmacs only

This fixes the problem.

The patch is supposed to go in the not-yet-released tramp 2.0.48. According to
tramp CVS, it is also included in the latest upstream version (2.1.3).


Fred

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tramp depends on:
ii  emacs21 [emacsen] 21.3+1-9   The GNU Emacs editor

-- no debconf information


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



Bug#296484: gkrellm: Gkrellm does not use hddtemp

2005-02-22 Thread Frédéric Bothamy
Package: gkrellm
Version: 2.2.4-1
Severity: normal

Hello,

According to bug #262709 and #273273, gkrellm should replace gkrellm-hddtemp and
use hddtemp directly to display HDD temperature. However this does not work on 
my
computer (i.e. I can't find in gkrellm where hddtemp would be displayed
(somewhere near Builtins/Sensors, I guess)) even though hddtemp does work:

$ hddtemp /dev/hda
/dev/hda: MAXTOR 6L020J1: 45°C

I have tried with and without gkrellmd. I have not tried setting hddtemp to 
daemon
mode. For information:

$ dpkg -l hddtemp | grep ^ii
ii  hddtemp0.3-beta12-12  Utility to monitor the temperature of your h

I do not have any i2c sensor available.


Fred

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gkrellm depends on:
ii  gkrellm-common   2.2.4-1 Multiple stacked system monitors: 
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libglib2.0-0 2.6.2-1 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libssl0.9.7  0.9.7e-2SSL shared libraries
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information



Bug#283696: Renicing bug #283696 and patch submitted

2005-02-03 Thread Frédéric Bothamy
severity 283696 minor
tags 283696 + patch l10n
thanks

Hello,

I downgrade the severity of this bug to minor as it doesn't affect
the package's usefulness, and is presumably trivial to fix.  The patch
is the following (for version 1.2.2):

--- control.old 2003-07-09 17:52:49.0 +
+++ control 2005-02-03 15:47:10.0 +
@@ -33,7 +33,7 @@
 Suggests: doc-base, dh-make, devscripts, fakeroot, lintian, dupload | dput, 
debian-policy, developers-reference
 Description: French translation of Debian New Maintainers' Guide
  This package contains the French translation of Debian New
- Maintainers' Guide, or Nouveau guide du responsable Debian.
+ Maintainers' Guide, or Guide du nouveau responsable Debian.
  .
  This document tries to describe building of a Debian package to the
  common Debian user, and wannabe developer. It uses pretty common


Greetings,


Fred


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



  1   2   >