alternatively check in a versioned depends if the candidate is good
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 24 Jul 2011 17:26:38 +0000 (19:26 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 24 Jul 2011 17:26:38 +0000 (19:26 +0200)
commit2baf02ca838e9d7df0a0e9923ffbbb706978ffa4
tree703c78816e3999ed86ac98f311cd325cb5e78aaf
parentfe0278799cb7bd1c9039a053da178f54d120248c
alternatively check in a versioned depends if  the candidate is good

The old code used to do move on to versions behind the candidate in
cases the candidate wasn't a match, but as the Install request later
always installs the candidate (witch wasn't switched) this could have
never worked - and shouldn't in most cases anyway as:
a) it could only work for <, <=, != depends which are unusal
b) doesn't respect pinning, so it could install -1 versions
cmdline/apt-get.cc