diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-06-13 08:35:32 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-11-10 17:23:29 +0100 |
commit | 50ef3344c3afaaf9943142906b2f976a0337d264 (patch) | |
tree | b13f20f54089d8a0930066c5c006348865767b1b /apt-pkg/contrib | |
parent | 3a2b39ee602dd5a98b8fdaee2f1c8e0b13a276e2 (diff) |
deprecate the Section member from package struct
A version belongs to a section and has hence a section member of its
own. A package on the other hand can have multiple versions from
different sections. This was "solved" by using the section which was
parsed first as order of sources.list defines, but that is obviously a
horribly unpredictable thing.
Users are way better of with the Section() as returned by the version
they are dealing with. It is likely the same for all versions of a
package, but in the few cases it isn't, it is important (like packages
moving from main/* to contrib/* or into oldlibs …).
Backport of 7a66977 which actually instantly removes the member.
Diffstat (limited to 'apt-pkg/contrib')
0 files changed, 0 insertions, 0 deletions