いずれはwoodyにしないといけなくなるので、この際移行することに
http://www.debian.org/releases/testing/index.ja.html
現在ではもう安定版(stable)になっています。http://www.debian.org/releases/stable/index.ja.html
pcmciaをホールドしておいた方が後々何かと無難かと1.2 sources.listの編集# echo pcmcia-cs hold | dpkg --set-selections
woody用に/etc/apt/sources.listを編集しておく1.3 重要なパッケージを先にアップグレード# システムインストール関係 #
deb http://ftp.jp.debian.org/debian woody main contrib non-free
deb-src http://ftp.jp.debian.org/debian woody main contrib non-free
deb http://ftp.jp.debian.org/debian-jp woody-jp main contrib non-free
deb-src http://ftp.jp.debian.org/debian-jp woody-jp main contrib non-free
deb http://ftp.jp.debian.org/debian-non-US woody/non-US main contrib non-free
deb-src http://ftp.jp.debian.org/debian-non-US woody/non-US main contrib non-free
# update関係 #
deb http://ftp.jp.debian.org/debian woody-proposed-updates main
# セキュリティ関係 #
deb http://security.debian.org/ woody/updates main contrib non-free
apt-get updateを実行1.4 woodyへ移行# apt-get update
重要と思われるパッケージは先にアップグレードしておく
# apt-get install apt apt-utils dpkg debconf perl
準備ができたところでwoodyへ移行# apt-get dist-upgrade