]> git.saurik.com Git - apt.git/commitdiff
properly parse comments in apt_preferences and deb822-style sources
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 2 Jan 2016 12:27:02 +0000 (13:27 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 2 Jan 2016 15:20:01 +0000 (16:20 +0100)
apt_preferences and deb822-style sources used the specialized class
pkgUserTagSection to deal with comments before/after a given stanza, but
it couldn't deal with comments in the stanza at all.

codesearch suggests that nobody else does and a vastely superior way of
working with potentially commented files is implemented now, so we can
officially discourage the use of the old incomplete hack class.


No differences found