Apt {
    Get {
        // Show names of upgraded packages (courtesy Nathan E Norman
        // <nnorman@micromuse.com>)
        Show-Upgraded "true";

        Clean-Installed "true"; 
        Compile "true";
    };
};

DPkg {
    Options {"--force-confold";"--force-confdef";};
};
