Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-04 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- 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) | |||
2012-06-27 | fix two simple spelling issues found by Christian Perrier, | David Kalnischkies | |
updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge | |||
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies | |
to the more standard PACKAGE_VERSION and make it work in every file | |||
2012-02-11 | fix the hold-testcase as it has problems with 'foreign' operations | David Kalnischkies | |
2012-02-11 | correctly ignore already (un)hold packages | David Kalnischkies | |
2012-02-10 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- detect if dpkg has multiarch support before calling --set-selections | |||
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2011-11-11 | - provide a {Package,Version}List similar to {Package,Version}Set | David Kalnischkies | |
* 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) | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | |
2011-04-26 | provide a 'dpkg --set-selections' wrapper to set/release holds | David Kalnischkies | |
2011-04-21 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- reimplement apt-mark in c++ |