summaryrefslogtreecommitdiff
path: root/cmdline/apt-mark.cc
Commit message (Collapse)AuthorAgeFilesLines
* do chdir("/") after chroot()Michael Vogt2013-08-221-2/+2
|
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-121-16/+5
| | | | experimental
* fix some coverity chroot() releated warningsMichael Vogt2013-07-261-2/+2
|
* * cmdline/apt-mark.cc:David Kalnischkies2012-07-041-2/+14
| | | | | | - arch:all packages are treated as arch:native packages, but dpkg expects pkg:all for selections, so use the arch of the installed version instead of the package structure if possible. Thanks to Stepan Golosunov for the report! (Closes: #680041)
* fix two simple spelling issues found by Christian Perrier,David Kalnischkies2012-06-271-1/+1
| | | | | updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
| | | | to the more standard PACKAGE_VERSION and make it work in every file
* fix the hold-testcase as it has problems with 'foreign' operationsDavid Kalnischkies2012-02-111-2/+2
|
* correctly ignore already (un)hold packagesDavid Kalnischkies2012-02-111-3/+4
|
* * cmdline/apt-mark.cc:David Kalnischkies2012-02-101-17/+112
| | | - detect if dpkg has multiarch support before calling --set-selections
* g++ 4.7 fixesMichael Vogt2012-01-021-0/+1
|\
| * g++ 4.7 fixesMichael Vogt2012-01-021-0/+1
| |
* | - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies2011-11-111-8/+8
|/ | | | | * cmdline/apt-{get,cache,mark}.cc: - use Lists instead of Sets if input order should be preserved for commands accepting lists of packages, e.g. policy (Closes: #625960)
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
|
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-3/+4
|
* provide a 'dpkg --set-selections' wrapper to set/release holdsDavid Kalnischkies2011-04-261-0/+116
|
* * cmdline/apt-mark.cc:David Kalnischkies2011-04-211-0/+257
- reimplement apt-mark in c++