Default-Release setting in wrong namespace (page 169)
More...Reported on: 2006-07-30
In chapter 5. The Debian package management system on page 169:
The apt.conf examples on page 169, which illustrate the two different syntax styles, list Default-Release under the wrong namespace. Instead of APT::Get, it should just be APT:
APT::Default-Release "sarge";
[...]
and:
APT {
[...]
Default-Release "sarge";
[...]
}