Parcourir la source

Adding Russian translation

Wichert Akkerman il y a 27 ans
Parent
commit
7ece8334a0
5 fichiers modifiés avec 3480 ajouts et 3 suppressions
  1. 4 0
      ChangeLog
  2. 1 1
      configure.in
  3. 1 1
      main/main.c
  4. 3465 0
      po/ru.po
  5. 9 1
      scripts/dpkg-shlibdeps.pl

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Mon Nov  1 23:25:32 CET 1999 Wichert Akkerman <wakkerma@debian.org>
+
+  * Add partial Russian translation from Michael Sobolev <mss@transas.com>
+
 Sat Oct 30 16:22:00 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
 
   * Fix file conflict between dpkg-dev, dpkg

+ 1 - 1
configure.in

@@ -91,7 +91,7 @@ AC_ARG_WITH(olddeb,
 
 dnl gettext
 
-ALL_LINGUAS="en es fr ja_JP.ujis pl"
+ALL_LINGUAS="en es fr ja_JP.ujis pl ru"
 AM_GNU_GETTEXT
 
 dnl Other stuff

+ 1 - 1
main/main.c

@@ -80,7 +80,7 @@ Usage: \n\
   dpkg --compare-versions <a> <rel> <b>    compare version numbers - see below\n\
   dpkg --help | --version                  show this help / version number\n\
   dpkg --force-help | -Dh|--debug=help     help on forcing resp. debugging\n\
-  dpkg --licence                           print copyright licencing terms\n\
+  dpkg --licence                           print copyright licensing terms\n\
 \n\
 Use dpkg -b|--build|-c|--contents|-e|--control|-I|--info|-f|--field|\n\
  -x|--extract|-X|--vextract|--fsys-tarfile  on archives (type %s --help.)\n\

Fichier diff supprimé car celui-ci est trop grand
+ 3465 - 0
po/ru.po


+ 9 - 1
scripts/dpkg-shlibdeps.pl

@@ -1,7 +1,7 @@
 #! /usr/bin/perl
 
 $dpkglibdir="/usr/lib/dpkg";
-$version="1.4.1.18"; # This line modified by Makefile
+$version="1.4.1.19"; # This line modified by Makefile
 
 use POSIX;
 use POSIX qw(:errno_h :signal_h);
@@ -115,7 +115,15 @@ for ($i=0;$i<=$#exec;$i++) {
 if ($#libpaths >= 0) {
     grep(s/\[\?\*/\\$&/g, @libpaths);
     defined($c= open(P,"-|")) || syserr("cannot fork for dpkg --search");
+<<<<<<< dpkg-shlibdeps.pl
+    if (!$c) {
+        close STDERR; # we don't need to see dpkg's errors
+	open STDERR, "> /dev/null";
+        exec("dpkg","--search","--",@libpaths); syserr("cannot exec dpkg");
+    }
+=======
     if (!$c) { exec("dpkg","--search","--",@libpaths); syserr("cannot exec dpkg"); }
+>>>>>>> 1.5
     while (<P>) {
        s/\n$//;
        if (m/^local diversion |^diversion by/) {