Now that sarge is out, I reorganized my apt archives.
Security:
The security archive is used to upload security fixes based on the same standards as the official debian security releases. It does not introduce new upstream versions, but just backport fixes. So usually a fix for thunderbird will just upgrade your thunderbird package and not locales et al.
CODE:
deb http://people.debian.org/~asac/security ./
deb-src http://people.debian.org/~asac/security ./
Stable:
The stable archive is used to upload backported packages that I maintain in sid and want to offer the latest version for sarge too. This is different compared to the security archive above in that new features are introduced and maybe a new thunderbird package upgrades all dependents too. If you want real stability use security. If you want the latest for sarge, use this one.
CODE:
deb http://people.debian.org/~asac/stable ./
deb-src http://people.debian.org/~asac/stable ./
Testing:
I dropped support for testing. Go for unstable or wait until the latest packages migrate to the official testing distribution.
Experimental:
My archive to provide preview packages that are typically installable in sid (maybe testing works too). Usually, I add programs here that I don’t find suitable for the official debian sid or experimental distribution. So be aware that packages in here might break or harm your install. Don’t use them unless you know what you are doing.
CODE:
deb http://people.debian.org/~asac/experimental ./
deb-src http://people.debian.org/~asac/experimental ./
As promised, I Just uploaded a new sunbird snapshot (13 Jul 2005) to my experimental archive. Use the apt lines given below to get your latest sunbird version for debian. This snapshot looks much better than the previous. If you have any problems or quest
Tracked: Jul 14, 07:47