Commit graph

4 commits

Author SHA1 Message Date
jmmv
e829ceaf2b Update to 1.3:
- Clarify the difference between a "not found package" and a "not a direct
  dependency" one.
2005-10-09 10:30:23 +00:00
jmmv
47b9407ba8 Update to 1.2:
- Package names can have dashes in them, so use a correct regexp to extract
  the package name from a dependency specification.
2005-10-03 09:45:45 +00:00
jmmv
d5be86ac47 Update to 1.1:
- Raise an appropriate warning if pkg_admin pmatch fails due to an incorrect
  pattern (e.g., cairo>=0.5.2-head is unrecognized).
2005-10-02 09:29:29 +00:00
jmmv
bffce6edab Initial import of verifypc, version 1.0:
verifypc is a tool that sanity checks the dependencies of a package based on
the results of a successful build, assuming the package uses pkg-config to
detect dependencies.

verifypc will warn you if the configuration script requests an uninstalled
or unavailable package (not specified as a direct dependency) or if the
requested package does not match the version specification in the packages'
dependencies.
2005-10-01 12:56:51 +00:00