summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'debian/sid' into feature/install-progress-refactorMichael Vogt2013-10-178-3218/+173
|\ | | | | | | | | Conflicts: apt-pkg/deb/dpkgpm.cc
| * fix broken clean when apt was finished and ensure that terminal progress is ↵Michael Vogt2013-10-172-9/+20
| | | | | | | | updated when a new dpkg-loop is entered in dpkgpm.cc
| * fix changelogMichael Vogt2013-10-152-3207/+2
| |
| * releasing package apt version 0.9.12.1Michael Vogt2013-10-151-0/+14
| |
| * remove POSTINST from framework, file tree can be used for thisMichael Vogt2013-10-151-4/+0
| |
| * tests, do not send pkgname with arch via the status-fdMichael Vogt2013-10-155-2/+125
| |
| * Merge remote-tracking branch 'upstream/debian/sid' into bugfix/bts-726156-2Michael Vogt2013-10-151-3/+3
| |\
| | * fix progress-segfault in case of dpkg errors/promptsDavid Kalnischkies2013-10-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Errors and conffile prompts have a fourth information piece, which the "old" code access which isn't provided by the "new" one. This isn't checking if the messages are really well-formed, so it could still segfault on misformed messages, but this code needs more work anyway, so one step at a time. Closes: 726047
| | * Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sidMichael Vogt2013-10-111-1/+1
| | |\
| | * | add missing _() around the new "Progress" stringMichael Vogt2013-10-111-1/+1
| | | |
| * | | fix logic for finding what package dpkg means in the --status-fd and only ↵Michael Vogt2013-10-151-4/+19
| | |/ | |/| | | | | | | send out short packagenames
* | | re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ↵Michael Vogt2013-10-144-15/+21
| | | | | | | | | | | | this
* | | rename APT::Progress::Packagemanager Started->Start, Finished->Stop to match ↵Michael Vogt2013-10-143-17/+14
| | | | | | | | | | | | pkgAcquireStatus
* | | refactor writing to WriteToStatusFd()Michael Vogt2013-10-142-14/+19
| | |
* | | add APT::Progress::PackageManager::Pulse()Michael Vogt2013-10-132-3/+9
| | |
* | | move the status-fd progress reporting out of the pkgDPkgPM class, at this ↵Michael Vogt2013-10-137-102/+211
| | | | | | | | | | | | point, breaks ABI/API, lets see what we can do about this
* | | move common code into PackageManager::StatusChanged()Michael Vogt2013-10-113-29/+38
| | |
* | | deal with nr_terminal_rows unavailableMichael Vogt2013-10-112-6/+13
| | |
* | | first iteration of install progress refactorMichael Vogt2013-10-116-93/+194
|/ /
* | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sidMichael Vogt2013-10-090-0/+0
|\ \
| * | fix typoMichael Vogt2013-10-091-1/+1
| |/
* / fix typoMichael Vogt2013-10-091-1/+1
|/
* releasing package apt version 0.9.12Michael Vogt2013-10-091-2/+2
|
* update changelogMichael Vogt2013-10-091-0/+4
|
* Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sidMichael Vogt2013-10-091-1/+1
|\
| * set Acquire::PDiffs::FileLimit to 20 to avoid needless huge fetchesMichael Vogt2013-08-261-1/+1
| |
* | Merge remote-tracking branch 'mvo/feature/add-upgrade-mode-test' into debian/sidMichael Vogt2013-10-091-0/+78
|\ \
| * | fixup various UI issues in the testMichael Vogt2013-10-091-6/+6
| | |
| * | really fix testMichael Vogt2013-10-091-36/+43
| | |
| * | use "insertpackage" instead of "buildsimplenativepackage"Michael Vogt2013-10-091-10/+12
| | |
| * | add test for upgrade, upgrade --with-new-pkgs, dist-upgradeMichael Vogt2013-10-091-0/+69
| | |
* | | update Uploaders to match recent uploaders betterMichael Vogt2013-10-092-3/+3
| | |
* | | apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea resetMichael Vogt2013-10-081-1/+1
|/ /
* | prepare new releaseMichael Vogt2013-10-081-2/+34
| |
* | Merge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sidMichael Vogt2013-10-082-9/+81
|\ \
| * | fix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea()Michael Vogt2013-10-071-1/+1
| | |
| * | use Dpkg::Progress-Fancy to be consitent with Dpkg::ProgressMichael Vogt2013-10-071-1/+1
| | |
| * | add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ ↵Michael Vogt2013-10-072-9/+81
| | | | | | | | | | | | terminals
* | | Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sidMichael Vogt2013-10-083-2/+15
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-newMichael Vogt2013-08-2815-290/+232
| |\ \ \
| * | | | its --with-new-pkgsMichael Vogt2013-08-281-1/+1
| | | | |
| * | | | add man-page, improve option, use --with-new-pkgs as the flagMichael Vogt2013-08-283-5/+15
| | | | |
| * | | | add new "apt-get upgrade --with-allow-new" optionMichael Vogt2013-08-271-0/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | The --with-allow-new option maps to APT::Get::UpgradeAllowNew and will allow "apt-get upgrade" to install new packages (but not to delete existing packages)
* | | | Merge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sidMichael Vogt2013-10-082-2/+10
|\ \ \ \
| * | | | rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8Michael Vogt2013-10-012-2/+10
| | | | |
* | | | | debian/apt.postinst: use --compare-versions lt instead of lt-nl, to ensure ↵Michael Vogt2013-10-082-2/+2
| | | | | | | | | | | | | | | | | | | | the apt-auto-removal file is correctly create, thanks to Ben Hutchings
* | | | | fix libapt-inst for >2G debs (closes: #725483)Michael Vogt2013-10-073-11/+15
| | | | |
* | | | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-10-0534-1194/+1921
|\ \ \ \ \
| * | | | | tests: install --no-install-recommends and stunnel4 for travisDavid Kalnischkies2013-10-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stunnel4 is required for https tests Git-Dch: Ignore
| * | | | | test: use a multiarch capable dpkg rather than workaroundDavid Kalnischkies2013-10-031-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests require nowadays a (somewhat) multiarch-capable dpkg, so replace the workaround as marked in the FIXME with a proper install as the workaround isn't working always correctly, letting the test fail. Git-Dch: Ignore