// $Id: apt.conf,v 1.11 2003/02/23 16:14:11 dude Exp $ Dir "/" { Bin { // this is also written as: Dir::bin::rpm rpm "/usr/local/bin/aptrpm-1"; }; }; Dir { Bin { Methods "/usr/lib/apt"; } } SystemConfig { //KernelPkg none; //BootMgr /sbin/lilo; ConfigureScript /bin/true; } APT { // Options for apt-get Get { Download-Only "false"; Show-Upgraded "true"; }; }; RPM { // Completely ignore the following packages (not regexp) Ignore { }; // Do not try to update the following packages Hold { }; // Allow multiple kernel and kernel-related packages to be installed Allow-Duplicated { "^kernel$"; "^kernel-smp$"; "^kernel-bigmem$"; "^kernel-BOOT$"; "^kernel-debug$"; "^kernel-source$"; "^alsa-kernel$"; "^alsa-kernel-smp$"; "^gpg-pubkey$" }; // Enable source rebuilds Source { Build-Command "rpmbuild --rebuild"; }; CheckSign "true"; }; // Options for the downloading routines Acquire { Retries "0"; };