I just updated my system from Sarge (stable) to Etch (testing) because I wanted a number of packages found only in the testing distribution.
I did this by changing the /etc/apt/sources.list file as follows, running 'apt-get update' and then 'apt-get dist-upgrade'
(Ignore the incorrect URLs, seems I can't post URLs)
Code:
## DEBIAN SARGE SECURITY UPDATES
deb http:/security.debian.org/ stable/updates main contrib
## DEBIAN ETCH SECURITY UPDATES
deb http:/security.debian.org/ etch/updates main contrib
# DEBIAN MAIN - STABLE
deb http:/ftp.us.debian.org/debian/ sarge main contrib
# DEBIAN MAIN - TESTING
deb http:/ftp.us.debian.org/debian/ etch main contrib
Every ran smoothly but I am wondering, do I still need to keep the stable/updates and sarge lines in there?
In other words...
1. Are security updates that are applied to the stable repos. also applied to the etch repos.? Is having both of those lines in there redundant?
2. Should I keep the 'DEBIAN MAIN - STABLE' line in there? If so, why if I am running etch? Would a package update ever occur in stable before it is applied in testing?
Thanks.