dump temporary apt.conf with --debug

debextract
parent 1ff5ba7e9e
commit 48914894cb
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1532,6 +1532,8 @@ sub setup {
} }
if ($verbosity_level >= 3) { if ($verbosity_level >= 3) {
0 == system('apt-config', 'dump') or error "apt-config failed: $?"; 0 == system('apt-config', 'dump') or error "apt-config failed: $?";
debug "content of $tmpfile:";
copy($tmpfile, \*STDERR);
} }
# when apt-get update is run by the root user, then apt will attempt to # when apt-get update is run by the root user, then apt will attempt to

Loading…
Cancel
Save