> Hi! Hi!
> So es.po have probably errors that need to be corrected (I got the same > problem with fr.po). > Ok, I have just committed the changes to subversions. > After those correction, I'll release the 1.2.0. > The futures releases will be targetted on optimization. Ummm, the debian port would certainly be a lot faster if we avoid using dpkg as much as possible and do the work directly parsing the files in /var/lib/dpkg. This would mean replacing the `dpkg --status' and `dpkg --listfiles' with greps into some files. In Debian, dpkg is very slow, and apt, which would be faster, is not required, so it is not installed in all debian systems. (To give an idea of how slow is dpkg, `dpkg --status any_package' takes 2 seconds on an AMD [EMAIL PROTECTED] This is because it parses really big files! On that system, it took more than half an hour to generate the output directory for around 1000 packages). If you want, I could do the changes in modules/dpkg.sh. > Thanks you all, > Regards, > Bye! > > -- > Mathieu Roy > http://savannah.gnu.org/users/yeupou > http://yeupou.coleumes.org > http://gpg.coleumes.org (GPG Key)
