summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Deps.pm
AgeCommit message (Expand)AuthorFilesLines
2018-07-30Dpkg::Deps: Split subpackagesGuillem Jover1-1349/+6
2018-07-30Dpkg::Deps::KnownFacts: Rename _evaluate_simple_dep to evaluate_simple_depGuillem Jover1-2/+8
2018-07-30Dpkg::Deps: Improve modules and method documentationGuillem Jover1-151/+377
2018-07-30Dpkg::Deps: Clarify arch-qualified dependency simplificationGuillem Jover1-0/+3
2018-07-30Dpkg::Deps: Fix typo in PODGuillem Jover1-1/+1
2018-07-30Dpkg::Deps: Merge all Copyright notices into the same blockGuillem Jover1-8/+5
2018-05-03Revert "Dpkg::Deps: Accept $archqual for add_provided_package() method"Guillem Jover1-10/+4
2018-03-25Dpkg::Deps: Accept $archqual for add_provided_package() methodGuillem Jover1-4/+10
2018-03-25Dpkg::Deps: Turn virtualpkg tracking from an arrayyref into a hashrefGuillem Jover1-5/+14
2017-10-17Dpkg::Deps: Do not unnecessarily require setting the host_archGuillem Jover1-7/+11
2017-08-26perl: Use -> operator for function variablesGuillem Jover1-3/+3
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+0
2017-05-17Dpkg::Deps: Bump $VERSION to match the documented CHANGESGuillem Jover1-2/+2
2016-11-13Dpkg::Deps: Fix typo in croak()Guillem Jover1-1/+1
2016-11-13Dpkg::Deps: Validate architecture arguments in deps_parse()Guillem Jover1-1/+8
2016-07-03Dpkg::Deps::Simple: Check whether restrictions are impliedBen Hutchings1-0/+34
2016-07-03Dpkg::Deps: Arch qualifiers only imply one another if they are the sameGuillem Jover1-19/+14
2016-07-03Dpkg: Use warnings::warnif() instead of carp() for deprecated warningsGuillem Jover1-4/+2
2016-07-03scripts: Fix typos in PODGuillem Jover1-1/+1
2016-05-09Dpkg::Deps: Add support for tests dependenciesGuillem Jover1-1/+22
2016-05-09Dpkg::Deps: Refactor options for Dpkg::Deps::Simple->new into a new hashGuillem Jover1-6/+8
2016-05-09Dpkg: Relax dependency restriction parsing to allow sloppy spacesGuillem Jover1-1/+1
2016-04-01Dpkg::Deps: Make the dependency parser more strictGuillem Jover1-4/+6
2016-04-01scripts: Use new Dpkg::Arch functions to validate and parse architecturesGuillem Jover1-2/+2
2016-04-01man, scripts: Fix typos in documentationGuillem Jover1-1/+1
2015-08-03Dpkg::Deps: Make the dependency comparison deepGuillem Jover1-19/+24
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-5/+5
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-6/+6
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-4/+9
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-4/+4
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-2/+2
2015-01-28Dpkg::Arch: Add new debarch_is_concerned()Guillem Jover1-23/+2
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-10-06scripts: Unpack arguments just onceGuillem Jover1-2/+2
2014-10-06scripts: Update restriction formula syntaxJohannes Schauer1-5/+8
2014-10-06dpkg-genchanges: Handle omitted packages due to build profilesGuillem Jover1-29/+2
2014-10-06Dpkg::BuildProfiles: Add new parse_build_profile()Guillem Jover1-1/+2
2014-10-06Dpkg::Deps: Add new deps_iterate() functionGuillem Jover1-2/+39
2014-10-06Dpkg::Deps::KnownFacts: Add support for versioned ProvidesGuillem Jover1-5/+11
2014-10-06Dpkg::Deps: Emit a warning when using the obsolete check_package() functionGuillem Jover1-0/+6
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover1-1/+1
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-2/+2
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover1-14/+12
2014-05-17Dpkg::Deps::Multiple: Add profile_is_concerned() and reduce_profiles() methodsGuillem Jover1-1/+29
2014-05-17Dpkg: Update and fix CHANGES POD sectionsGuillem Jover1-15/+7
2014-05-17Dpkg::Deps: Bump VERSION to 1.03Guillem Jover1-1/+5
2014-05-17scripts: Use character classes instead of single character alternationsGuillem Jover1-1/+1
2014-04-21Dpkg::Deps: Do not generate perl warnings on undef versions in deps_compare()Guillem Jover1-2/+4
2014-04-21scripts: Use // operator instead of defined and ternary operatorGuillem Jover1-2/+2