summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Deps/KnownFacts.pm
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.
2019-11-26Dpkg::Deps::KnownFacts: Remove obsolete check_package() methodGuillem Jover1-32/+5
Bump module version to 2.00.
2018-09-18Dpkg::Deps::KnownFacts: Satisfy :native with arch:all packages tooGuillem Jover1-1/+2
Architecture:all packages are treated as native ones as part of the current multi-arch design, the only current exception is in build dependencies with the :native arch-qualifier. It looks like this was an oversight when implementing the :native support, as there's been no rationale found for the current behavior. Closes: #854438 Analysis-by: Johannes Schauer <josch@debian.org>
2018-07-30Dpkg::Deps: Split subpackagesGuillem Jover1-0/+244
This makes the structure easier to comprehend, and easier to read, otherwise it's difficutl to search for specific methods or functions and know immediately to what module they belong. It also makes for more structured POD.