]> git.saurik.com Git - apt.git/commit
switch 'apt-mark hold' from Pkg to Ver based operation
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 17 Sep 2015 11:46:11 +0000 (13:46 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 17:04:00 +0000 (18:04 +0100)
commitc1553e72c6728572b06dc32395a994d5bfdc8e23
tree08572b3aeab76f0e486b44e92f45e42069a49a6c
parent2fc9d1ebca203b4a159dba5e817081155099f6ab
switch 'apt-mark hold' from Pkg to Ver based operation

Users hold a package foo (at version X) or try to prevent the
installation of foo (usually based on the information they know about
version X), even if we say that we "hold a package". Conceptionally we
also need to know about which architecture we are talking and that is an
information bound to a version (as a package can change architecture
over time).

We internally did this lookup from Pkg to Ver already, we just move this
to a central place where the user has a change to influence it now.

Git-Dch: Ignore
cmdline/apt-mark.cc