aboutsummaryrefslogtreecommitdiffstats
path: root/polish/Bugs
diff options
context:
space:
mode:
authorBoyuan Yang <hosiet-guest>2017-11-04 16:03:28 +0000
committerBoyuan Yang <hosiet-guest>2017-11-04 16:03:28 +0000
commit03a2dd8bac69ccecb2fb4a2f03c82697c0577e97 (patch)
tree5a7e4ad697de6d4e145d30632405ddad7fd560b8 /polish/Bugs
parentc02d0f8b455d7ac99a571234a59bbef880d18667 (diff)
Bugs/Reporting.wml: massive fix for typos and broken command
1. /Bugs/Reporting still references "/lib/libc.so.6", which does not exist after Debian migrated to multiarch. All these paths are now changed into "/lib/*/libc.so.6". 2. "dpkg -s libc6" will now raise an error: % LC_ALL=C dpkg -s libc6 dpkg-query: error: --status needs a valid package name but 'libc6' is not: ambiguous package name 'libc6' with more than one installed instance To prevent this bug, I chose to use "apt show" instead of "dpkg -s". "apt-cache show" would work to but it has a side-effect of listing any available package versions instead of the installed one so not using it. CVS version numbers bulgarian/Bugs/Reporting.wml: 1.24 -> 1.25 chinese/Bugs/Reporting.wml: 1.17 -> 1.18 croatian/Bugs/Reporting.wml: 1.32 -> 1.33 danish/Bugs/Reporting.wml: 1.55 -> 1.56 dutch/Bugs/Reporting.wml: 1.50 -> 1.51 english/Bugs/Reporting.wml: 1.84 -> 1.85 finnish/Bugs/Reporting.wml: 1.56 -> 1.57 french/Bugs/Reporting.wml: 1.74 -> 1.75 german/Bugs/Reporting.wml: 1.87 -> 1.88 italian/Bugs/Reporting.wml: 1.63 -> 1.64 japanese/Bugs/Reporting.wml: 1.60 -> 1.61 polish/Bugs/Reporting.wml: 1.57 -> 1.58 portuguese/Bugs/Reporting.wml: 1.41 -> 1.42 russian/Bugs/Reporting.wml: 1.39 -> 1.40 spanish/Bugs/Reporting.wml: 1.46 -> 1.47 swedish/Bugs/Reporting.wml: 1.69 -> 1.70 ukrainian/Bugs/Reporting.wml: 1.18 -> 1.19
Diffstat (limited to 'polish/Bugs')
-rw-r--r--polish/Bugs/Reporting.wml6
1 files changed, 3 insertions, 3 deletions
diff --git a/polish/Bugs/Reporting.wml b/polish/Bugs/Reporting.wml
index 462f9e88bdc..54c55f29ca9 100644
--- a/polish/Bugs/Reporting.wml
+++ b/polish/Bugs/Reporting.wml
@@ -1,5 +1,5 @@
#use wml::debian::template title="System śledzenia błędów - zgłaszanie błędów" NOHEADER=yes NOCOPYRIGHT=true
-#use wml::debian::translation-check translation="1.84"
+#use wml::debian::translation-check translation="1.85"
<h1>Jak zgłosić błąd w Debianie przy użyciu reportbug</h1>
@@ -136,8 +136,8 @@ przykładowej sesji.</li>
treść jego plików konfiguracyjnych.</li>
<li>Wersje wszystkich pakietów, których wymaga pakiet z błędem.</li>
<li>Wersje używanego przez Ciebie jądra (wpisz <code>uname -a</code>),
-biblioteki współdzielonej języka C (wpisz <code>ls -l /lib/libc.so.6</code> lub
-<code>dpkg -s libc6 | grep ^Version</code>) oraz inne szczegóły na temat
+biblioteki współdzielonej języka C (wpisz <code>ls -l /lib/*/libc.so.6</code> lub
+<code>apt show libc6 | grep ^Version</code>) oraz inne szczegóły na temat
Twojego systemu Debian, jeśli wydają się one istotne. Jeśli masz na przykład
problem z błędnym skryptem języka Perl, dobrze będzie podać wersję programu
interpretera <q>perl</q> (wpisz <code>perl -v</code> lub <code>dpkg -s perl | grep

© 2014-2024 Faster IT GmbH | imprint | privacy policy