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

Bug#547220: marked as done (lenny release-notes: kernel-image-2.6 transitionnal package, renamed to linux-image-2.6)



Your message dated Fri, 18 Sep 2009 22:44:24 +0200
with message-id <20090918204424.GC19675@dedibox.ebzao.info>
and subject line Re: Bug#547220: general: Lenny Upgrade Documentation Typos
has caused the Debian Bug report #547220,
regarding lenny release-notes: kernel-image-2.6 transitionnal package, renamed to linux-image-2.6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
547220: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547220
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: general
Severity: minor

While doing my first dist-upgrade I noticed a few typos that 
may cause some confusion to other users.

In the document referenced at:
http://www.debian.org/releases/lenny/i386/release-notes/ch-upgrading.en.html

Section 4.3. Manually unmarking packages
contains the following line:

aptitude unmarkauto $(dpkg-query -W 'kernel-image-2.6.*' | cut -f1)

I believe this should be:

aptitude unmarkauto $(dpkg-query -W 'linux-image-2.6.*' | cut -f1)

Here is the output when I run each of these commands:

ns3:~# dpkg-query -W 'kernel-image-2.6.*'
No packages found matching kernel-image-2.6.*.
ns3:~# dpkg-query -W 'linux-image-2.6.*'
linux-image-2.6.18-4-powerpc	2.6.18.dfsg.1-12etch2
linux-image-2.6.18-5-powerpc	2.6.18.dfsg.1-13etch6
linux-image-2.6.18-6-powerpc	2.6.18.dfsg.1-24etch4
ns3:~#


Also, in Section 4.5.6. Minimal system upgrade
it says to run:

aptitude upgrade

When running this from the command line I get a deprecation warning:

ns3:~# aptitude upgrade
W: The "upgrade" command is deprecated; use "safe-upgrade" instead.
Reading package lists... Done

The upgrade does continuem but may want to update this in the docs.
Thanks!

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-2-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Hello Ken,

On Thu, Sep 17, 2009 at 04:05:11PM -0400, Ken Schweigert wrote:
> Package: general

Reassigned the to the release-notes package.

[..]
> In the document referenced at:
> http://www.debian.org/releases/lenny/i386/release-notes/ch-upgrading.en.html
> 
> Section 4.3. Manually unmarking packages
> contains the following line:
> aptitude unmarkauto $(dpkg-query -W 'kernel-image-2.6.*' | cut -f1)
> 
> I believe this should be:
> aptitude unmarkauto $(dpkg-query -W 'linux-image-2.6.*' | cut -f1)
[..]

Indeed, since kernel-image-2.6 from etch was only a transitionnal
package for sarge->etch. So linux-image-2.6 is the right package to keep
and thus unmark.

Fixed in SVN r6960.

> Also, in Section 4.5.6. Minimal system upgrade, it says to run:
> aptitude upgrade
> 
> When running this from the command line I get a deprecation warning:
> 
> ns3:~# aptitude upgrade
> W: The "upgrade" command is deprecated; use "safe-upgrade" instead.

Fixed in SVN r6961.

> The upgrade does continuem but may want to update this in the docs.

Many thanks for your report.

Your fixes will be visible on the website within 4 hours.

Best regards.

-- 
Simon Paillard


--- End Message ---

Reply to: