Bug#380127: postgresql-8.1-plr: Please add a note about R_HOME

2007-02-19 Thread Pierre Machard
tags 380127 +patch
Package: postgresql-8.1-plr
Version: 1:0.6.2-4
Followup-For: Bug #380127


Hi,

it would be nice if you explain how to set R_HOME. The most
effective way to achive it is to add a line within 
/etc/postgresql/8.1/main/environment

So can you please add a Note to add (in 
/etc/postgresql/8.1/main/environment)

R_HOME = '/usr/lib/R'

Thanks in advance,
-- 
Pierre Machard


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



Bug#391021: Bug#392021: Still occurring?

2006-12-31 Thread Pierre Machard
Hi,

On Sun, Dec 31, 2006 at 03:53:35AM -0600, Adam Porter wrote:
 Does this bug still happen in current builds?

I cannot test. The server I used for debugging purpose is now in
production.

Cheers, 
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#393983: /usr/lib/libfakeroot/libfakeroot-sysv.so is executable

2006-10-18 Thread Pierre Machard
Package: fakeroot
Version: 1.5.10
Severity: serious
Justification: executable `.so' files in subdirectories of /usr/lib (policy 
10.2)


Fakeroot contains an executable .so. It does not follow our policy.
ls -l /usr/lib/libfakeroot/libfakeroot-sysv.so
-rwxr-xr-x 1 root root 22728 2006-07-23 01:08 
/usr/lib/libfakeroot/libfakeroot-sysv.so

Can you please fix this bug,
-- 
Pierre Machard Blog:http://machard.org/blog
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7  82C2 B3A0 2D66 2370 6F87


signature.asc
Description: Digital signature


Bug#393996: spl-core: files /usr/lib/spl_modules/*.so MUST not be executable

2006-10-18 Thread Pierre Machard
Package: spl-core
Version: 1.0~pre2-1
Severity: serious
Justification: executable `.so' files in subdirectories of /usr/lib (policy 
10.2)


Hi,

Policy explains that files under subdirectories of /usr/lib must not be 
executable. It appears that files of spl-core do not follow the policy.

