Differences between revisions 23 and 25 (spanning 2 versions)
Revision 23 as of 2009-03-16 03:32:14
Size: 3646
Editor: anonymous
Comment: converted to 1.6 markup
Revision 25 as of 2009-08-22 22:38:40
Size: 3476
Editor: ?NicolasFrancois
Comment: Fix a cut&paste error from previous release notes (Bug#524148)
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||<tablewidth="100%"width="32px" style="border-color: rgb(255, 158, 194);"> {{attachment:Portal/IDB/official-doc.png}} ||<bgcolor="#ffe4f1" style="border-color: rgb(255, 158, 194);">Debian Lenny Release notes ~-<<BR>>. http://www.debian.org/releases/stable/releasenotes -~ || {{{#!wiki debian
http://www.debian.org/releases/stable/releasenotes - Debian Lenny Release notes
}}}
Line 33: Line 36:
If you do not use one of these exceptions, you can safely upgrade to lenny. If you use one of these exceptions, set the pin-priority (see man apt_preferences) temporarily to 1001 for all packages from etch, and you should be able to do a safe dist-upgrade too. If you do not use one of these exceptions, you can safely upgrade to lenny. If you use one of these exceptions, set the pin-priority (see man apt_preferences) temporarily to 1001 for all packages from lenny, and you should be able to do a safe dist-upgrade too.

Debian Lenny > Etch to Lenny Upgrade


Upgrading Debian GNU/Linux from Etch (4.0) to Lenny (5.0)

This page is a placeholder for future (semi-official) contents.

Quick steps

RTFM (Read the Fine Manual) : it contains important information !

Before upgrading to Lenny, make sure you read the paragraph Upgrades from previous releases and also have a look at Issues to be aware of for lenny of the releasenotes.

  • {i} Yes, this is the quick steps. anything shorter/faster may leave your system in broken state.

Notes on /etc/apt/sources.list

Backports

Backports.org is a semi-official repository provided by Debian Developers, which provides newer packages for the stable release, based on a rebuild of the package from the "testing" archive.

The backports.org repository contains packages from testing, but with reduced version numbers, therefore the upgrade path from etch-backports to lenny is saved. However, there are a few backports only which are made from unstable (security updates and the following exceptions: firefox, kernel, openoffice.org, xorg).

If you do not use one of these exceptions, you can safely upgrade to lenny. If you use one of these exceptions, set the pin-priority (see man apt_preferences) temporarily to 1001 for all packages from lenny, and you should be able to do a safe dist-upgrade too.

For example, the trac package in backports.org has version

0.11.1-2~bpo40+1

and in lenny

0.11.1-2.1

As 0.11.1-2~bpo40+1 < 0.11.1-2.1 (apt considers ~ lower), the backports package will be replaced by the lenny package when you upgrate to lenny.

If you use backports, but does not upgrade to Lenny immediately after Lenny is released, you should disable backports.org entries in your sources.list, if you don't want to get packages from Squeeze. This can happen because backports are built based on testing, and testing will change from lenny to squeeze as soon as Lenny is released. This issue is discussed in this thread on the debian-isp mailing list. TBD: confirm or infirm this from backports.org

This behaviour has been confirmed by the backports team in thismail.

Sample sources.list

Here is a typical sources.list as it is configured with Lenny, in case you need a reference:

# Main
deb http://ftp.us.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.us.debian.org/debian/ lenny main contrib non-free

# Security Updates
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

# Some systems may have other entries, like the "volatile" service.

License

  • This page is licensed under GPL v2.


CategoryPermalink