// // Origin // This specifies who is providing this archive. In the case of // Debian the string will read 'Debian'. Other providers may use // their own string // // Label // This carries the encompassing name of the distribution. For // Debian proper this field reads 'Debian'. For derived // distributions it should contain their proper name. // // Suite // This is the common name we give our archives. Official // Debian are 'stable', 'testing', 'unstable', ... // // Version // // Codename // Debian releases are assigned a codename, woody, sarge, etch // // Date // // Architectures // Space separated list of architectures included in this // release. Include all the architectures which have a // dists/$(DIST)/$(SECTION)/binary-$(ARCH) directory. // // Components // Space separated list of components contained in this // distribution release. Official Debian has main, contrib // and non-free. // // Description // Description is used to describe the release. For instance // experimental would contain a warning that the packages have // problems. APT::FTPArchive::Release::Origin "Niccolo Rigacci "; APT::FTPArchive::Release::Label "Debian Lenny GFOSS packages"; APT::FTPArchive::Release::Suite "stable"; APT::FTPArchive::Release::Codename "lenny"; APT::FTPArchive::Release::Architectures "i386 amd64"; APT::FTPArchive::Release::Components "main"; APT::FTPArchive::Release::Description "Geographic Free and Open Source Software. Unofficial Debian packages: use at your own risk.";