[EMAIL PROTECTED]:~$ ls -l /usr/lib/spl_modules/*.so
-rwxr-xr-x 1 root root  7716 2006-08-21 15:22 /usr/lib/spl_modules/mod_array.so
-rwxr-xr-x 1 root root  3620 2006-08-21 15:22 /usr/lib/spl_modules/mod_bits.so
-rwxr-xr-x 1 root root 12240 2006-08-21 15:22 /usr/lib/spl_modules/mod_cgi.so
-rwxr-xr-x 1 root root  4056 2006-08-21 15:22 /usr/lib/spl_modules/mod_crypt.so
-rwxr-xr-x 1 root root  3432 2006-08-21 15:22 
/usr/lib/spl_modules/mod_encode_xml.so
-rwxr-xr-x 1 root root  3676 2006-08-21 15:22 
/usr/lib/spl_modules/mod_environ.so
-rwxr-xr-x 1 root root  6832 2006-08-21 15:22 /usr/lib/spl_modules/mod_file.so
-rwxr-xr-x 1 root root  8052 2006-08-21 15:22 
/usr/lib/spl_modules/mod_format_xml.so
-rwxr-xr-x 1 root root  6120 2006-08-21 15:22 
/usr/lib/spl_modules/mod_multimouse.so
-rwxr-xr-x 1 root root  3768 2006-08-21 15:22 /usr/lib/spl_modules/mod_prime.so
-rwxr-xr-x 1 root root  5532 2006-08-21 15:22 /usr/lib/spl_modules/mod_sql.so
-rwxr-xr-x 1 root root  4460 2006-08-21 15:22 /usr/lib/spl_modules/mod_system.so
-rwxr-xr-x 1 root root  6252 2006-08-21 15:22 /usr/lib/spl_modules/mod_task.so
-rwxr-xr-x 1 root root  3384 2006-08-21 15:22 /usr/lib/spl_modules/mod_termio.so
-rwxr-xr-x 1 root root  5836 2006-08-21 15:22 /usr/lib/spl_modules/mod_time.so
-rwxr-xr-x 1 root root  3312 2006-08-21 15:22 
/usr/lib/spl_modules/mod_uuidgen.so


Can you please fix this issue,
Cheers,
-- 
Pierre Machard


signature.asc
Description: Digital signature


Bug#386113: error in dpkg-buildpackage for asterisk

2006-10-12 Thread Pierre Machard
severity 386113 minor
tags 386113 +wontfix
retitle  386113 [Backports only]: error in dpkg-buildpackage for asterisk
thanks,

Hi,

On Tue, Sep 05, 2006 at 12:46:55PM +0200, [EMAIL PROTECTED] wrote:
[...]
 compilation.
 ${source:Version}
 dpkg-gencontrol: warning: unknown substitution variable
 ${source:Version}
 dh_md5sums -i
 dh_builddeb -i
 dpkg-deb: parse error, in file `debian/asterisk/DEBIAN/control' near line
 6 package `asterisk':
  `Depends' field, reference to `asterisk-classic': error in version:
 version string is empty
 dh_builddeb: command returned error code 512
 make: *** [binary-indep] Error 1
[...]
 Depends: asterisk-classic (=  ) | asterisk-bristuff (=  ), adduser (=
 3.63)

The problem is that you are backporting asterisk with an older dpkg. The 
substvar 'source:Version' as been added into dpkg 1.13.19.

With a recent dpkg the line [1] would have been expanded.
[1] : Depends: asterisk-classic (= ${source:Version}) | asterisk-bristuff (= 
${source:Version}), adduser (= 3.63)

To fix your problem simply modify the Depends line of debian/control to 
something like:

Depends: asterisk-classic (= 1:1.2.12.1.dfsg-1) | asterisk-bristuff (= 
1:1.2.12.1.dfsg-1), adduser (= 3.63)

This is not a bug, but it could be marked as wontfix to keep a trace.

Dear maintainers, fill free to change it if you disagree.

Cheers,
-- 
Pierre Machard


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



Bug#376514: init.d script stop command does not always work if using safe_asterisk

2006-10-12 Thread Pierre Machard
Hi,

On Mon, Jul 03, 2006 at 01:50:24PM +0200, Alessandro Polverini wrote:
 Package: asterisk
 Version: 1:1.2.9.1.dfsg-1
 Severity: normal
 
 server:~# /etc/init.d/asterisk stop
 Stopping Asterisk PBX: asteriskstart-stop-daemon: warning: failed to kill 
 5395: No such process
 
 Asterisk ended with exit status 0
 .
 server:~#
 server:~# Asterisk shutdown normally.
 
 ---
 
 This time asterisk was shot down, but in other cases I didn't have the 
 correct behavior.

The problem here is that the pid recorded is not the good one.

[EMAIL PROTECTED]:~$ ps aux | grep safe
root  4707  0.0  0.1  2288 1100 ?S12:03   0:00 /bin/sh 
/usr/sbin/safe_asterisk -p -U asterisk

[EMAIL PROTECTED]:~$ cat /var/run/asterisk/asterisk_safe.pid
4705

The problem is that into /usr/sbin/safe_asterisk launch an other process:

[EMAIL PROTECTED]:~$ tail -1  /usr/sbin/safe_asterisk
run_asterisk 

The solution is either to rewrite the safe_asterisk (clean) or to record
pid file into the init.d/asterisk file with the help of something like 
$ echo `ps aux | grep safe_asterisk | awk '{print $2}' | head -1`  file.pid


Hope this help. Currently I do not know which solution I will use.

Cheers,
-- 
Pierre Machard



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



Bug#386113: error in dpkg-buildpackage for asterisk

2006-10-12 Thread Pierre Machard
tags 386113 -wontfix
tags 386113 +patch
severity 386113 important
retitle  386113 Asterisk must build-depend upon dpkg ( = 1.13.19)
thanks,

On Thu, Oct 12, 2006 at 02:21:07PM +0200, Pierre Machard wrote:
  Depends: asterisk-classic (=  ) | asterisk-bristuff (=  ), adduser (=
  3.63)
 
 The problem is that you are backporting asterisk with an older dpkg. The 
 substvar 'source:Version' as been added into dpkg 1.13.19.
 
 With a recent dpkg the line [1] would have been expanded.
 [1] : Depends: asterisk-classic (= ${source:Version}) | asterisk-bristuff 
 (= ${source:Version}), adduser (= 3.63)

Which means that asterisk must build-depend upon dpkg ( = 1.13.19)

Thanks Duck for the hint,
-- 
Pierre Machard


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



Bug#391047: [debian-installer amd64 20060929] no /var/log/debian-installer/ when /var/log is on another partition

2006-10-05 Thread Pierre Machard
Hi,

On Wed, Oct 04, 2006 at 07:23:55PM +0200, Frans Pop wrote:
 reassign 391047 save-logs
 thanks
 
 On Wednesday 04 October 2006 16:37, Pierre Machard wrote:
  I installed /var/log on a dedicated partition. Once the system
  installed I did not find the directory /var/log/debian-installer/ nor
  any debian-installer log file.
 
 Which exact version of the installer were you using (please provide full 
 URL of the image you downloaded)?
 
 The directory is called /var/log/installer.
 I seriously doubt that /target/var/log/ being on a separate partition 
 affects the saving of the installer logs, unless the partition was not 
 mounted correctly during the installation.
 
 Please check if the installer directory is there if you unmount /var/log.
 
 Please check the syslog from the installation for possible causes if you 
 manage to find it.

Unfortunatly I had to re-install my system. Thanks for your help beaucause I
did not notice that logs were saved under /var/log/installer. I was used to
see it in /var/log/debian-installer.

It was a server at work so I made the installation as quick as possible.

Maybe you can close this bug. I can neither reproduce it, nor track anything.

Sorry,

P.S. the details of the version of the installer :

http://people.debian.org/~kroeckx/d-i/images/daily/hd-media/vmlinuz
http://people.debian.org/~kroeckx/d-i/images/daily/hd-media/initrd.gz
(daily image of 29 sept 2006)

And a business-card iso on :

http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-businesscard.iso
(debian-testing-amd64-businesscard.iso  04-Oct-2006 03:30   34M )
-- 
Pierre Machard


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



Bug#391182: debian-installer: Impossible to boot linux 2.6 i386 image on Opteron (daily build 3 oct 2006 and d-i rc3 with 2.6 kernel)

2006-10-05 Thread Pierre Machard
Package: debian-installer
Severity: grave
Justification: renders package unusable


Hi,

Yesterday I installed an opteron at work. This opteron must run in a 32 bits
environnement (binary compatibility issue). I downloaded d-i daily build 
(03 oct 06) and d-i rc3 with 2.6 kernel. Once the initrd expended at boot 
time, nothing happened. Hence an Opteron cannot be installed with 2.6 i386 
kernels.

To fix this issue I installed an image with a 2.4 kernel (i386 d-i rc3 2.4 and 
sarge installer) and booting went well.

I do not know if this issue was known or not. Feel free to downgrade the 
severity 
if you belive that it should not be RC. However, I guess that our users might 
want to install debian 32 bits on an Opteron

Cheers,
-- 
Pierre Machard


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



Bug#391234: python2.3: FTBFS : mv: cannot overwrite directory `debian/tmp/usr/share/man/man1'

2006-10-05 Thread Pierre Machard
Package: python2.3
Version: 2.3.5-15
Severity: serious


Hi,

python2.3 fails to build from sources on pbuilder

[...]

mkdir debian/tmp/usr/lib/python2.3/test
cp -p Lib/test/{{regrtest,test_support,__init__,pystone}.py,README} \
debian/tmp/usr/lib/python2.3/test/.
: # move manpages to new names
if [ -d debian/tmp/usr/man/man1 ]; then \
mkdir -p debian/tmp/usr/share/man/man1; \
mv debian/tmp/usr/man/man1 debian/tmp/usr/share/man/; \
fi
mv: cannot overwrite directory `debian/tmp/usr/share/man/man1'
make: *** [stamp-install] Error 1
pbuilder: Failed autobuilding of package



Can you please fix this issue,

thanks,
-- 
Pierre Machard


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



Bug#391021: debian-installer: [amd64] main-menu segfaults : loop for kbd-mode: setting console mode to Unicode

2006-10-04 Thread Pierre Machard
Package: debian-installer
Version: AMD64 daily-build 29 sept 2006
Severity: normal


Hi,

I downloaded the lastest version of debian-installer on :

http://people.debian.org/~kroeckx/d-i/images/daily/hd-media/vmlinuz
http://people.debian.org/~kroeckx/d-i/images/daily/hd-media/initrd.gz

And a business-card iso on :

http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-businesscard.iso
(debian-testing-amd64-businesscard.iso  04-Oct-2006 03:30   34M )


The booting process is ok. However right after choosing the language, It
ended in an infinite loop. main-menu segfaults and indefinitely I have
kbd-mode: setting console mode to Unicode


Can you please fix this issue ?

Thanks,

Pierre Machard


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



Bug#391047: [debian-installer amd64 20060929] no /var/log/debian-installer/ when /var/log is on another partition

2006-10-04 Thread Pierre Machard
Package: debian-installer
Severity: normal

Hi,

I installed /var/log on a dedicated partition. Once the system installed
I did not find the directory /var/log/debian-installer/ nor any 
debian-installer log file.

Cheers,
-- 
Pierre Machard


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



Bug#390860: xserver-xorg-video-ati-6.6.2: atimisc_drv.so: undefined symbol: ATIMemoryTypeNames_88800CX

2006-10-03 Thread Pierre Machard
Package: xserver-xorg-video-ati-6.6.2
Severity: normal


Hi

Usually I use ati driver, but I was looking for DRI support (to test compiz). 
I tried atimisc. However with atimisc xorg does not start:

dlopen: /usr/lib/xorg/modules/drivers/atimisc_drv.so: undefined symbol: 
ATIMemoryTypeNames_88800CX

I do not know the origins of this symbol. Can you please give me some hints ?

My lspci output :

00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge 
(rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge 
(rev 03)
00:04.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:04.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:04.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:04.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:09.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
00:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 
64)
00:0c.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1010 Ultra3 SCSI 
Adapter (rev 01)
00:0c.1 SCSI storage controller: LSI Logic / Symbios Logic 53c1010 Ultra3 SCSI 
Adapter (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X 
(rev 5c)


For information my /etc/X11/xorg.conf: 
# etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadi2c
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout fr
Option  XkbVariantlatin9
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ExplorerPS/2
Option  Emulate3Buttons   true
EndSection

Section Device
Identifier  ATI Technologies, Inc. 3D Rage Pro AGP 1X/2X
Driver  ati 
BusID   PCI:1:0:0
EndSection


Section Extensions
Option Composite Enable
EndSection

Section Monitor
Identifier  Écran générique
Option  DPMS
HorizSync   30-70
VertRefresh 50-160
EndSection

Section Screen
Identifier  Default Screen
Device  ATI Technologies, Inc. 3D Rage Pro AGP 1X/2X
Monitor Écran générique
DefaultDepth24
SubSection Display
Depth   1
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   

Bug#387309: smstools: Please stop /usr/sbin/smsd when removing the package

2006-09-13 Thread Pierre Machard
Package: smstools
Version: 1.16-1.1
Severity: normal

Hi,

I noticed that smsd and getsms where not killed when removing the package.
It would be nice to kill the daemon when the sysadmin remove the package

Thanks,
-- 
Pierre Machard


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



Bug#386678: [easyworksheet@NOSPAM.com: cgiwrap] Use debconf to ask the use what directory the programs are in

2006-09-09 Thread Pierre Machard
package: cgiwrap
severity: whishlist

- Forwarded message from Easy Worksheet [EMAIL PROTECTED] -

Delivery-date: Sat, 02 Sep 2006 23:58:29 +0200
From: Easy Worksheet easyworksheet[NO-SPAM]@NO-SPAMyahoo.com
Subject: cgiwrap
To: [EMAIL PROTECTED]

There is really only one reason I needed to reconfigure cgiwrap from what you 
did -- we keep our cgi scripts in a totally different directlry than the web 
can access. I know it sounds weird, but then we never risk someone looking at 
our programs :)

I would love it if the next time you set up cgiwrap if you could ask what 
directory the programs are in. 

A typical user's directory looks like:
main directory
  |   \
public_html  public_cgi 

with all the programs under public_cgi and all the web pages under public_html 

thanks for considering this!!
-Amy


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



Bug#385659: rocklight: Error in package description /proc/ibm/acpi/light does not exist, /proc/acpi/ibm/light do exist

2006-09-01 Thread Pierre Machard
Package: rocklight
Severity: minor
Tags: patch

Hi

there is a mistake in your package description

/proc/ibm/acpi/light does not exist, however the right proc entry is
/proc/acpi/ibm/light

Cheers,
-- 
Pierre Machard



-- 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.17-2-686
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#383473: Abook: typo in po-debconf template

2006-08-17 Thread Pierre Machard
Package: abook
Version: 0.5.6-1
Severity: minor

Hi,

Max repported on debian-l10n-french[1] that there exist a typo in original
po-debconf file.

On line 28: s/posibility/possibility/

[1] : http://lists.debian.org/debian-l10n-french/2006/08/msg00065.html

Cheers,
-- 
Pierre Machard


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



Bug#370766: tomcat4 MUST depend on tomcat4-webapps

2006-06-25 Thread Pierre Machard
Hi,

Note that tomcat4 is present in stable and I do not believe that your
plan could be accepted bye the stable release managers. The proper way
to deal with it is definitely to depend upon tomcat-webapps.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#370766: tomcat4 MUST depend on tomcat4-webapps

2006-06-23 Thread Pierre Machard
Hi,

On Fri, Jun 23, 2006 at 12:13:54PM +0200, Javier Serrano Polo wrote:
 That dependency isn't mandatory. I've got a working tomcat without
 webapps, then the problem must be something else.

I am sorry but the directory webapps is only created by tomcat-webapps.
And this directory is required to lanch Tomcat4..

Try to desinstall completly tomcat4 and remove the directory. This is
reproducible.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#370766: tomcat4 MUST depend on tomcat4-webapps

2006-06-06 Thread Pierre Machard
Package: tomcat4
Severity: critical

Hi,

today I installed tomcat4 and it failled to start because
/usr/share/tomcat4/webapps/tomcat-docs was missing.

It crashed during the initialization

Cheers,
-- 
Pierre Machard


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



Bug#370167: Maybe xorg should conflit with vide

2006-06-03 Thread Pierre Machard
Package: xserver-xorg
Version: 1:7.0.20
Severity: wishlist

Hi,

In one of my computer at home I had not made any upgrade since few 
months. I had problem when running a dist-upgrade with testing.

I had to remove vide manually before being able to re-launch a
dist-upgrade. FYI vide installed its binary into /usr/bin/X11/vide

As far as I know vide was removed from stable, testing etc... but
existed into old stable. (my computer was previously under sarge 
with (visibly) old packages inherited from previous release)

merkel% madison vide
vide | 1.21-3 | oldstable | source, alpha, arm, i386, ia64, m68k, mips, 
mipsel, powerpc, s390, sparc


Cheers,
-- 
Pierre Machard


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



Bug#370167: Acknowledgement (Maybe xorg should conflit with vide)

2006-06-03 Thread Pierre Machard
Re,


I made a mistake,

vide was installed in usr/X11R6/bin/vide that the reason why it failed.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#369778: Acknowledgement ([sgml module] the conversion sgml - po is not reversible)

2006-06-02 Thread Pierre Machard
Hi,

As suggested by Mt, I tried to add cmdsynopsis within verbatim section 
into /usr/share/perl5/Locale/Po4a/Sgml.pm however its result is not yet
accurate.

1) You will find in attachement an exemple on depmod.sgml (with modified
Sgml.pm). You can look at depmod.8 (the French translation) and your 
depmod.8 (on any Linux system under 2.6).

2) Within the po, there are also line that a splited among severals msgid
which is not nice as a translator point of view.

More generaly, are there any reasons why po4a add spaces 'between two'
msgid ? I mean why should we add unusefull space beween too tags, as an
exemple

from depmod.sgml

para
When combined with the option-F/option option, this

from depmod.fr.sgml

para
Lorsqu'il est combiné avec l'option
option-F/option
, il signale chaque symbole dont a besoin un module et qui n'est ni

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



depmod.tgz
Description: GNU Unix tar archive


signature.asc
Description: Digital signature


Bug#369778: [sgml module] the conversion sgml - po is not reversible

2006-06-01 Thread Pierre Machard
Package: po4a
Version: 0.25-1
Severity: normal

Hi dear fellow developer,

I am currently squashing #367061. My problem is that po4a breaks the layout.
Let me explain:

In orignial depmod.sgml

cmdsynopsis
  commanddepmod/command
  argoption-b replaceablebasedir/replaceable/option/arg
  argoption-e/option/arg
  argoption-F replaceableSystem.map/replaceable/option/arg
  argoption-n/option/arg

In translated depmod.sgml

commanddepmod/command
   arg rep=norepeat choice=opt
option-b replaceablerépertoire-de-base/replaceable/option
   /arg
   arg rep=norepeat choice=opt
option-e/option
   /arg
   arg rep=norepeat choice=opt
option-F replaceableSystem.map/replaceable/option
   /arg
   arg rep=norepeat choice=opt
option-n/option


The problem is that it breaks the layout in output format (man format)

SYNOPSIS
   depmod [ -b répertoire-de-base
] [ -e
] [ -F System.map
] [ -n
] [ -v
] [ version
] [ -A
]


To conclude operations are not round-trip. And having a translated manpage
with this layout is not acceptable in order to convince m-i-t upstream
maintainer to include it. It will be a nice opportunity for po4a to be
included within m-i-t. 

Cheers,
-- 
Pierre


-- 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.16-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages po4a depends on:
ii  gettext   0.14.5-4   GNU Internationalization utilities
ii  libsgmls-perl 1.03ii-31  Perl modules for processing SGML p
ii  perl  5.8.8-4Larry Wall's Practical Extraction 
ii  perl-modules  5.8.8-4Core Perl modules
ii  sp1.3.4-1.2.1-47 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-3 A perl module for simple terminal 
ii  libtext-wrapi18n-perl 0.06-4 internationalized substitute of Te

-- no debconf information



Bug#367061: module-init-tools: French manpage translation missing!

2006-05-23 Thread Pierre Machard
Hi,

Rusty, about 10 days ago. I've sent a message in which you were in Cc,
to deal with manpages translation.

On Sun, May 14, 2006 at 09:22:24PM +0200, Pierre Machard wrote:
[...]
 I will profit of this bug repport to provide to you and Rusty an up-to-date 
 French translation.
 
   I'll provide you a new translation in a near future
  If you are not willing to have it integrated by the upstream maintainer
  then I do not want it unless you will also provide a debian/rules patch
  to install it in the package only if the original version has not
  changed since the last translation update.
 
 Since I profit of that bug repport to ping upstream again. I do not know
 whether or not he wants to include my translations. Rusty can you please
 tell me what is your position about manpages translations? Should they
 retain only within Debian package or spread for the whole FOSS 
 community alongside module-init-tools sources?
 
 Marco, with po4a developers, depending on upstream point of view, 
 we will certainly be able to provide you a debian/rules using po4a that 
 will helps us to track for an update-to-date translation.
 
 I deaply believe that as translator, I really prefer when my translation
 is included upstream instead that when translators reinvent the wheel and
 provide different translations depending on Linux Distributor.


Did you make a decision about this issue ?

Thanks in advance,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#367061: module-init-tools: French manpage translation missing!

2006-05-14 Thread Pierre Machard
Hi,

On Sun, May 14, 2006 at 06:57:35PM +0200, Marco d'Itri wrote:
 On May 14, Pierre Machard [EMAIL PROTECTED] wrote:
 
  First I was never warned that my translation was out of date.
 It's not like I have any duty (or the time) to do this.

You could at least had warned me when upstream add an entry in its 
changelog:

[...]
modprobe: doco fix: -a takes module names, not wildcards.
[...]

  Last, Upstream never answer me. So please do not close bug repport
 Weird, I wonder why he always replies to me then.

I will profit of this bug repport to provide to you and Rusty an up-to-date 
French translation.

  I'll provide you a new translation in a near future
 If you are not willing to have it integrated by the upstream maintainer
 then I do not want it unless you will also provide a debian/rules patch
 to install it in the package only if the original version has not
 changed since the last translation update.

Since I profit of that bug repport to ping upstream again. I do not know
whether or not he wants to include my translations. Rusty can you please
tell me what is your position about manpages translations? Should they
retain only within Debian package or spread for the whole FOSS 
community alongside module-init-tools sources?

Marco, with po4a developers, depending on upstream point of view, 
we will certainly be able to provide you a debian/rules using po4a that 
will helps us to track for an update-to-date translation.

I deaply believe that as translator, I really prefer when my translation
is included upstream instead that when translators reinvent the wheel and
provide different translations depending on Linux Distributor.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



bug-repport.tar.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#367061: module-init-tools: French manpage translation missing!

2006-05-13 Thread Pierre Machard
Package: module-init-tools
Version: 3.2-pre1-2
Severity: normal


Hi,

I am quite surprised that my French translation of m-i-t manpages had
been removed. Can you please reintroduce my translations?

Cheers,

-- System Information:
Debian Release: 3.1
Architecture: i386 (i586)
Kernel: Linux 2.6.13.4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages module-init-tools depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#363283: Please add Tie::IxHash somewhere in package description

2006-04-18 Thread Pierre Machard
Package: libtie-ixhash-perl
Severity: wishlist

Hi,

could you please add Tie::IxHash in your package description so that
user could find this package when he apt-cache search Tie::IxHash


Thanks,
-- 
Pierre Machard


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



Bug#360703: Please add the string 'Data::Compare' somewhere in the pkg Desc

2006-04-04 Thread Pierre Machard
Package: libdata-compare-perl
Severity: normal

Hi,

It seams that apt-cache search returns nothing.

[EMAIL PROTECTED]:~/pki/trunk/sources$ apt-cache search Data::Compare
[EMAIL PROTECTED]:~/pki/trunk/sources$

Can you please add Data:Compare in package description,

Cheers,
Pierre Machard


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



Bug#357312: ITP: cryptonit -- A client side PKI cryptographic tool

2006-03-16 Thread Pierre Machard
Package: wnpp
Severity: wishlist
Owner: Pierre Machard [EMAIL PROTECTED]

* Package name: cryptonit
  Version : 0.9.6 (Not yet published)
  Upstream Author : IDEALX S.A.S [EMAIL PROTECTED]
* URL : http://www.cryptonit.org/
* License : GPL
  Description : A client side PKI cryptographic tool

  Cryptonit is a client side cryptographic tool which allows you to
  encrypt/decrypt and sign/verify files with PKI (Public Key 
  Infrastructure) certificates.
  .
  It Comes with : 
  o Encryption / Decryption based on ciphers provided by openssl
  o RSA Cryptography  
  o Documents Signature / Verification
  o Generation of self-decrypting files (Use a password to encrypt your
  files either for GNU/Linux or Microsoft Windows) 
  o LDAP Interface for certificate import  
  o CRL Download 
  o Addressbook 
  .
  Cryptonit provides a graphical user interface written in C++ with
  wxWidgets.
  .
  Homepage: http://www.cryptonit.org
   


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



Bug#353972: manpages-fr: in intro(1) howto reference is wrong

2006-02-22 Thread Pierre Machard
Package: manpages-fr
Severity: minor

Hi,

In intro(1) there is :

Les   sujets   spéciaux  sont  souvent  traités  dans  des  documents
HOWTOs  (qui  existent  également  en  version  française).  Regardez
dans
   /usr/share/doc/howto/fr et utilisez un navigateur web si les
fichiers sont en HTML.

In facts doc-linux-fr-text installs its files under the directory
/usr/share/doc/HOWTO/fr-txt/ and doc-linux-fr-html installs its
files under the directory /usr/share/doc/HOWTO/fr-html/


Cheers,
-- 
Pierre Machard
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7  82C2 B3A0 2D66 2370 6F87


signature.asc
Description: Digital signature


Bug#298548: Adding information about the audacity bug repport related to UTF-8 encoding

2006-02-03 Thread Pierre Machard
Hi,

I am working on an application that uses wxWidget and I've also encountered
same problem with unicode. 

The base of this problem is the wxWidget library that do not handle
unicode properly. The only solution I found is to use it in ascii
only... which is not an acceptable alternative.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#350716: apt-file should be able to grab proxy information from apt.conf

2006-01-31 Thread Pierre Machard
Package: apt-file
Severity: normal


Hi,

I must connect through a http_proxy. I've already setted up proxy
configuration in apt.conf. In my own opinion apt-file should be able to
grab these settings.

apt.conf example :
Acquire::http::Proxy http://192.168.0.14:3128;;

Cheers,
Pierre


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



Bug#327520: xfonts-abi: Please reamove this dummy package

2005-09-10 Thread Pierre Machard
Package: abiword
Severity: wishlist


The dummy package xfonts-abi is present in sarge, etch and sid.  As 
this is a dummy transition-only package, is there any reason this 
package should still exist in the distribution? Notice that we 
currently only support upgrade paths from stable (currently sarge) 
to new stable (currently etch) and in both these distributions
this package is a dummy package. For more information read the
Release Notes.

If this package is no longer required, please ask for its removal by
reassigning this bug to ftp.debian.org. If you want to provide
upgrade paths for woody for the time being please don't forget to
remove this package before etch is frozen.

Regards
Pierre Machard

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
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#206113: ITA: freedict -- Freedict

2005-09-09 Thread Pierre Machard
Hi Guys,

On Wed, Sep 07, 2005 at 10:34:21PM +0300, K?stutis Bili?nas wrote:
 Hi,
 
 I'm thinking about adopting this package. Now I have almost prepared
 the new version. There is the extract from the .changes file:
   -8--8--8-
 Closes: 159304 186044 205417 206113 215014 226895 226904 302549 309814
 310857 317078 318024
 Changes: 
 freedict (1.2-1) unstable; urgency=low
 .
* New maintainer (Closes: #206113).
* Updated with the new upstream versions (all, except eng-hun,
  hun-eng and eng-por). Added new dictionaries: eng-ara, eng-rom,
  eng-scr, ita-eng (Closes: #309814) and wel-eng. So, the source
  tarbal version bumped to 1.2.
* All the dictionaries unformated, fixed the headers, removed the
  many duplicated entries for most words in the dictionaries (but
  not all) (Closes: #186044), and formated using locale en_US.UTF-8
  again:
  - now all dictionaries have header 00-database-utf8 in dict
files (Closes: #317078).
  - fixed some spelling mistakes in the eng-fra dictionary
(Closes: #302549, #310857).
  - corrected the references to Africaan in the afr-deu dictionary
to Afrikaans (Closes: #318024).
* Added the file debian/README.Debian with a note about encoding.
  (Closes: #226895, #159304).
* Removed the files from debian directory: control.tmpl,
  gencontrol.py and namefixup.py (no need any more)
  (Closes: #215014).
* debian/control:
  - bumped Standards-Version to 3.6.2 (no changes required).
  - removed Build-Depends on python2.3 and python2.3-dictdlib
packages and added Build-Depends on dictfmt package.
  - removed dict-freedict meta-package, and added providing the
virtual dict-freedict package (Closes: #205417).
  - added the new binary packages for dictionaries eng-ara, eng-rom,
eng-scr, ita-eng and wel-eng.
* debian/copyright:
  - fixed the text formating (Closes: #226904).
  - changed the postall adress of the FSF.
 -8--8--8-
 
 I will close many more bugs at the end of this work, I think.
 What you can say about it?
 Artur, what you think about my intention? You are the official
 owner of ITA.

I am attending the qa-meeting this week-end. If you need some help or
sponsoring let me know and I'll help you,

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#324980: manpages-fr: Typo in mount(8) manpage

2005-08-25 Thread Pierre Machard
Package: manpages-fr
Version: 1.58.1-3
Severity: minor

Hi Denis,

I noticed a typo in mount(8) 

--move Déplacer une sous-arborescence aillers. Voir plus haut.

s/aillers/ailleurs/

Cheers,
-- 
Pierre Machard
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7  82C2 B3A0 2D66 2370 6F87


signature.asc
Description: Digital signature


Bug#315607: /usr/bin/dico: Wrong name for people living at Guingamp

2005-06-23 Thread Pierre Machard
Package: le-dico-de-rene-cougnenc
Version: 1.3-1
Severity: minor
File: /usr/bin/dico


Hi,

tonight I made a search on Guingamp and I got the following results.
[EMAIL PROTECTED]:~$ dico Guingamp\*

DICO V 1.3 (linux) - R.Cougnenc 1992

Guingamp   22200
Guingamp
Guingampois


Guingampois is not the right pronunciation for people living at Guingamp. 
The right name is 'Guingampais'

Can you please fix this issue ?

Thanks,
-- 
Pierre Machard
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7  82C2 B3A0 2D66 2370 6F87


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



Bug#312804: ITP: gnome-peercast -- Graphical user interface for PeerCast

2005-06-11 Thread Pierre Machard
Hi,

On Fri, Jun 10, 2005 at 04:46:47PM +0900, Takuo KITAME wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Takuo KITAME [EMAIL PROTECTED]
 
 * Package name: gnome-peercast
   Version : 0.1
   Upstream Author : Takuo KITAME [EMAIL PROTECTED]
 * URL : http://takuo.jp/gnome-peercast/
 * License : GPL
   Description : Graphical user interface for PeerCast
 
  This software is a GNOME user interface for PeerCast with full features of
  original PeerCast.
  .
  PeerCast is a new, free way to listen to radio and watch video on the
  Internet. 

You should probably remove the is a new. Currenlty, it's probably new,
but it will may be obsolete in few months. Morover it adds nothing usefull
that ease the understanding of this description.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#299764: only affects French?

2005-06-11 Thread Pierre Machard
Hi,

On Fri, Jun 10, 2005 at 07:53:29AM +0200, Miroslav Kure wrote:
 On Thu, Jun 09, 2005 at 05:42:34PM -0400, Joey Hess wrote:
  Is there some reason this bug only affects French installs, or is it
  more general?
 
 It is more general (e.g Czech and Slovak users need iso-8859-2 fonts
 which are in the -transcoded packages).
 
 As Christian Perrier confirmed, we are aiming for UTF-8 for most (if
 not all) languages in Etch, so it should be non-issue then.

When I submitted this bug repport I was installing a sarge. The real
issue here was to provide transcoded fonts when they were required.

So to clearly answer to Joey's question, French is not the only language
affected.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#264660: status of 264660

2005-06-11 Thread Pierre Machard
Hi Matt,

(Sorry for the delay I was laking of time this last month)

On Thu, Feb 10, 2005 at 03:17:52AM -0800, Matt Kraai wrote:
 Howdy,
 
 Pierre, are you planning to implement further improvements to the
 handling of missing templates.pot files, or should 264660 be closed?

I am not working on this things. Denis Barbier took over it. (Putting
Denis is Cc)

I think that this bug should be closed since the website and the
template should be synchronized at the same time.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#277196: News QGLViewer version

2005-05-25 Thread Pierre Machard
Hi,

did you take a look at Gilles Debunne's version of QGLviewer?

I am currently working on a project that require QGLViewer, I can 
assure that the new version is far better from the one available in 
Debian.

Your version is not compilant with C++ 3.3.
It is not aymore maintained upstream.

Can you please package the version of Gilles Debunne ?
(A debian package is already available on 
http://blabluga.hell.pl/QGLViewer/pool/ )

Cheers
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#263745: oowriter: When opening a text file it sould ask about its encoding

2005-05-05 Thread Pierre Machard
Hi,

I reproduced today the bug I repported a long while ago. The problem
occurs when you open a file without specifying the file type.

If I choose encoded text, oowriter opens a window that let me specify
the encoding I am using.

A simple user cannot know any format of its .txt files. (This is my
case, I am using different encoding depending on which computer I am
working).

I need to use file(1) to know the format. It would be nice if oowriter
would be able to do it itself.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#276096: Any news about the eclipse package for Debian ?

2005-03-10 Thread Pierre Machard
Hi,

I've read the bug repport about eclipse. In which state are your
package? When will you upload it into the archive?

Thanks for your work,

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#276096: Any news about the eclipse package for Debian ?

2005-03-10 Thread Pierre Machard
On Thu, Mar 10, 2005 at 08:25:39PM -0600, Jerry Haltom wrote:
 When I can get a d-d to build it properly. =(

Can you please elaborate ? I am not sure that I understand what you
mean.

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#267799: Ping about nvidia packages that fails to auto-load kernel module

2005-03-02 Thread Pierre Machard
Hi Randall,


do you plan to fix this bug in a near future ?  I installed a Sarge
yesterday and I was very surprised not to find a nvidia package into
sarge.

If you lack of time these days, I can prepare a NMU that will provide a
po-debconf notice.

Anyway, if you prepare a po-debconf notice, can you please advise
translators before uploading the package ? (at least post an announce of
debian-i18n@lists.debian.org severals days before the upload)

Thanks,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#292955: [eagle-usb] #292955 Did you set up the fine /usr/src/linux ?

2005-02-27 Thread Pierre Machard
Hi Olivier,

I was wondering if you setted up the right /usr/src/linux in order to
build the source against the exepected kernel ?

The problem is that m-a prepare is using the current kernel by default.

Read module-assistant manpage for more information,

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature


Bug#277426: News about flumotion

2005-02-07 Thread Pierre Machard
Hi Jeff,

I am writting you this email to know the status of flumotion. A friend
of mine (in Cc:) is looking for this package.

Do you have anything ready or a repository publicaly available ?

Cheers,
-- 
Pierre Machard
[EMAIL PROTECTED] http://debian.org
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



signature.asc
Description: Digital signature