summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Collapse)AuthorAgeFilesLines
* do not ++ on erased package pointers in autoremoveDavid Kalnischkies2013-10-031-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 errorstackDavid Kalnischkies2013-10-034-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 againDavid Kalnischkies2013-09-261-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 PERRIER2013-09-231-1/+1
| | | | #724073
* Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: ↵Michael Vogt2013-09-101-1/+5
| | | | #722324)
* fix vim-style foldmarkerDavid Kalnischkies2013-09-036-44/+37
| | | | Git-Dch: Ignore
* Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sidMichael Vogt2013-08-283-37/+51
|\
| * allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ↵Michael Vogt2013-08-273-29/+50
| | | | | | | | dist-upgrade 2vcard- 4g8+
| * use SPtr<pkgProblemResolver> to simply codeMichael Vogt2013-08-271-8/+1
| |
* | apt-private/private-cmndline.cc: fix typo: s/deselect-upgrade/dselect-upgrade/Michael Vogt2013-08-261-1/+1
|/
* Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt2013-08-171-0/+6
| | | | | Conflicts: cmdline/apt-get.cc
* add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be ↵Michael Vogt2013-08-151-0/+9
| | | | merged without breaking ABI
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-1227-0/+3784
experimental