summaryrefslogtreecommitdiff
path: root/dedup/debpkg.py
AgeCommit message (Collapse)Author
2014-02-25record package metadata that describes co-installabilityHelmut Grohne
Specifically all entries in the Conflicts header are saved in the conflict table, all entries in the Provides header are saved in the provide table (to cover conflicts with virtual packages) and packages using dpkg-divert in preinst get a magic "_dpkg-divert" entry in their conflict table. With this metadata it should be possible to compute undeclared file conflicts.
2013-10-03work around python-debian's #670679Helmut Grohne
2013-09-02importpkg: move library-like parts to dedup.debpkgHelmut Grohne