[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS webwml/dutch/Bugs



Update of /cvs/webwml/webwml/dutch/Bugs
In directory moszumanska:/var/tmp/cvs-serv1983/dutch/Bugs

Modified Files:
	Reporting.wml 
Log Message:
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/webwml/webwml/dutch/Bugs/Reporting.wml	2017/06/06 08:31:37	1.50
+++ /cvs/webwml/webwml/dutch/Bugs/Reporting.wml	2017/11/04 15:03:37	1.51
@@ -1,8 +1,8 @@
 #use wml::debian::template title="Debian BTS — rapporteren van bugs" NOHEADER=yes NOCOPYRIGHT=true
-#use wml::debian::translation-check translation="1.84"
+#use wml::debian::translation-check translation="1.85"
 
-# Last Translation Update by: $Author: toddy $
-# Last Translation Update at: $Date: 2017/06/06 08:31:37 $
+# Last Translation Update by: $Author: hosiet-guest $
+# Last Translation Update at: $Date: 2017/11/04 15:03:37 $
 
 <h1>Een probleem in Debian rapporteren met reportbug</h1>
 
@@ -149,7 +149,7 @@
 configuratiebestanden in uw mail op.</li>
 <li>De versies van de pakketten waarvan het pakket met de fout afhangt.</li>
 <li>De kernel versie die u gebruikt (typ <code>uname -a</code>), de
-versie van uw standaard C bibliotheek (type <code>dpkg -s libc6 | grep
+versie van uw standaard C bibliotheek (type <code>apt show libc6 | grep
 ^Version</code>) en alle andere details van de configuratie van uw
 systeem, als dat nodig lijkt. Bijvoorbeeld, als u een probleem met een
 Perl script rapporteert, kunt u het beste ook de versie van het perl-programma


Reply to: