blob: c3faedf406283d1d642372203ae055ad8f148bbe (
plain)
1
2
3
4
5
6
7
8
9
|
* apt.Package:
- change all candidateInstalledSize() to installSize(useCandidate=True)
same for candidateOrigin() (see downloadable for a example).
- might be better to have "Package.candidate.{downloadable,size,etc}
* aptsources:
- make the distro detection in sources.list more clever by using the
origin informaton to avoid adding full uris to (unofficial/internal)
mirrors
|