PackageInfo/README.txt: Update description to show that deb-src lines are needed

This commit is contained in:
Terence Simpson 2009-04-17 21:22:19 +01:00
parent cc4e59ca57
commit e8227286a1

View File

@ -9,6 +9,10 @@ Create a new empty directory that will be used for the apt cache.
In this directory, you create sources.list files for every release you
want to search. The name of the file is important, since the filename (without
the .list suffix) is the name that is used to refer to the release.
The .list file should contain _both_ the deb and deb-src source lines.
Eg:
deb http://archive.ubuntu.com/ubuntu jaunty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu jaunty main restricted universe multiverse
supybot.plugins.PackageInfo.defaultRelease:
Set this to the default release to use when none is specified. (Channel)