###########################################
#Debian Lenny
deb http://ftp.nl.debian.org/debian/ lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free
########################################
#Multimedia support (latest ffmpeg, mplayer, and more)
#http://debian.video.free.fr/index.html
#get the apt GPG key from here : http://www.debian-multimedia.org/faq.php
#testing (Lenny)
deb ftp://ftp.uni-kl.de/debian-multimedia/ testing main
#unstable (Sid)
deb ftp://ftp.uni-kl.de/debian-multimedia/ unstable main
##################################################
#Debian Sid:
deb http://ftp.nl.debian.org/debian/ unstable main contrib non-free
##############################################
#to use unstable repositories (Sid) of Debian to get some of the latest packages
#make an “apt.conf”
#as root:
#nano -w /etc/apt/apt.conf
#Insert this line:
#APT::Default-Release “testing”;
#after an apt-get update you can now do apt-get install -t unstable
#to get a package from the unstable(Sid) repo.
#Of course you can also use this trick for Etch > Lenny
###########################################################
what is the difference between what you’ve done (adding APT::Default-Release into apt.conf) and apt-pinning (e.g. http://jaqque.sbih.org/kplug/apt-pinning.html)
Comment by Michal — August 6, 2007 @ 1:39 am
Nice, the multimedia repo is very useful =]
Comment by Dan — September 27, 2007 @ 10:00 pm
http://www.sourceslist.netsons.org/
Sources.list para Debian, Ubuntu, Linux Mint …. + Repo-finder
Comment by ingalex — March 4, 2009 @ 11:23 am
url is changed in http://www.sourceslist.eu
Comment by ingalex — April 8, 2009 @ 11:02 am
Much easier approach is to simply add “testing” to your list of repos. Ie: deb http://ftp.nl.debian.org/debian/ testing main contrib non-free. Be sure to add the multimedia repo as well, don’t forget to install the “Key”.
Using Synaptic, reload, mark all upgrades, apply. Now search and install whatever you want from testing.
Comment by brad972 — August 21, 2009 @ 9:40 pm