index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
/
Deps.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-30
Dpkg::Deps: Split subpackages
Guillem Jover
1
-1349
/
+6
2018-07-30
Dpkg::Deps::KnownFacts: Rename _evaluate_simple_dep to evaluate_simple_dep
Guillem Jover
1
-2
/
+8
2018-07-30
Dpkg::Deps: Improve modules and method documentation
Guillem Jover
1
-151
/
+377
2018-07-30
Dpkg::Deps: Clarify arch-qualified dependency simplification
Guillem Jover
1
-0
/
+3
2018-07-30
Dpkg::Deps: Fix typo in POD
Guillem Jover
1
-1
/
+1
2018-07-30
Dpkg::Deps: Merge all Copyright notices into the same block
Guillem Jover
1
-8
/
+5
2018-05-03
Revert "Dpkg::Deps: Accept $archqual for add_provided_package() method"
Guillem Jover
1
-10
/
+4
2018-03-25
Dpkg::Deps: Accept $archqual for add_provided_package() method
Guillem Jover
1
-4
/
+10
2018-03-25
Dpkg::Deps: Turn virtualpkg tracking from an arrayyref into a hashref
Guillem Jover
1
-5
/
+14
2017-10-17
Dpkg::Deps: Do not unnecessarily require setting the host_arch
Guillem Jover
1
-7
/
+11
2017-08-26
perl: Use -> operator for function variables
Guillem Jover
1
-3
/
+3
2017-05-20
Dpkg::Util: Remove and replace with core module List::Util
Guillem Jover
1
-1
/
+0
2017-05-17
Dpkg::Deps: Bump $VERSION to match the documented CHANGES
Guillem Jover
1
-2
/
+2
2016-11-13
Dpkg::Deps: Fix typo in croak()
Guillem Jover
1
-1
/
+1
2016-11-13
Dpkg::Deps: Validate architecture arguments in deps_parse()
Guillem Jover
1
-1
/
+8
2016-07-03
Dpkg::Deps::Simple: Check whether restrictions are implied
Ben Hutchings
1
-0
/
+34
2016-07-03
Dpkg::Deps: Arch qualifiers only imply one another if they are the same
Guillem Jover
1
-19
/
+14
2016-07-03
Dpkg: Use warnings::warnif() instead of carp() for deprecated warnings
Guillem Jover
1
-4
/
+2
2016-07-03
scripts: Fix typos in POD
Guillem Jover
1
-1
/
+1
2016-05-09
Dpkg::Deps: Add support for tests dependencies
Guillem Jover
1
-1
/
+22
2016-05-09
Dpkg::Deps: Refactor options for Dpkg::Deps::Simple->new into a new hash
Guillem Jover
1
-6
/
+8
2016-05-09
Dpkg: Relax dependency restriction parsing to allow sloppy spaces
Guillem Jover
1
-1
/
+1
2016-04-01
Dpkg::Deps: Make the dependency parser more strict
Guillem Jover
1
-4
/
+6
2016-04-01
scripts: Use new Dpkg::Arch functions to validate and parse architectures
Guillem Jover
1
-2
/
+2
2016-04-01
man, scripts: Fix typos in documentation
Guillem Jover
1
-1
/
+1
2015-08-03
Dpkg::Deps: Make the dependency comparison deep
Guillem Jover
1
-19
/
+24
2015-07-28
Dpkg: Remove my keyword from POD function prototypes
Guillem Jover
1
-5
/
+5
2015-05-18
scripts: Document dpkg version when module versions got bumped
Guillem Jover
1
-6
/
+6
2015-05-18
scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titles
Guillem Jover
1
-1
/
+1
2015-03-30
perl: Rework use and exporter declarations
Guillem Jover
1
-4
/
+9
2015-01-28
Dpkg: Use shift instead of @_ on single argument unpacking
Guillem Jover
1
-4
/
+4
2015-01-28
scripts: Rename and deprecate _g function with g_
Guillem Jover
1
-2
/
+2
2015-01-28
Dpkg::Arch: Add new debarch_is_concerned()
Guillem Jover
1
-23
/
+2
2014-10-12
scripts: Document all public module versions in a CHANGES section
Guillem Jover
1
-0
/
+4
2014-10-06
scripts: Unpack arguments just once
Guillem Jover
1
-2
/
+2
2014-10-06
scripts: Update restriction formula syntax
Johannes Schauer
1
-5
/
+8
2014-10-06
dpkg-genchanges: Handle omitted packages due to build profiles
Guillem Jover
1
-29
/
+2
2014-10-06
Dpkg::BuildProfiles: Add new parse_build_profile()
Guillem Jover
1
-1
/
+2
2014-10-06
Dpkg::Deps: Add new deps_iterate() function
Guillem Jover
1
-2
/
+39
2014-10-06
Dpkg::Deps::KnownFacts: Add support for versioned Provides
Guillem Jover
1
-5
/
+11
2014-10-06
Dpkg::Deps: Emit a warning when using the obsolete check_package() function
Guillem Jover
1
-0
/
+6
2014-10-06
perl: Do not use the topic variable unnecessarily
Guillem Jover
1
-1
/
+1
2014-08-09
scripts: Use // instead of || where appropriate
Guillem Jover
1
-2
/
+2
2014-08-09
scripts: Use //= instead of explicit defined or exists checks
Guillem Jover
1
-14
/
+12
2014-05-17
Dpkg::Deps::Multiple: Add profile_is_concerned() and reduce_profiles() methods
Guillem Jover
1
-1
/
+29
2014-05-17
Dpkg: Update and fix CHANGES POD sections
Guillem Jover
1
-15
/
+7
2014-05-17
Dpkg::Deps: Bump VERSION to 1.03
Guillem Jover
1
-1
/
+5
2014-05-17
scripts: Use character classes instead of single character alternations
Guillem Jover
1
-1
/
+1
2014-04-21
Dpkg::Deps: Do not generate perl warnings on undef versions in deps_compare()
Guillem Jover
1
-2
/
+4
2014-04-21
scripts: Use // operator instead of defined and ternary operator
Guillem Jover
1
-2
/
+2
[next]