Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support dpkg debug mode in APT::StateChanges | David Kalnischkies | 2016-07-22 | 1 | -58/+120 |
| | | | | Gbp-Dch: Ignore | ||||
* | allow all dpkg selections to be set via apt-mark and libapt | David Kalnischkies | 2015-11-04 | 1 | -27/+61 |
| | | | | | | As we have support for 'hold', we need support for undoing a hold which in effect means that we implemented most other states as well, just that they weren't exposed in the interface directly so far. | ||||
* | provide public interface to hold/unhold packages | David Kalnischkies | 2015-11-04 | 1 | -0/+130 |
We had this code lying around in apt-mark for a while now, but other frontends need this (and similar) functionality as well, so its high time that we provide a public interface in libapt for this stuff. |