Michael Vogt
|
8c6d0ba4e2
merge from the lp:~mvo/apt/mvo branch
|
14 lat temu |
Michael Vogt
|
d4621f8277
cherry pick r1975 from lp:~ubuntu-core-dev/apt/ubuntu
|
14 lat temu |
David Kalnischkies
|
d68d65ad63
use a static FileFd::Write overload to reduce duplication of write()-retry code
|
14 lat temu |
Michael Vogt
|
671b711637
* apt-pkg/deb/dpkgpm.cc:
|
14 lat temu |
David Kalnischkies
|
136a6c13c8
make these retry_write methods static so that they don't end up as symbols
|
14 lat temu |
David Kalnischkies
|
319790f4f8
* methods/rred.cc:
|
14 lat temu |
David Kalnischkies
|
b3c36c6e2f
set char-limits for the scanf parsing previous crash-reports
|
14 lat temu |
David Kalnischkies
|
dcaa118550
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
|
14 lat temu |
David Kalnischkies
|
b1803e01ec
handle a SIGINT in all modes as a break after the currently running
|
14 lat temu |
David Kalnischkies
|
dd61e64da1
save the universe by not printing messages about apport if a package
|
14 lat temu |
David Kalnischkies
|
17019a09e7
call dpkg --assert-multi-arch with execvp instead of execv
|
14 lat temu |
Michael Vogt
|
a13554816f
* apt-pkg/deb/dpkgpm.cc:
|
14 lat temu |
David Kalnischkies
|
734a672769
ensure that dpkg binary doesn't have the chroot-directory prefixed
|
14 lat temu |
David Kalnischkies
|
e6ee75afbd
* apt-pkg/deb/dpkgpm.cc:
|
14 lat temu |
David Kalnischkies
|
2a2a7ef4df
* apt-pkg/cacheiterators.h:
|
14 lat temu |
Michael Vogt
|
7720666fba
* apt-pkg/deb/dpkgpm.cc:
|
14 lat temu |
David Kalnischkies
|
3a5ec3053c
if multi-arch is detected ensure that pkg:all is reported as pkg:all
|
14 lat temu |
David Kalnischkies
|
67b5d3dc34
* apt-pkg/deb/dpkgpm.cc:
|
14 lat temu |
David Kalnischkies
|
86fc2ca890
* apt-pkg/deb/dpkgpm.cc:
|
14 lat temu |
David Kalnischkies
|
89d88ac3ef
merge with my debian-sid branch
|
14 lat temu |
David Kalnischkies
|
778559db79
* apt-pkg/deb/dpkgpm.cc:
|
15 lat temu |
David Kalnischkies
|
11bcbdb93e
load the dpkg base arguments only one time and reuse them later
|
15 lat temu |
David Kalnischkies
|
edca7af056
* apt-pkg/deb/dpkgpm.cc:
|
15 lat temu |
David Kalnischkies
|
75a90b9325
enable APT in unpack/configure ordering to handle loops as well
|
15 lat temu |
David Kalnischkies
|
74b2200285
merge with debian/experimental
|
15 lat temu |
David Kalnischkies
|
ea54214002
reorder includes: add <config.h> if needed and include it at first
|
15 lat temu |
Michael Vogt
|
c5ca2c52a9
merged from the debian-sid branch
|
15 lat temu |
David Kalnischkies
|
f7f0d6c756
cppcheck complains about some possible speed improvements which could be
|
15 lat temu |
Christopher Baines
|
11b87a08ee
Inproved the SIGINT stop in the dpkgpm, not perfect yet but it should work when using Immediate-Configure-All.
|
15 lat temu |
Christopher Baines
|
17182c0c66
Only stop on SigInt if the system state is right (still needs more testing).
|
15 lat temu |