Is there a way to get the dependency engine to accept a specific version of another package but wildcard the revision field when searching? For example, I want Package A to depend on Package B-0.3.3, but I don't care what revision of Package B (eg 0.3.3-1 and 0.3.3-7 are OK, but 0.3.4-1 is no longer ok). I tried setting Depends to (= %v), but this gives me an error that Package B (= 0.3.3) has no matching package/versions found.

Right now I'm using Depends: Package B (>= %v), but this will invariably be affected once the package version gets increased. In other words, I don't want to hard code the revision number in case the Depended package changes in such a way that doesn't affect the functionality.

Hanspeter
--
"The great tragedy of science is the slaying of a beautiful hypothesis
by an ugly fact."
  --Thomas Henry Huxley


------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to