On Mon, Aug 29, 2011 at 9:51 AM, Niels Thykier wrote: > I personally have both "unstable" and "testing" in my sources list and use: > > """ > $ cat /etc/apt/apt.conf.d/02aptlocal > APT::Default-Release "testing"; > """
I personally prefer pinning for this. I have set it up such that when I cherry-pick something from unstable/experimental I get updates, until the version migrates/moves to testing/unstable, then I get the updates from there. On servers I do something similar to get cheaper backports where there are no dependency issues. pabs@chianamo:~$ cat /etc/apt/preferences Package: * Pin: release a=stable Pin-Priority: 510 Package: * Pin: release a=testing Pin-Priority: 700 Package: * Pin: release a=unstable Pin-Priority: 600 Package: * Pin: release a=experimental Pin-Priority: 550 -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAKTje6Ey87__R+8gKwLEpuOxWgTOF-D6kthDYTu=mhu0y7w...@mail.gmail.com