]> err.no Git - dpkg/commit
Add new module Dpkg::Deps to handle dependencies and some corresponding tests
authorRaphael Hertzog <hertzog@debian.org>
Sun, 14 Oct 2007 21:27:13 +0000 (23:27 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Thu, 18 Oct 2007 12:30:16 +0000 (14:30 +0200)
commit6aef17ce9b72528c0abc2cdd3be74babe4650594
tree89b93659807988aced7914068d22c8d8a0e0d40f
parent4dced80cecfa084e43e44a448543362388743724
Add new module Dpkg::Deps to handle dependencies and some corresponding tests

The Dpkg::Deps::* modules allows various operations on dependencies such
as testing for implication, evaluating them given some packages known to be
installed, etc. They also allow the simplification of the dependencies.
ChangeLog
scripts/Dpkg/Deps.pm [new file with mode: 0644]
scripts/t/400_Dpkg_Deps.t [new file with mode: 0644]