summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control/Tests
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26Dpkg: Say class instead of object when appropriateGuillem Jover1-1/+1
These were referring to the type and not the instance, which makes using the incorrect nomenclature confusing.
2016-10-30Dpkg: Document the behavior for consecutive calls to parse() methodsGuillem Jover1-1/+4
Prompted-by: Johannes Schauer <josch@debian.org>
2016-07-03Dpkg::Control: Add new autopkgtest control files supportGuillem Jover1-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. ]