>>>>> "WA" == Wichert Akkerman <[EMAIL PROTECTED]> writes:
WA> It looks like dpkg 1.9.0 is ready for release. Lots of bugs have been
WA> fixed and a bunch of features have been added. With all the changes
WA> some of the text has also changed, so translations will need to be
WA> updated as well.
I've fixed stupid "recurisve" bug, and also simply ran ispell over "ru.po"
(also fixed a very annoying bug with improperly translated partial sentence
(children, do not simply contatenate message strings: English is not the
only one :).
First patch is very simple (fix "recurisve"). Another one is attached,
because it contains characters in koi8-r encoding. To mss: please review
this one. :)
diff -urN --exclude=*~ dpkg/main/archives.c dpkg-fixed/main/archives.c
--- dpkg/main/archives.c Tue Apr 24 01:16:22 2001
+++ dpkg-fixed/main/archives.c Tue Apr 24 13:21:12 2001
@@ -821,7 +821,7 @@
if (fclose(pf)) ohshite(_("error closing find's pipe"));
r= waitsubproc(fc,"find",PROCNOERR);
if(!(r==0 || r==1))
- ohshit(_("find for --recurisve returned unhandled error %i"),r);
+ ohshit(_("find for --recursive returned unhandled error %i"),r);
if (!nfiles)
ohshit(_("searched, but found no packages (files matching *.deb)"));
diff -urN --exclude=*~ dpkg/po/sv.po dpkg-fixed/po/sv.po
--- dpkg/po/sv.po Tue Apr 24 09:03:08 2001
+++ dpkg-fixed/po/sv.po Tue Apr 24 13:21:49 2001
@@ -1037,7 +1037,7 @@
#: main/archives.c:824
#, c-format
-msgid "find for --recurisve returned unhandled error %i"
+msgid "find for --recursive returned unhandled error %i"
msgstr "find fЖr --recursive returnerade ohanterat fel %i"
#: main/archives.c:827
Hope it helps,
--alexm
dpkg-fix2.patch
Description: Binary data

