On Sun, May 6, 2012 at 11:56 PM, Ansgar Burchardt <[email protected]> wrote: > debExtractControl is gone from apt_inst. The example still mention > deb_extract_control, but that is not there either:
Are you sure about that? If you mean the debDebFile::MemControlExtract methods, these are still here - and are the only once which are referenced by python-apt. I am not in to python, but it seems like it provides a debExtractControl implemented with the MemControlExtract methods. The removed Merge and ExtractControl aren't referenced in python-apt and given the implementation i doubt anybody could have used that (at least in default configuration) for anything (expect of a new dpkg -i) as it unpacks directly to /var/lib/dpkg/info … Best regards David Kalnischkies -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

