--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: release-notes: Check libfam0 instead of libfam0c102?
- From: Noritada Kobayashi <noritadak@gmail.com>
- Date: Fri, 13 Feb 2009 13:14:16 +0900
- Message-id: <20090213041416.13800.20181.reportbug@terra.nori-net>
Package: release-notes
Severity: normal
Tags: patch
Hi,
"4.5.6.1. Upgrading a desktop system" in the lenny release notes asks
users to check libfam0c102 for the desktop system and to install
libfam0. However, libfam0c102 is not installed in pure etch desktop
systems. In my desktop environment, the following command line results
in nothing:
# dpkg -l libfam0c102 | grep ^ii
Since libfam0 seems to have replaced libfam0c102 in etch, "checking
libfam0c102 and installing libfam0" is only correct in the sarge->etch
upgrade. IMHO, users should check libfam0 itself before installing it
in the etch->lenny upgrade instead (although I have not checked it
because I don't have an environment for testing it). Could you please
consider applying this patch?
Since this patch changes nothing but package names. So, unfuzzying
translations is easy.
Sorry for my too late bug report.
Best regards,
-nori
-- System Information:
Debian Release: 5.0
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'testing'), (90, 'unstable'), (80, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: en/upgrading.dbk
===================================================================
--- en/upgrading.dbk (リビジョン 6435)
+++ en/upgrading.dbk (作業コピー)
@@ -936,11 +936,11 @@
or with the the GNOME or KDE packages installed.
</para>
<para>
-Check whether you have the <systemitem role="package">libfam0c102</systemitem>
+Check whether you have the <systemitem role="package">libfam0</systemitem>
package installed:
</para>
<screen>
-# dpkg -l libfam0c102 | grep ^ii
+# dpkg -l libfam0 | grep ^ii
</screen>
<para>
If you do have it installed, run:
--- End Message ---
--- Begin Message ---
- To: 515062-done@bugs.debian.org
- Subject: Re: Bug#515062: release-notes: Check libfam0 instead of libfam0c102?
- From: Nicolas François <nicolas.francois@centraliens.net>
- Date: Fri, 21 Aug 2009 21:36:59 +0200
- Message-id: <20090821193659.GA2788@nekral.nekral.homelinux.net>
- In-reply-to: <20090213041416.13800.20181.reportbug@terra.nori-net>
- References: <20090213041416.13800.20181.reportbug@terra.nori-net>
Hello,
On Fri, Feb 13, 2009 at 01:14:16PM +0900, Noritada Kobayashi wrote:
>
> "4.5.6.1. Upgrading a desktop system" in the lenny release notes asks
> users to check libfam0c102 for the desktop system and to install
> libfam0. However, libfam0c102 is not installed in pure etch desktop
> systems. In my desktop environment, the following command line results
> in nothing:
>
> # dpkg -l libfam0c102 | grep ^ii
>
> Since libfam0 seems to have replaced libfam0c102 in etch, "checking
> libfam0c102 and installing libfam0" is only correct in the sarge->etch
> upgrade. IMHO, users should check libfam0 itself before installing it
> in the etch->lenny upgrade instead (although I have not checked it
> because I don't have an environment for testing it). Could you please
> consider applying this patch?
>
> Since this patch changes nothing but package names. So, unfuzzying
> translations is easy.
>
> Sorry for my too late bug report.
Thanks for your report.
The complete section was removed as it was no more valid for the
Etch->Lenny upgrade.
(revision 6665)
Best Regards,
--
Nekral
--- End Message ---