diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-10-25 18:42:24 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-10-25 18:42:24 +0000 |
| commit | 2698c1e186accebefa320ebacde7ec3c40c66c29 (patch) | |
| tree | 100d5321f364b389100928e927639e852c52ff48 /doc | |
| parent | a92a5ecc465055027d9fbb899f359ec7eab110bd (diff) | |
| parent | 9d62eef571ffd1fd2df8b97884d3689fced27fb1 (diff) | |
Merge branch 'variants-submit' into 'main'
Merge Architecture variants from Ubuntu
See merge request apt-team/apt!526
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/examples/configure-index | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 1b050d0b9..f08026136 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -51,6 +51,7 @@ APT Audit "<BOOL>"; // display audit messages Architecture "<STRING>"; // debian architecture like amd64, i386, powerpc, armhf, mips, … Architectures "<LIST>"; // a list of (foreign) debian architectures, defaults to: dpkg --print-foreign-architectures + Architecture-Variants "<STRING_OR_LIST>"; // a list of variants or the string auto BarbarianArchitectures "<LIST>"; // a list of architectures considered too foreign to satisfy M-A:foreign Build-Essential "<LIST>"; // list of package names @@ -468,6 +469,9 @@ Dir "<DIR>" Boot "<DIR>"; Usr "<DIR>"; Apport "<DIR>"; + Proc "<DIR"> { + CpuInfo "<FILE>"; + }; }; // Things that effect the APT dselect method @@ -567,6 +571,7 @@ Debug Acquire::Transaction "<BOOL>"; Acquire::Progress "<BOOL>"; Acquire::Retries "<BOOL>"; // Debugging for retries, especially delays + Acquire::Variants "<BOOL>"; // Debugging for architecture variants aptcdrom "<BOOL>"; // Show found package files IdentCdrom "<BOOL>"; acquire::netrc "<BOOL>"; // netrc parser @@ -900,6 +905,7 @@ dir::filelistdir "<STRING>"; dir::dpkg::tupletable "<FILE>"; dir::dpkg::triplettable "<FILE>"; dir::dpkg::cputable "<FILE>"; +dir::dpkg::varianttable "<FILE>"; Rred::t "<BOOL>"; Rred::f "<BOOL>"; Rred::Compress "<STRING>"; |
