$apt-cache search kernel-image | grep 2.6
kernel-image-2.6.0-test9-1-386 - Linux kernel image for version 2.6.0-test9 on 386.
kernel-source-2.6.0-test9 - Linux kernel source for version 2.6.0-test9 with Debian patches
I wouldn't really recommend running sid unless you know what you're doing. Things can and do break in fairly big ways.
Do you have this working with dselect as well, or just straight apt? I follow releases in the same way you do, and have been trying to make this work well for some time. But if I do what you described, dselect still tries to update packages that have new versions in unstable - that is, it doesn't respect the pin. I've grown rather fond of dselect at this point and don't really want to ditch it...Originally posted by: BingBongWongFooey
What I do is put both testing and unstable sources in sources.list, and set my default release to testing in apt.conf. Then things come from testing, and if I specifically want something from unstable, I can apt-get install -t unstable <foo>. Because I only need a small portion of things from unstable; for most stuff, testing is more than fine for me.
Originally posted by: cleverhandle
Do you have this working with dselect as well, or just straight apt? I follow releases in the same way you do, and have been trying to make this work well for some time. But if I do what you described, dselect still tries to update packages that have new versions in unstable - that is, it doesn't respect the pin. I've grown rather fond of dselect at this point and don't really want to ditch it...Originally posted by: BingBongWongFooey
What I do is put both testing and unstable sources in sources.list, and set my default release to testing in apt.conf. Then things come from testing, and if I specifically want something from unstable, I can apt-get install -t unstable <foo>. Because I only need a small portion of things from unstable; for most stuff, testing is more than fine for me.