From 03a2dd8bac69ccecb2fb4a2f03c82697c0577e97 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Sat, 4 Nov 2017 16:03:28 +0000 Subject: 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 --- english/Bugs/Reporting.wml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'english/Bugs') diff --git a/english/Bugs/Reporting.wml b/english/Bugs/Reporting.wml index 689646754d3..a24f86e0bb0 100644 --- a/english/Bugs/Reporting.wml +++ b/english/Bugs/Reporting.wml @@ -133,8 +133,8 @@ example session is a good way of showing this. Include the complete text of its configuration files.
  • The versions of any packages on which the buggy package depends.
  • What kernel version you're using (type uname -a), your -shared C library (type ls -l /lib/libc.so.6 or -dpkg -s libc6 | grep ^Version), and any other details about +shared C library (type ls -l /lib/*/libc.so.6 or +apt show libc6 | grep ^Version), and any other details about your Debian system, if it seems appropriate. For example, if you had a problem with a Perl script, you would want to provide the version of the `perl' binary (type perl -v or dpkg -s perl | grep -- cgit v1.2.3