add new option to simulate output
git-svn-id: http://emdebian.org/svn/current@8463 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
2fc31ead13
commit
328fd5ada2
1 changed files with 3 additions and 0 deletions
|
@ -1424,6 +1424,9 @@ sub dump_config {
|
|||
} else {
|
||||
printf("allowrecommends:\t"._g("Recommended packages are ignored.\n"));
|
||||
}
|
||||
if ($default_release ne "*") {
|
||||
printf("aptdefaultrelease:\t"."APT::Default-Release: ".$default_release."\n");
|
||||
}
|
||||
if (defined $markauto) {
|
||||
printf("markauto:\t\t"._g("Marking dependency packages as auto-installed.\n"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue