To turn off pdiff (slower than full files if you're on a fast connection), add this to /etc/apt/apt.conf
Use this in sources.list for getting experimental packages:
# Debian experimental
deb ftp://ftp.debian.org/debian experimental main contrib non-free
deb http://linux.csua.berkeley.edu/debian/ experimental main contrib
non-free
in my sources.list, and:
Package: *
Pin: release a=experimental
Pin-priority: 1001
in my /etc/apt/Preferences file (see "man apt_preferences").
This gives me access to all official experimental packages.
Here's one with a bit more detail:
Package: *
Pin: release unstable
Pin-priority: 800
Package: *
Pin: origin people.debian.org
Pin-Priority: 880
Package: *
Pin: origin phebehouse.dyndns.org
Pin-Priority: 850
in my /etc/apt/preferences file.
This
tells apt to give Debian/unstable a priority of 800 (i.e. higher than
already installed debs and higher than the default for 'other'
sources), but gives the two unofficial sources even higher priority
than Debian unstable.
This means that the unofficial debs of kdenetwork and kdepim will be
prefered over the old ones in Debian/unstable, but Debian/unstable will
be used for everything else (i.e. everything not in the two unofficial
sources).
Please ask if you would like further details.
Paul Cupis
- --
paul@cupis.co.uk