X-Git-Url: http://git.hcoop.net/ntk/apt.git/blobdiff_plain/c845d4ffaf1c2bedb43e1bcb16896d9722db735b..234675b71a2caab5c7cc0dc3b32a241683d3b3d2:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index ef4cff8a..49e803f9 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -17,11 +17,13 @@ */ quiet "0"; +quiet::NoUpdate "true"; // never update progress information - included in -q=1 // Options for APT in general APT { Architecture "i386"; + Architectures { "amd64"; "armel"; }; Build-Essential "build-essential"; NeverAutoRemove { "linux-image.*"; }; // packages that should never @@ -30,6 +32,7 @@ APT // Options for apt-get Get { + Host-Architecture "armel"; Arch-Only "false"; AllowUnauthenticated "false"; AutomaticRemove "false"; @@ -116,9 +119,10 @@ APT Changelogs { - // server the provides the changelogs, the code will automatically - // append "/changelogs/pool/%s/%s/%s/%s_%s/changelog" to the uri - Server "http://packages.debian.org/"; + // server the provides the changelogs, the code will assume + // the changlogs are in the pool/ under a srcpkg_ver directory + // with the name "changelog" + Server "http://packages.debian.org/changelogs"; }: // control parameters for cron jobs by /etc/cron.daily/apt @@ -263,7 +267,10 @@ Acquire cdrom { // do auto detection of the cdrom mountpoint - AutoDetect "true"; + AutoDetect "true"; + // when auto-detecting, only look for cdrom/dvd. when this is false + // it will support any removable device as a "cdrom" source + CdromOnly "true"; // cdrom mountpoint (needs to be defined in fstab if AutoDetect is not used) mount "/cdrom"; @@ -287,7 +294,7 @@ Acquire lzma "lzma"; gz "gzip"; - Order { "gz"; "lzma"; "bz2"; }; + Order { "uncompressed"; "gz"; "lzma"; "bz2"; }; }; Languages @@ -383,7 +390,6 @@ DPkg { // let apt aggressivly use dpkg triggers NoTriggers "true"; - NoConfigure "true"; ConfigurePending "true"; // Probably don't want to use force-downgrade..