Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not ++ on erased package pointers in autoremove | David Kalnischkies | 2013-10-03 | 1 | -3/+7 |
| | | | | | | | Symptom: In an Ubuntu precise chroot (like on travis-ci) test-bug-613420-new-garbage-dependency segfaults in a std::set operator++ on an iterator we have erased previously (but not if run under gdb of course) | ||||
* | put fetch errors in 'source' on our errorstack | David Kalnischkies | 2013-10-03 | 4 | -68/+111 |
| | | | | | | | | | refactor the fetching process so that it looks more like the others we have in the hope that we can reuse code in the future. This is a soft interface change as 'source' previously printed errors directly on stderr, while it will now push it onto our usual error stack. | ||||
* | print-uris prints regardless of quiet-level again | David Kalnischkies | 2013-09-26 | 1 | -1/+1 |
| | | | | | | | | | | While the InstallPackages code was moved from apt-get into the private library the output was moved from (std::)cout to c1out which isn't shown in quiet level 2 (and above), so we flip back to std::cout to ensure that it is always printed as you are not going to use --print-uris if you don't want to see the uris… Closes: 722207 | ||||
* | Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: ↵ | Christian PERRIER | 2013-09-23 | 1 | -1/+1 |
| | | | | #724073 | ||||
* | Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: ↵ | Michael Vogt | 2013-09-10 | 1 | -1/+5 |
| | | | | #722324) | ||||
* | fix vim-style foldmarker | David Kalnischkies | 2013-09-03 | 6 | -44/+37 |
| | | | | Git-Dch: Ignore | ||||
* | Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid | Michael Vogt | 2013-08-28 | 3 | -37/+51 |
|\ | |||||
| * | allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ↵ | Michael Vogt | 2013-08-27 | 3 | -29/+50 |
| | | | | | | | | dist-upgrade 2vcard- 4g8+ | ||||
| * | use SPtr<pkgProblemResolver> to simply code | Michael Vogt | 2013-08-27 | 1 | -8/+1 |
| | | |||||
* | | apt-private/private-cmndline.cc: fix typo: s/deselect-upgrade/dselect-upgrade/ | Michael Vogt | 2013-08-26 | 1 | -1/+1 |
|/ | |||||
* | Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sid | Michael Vogt | 2013-08-17 | 1 | -0/+6 |
| | | | | | Conflicts: cmdline/apt-get.cc | ||||
* | add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be ↵ | Michael Vogt | 2013-08-15 | 1 | -0/+9 |
| | | | | merged without breaking ABI | ||||
* | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | 2013-08-12 | 27 | -0/+3784 |
experimental |