CVS commit by mornfall: - code & comment cleanups - monitor child dpkg process; also open status fd pipe for it [beware: this is terrible hack and should be fixed to be more reliable] - get rid of PkgManager::_commit flags (use _config again) - update TODO
M +12 -8 TODO 1.32 M +4 -2 kapture/kapture.cpp 1.23 M +3 -2 kapture/kaptureui.rc 1.3 M +28 -2 libcapture/dpkgpm.cpp 1.2 M +3 -0 libcapture/dpkgpm.h 1.2 M +19 -31 libcapture/grouper.h 1.19 M +7 -9 libcapture/pkgmanager.cpp 1.24 M +4 -4 libcapture/pkgmanager.h 1.17 M +10 -11 libcapture/tree.h 1.13 M +14 -1 libkapture/dpkgpm.cpp 1.2 M +2 -1 libkapture/dpkgpm.h 1.2 M +6 -2 libkapture/kapturemanager.cpp 1.23