]> git.saurik.com Git - apt.git/commit
reinstalling local deb file is no downgrade
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 1 Jul 2016 11:17:03 +0000 (13:17 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 1 Jul 2016 11:36:40 +0000 (13:36 +0200)
commite7edb2fef8370d54a4b8e5a01266e6eda81ef84e
treeea926604af6bc5439594958083c250786f0f264f
parenta0ed43f7323b9d7976ed0ba8d437a42e24af9eaf
reinstalling local deb file is no downgrade

If we have a (e.g. locally built) deb file installed and do try to
install it again apt complained about this being a downgrade, but it
wasn't as it is the very same version… it was just confused into not
merging the versions together which looks like a downgrade then.

The same size assumption is usually good, but given that volatile files
are parsed last (even after the status file) the base assumption no
longer holds, but is easy to adept without actually changing anything in
practice.
apt-pkg/deb/deblistparser.cc
test/integration/test-apt-get-install-deb