I need to upgrade some specifics packages from sid on debian jessie stable with their dependencies.
By adding the following repo :
deb http://ftp.fr.debian.org/debian/ sid main
deb-src http://ftp.fr.debian.org/debian/ sid main
deb http://ftp.fr.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ sid main contrib non-free
to my sources.list
, all the existing packages will be upgraded and can damage my system.
How to install a specific package from "sid" on debian jessie "stable" without breaking my existing system ?
Edit
How to set the pin-priority to upgrade ? and how can it be used to downgrade a specific package when something went wrong ?