> Where can I find the source .deb from Debian 2.0 to recompile (can I get
> dpkg to automatically recompile from a source .deb?)

Add this to your /etc/apt/sources.list:
deb http://http.us.debian.org/debian unstable main contrib non-free
deb-src http://http.us.debian.org/debian unstable main

Run "apt-get update" to update your source lists. Then run
"apt-get source <packagename>" to grab the source for a package,
or "apt-get -b source <packagename>" to grab the source
AND recompile it. 
-- 
Stephen Pitts
[EMAIL PROTECTED]
webmaster - http://www.mschess.org

Reply via email to