Jamie Dobbs, 2004-12-29 14:35:20:
> My home mailserver [...] is currently running Debian stable
> [...] I would like to upgrade to a later version of spamassassin
> [...] and to do so the simplest thing seems to be to upgrade to testing.

Also consider looking for a backport[1], or rolling your own[2].
Example - backporting testing's "hello" package:

Add to /etc/apt/sources.list:
  deb-src http://http.us.debian.org/debian testing main contrib

Then:
  mkdir ~/hello
  cd ~/hello
  apt-get update
  apt-get -b source hello
  dpkg --install hello

  hello


[1] http://www.apt-get.org/
    http://www.backports.org/
[2] http://wiki.debian.net/index.cgi?SourcePackage

-- 
Timothy Musson  -  [EMAIL PROTECTED]
http://homepages.ihug.co.nz/~trmusson/

Reply via email to