Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-26 | Dpkg: Say class instead of object when appropriate | Guillem Jover | 1 | -1/+1 | |
These were referring to the type and not the instance, which makes using the incorrect nomenclature confusing. | |||||
2016-10-30 | Dpkg: Document the behavior for consecutive calls to parse() methods | Guillem Jover | 1 | -1/+4 | |
Prompted-by: Johannes Schauer <josch@debian.org> | |||||
2016-07-03 | Dpkg::Control: Add new autopkgtest control files support | Guillem Jover | 1 | -0/+91 | |
Add new CTRL_TESTS control types, new Dpkg::Control::Tests and Dpkg::Control::Tests::Entry modules, add support for the fields that can appear on these control files, and update Dpkg::Index to handle them as well. [niels@thykier.net: Fix logic inversion. ] |