]> err.no Git - dpkg/commitdiff
fixup
authorBen Collins <bcollins@debian.org>
Tue, 1 Aug 2000 17:13:24 +0000 (17:13 +0000)
committerBen Collins <bcollins@debian.org>
Tue, 1 Aug 2000 17:13:24 +0000 (17:13 +0000)
main/packages.c

index 231739edf315edd84aa838264d4497861949e357..82f95dd2d250b07e3321c723506dff43aa1a4cd4 100644 (file)
@@ -413,7 +413,8 @@ int dependencies_ok(struct pkginfo *pkg, struct pkginfo *removing,
               *    and (>= 0.5), IOW, inclusive of only those versions.
               *    This would require backchecking the other provided
               *    versions in the possi, which would make things sickly
-              *    complex and overly time consuming.
+              *    complex and overly time consuming. Should fail (very
+              *    hard to implement).
               *
               *  There's probably some miracle formula to do this, but I
               *  don't see it, and there's little to gain, IMNHO. Also,