I use stable (etch) plus a deb-src line pointing at sid (so it only fetches source packages, not binary).
When I need a newer version of a package, I build it from source:
apt-get source foopkg && cd foopkg-3.0
dpkg-buildpackage -rfakeroot -b
su -c 'dpkg -i ../foopkg_3.0.deb'
from http://www.kdedevelopers.org/node/3245#comment-7290
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου