apt-preferences の設定はできましたが、正しくできたかどうかはわかりません。基本的に、必要な場合は TESTING、UNSTABLE、DEB-MULTIMEDIA からパッケージをインストールし、これらのパッケージ (のみ) が特定のリポジトリから更新を取得するようにしたいのです。ただし、「ベース」としては STABLE-Version が必要です。Pin-Priority がどのように機能するかよくわからないので、正しく設定されているかどうか確認していただけるとありがたいです...
これが私のsources.listです
## CRUNCHBANG
## Compatible with Debian Wheezy, but use at your own risk.
deb http://packages.crunchbang.org/waldorf waldorf main
#deb-src http://packages.crunchbang.org/waldorf waldorf main
## DEBIAN-STABLE
deb http://ftp.cz.debian.org/debian stable main contrib non-free
#deb-src http://http.debian.net/debian wheezy main contrib non-free
## DEBIAN-BACKPORTS
deb http://http.debian.net/debian wheezy-backports main contrib non-free
## DEBIAN-TESTING
deb http://ftp.cz.debian.org/debian testing main contrib non-free
## DEBIAN-UNSTABLE
deb http://ftp.cz.debian.org/debian unstable main contrib non-free
## DEBIAN MULTIMEDIA
#deb http://www.deb-multimedia.org wheezy main non-free
## DEBIAN SECURITY
deb http://security.debian.org/ wheezy/updates main contrib
#deb-src http://security.debian.org/ wheezy/updates main
そして私の好み
Package: *
Pin: release a=waldorf
Pin-Priority: 1001
Package: *
Pin: release a=stable
Pin-Priority: 800
Package: *
Pin: release a=wheezy-backports
Pin-Priority: 650
Package: *
Pin: release a=testing
Pin-Priority: 400
Package: *
Pin: release a=unstable
Pin-Priority: 90
Package: *
Pin: origin *.deb-multimedia.org
Pin-Priority: 10