]> git.saurik.com Git - apt.git/commitdiff
merged from lp:~mvo/apt/mvo (that has all the changes from debian-experimental2)...
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 10 Nov 2011 15:56:21 +0000 (16:56 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 10 Nov 2011 15:56:21 +0000 (16:56 +0100)
18 files changed:
1  2 
apt-pkg/deb/dpkgpm.cc
apt-pkg/depcache.cc
cmdline/apt-get.cc
cmdline/apt-key
debian/changelog
debian/control
debian/rules
doc/po/apt-doc.pot
doc/po/de.po
doc/po/es.po
doc/po/fr.po
doc/po/it.po
doc/po/ja.po
doc/po/pl.po
doc/po/pt.po
doc/po/pt_BR.po
po/apt-all.pot
test/integration/test-bug-618288-multiarch-same-lockstep

Simple merge
Simple merge
Simple merge
diff --cc cmdline/apt-key
Simple merge
index d5bcaee678819461b3c7cf64cd71365cc2475946,df50eefbd5c8f2f9a776ebd4df6e037b102093e8..d34052343b0cb90a4d218d1b09bda3ad1d33fd3a
++apt (0.8.16~exp8ubuntu1) UNRELEASED; urgency=low
++
++  * merge from debian/experimental:
++    - new ABI
++    - header reshuffling that may cause FTBFS
++  * DO NOT UPLOAD YET; THERE IS ANOTHER ABI BREAK COMMING SOON
++
++ -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Nov 2011 16:51:36 +0100
++
+ apt (0.8.16~exp8) experimental; urgency=low
+   [ David Kalnischkies ]
+   * apt-pkg/packagemanager.cc:
+     - do not fail on unpacked packages in SmartUnPack, just don't
+       shedule them for unpack, but do all checks and configure them
+     - do not enter an endless loop for (essential) pre-dependency loops
+   * apt-pkg/contrib/sha2_internal.cc:
+     - use a pointer-union to peace gcc strict-aliasing warning
+   * apt-pkg/deb/deblistparser.cc:
+     - M-A: foreign packages provide for other archs, too
+  -- David Kalnischkies <kalnischkies@gmail.com>  Thu, 03 Nov 2011 09:40:29 -0500
+ apt (0.8.16~exp7) experimental; urgency=low
+   [ David Kalnischkies ]
+   * do not pollute namespace in the headers with using (Closes: #500198)
+   * use forward declaration in headers if possible instead of includes
+   * remove old APT_COMPATIBILITY ifdef's
+   * apt-pkg/deb/dpkgpm.cc:
+     - use std::vector instead of fixed size arrays to store args and
+       multiarch-packagename strings
+     - load the dpkg base arguments only one time and reuse them later
+   * cmdline/apt-get.cc:
+     - follow Provides in the evaluation of saving candidates, too, for
+       statisfying garbage package dependencies (Closes: #640590)
+   * apt-pkg/algorithms.cc:
+     - if a package is garbage, don't try to save it with FixByInstall
+   * apt-pkg/deb/debsrcrecords.cc:
+     - remove the limit of 400 Binaries for a source package (Closes: #622110)
+   * apt-pkg/deb/deblistparser.cc:
+     - fix crash when the dynamic mmap needs to be grown in
+       LoadReleaseInfo (LP: #854090)
+   * apt-pkg/deb/debmetaindex.cc:
+     - none is a separator, not a language: no need for Index (Closes: #624218)
+   * apt-pkg/aptconfiguration.cc:
+     - do not builtin languages only if none is forced (Closes: #643787)
+   * apt-pkg/pkgcachegen.cc:
+     - refactor MergeList by creating -Group, -Package and -Version specialist
+     - share description list between "same" versions (LP: #868977)
+       This also means that descriptions are shared across archives now.
+     - add implicit dependencies needed for Multi-Arch at the time a Version
+       struct is created and not at the end of the cache generation
+   * apt-pkg/pkgcache.cc:
+     - always prefer "en" over "" for "en"-language regardless of cache-order
+   [ Michael Vogt ]
+   * apt-pkg/contrib/configuration.cc:
+     - fix double delete (LP: #848907)
+     - ignore only the invalid regexp instead of all options
+   * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
+     - fix fetching language information by adding OptionalSubIndexTarget
+   * methods/https.cc:
+     - cleanup broken downloads properly
+   [ Colin Watson ]
+   * ftparchive/cachedb.cc:
+     - fix buffersize in bytes2hex
+  -- Michael Vogt <mvo@debian.org>  Fri, 14 Oct 2011 13:51:35 +0200
+ apt (0.8.16~exp6) experimental; urgency=low
+   [ Christopher Baines ]
+   * enable APT in unpack/configure ordering to handle loops as well
+     as tight dependencies between immediate packages better
+     enabling also the possibility to mark all packages as immediate
+     (at least Closes: #353290, #540227, #559733, #621836, #639290)
+   [ David Kalnischkies ]
+   * [abi-break] Support large files in the complete toolset. Indexes of this
+     size are pretty unlikely for now, but we need it for deb
+     packages which could become bigger than 4GB now (LP: #815895)
+   * merged the debian-sid branch
+   
+   [ Michael Vogt ]
+   * bump ABI version
+  -- Michael Vogt <mvo@debian.org>  Wed, 14 Sep 2011 21:06:51 +0200
+ apt (0.8.16~exp5) experimental; urgency=low
+   * merged the latest debian-sid fixes
+   * apt-pkg/makefile:
+     - install sha256.h compat header
+   * apt-pkg/pkgcachegen.{cc,h}:
+     - use ref-to-ptr semantic in NewDepends() to ensure that the   
+       libapt does not segfault if the cache is remapped in between
+       (LP: #812862)
+     - fix crash when P.Arch() was used but the cache got remapped
+   * apt-pkg/acquire-item.{cc,h}:
+     - do not check for a "Package" tag in optional index targets
+       like the translations index
+   * apt-pkg/acquire.cc:
+     - fix potential divide-by-zero
+   * methods/mirror.cc:
+     - include the architecture(s) in the query string as well so 
+       that the server can make better decisions
+  -- Michael Vogt <mvo@debian.org>  Mon, 15 Aug 2011 14:52:54 +0200
+ apt (0.8.16~exp4) experimental; urgency=low
+   [ Julian Andres Klode ]
+   * apt-pkg/pkgcache.h:
+     - [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size
+   * apt-pkg/pkgcachegen.cc:
+     - Write the file size to the cache
+   * apt-pkg/pkgcache.cc:
+     - Check that cache is at least CacheFileSize bytes large (LP: #16467)
+   
+   [ Michael Vogt ]
+   * merged latest fixes from debian-sid
+   * apt-pkg/cdrom.{cc,h}:
+     - cleanup old ABI break avoidance hacks
+   * [ABI break] apt-pkg/acquire-item.{cc,h}:
+     - cleanup around OptionalIndexTarget and SubIndexTarget
+   * [ABI break] merged patch from Jonathan Thomas to have a new
+     RecordField() function in the pkgRecorder parser. Many thanks
+     Thomas
+   * [ABI break] merge patch from Jonathan Thomas to speed up the
+     depcache by caching the install-recommends and install-suggests
+     values
+   * apt-pkg/contrib/fileutl.{cc,h}:
+     - add GetModificationTime() helper
+   * apt-pkg/pkgcachegen.cc:
+     - regenerate the cache if the sources.list changes to ensure
+       that changes in the ordering there will be honored by apt
+   * apt-pkg/sourcelist.{cc,h}:
+     - add pkgSourceList::GetLastModifiedTime() helper
+  -- Michael Vogt <mvo@debian.org>  Thu, 28 Jul 2011 16:57:08 +0200
+ apt (0.8.16~exp3) experimental; urgency=low
+   [ David Kalnischkies ]
+   * apt-pkg/pkgcache.h:
+     - readd All{Foreign,Allowed} as suggested by Julian to
+       remain strictly API compatible
+   * apt-pkg/acquire*.{cc,h}:
+     - try even harder to support really big files in the fetcher by
+       converting (hopefully) everything to 'long long' (Closes: #632271)
+   * ftparchive/writer.cc:
+     - generate all checksums in one run over the file for Release
+   * cmdline/apt-get.cc:
+     - add an --assume-no option for testing to say 'no' to everything
+   * apt-pkg/deb/debmetaindex.cc:
+     - add trusted=yes option to mark unsigned (local) repository as trusted
+       based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)
+   [ Michael Vogt ]
+   * merge fixes from the debian/unstable upload
+   * merge lp:~mvo/apt/sha512-template to get fixes for the 
+     sha1/md5 verifiation (closes: #632520)
+  -- Michael Vogt <mvo@debian.org>  Fri, 15 Jul 2011 09:56:17 +0200
+ apt (0.8.16~exp2) experimental; urgency=low
+   [ David Kalnischkies ]
+   * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
+     use the internal resolver can now be used also with external
+     ones as the usage is hidden in between the old API
+   * provide two edsp solvers in apt-utils:
+     - 'dump' to quickly output a complete scenario and
+     - 'apt' to use the internal as an external resolver
+   * apt-pkg/pkgcache.h:
+     - clean up mess with the "all" handling in MultiArch to
+       fix LP: #733741 cleanly for everyone now
+   * apt-pkg/depcache.cc:
+     - use a boolean instead of an int for Add/Remove in AddStates
+       similar to how it works with AddSizes
+     - let the Mark methods return if their marking was successful
+     - if a Breaks can't be upgraded, remove it. If it or a Conflict
+       can't be removed the installation of the breaker fails.
+   * cmdline/apt-get.cc:
+     - do not discard the error messages from the resolver and instead
+       only show the general 'Broken packages' message if nothing else
+   [ Stefano Zacchiroli ]
+   * doc/external-dependency-solver-protocol.txt:
+     - describe EDSP and the configuration interface around it
+   
+   [ Michael Vogt ]
+   * [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512
+   * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending
+     without breaking the ABI
+   * increase ABI version and update package names
+  -- Michael Vogt <mvo@debian.org>  Wed, 29 Jun 2011 13:57:28 +0200
+ apt (0.8.16~exp1) experimental; urgency=low
+   * merged with the debian/unstable upload
+  -- Michael Vogt <mvo@debian.org>  Wed, 29 Jun 2011 12:40:31 +0200
+ apt (1.8.15.9+nmu1) unstable; urgency=low
+   [ David Kalnischkies ]
+   * algorithms.cc:
+     - show a debug why a package was kept by ResolveByKeep()
+  -- David Kalnischkies <kalnischkies@gmail.com>  Mon, 17 Oct 2011 16:36:22 +0200
 +apt (0.8.16~exp5ubuntu14.2) UNRELEASED; urgency=low
 +
 +  [ Daniel Hahler ]
 +  * doc/apt-key.8.xml: Ubuntu specific documentation changes (LP: #445903)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 20 Oct 2011 10:58:20 +0200
 +
 +apt (0.8.16~exp5ubuntu14.1) precise; urgency=low
 +
 +  * apt-pkg/edsp.cc:
 +    - fix FTBFS
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 19 Oct 2011 17:56:49 +0200
 +
 +apt (0.8.16~exp5ubuntu14) precise; urgency=low
 +  
 +  [ David Kalnischkies ]  
 +  * apt-pkg/pkgcachegen.cc:
 +    - refactor MergeList by creating -Group, -Package and -Version specialist
 +    - share description list between "same" versions (LP: #868977)
 +      This also means that descriptions are shared across archives now.
 +  * apt-pkg/pkgcache.cc:
 +    - always prefer "en" over "" for "en"-language regardless of cache-order
 +      (LP: #868977)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 19 Oct 2011 16:22:31 +0200
 +
 +apt (0.8.16~exp5ubuntu13) oneiric; urgency=low
 +
 +  [ Adam Conrad ]
 +  * On armel, call update-apt-xapian-index with '-u' to keep the CPU
 +    and I/O usage low.  We would do this on all arches, but there's a
 +    regression risk here, but that's better than killing slow systems.
 +  
 +  [ Michael Vogt ]
 +  * cmdline/apt-key:
 +    - fix apt-key net-update, thanks to Marc Deslauriers and 
 +      Adam Conrad for the code review (LP: #857472)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 06 Oct 2011 16:14:41 +0200
 +
 +apt (0.8.16~exp5ubuntu12) oneiric; urgency=low
 +
 +  [ David Kalnischkies ]  
 +  * apt-pkg/deb/deblistparser.cc:
 +    - fix crash when the dynamic mmap needs to be remapped during
 +      LoadReleaseInfo (LP: #854090)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Sep 2011 13:31:11 +0200
 +
 +apt (0.8.16~exp5ubuntu11) oneiric; urgency=low
 +
 +  [ Colin Watson ]
 +  * ftparchive/cachedb.cc:
 +    - fix buffersize in bytes2hex
 +  
 +  [ Marc Deslauriers ]
 +  * SECURITY UPDATE: Disable apt-key net-update for now, as validation
 +    code is insecure.
 +    - cmdline/apt-key: exit immediately out of net_update().
 +    - CVE number pending
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 22 Sep 2011 17:30:45 +0200
 +
 +apt (0.8.16~exp5ubuntu10) oneiric; urgency=low
 +
 +  * methods/https.cc:
 +    - cleanup broken downloads properly (just like http)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 20 Sep 2011 18:26:13 +0200
 +
 +apt (0.8.16~exp5ubuntu9) oneiric; urgency=low
 +
 +  [ Michael Vogt ]
 +  * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
 +    - fix fetching translated package descriptions (including the newly
 +      stripped out english ones) by adding OptionalSubIndexTarget
 +
 +  [ David Kalnischkies ]
 +  * apt-pkg/acquire-item.cc:
 +    - if no Release.gpg file is found try to verify with hashes,
 +      but do not fail if a hash can't be found
 +  * apt-pkg/indexrecords.cc:
 +    - fix Acquire::Max-ValidTime option by interpreting it really
 +      as seconds as specified in the manpage and not as days
 +    - add an Acquire::Min-ValidTime option (Closes: #640122)
 +  * doc/apt.conf.5.xml:
 +    - reword Acquire::Max-ValidTime documentation to make clear
 +      that it doesn't provide the new Min-ValidTime functionality
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Sep 2011 09:50:16 +0200
 +
 +apt (0.8.16~exp5ubuntu8) oneiric; urgency=low
 +
 +  * cherry pick r1825 from lp:~mvo/apt/mvo:
 +    * apt-pkg/contrib/configuration.cc:
 +    - fix double delete (LP: #848907)
 +    - ignore only the invalid regexp instead of all options
 +
 +  * cherry pick r2165 from lp:~donkult/apt/sid:
 +    [ David Kalnischkies ]
 +    * cmdline/apt-get.cc:
 +      - output list of virtual package providers to c1out in -q=1
 +        instead of /dev/null to unbreak sbuild (LP: #816155)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 13 Sep 2011 18:23:09 +0200
 +
 +apt (0.8.16~exp5ubuntu7) oneiric; urgency=low
 +
 +  [ Michael Vogt ]
 +  * cherry pick revision 2173 from lp:~donkult/apt/sid
 +  
 +  [ David Kalnischkies ]
 +  - M-A:same lockstep unpack should operate on installed
 +    packages first (LP: #835625)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 13 Sep 2011 09:03:33 +0200
 +
 +apt (0.8.16~exp5ubuntu6) oneiric; urgency=low
 +
 +  [ Michael Vogt 
 +  * merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks to
 +    Jonathan Riddell
 +  
 +  [ David Kalnischkies ]
 +  * lots of cppcheck fixes
 +  * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
 +    - ignore "self"-conflicts for all architectures of a package
 +      instead of just for the architecture of the package locked at
 +      in the ordering of installations too (Closes: #802901)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 17 Aug 2011 11:32:58 +0200
 +
 +apt (0.8.16~exp5ubuntu5) oneiric; urgency=low
 +
 +  * debian/control:
 +    - fix VCS location
 +  * methods/mirror.cc:
 +    - include the architecture(s) in the query string as well so 
 +      that the server can make better decisions
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 11 Aug 2011 18:03:19 +0200
 +
 +apt (0.8.16~exp5ubuntu4) oneiric; urgency=low
 +
 +  * Merge change from Robert Collins to upgrade ubuntu-keyring recommends
 +    to a hard dependency to match Debian behaviour and fix LP: #816606
 +
 + -- Adam Conrad <adconrad@ubuntu.com>  Tue, 09 Aug 2011 14:48:24 -0600
 +
 +apt (0.8.16~exp5ubuntu3) oneiric; urgency=low
 +
 +  * apt-pkg/acquire.cc:
 +    - fix potential divide-by-zero (LP: #823277)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 09 Aug 2011 15:56:44 +0200
 +
 +apt (0.8.16~exp5ubuntu2) oneiric; urgency=low
 +
 +  * test/integration/test-hashsum-verification:
 +    - add regression test for hashsum verification
 +  * apt-pkg/acquire-item.cc:
 +    - if no Release.gpg file is found, still load the hashes for
 +      verification (closes: #636314) and add test
 +  * apt-pkg/pkgcachegen.cc:
 +    - fix incorrect comparision when checking sources.list freshness
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 09 Aug 2011 09:22:14 +0200
 +
 +apt (0.8.16~exp5ubuntu1) oneiric; urgency=low
 +
 +  * merged new version from debian/experimental, this includes
 +    a ABI break and two new library packages
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Aug 2011 14:30:07 +0200
 +
 +apt (0.8.16~exp5) UNRELEASED; urgency=low
 +
 +  * apt-pkg/makefile:
 +    - install sha256.h compat header
 +  * apt-pkg/pkgcachegen.{cc,h}:
 +    - use ref-to-ptr semantic in NewDepends() to ensure that the   
 +      libapt does not segfault if the cache is remapped in between
 +      (LP: #812862)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 29 Jul 2011 13:44:01 +0200
 +
 +apt (0.8.16~exp4) experimental; urgency=low
 +
 +  [ Julian Andres Klode ]
 +  * apt-pkg/pkgcache.h:
 +    - [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size
 +  * apt-pkg/pkgcachegen.cc:
 +    - Write the file size to the cache
 +  * apt-pkg/pkgcache.cc:
 +    - Check that cache is at least CacheFileSize bytes large (LP: #16467)
 +  
 +  [ Michael Vogt ]
 +  * merged latest fixes from debian-sid
 +  * apt-pkg/cdrom.{cc,h}:
 +    - cleanup old ABI break avoidance hacks
 +  * [ABI break] apt-pkg/acquire-item.{cc,h}:
 +    - cleanup around OptionalIndexTarget and SubIndexTarget
 +  * [ABI break] merged patch from Jonathan Thomas to have a new
 +    RecordField() function in the pkgRecorder parser. Many thanks
 +    Thomas
 +  * [ABI break] merge patch from Jonathan Thomas to speed up the
 +    depcache by caching the install-recommends and install-suggests
 +    values
 +  * apt-pkg/contrib/fileutl.{cc,h}:
 +    - add GetModificationTime() helper
 +  * apt-pkg/pkgcachegen.cc:
 +    - regenerate the cache if the sources.list changes to ensure
 +      that changes in the ordering there will be honored by apt
 +  * apt-pkg/sourcelist.{cc,h}:
 +    - add pkgSourceList::GetLastModifiedTime() helper
 +
 + -- Michael Vogt <mvo@debian.org>  Thu, 28 Jul 2011 16:57:08 +0200
 +
 +apt (0.8.16~exp3) experimental; urgency=low
 +
 +  [ David Kalnischkies ]
 +  * apt-pkg/pkgcache.h:
 +    - readd All{Foreign,Allowed} as suggested by Julian to
 +      remain strictly API compatible
 +  * apt-pkg/acquire*.{cc,h}:
 +    - try even harder to support really big files in the fetcher by
 +      converting (hopefully) everything to 'long long' (Closes: #632271)
 +  * ftparchive/writer.cc:
 +    - generate all checksums in one run over the file for Release
 +  * cmdline/apt-get.cc:
 +    - add an --assume-no option for testing to say 'no' to everything
 +  * apt-pkg/deb/debmetaindex.cc:
 +    - add trusted=yes option to mark unsigned (local) repository as trusted
 +      based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)
 +
 +  [ Michael Vogt ]
 +  * merge fixes from the debian/unstable upload
 +  * merge lp:~mvo/apt/sha512-template to get fixes for the 
 +    sha1/md5 verifiation (closes: #632520)
 +
 + -- Michael Vogt <mvo@debian.org>  Fri, 15 Jul 2011 09:56:17 +0200
 +
 +apt (0.8.16~exp2) experimental; urgency=low
 +
 +  [ David Kalnischkies ]
 +  * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
 +    use the internal resolver can now be used also with external
 +    ones as the usage is hidden in between the old API
 +  * provide two edsp solvers in apt-utils:
 +    - 'dump' to quickly output a complete scenario and
 +    - 'apt' to use the internal as an external resolver
 +  * apt-pkg/pkgcache.h:
 +    - clean up mess with the "all" handling in MultiArch to
 +      fix LP: #733741 cleanly for everyone now
 +  * apt-pkg/depcache.cc:
 +    - use a boolean instead of an int for Add/Remove in AddStates
 +      similar to how it works with AddSizes
 +    - let the Mark methods return if their marking was successful
 +    - if a Breaks can't be upgraded, remove it. If it or a Conflict
 +      can't be removed the installation of the breaker fails.
 +  * cmdline/apt-get.cc:
 +    - do not discard the error messages from the resolver and instead
 +      only show the general 'Broken packages' message if nothing else
 +
 +  [ Stefano Zacchiroli ]
 +  * doc/external-dependency-solver-protocol.txt:
 +    - describe EDSP and the configuration interface around it
 +  
 +  [ Michael Vogt ]
 +  * [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512
 +  * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending
 +    without breaking the ABI
 +  * increase ABI version and update package names
 +
 + -- Michael Vogt <mvo@debian.org>  Wed, 29 Jun 2011 13:57:28 +0200
 +
 +apt (0.8.16~exp1) experimental; urgency=low
 +
 +  * merged with the debian/unstable upload
 +
 + -- Michael Vogt <mvo@debian.org>  Wed, 29 Jun 2011 12:40:31 +0200
 +
+ apt (0.8.15.9) unstable; urgency=low
+   [ David Kalnischkies ]
+   * Symbol file update
+   * doc/apt-get.8.xml:
+     - change wording of autoremove description as suggested
+       by Robert Simmons, thanks! (Closes: #641490)
+   * apt-pkg/deb/dpkgpm.cc:
+     - use std::vector instead of fixed size arrays to store args and
+       multiarch-packagename strings
+     - load the dpkg base arguments only one time and reuse them later
+   * cmdline/apt-get.cc:
+     - follow Provides in the evaluation of saving candidates, too, for
+       statisfying garbage package dependencies (Closes: #640590)
+   * apt-pkg/algorithms.cc:
+     - if a package is garbage, don't try to save it with FixByInstall
+   * apt-pkg/init.cc:
+     - silently ignore *.orig and *.save files by default
+   * apt-pkg/policy.cc:
+     - accept generic release pin expressions again in -t (Closes: #644166)
+   * apt-pkg/deb/debmetaindex.cc:
+     - none is a separator, not a language: no need for Index (Closes: #624218)
+   * apt-pkg/aptconfiguration.cc:
+     - do not builtin languages only if none is forced (Closes: #643787)
+   * doc/apt.conf.5.xml:
+     - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
+   [ Christian Perrier ]
+   * Fix spelling error (sensée) in French translation. Thanks
+     to Corentin Le Gall for spotting it.
+   [ Colin Watson ]
+   * ftparchive/cachedb.cc:
+     - fix buffersize in bytes2hex
+   [ Michael Vogt ]
+   * ftparchive/cachedb.cc:
+     - make buffer fully dynamic (thanks to Colin Watson)
+  -- Michael Vogt <mvo@debian.org>  Fri, 14 Oct 2011 12:00:09 +0200
+ apt (0.8.15.8) unstable; urgency=low
+   [ David Kalnischkies ]
+   * cmdline/apt-get.cc:
+     - output list of virtual package providers to c1out in -q=1
+       instead of /dev/null to unbreak sbuild (LP: #816155)
+   [ Michael Vogt ]
+   * apt-pkg/contrib/configuration.cc:
+     - fix double delete (LP: #848907)
+     - ignore only the invalid regexp instead of all options
+  -- Michael Vogt <mvo@debian.org>  Wed, 14 Sep 2011 12:08:25 +0200
+ apt (0.8.15.7) unstable; urgency=low
+   [ David Kalnischkies ]
+   * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
+     - ignore "self"-conflicts for all architectures of a package
+       instead of just for the architecture of the package look at
+       in the ordering of installations, too (LP: #802901)
+     - M-A:same lockstep unpack should operate on installed
+       packages first (LP: #835625)
+   * test/*
+     - reorganize the various testcases and helper we have and
+       integrate them better into the buildsystem
+     - run the test/libapt testcases at package build-time
+   * debian/apt.symbols:
+     - add the newly added symbols since 0.8.15.3
+   * cmdline/apt-get.cc:
+     - remove the binary caches in 'apt-get clean' as it is the first
+       thing recommend by many supporters in case of APT segfaults
+     - remove the caches in 'apt-get update', too, as they will be
+       invalid in most cases anyway
+   * apt-pkg/acquire-item.cc:
+     - if no Release.gpg file is found try to verify with hashes,
+       but do not fail if a hash can't be found
+   * apt-pkg/acquire.cc:
+     - non-existing directories are by definition clean
+   * cmdline/apt-key:
+     - if command is 'add' do not error out if the specified
+       keyring doesn't exist, it will be created by gpg
+   * apt-pkg/orderlist.cc:
+     - prefer visiting packages marked for deletion in VisitProvides
+       if we are operating on a negative dependency so that we can
+       deal early with the fallout of this remove
+   * apt-pkg/indexrecords.cc:
+     - fix Acquire::Max-ValidTime option by interpreting it really
+       as seconds as specified in the manpage and not as days
+     - add an Acquire::Min-ValidTime option (Closes: #640122)
+   * doc/apt.conf.5.xml:
+     - reword Acquire::Max-ValidTime documentation to make clear
+       that it doesn't provide the new Min-ValidTime functionality
+  -- Michael Vogt <mvo@debian.org>  Mon, 12 Sep 2011 16:38:46 +0200
  apt (0.8.15.6) unstable; urgency=low
  
    [ Michael Vogt ]
diff --cc debian/control
Simple merge
diff --cc debian/rules
Simple merge
index edab6f3797ba4cd6d9dda7fbaa013ac1da900f10,364dce12f821361f22df78f81181c9777660254d..fff943e354d1626ffb457bc246352986c0a0eebe
@@@ -7,7 -7,7 +7,7 @@@
  msgid ""
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2011-04-05 10:22+0300\n"
 -"POT-Creation-Date: 2011-06-08 16:54+0300\n"
++"POT-Creation-Date: 2011-11-10 16:42+0100\n"
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@@ -566,7 -566,7 +566,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50 apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114 apt-key.8.xml:38 apt-mark.8.xml:55 apt-secure.8.xml:43 apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36 sources.list.5.xml:36
 -#: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50 apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114 apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43 apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36 sources.list.5.xml:36
++#: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50 apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:121 apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43 apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36 sources.list.5.xml:36
  msgid "Description"
  msgstr ""
  
@@@ -580,7 -580,7 +580,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-cache.8.xml:70 apt-get.8.xml:120
++#: apt-cache.8.xml:70 apt-get.8.xml:127
  msgid ""
  "Unless the <option>-h</option>, or <option>--help</option> option is given, "
  "one of the commands below must be present."
@@@ -944,7 -944,7 +944,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59 apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:92 apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
 -#: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59 apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:126 apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
++#: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59 apt-ftparchive.1.xml:525 apt-get.8.xml:342 apt-mark.8.xml:126 apt-sortpkgs.1.xml:57 apt.conf.5.xml:577 apt.conf.5.xml:599
  msgid "options"
  msgstr ""
  
@@@ -967,7 -967,7 +967,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:288 apt-ftparchive.1.xml:571 apt-get.8.xml:393 apt-sortpkgs.1.xml:61
++#: apt-cache.8.xml:288 apt-ftparchive.1.xml:572 apt-get.8.xml:404 apt-sortpkgs.1.xml:61
  msgid "<option>-s</option>"
  msgstr ""
  
@@@ -987,12 -987,12 +987,12 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>-q</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>--quiet</option>"
  msgstr ""
  
@@@ -1067,14 -1067,14 +1067,14 @@@ msgstr "
  #: apt-cache.8.xml:317
  msgid ""
  "Per default the <literal>depends</literal> and <literal>rdepends</literal> "
--"print all dependencies. This can be twicked with these flags which will omit "
++"print all dependencies. This can be tweaked with these flags which will omit "
  "the specified dependency type.  Configuration Item: "
  "<literal>APT::Cache::Show<replaceable>DependencyType</replaceable></literal> "
  "e.g. <literal>APT::Cache::ShowRecommends</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:350
++#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:361
  msgid "<option>-f</option>"
  msgstr ""
  
@@@ -1091,7 -1091,7 +1091,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:583
++#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:584 apt-get.8.xml:452
  msgid "<option>-a</option>"
  msgstr ""
  
@@@ -1187,12 -1187,12 +1187,12 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101 apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570 apt-sortpkgs.1.xml:67
 -#: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101 apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570 apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
++#: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101 apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:612 apt-get.8.xml:596 apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
  msgid "&apt-commonoptions;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:156 apt-mark.8.xml:125 apt.conf.5.xml:1093 apt_preferences.5.xml:654
 -#: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:172 apt-mark.8.xml:144 apt.conf.5.xml:1093 apt_preferences.5.xml:697
++#: apt-cache.8.xml:372 apt-get.8.xml:601 apt-key.8.xml:175 apt-mark.8.xml:144 apt.conf.5.xml:1110 apt_preferences.5.xml:697
  msgid "Files"
  msgstr ""
  
@@@ -1202,7 -1202,7 +1202,7 @@@ msgid "&file-sourceslist; &file-stateli
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106 apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585 apt-key.8.xml:177 apt-mark.8.xml:131 apt-secure.8.xml:185 apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:661 sources.list.5.xml:234
 -#: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106 apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585 apt-key.8.xml:193 apt-mark.8.xml:150 apt-secure.8.xml:185 apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:704 sources.list.5.xml:234
++#: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106 apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:628 apt-get.8.xml:611 apt-key.8.xml:196 apt-mark.8.xml:150 apt-secure.8.xml:185 apt-sortpkgs.1.xml:72 apt.conf.5.xml:1116 apt_preferences.5.xml:704 sources.list.5.xml:255
  msgid "See Also"
  msgstr ""
  
@@@ -1212,7 -1212,7 +1212,7 @@@ msgid "&apt-conf;, &sources-list;, &apt
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111 apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591 apt-mark.8.xml:135 apt-sortpkgs.1.xml:76
 -#: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111 apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591 apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
++#: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111 apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:632 apt-get.8.xml:617 apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
  msgid "Diagnostics"
  msgstr ""
  
@@@ -1311,12 -1311,12 +1311,12 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cdrom.8.xml:94 apt-key.8.xml:142
 -#: apt-cdrom.8.xml:94 apt-key.8.xml:158
++#: apt-cdrom.8.xml:94 apt-key.8.xml:161
  msgid "Options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:539 apt-get.8.xml:345
++#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:540 apt-get.8.xml:356
  msgid "<option>-d</option>"
  msgstr ""
  
@@@ -1352,7 -1352,7 +1352,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:116 apt-get.8.xml:364
++#: apt-cdrom.8.xml:116 apt-get.8.xml:375
  msgid "<option>-m</option>"
  msgstr ""
  
@@@ -1397,17 -1397,17 +1397,17 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:143 apt-get.8.xml:395
++#: apt-cdrom.8.xml:143 apt-get.8.xml:406
  msgid "<option>--just-print</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:144 apt-get.8.xml:397
++#: apt-cdrom.8.xml:144 apt-get.8.xml:408
  msgid "<option>--recon</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:145 apt-get.8.xml:398
++#: apt-cdrom.8.xml:145 apt-get.8.xml:409
  msgid "<option>--no-act</option>"
  msgstr ""
  
@@@ -1519,7 -1519,7 +1519,7 @@@ msgid "Just show the contents of the co
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:628 apt-sortpkgs.1.xml:73
++#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:629 apt-sortpkgs.1.xml:73
  msgid "&apt-conf;"
  msgstr ""
  
@@@ -1580,7 -1580,7 +1580,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-extracttemplates.1.xml:63 apt-get.8.xml:504
++#: apt-extracttemplates.1.xml:63 apt-get.8.xml:530
  msgid "<option>-t</option>"
  msgstr ""
  
@@@ -1784,7 -1784,7 +1784,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:145 apt-get.8.xml:287
++#: apt-ftparchive.1.xml:145 apt-get.8.xml:298
  msgid "clean"
  msgstr ""
  
@@@ -2242,8 -2242,8 +2242,8 @@@ msgid "
  "non-free</literal>"
  msgstr ""
  
--#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:394
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-ftparchive.1.xml:394 apt.conf.5.xml:157
  msgid "Architectures"
  msgstr ""
  
@@@ -2443,26 -2443,26 +2443,28 @@@ msgid "
  "Configuration Items: "
  "<literal>APT::FTPArchive::<replaceable>Checksum</replaceable></literal> and "
  "<literal>APT::FTPArchive::<replaceable>Index</replaceable>::<replaceable>Checksum</replaceable></literal> "
--"where <literal>Index</literal> can be <literal>Packages</literal>, "
--"<literal>Sources</literal> or <literal>Release</literal> and "
--"<literal>Checksum</literal> can be <literal>MD5</literal>, "
--"<literal>SHA1</literal> or <literal>SHA256</literal>."
++"where <literal><replaceable>Index</replaceable></literal> can be "
++"<literal>Packages</literal>, <literal>Sources</literal> or "
++"<literal>Release</literal> and "
++"<literal><replaceable>Checksum</replaceable></literal> can be "
++"<literal>MD5</literal>, <literal>SHA1</literal> or "
++"<literal>SHA256</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:539
++#: apt-ftparchive.1.xml:540
  msgid "<option>--db</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:541
++#: apt-ftparchive.1.xml:542
  msgid ""
  "Use a binary caching DB. This has no effect on the generate command.  "
  "Configuration Item: <literal>APT::FTPArchive::DB</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:547
++#: apt-ftparchive.1.xml:548
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:553
++#: apt-ftparchive.1.xml:554
  msgid "<option>--delink</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:555
++#: apt-ftparchive.1.xml:556
  msgid ""
  "Perform Delinking. If the <literal>External-Links</literal> setting is used "
  "then this option actually enables delinking of the files. It defaults to on "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:561
++#: apt-ftparchive.1.xml:562
  msgid "<option>--contents</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:563
++#: apt-ftparchive.1.xml:564
  msgid ""
  "Perform contents generation. When this option is set and package indexes are "
  "being generated with a cache DB then the file listing will also be extracted "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:571
++#: apt-ftparchive.1.xml:572
  msgid "<option>--source-override</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:573
++#: apt-ftparchive.1.xml:574
  msgid ""
  "Select the source override file to use with the <literal>sources</literal> "
  "command.  Configuration Item: "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:577
++#: apt-ftparchive.1.xml:578
  msgid "<option>--readonly</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:579
++#: apt-ftparchive.1.xml:580
  msgid ""
  "Make the caching databases read only.  Configuration Item: "
  "<literal>APT::FTPArchive::ReadOnlyDB</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:583
++#: apt-ftparchive.1.xml:584
  msgid "<option>--arch</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:584
++#: apt-ftparchive.1.xml:585
  msgid ""
  "Accept in the <literal>packages</literal> and <literal>contents</literal> "
  "commands only package files matching <literal>*_arch.deb</literal> or "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:590
++#: apt-ftparchive.1.xml:591
  msgid "<option>APT::FTPArchive::AlwaysStat</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:592
++#: apt-ftparchive.1.xml:593
  msgid ""
  "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If "
  "packages are recompiled and/or republished with the same version again, this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:602
++#: apt-ftparchive.1.xml:603
  msgid "<option>APT::FTPArchive::LongDescription</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:604
++#: apt-ftparchive.1.xml:605
  msgid ""
  "This configuration option defaults to \"<literal>true</literal>\" and should "
  "only be set to <literal>\"false\"</literal> if the Archive generated with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:501 sources.list.5.xml:198
 -#: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:544 sources.list.5.xml:198
++#: apt-ftparchive.1.xml:617 apt.conf.5.xml:1104 apt_preferences.5.xml:544 sources.list.5.xml:214
  msgid "Examples"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><programlisting>
--#: apt-ftparchive.1.xml:622
++#: apt-ftparchive.1.xml:623
  #, no-wrap
  msgid ""
  "<command>apt-ftparchive</command> packages "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:618
++#: apt-ftparchive.1.xml:619
  msgid ""
  "To create a compressed Packages file for a directory containing binary "
  "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:632
++#: apt-ftparchive.1.xml:633
  msgid ""
  "<command>apt-ftparchive</command> returns zero on normal operation, decimal "
  "100 on error."
@@@ -2625,7 -2625,7 +2627,9 @@@ msgid "
  "<option>-o= <replaceable>config_string</replaceable> </option> </arg> <arg> "
  "<option>-c= <replaceable>config_file</replaceable> </option> </arg> <arg> "
  "<option>-t=</option> <arg choice='plain'> "
--"<replaceable>target_release</replaceable> </arg> </arg> <group "
++"<replaceable>target_release</replaceable> </arg> </arg> <arg> "
++"<option>-a=</option> <arg choice='plain'> "
++"<replaceable>default_architecture</replaceable> </arg> </arg> <group "
  "choice=\"req\"> <arg choice='plain'>update</arg> <arg "
  "choice='plain'>upgrade</arg> <arg choice='plain'>dselect-upgrade</arg> <arg "
  "choice='plain'>dist-upgrade</arg> <arg choice='plain'>install <arg "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:115
++#: apt-get.8.xml:122
  msgid ""
  "<command>apt-get</command> is the command-line tool for handling packages, "
  "and may be considered the user's \"back-end\" to other tools using the APT "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:124 apt-key.8.xml:127
++#: apt-get.8.xml:131 apt-key.8.xml:127
  msgid "update"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:125
++#: apt-get.8.xml:132
  msgid ""
  "<literal>update</literal> is used to resynchronize the package index files "
  "from their sources. The indexes of available packages are fetched from the "
  msgstr ""
  
  #. type: <tag></tag>
--#: apt-get.8.xml:136 guide.sgml:121
++#: apt-get.8.xml:143 guide.sgml:121
  msgid "upgrade"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:137
++#: apt-get.8.xml:144
  msgid ""
  "<literal>upgrade</literal> is used to install the newest versions of all "
  "packages currently installed on the system from the sources enumerated in "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:149
++#: apt-get.8.xml:156
  msgid "dselect-upgrade"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:150
++#: apt-get.8.xml:157
  msgid ""
  "<literal>dselect-upgrade</literal> is used in conjunction with the "
  "traditional Debian packaging front-end, "
  msgstr ""
  
  #. type: <tag></tag>
--#: apt-get.8.xml:159 guide.sgml:140
++#: apt-get.8.xml:166 guide.sgml:140
  msgid "dist-upgrade"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:160
++#: apt-get.8.xml:167
  msgid ""
  "<literal>dist-upgrade</literal> in addition to performing the function of "
  "<literal>upgrade</literal>, also intelligently handles changing dependencies "
  msgstr ""
  
  #. type: <tag></tag>
--#: apt-get.8.xml:172 guide.sgml:131
++#: apt-get.8.xml:179 guide.sgml:131
  msgid "install"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:174
++#: apt-get.8.xml:181
  msgid ""
  "<literal>install</literal> is followed by one or more packages desired for "
  "installation or upgrading.  Each package is a package name, not a fully "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:192
++#: apt-get.8.xml:199
  msgid ""
  "A specific version of a package can be selected for installation by "
  "following the package name with an equals and the version of the package to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:199
++#: apt-get.8.xml:206
  msgid ""
  "Both of the version selection mechanisms can downgrade packages and must be "
  "used with care."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:202
++#: apt-get.8.xml:209
  msgid ""
  "This is also the target to use if you want to upgrade one or more "
  "already-installed packages without upgrading every package you have on your "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:213
++#: apt-get.8.xml:220
  msgid ""
  "Finally, the &apt-preferences; mechanism allows you to create an alternative "
  "installation policy for individual packages."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:217
++#: apt-get.8.xml:224
  msgid ""
  "If no package matches the given expression and the expression contains one "
  "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:226
++#: apt-get.8.xml:233
  msgid "remove"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:227
++#: apt-get.8.xml:234
  msgid ""
  "<literal>remove</literal> is identical to <literal>install</literal> except "
  "that packages are removed instead of installed. Note the removing a package "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:234
++#: apt-get.8.xml:241
  msgid "purge"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:235
++#: apt-get.8.xml:242
  msgid ""
  "<literal>purge</literal> is identical to <literal>remove</literal> except "
  "that packages are removed and purged (any configuration files are deleted "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:239
++#: apt-get.8.xml:246
  msgid "source"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:240
++#: apt-get.8.xml:247
  msgid ""
  "<literal>source</literal> causes <command>apt-get</command> to fetch source "
  "packages. APT will examine the available packages to decide which source "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:248
++#: apt-get.8.xml:255
  msgid ""
  "Source packages are tracked separately from binary packages via "
  "<literal>deb-src</literal> type lines in the &sources-list; file. This means "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:255
++#: apt-get.8.xml:262
  msgid ""
  "If the <option>--compile</option> option is specified then the package will "
--"be compiled to a binary .deb using <command>dpkg-buildpackage</command>, if "
--"<option>--download-only</option> is specified then the source package will "
--"not be unpacked."
++"be compiled to a binary .deb using <command>dpkg-buildpackage</command> for "
++"the architecture as defined by the <command>--host-architecture</command> "
++"option.  If <option>--download-only</option> is specified then the source "
++"package will not be unpacked."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:260
++#: apt-get.8.xml:269
  msgid ""
  "A specific source version can be retrieved by postfixing the source name "
  "with an equals and then the version to fetch, similar to the mechanism used "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:266
++#: apt-get.8.xml:275
  msgid ""
  "Note that source packages are not tracked like binary packages, they exist "
  "only in the current directory and are similar to downloading source tar "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:271
++#: apt-get.8.xml:280
  msgid "build-dep"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:272
++#: apt-get.8.xml:281
  msgid ""
  "<literal>build-dep</literal> causes apt-get to install/remove packages in an "
--"attempt to satisfy the build dependencies for a source package."
++"attempt to satisfy the build dependencies for a source package. By default "
++"the dependencies are satisfied to build the package nativly. If desired a "
++"host-architecture can be specified with the "
++"<option>--host-architecture</option> option instead."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:276
++#: apt-get.8.xml:287
  msgid "check"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:277
++#: apt-get.8.xml:288
  msgid ""
  "<literal>check</literal> is a diagnostic tool; it updates the package cache "
  "and checks for broken dependencies."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:281
++#: apt-get.8.xml:292
  msgid "download"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:282
++#: apt-get.8.xml:293
  msgid ""
  "<literal>download</literal> will download the given binary package into the "
--"current directoy."
++"current directory."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:288
++#: apt-get.8.xml:299
  msgid ""
  "<literal>clean</literal> clears out the local repository of retrieved "
  "package files. It removes everything but the lock file from "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:297
++#: apt-get.8.xml:308
  msgid "autoclean"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:298
++#: apt-get.8.xml:309
  msgid ""
  "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the "
  "local repository of retrieved package files. The difference is that it only "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:307
++#: apt-get.8.xml:318
  msgid "autoremove"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:308
++#: apt-get.8.xml:319
  msgid ""
  "<literal>autoremove</literal> is used to remove packages that were "
--"automatically installed to satisfy dependencies for some package and that "
--"are no more needed."
++"automatically installed to satisfy dependencies for other packages and are "
++"now no longer needed."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:312
++#: apt-get.8.xml:323
  msgid "changelog"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:313
++#: apt-get.8.xml:324
  msgid ""
  "<literal>changelog</literal> downloads a package changelog and displays it "
  "through <command>sensible-pager</command>. The server name and base "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:335
++#: apt-get.8.xml:346
  msgid "<option>--no-install-recommends</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:336
++#: apt-get.8.xml:347
  msgid ""
  "Do not consider recommended packages as a dependency for installing.  "
  "Configuration Item: <literal>APT::Install-Recommends</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:340
++#: apt-get.8.xml:351
  msgid "<option>--install-suggests</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:341
++#: apt-get.8.xml:352
  msgid ""
  "Consider suggested packages as a dependency for installing.  Configuration "
  "Item: <literal>APT::Install-Suggests</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:345
++#: apt-get.8.xml:356
  msgid "<option>--download-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:346
++#: apt-get.8.xml:357
  msgid ""
  "Download only; package files are only retrieved, not unpacked or installed.  "
  "Configuration Item: <literal>APT::Get::Download-Only</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:350
++#: apt-get.8.xml:361
  msgid "<option>--fix-broken</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:351
++#: apt-get.8.xml:362
  msgid ""
  "Fix; attempt to correct a system with broken dependencies in place. This "
  "option, when used with install/remove, can omit any packages to permit APT "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:364
++#: apt-get.8.xml:375
  msgid "<option>--ignore-missing</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:365
++#: apt-get.8.xml:376
  msgid "<option>--fix-missing</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:366
++#: apt-get.8.xml:377
  msgid ""
  "Ignore missing packages; If packages cannot be retrieved or fail the "
  "integrity check after retrieval (corrupted package files), hold back those "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:376
++#: apt-get.8.xml:387
  msgid "<option>--no-download</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:377
++#: apt-get.8.xml:388
  msgid ""
  "Disables downloading of packages. This is best used with "
  "<option>--ignore-missing</option> to force APT to use only the .debs it has "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:384
++#: apt-get.8.xml:395
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:394
++#: apt-get.8.xml:405
  msgid "<option>--simulate</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:396
++#: apt-get.8.xml:407
  msgid "<option>--dry-run</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:399
++#: apt-get.8.xml:410
  msgid ""
  "No action; perform a simulation of events that would occur but do not "
  "actually change the system.  Configuration Item: "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:403
++#: apt-get.8.xml:414
  msgid ""
  "Simulation run as user will deactivate locking "
  "(<literal>Debug::NoLocking</literal>)  automatic. Also a notice will be "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:409
++#: apt-get.8.xml:420
  msgid ""
  "Simulate prints out a series of lines each one representing a dpkg "
  "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>-y</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>--yes</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:417
++#: apt-get.8.xml:428
  msgid "<option>--assume-yes</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:418
++#: apt-get.8.xml:429
  msgid ""
  "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run "
  "non-interactively. If an undesirable situation, such as changing a held "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:436
++msgid "<option>--assume-no</option>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:437
++msgid ""
++"Automatic \"no\" to all prompts.  Configuration Item: "
++"<literal>APT::Get::Assume-No</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:441
  msgid "<option>-u</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:441
  msgid "<option>--show-upgraded</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:426
++#: apt-get.8.xml:442
  msgid ""
  "Show upgraded packages; Print out a list of all packages that are to be "
  "upgraded.  Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>-V</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>--verbose-versions</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:432
++#: apt-get.8.xml:448
  msgid ""
  "Show full versions for upgraded and installed packages.  Configuration Item: "
  "<literal>APT::Get::Show-Versions</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:453
++msgid "<option>--host-architecture</option>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:454
++msgid ""
++"This option controls the architecture packages are built for by "
++"<command>apt-get source --compile</command> and how cross-builddependencies "
++"are satisfied. By default is not set which means that the host architecture "
++"is the same as the build architecture (which is defined by "
++"<literal>APT::Architecture</literal>)  Configuration Item: "
++"<literal>APT::Get::Host-Architecture</literal>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:462
  msgid "<option>-b</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:462
  msgid "<option>--compile</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:437
++#: apt-get.8.xml:463
  msgid "<option>--build</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:438
++#: apt-get.8.xml:464
  msgid ""
  "Compile source packages after downloading them.  Configuration Item: "
  "<literal>APT::Get::Compile</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:442
++#: apt-get.8.xml:468
  msgid "<option>--ignore-hold</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:443
++#: apt-get.8.xml:469
  msgid ""
  "Ignore package Holds; This causes <command>apt-get</command> to ignore a "
  "hold placed on a package. This may be useful in conjunction with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:449
++#: apt-get.8.xml:475
  msgid "<option>--no-upgrade</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:450
++#: apt-get.8.xml:476
  msgid ""
  "Do not upgrade packages; When used in conjunction with "
  "<literal>install</literal>, <literal>no-upgrade</literal> will prevent "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:456
++#: apt-get.8.xml:482
  msgid "<option>--only-upgrade</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:457
++#: apt-get.8.xml:483
  msgid ""
  "Do not install new packages; When used in conjunction with "
  "<literal>install</literal>, <literal>only-upgrade</literal> will prevent "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:463
++#: apt-get.8.xml:489
  msgid "<option>--force-yes</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:464
++#: apt-get.8.xml:490
  msgid ""
  "Force yes; This is a dangerous option that will cause apt to continue "
  "without prompting if it is doing something potentially harmful. It should "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:471
++#: apt-get.8.xml:497
  msgid "<option>--print-uris</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:472
++#: apt-get.8.xml:498
  msgid ""
  "Instead of fetching the files to install their URIs are printed. Each URI "
  "will have the path, the destination file name, the size and the expected md5 "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:482
++#: apt-get.8.xml:508
  msgid "<option>--purge</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:483
++#: apt-get.8.xml:509
  msgid ""
  "Use purge instead of remove for anything that would be removed.  An asterisk "
  "(\"*\") will be displayed next to packages which are scheduled to be "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:490
++#: apt-get.8.xml:516
  msgid "<option>--reinstall</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:491
++#: apt-get.8.xml:517
  msgid ""
  "Re-Install packages that are already installed and at the newest version.  "
  "Configuration Item: <literal>APT::Get::ReInstall</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:495
++#: apt-get.8.xml:521
  msgid "<option>--list-cleanup</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:496
++#: apt-get.8.xml:522
  msgid ""
  "This option defaults to on, use <literal>--no-list-cleanup</literal> to turn "
  "it off. When on <command>apt-get</command> will automatically manage the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:505
++#: apt-get.8.xml:531
  msgid "<option>--target-release</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:506
++#: apt-get.8.xml:532
  msgid "<option>--default-release</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:507
++#: apt-get.8.xml:533
  msgid ""
  "This option controls the default input to the policy engine, it creates a "
  "default pin at priority 990 using the specified release string.  This "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:520
++#: apt-get.8.xml:546
  msgid "<option>--trivial-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:522
++#: apt-get.8.xml:548
  msgid ""
  "Only perform operations that are 'trivial'. Logically this can be considered "
  "related to <option>--assume-yes</option>, where "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:528
++#: apt-get.8.xml:554
  msgid "<option>--no-remove</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:529
++#: apt-get.8.xml:555
  msgid ""
  "If any packages are to be removed apt-get immediately aborts without "
  "prompting.  Configuration Item: <literal>APT::Get::Remove</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:534
++#: apt-get.8.xml:560
  msgid "<option>--auto-remove</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:535
++#: apt-get.8.xml:561
  msgid ""
  "If the command is either <literal>install</literal> or "
  "<literal>remove</literal>, then this option acts like running "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:541
++#: apt-get.8.xml:567
  msgid "<option>--only-source</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:542
++#: apt-get.8.xml:568
  msgid ""
  "Only has meaning for the <literal>source</literal> and "
  "<literal>build-dep</literal> commands.  Indicates that the given source "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--diff-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--dsc-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--tar-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:553
++#: apt-get.8.xml:579
  msgid ""
  "Download only the diff, dsc, or tar file of a source archive.  Configuration "
  "Item: <literal>APT::Get::Diff-Only</literal>, "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:558
++#: apt-get.8.xml:584
  msgid "<option>--arch-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:559
++#: apt-get.8.xml:585
  msgid ""
  "Only process architecture-dependent build-dependencies.  Configuration Item: "
  "<literal>APT::Get::Arch-Only</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:563
++#: apt-get.8.xml:589
  msgid "<option>--allow-unauthenticated</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:564
++#: apt-get.8.xml:590
  msgid ""
  "Ignore if packages can't be authenticated and don't prompt about it.  This "
  "is useful for tools like pbuilder.  Configuration Item: "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt-get.8.xml:577
++#: apt-get.8.xml:603
  msgid ""
  "&file-sourceslist; &file-aptconf; &file-preferences; &file-cachearchives; "
  "&file-statelists;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:586
++#: apt-get.8.xml:612
  msgid ""
  "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, "
  "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:592
++#: apt-get.8.xml:618
  msgid ""
  "<command>apt-get</command> returns zero on normal operation, decimal 100 on "
  "error."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:595
++#: apt-get.8.xml:621
  msgid "ORIGINAL AUTHORS"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:596
++#: apt-get.8.xml:622
  msgid "&apt-author.jgunthorpe;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:599
++#: apt-get.8.xml:625
  msgid "CURRENT AUTHORS"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:601
++#: apt-get.8.xml:627
  msgid "&apt-author.team;"
  msgstr ""
  
@@@ -3612,24 -3612,38 +3648,43 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-key.8.xml:131
  msgid ""
--"Update the local keyring with the keyring of Debian archive keys and removes "
--"from the keyring the archive keys which are no longer valid."
++"Update the local keyring with the archive keyring and remove from the local "
++"keyring the archive keys which are no longer valid.  The archive keyring is "
++"shipped in the <literal>archive-keyring</literal> package of your "
++"distribution, e.g. the <literal>ubuntu-archive-keyring</literal> package in "
++"Ubuntu."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-key.8.xml:140
++#: apt-key.8.xml:141
+ msgid "net-update"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 -#: apt-key.8.xml:144
++#: apt-key.8.xml:145
+ msgid ""
 -"Update the local keyring with the keys of a key server and removes from the "
 -"keyring the archive keys which are no longer valid. This requires an "
 -"installed wget and an APT build configured to have a server to fetch "
 -"from. APT in Debian does not support this command, but Ubuntu's APT does."
++"Work similar to the <command>update</command> command above, but get the "
++"archive keyring from an URI instead and validate it against a master key.  "
++"This requires an installed &wget; and an APT build configured to have a "
++"server to fetch from and a master keyring to validate.  APT in Debian does "
++"not support this command and relies on <command>update</command> instead, "
++"but Ubuntu's APT does."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:143
 -#: apt-key.8.xml:159
++#: apt-key.8.xml:162
  msgid ""
  "Note that options need to be defined before the commands described in the "
  "previous section."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:145
 -#: apt-key.8.xml:161
++#: apt-key.8.xml:164
  msgid "--keyring <replaceable>filename</replaceable>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:146
 -#: apt-key.8.xml:162
++#: apt-key.8.xml:165
  msgid ""
  "With this option it is possible to specify a specific keyring file the "
  "command should operate on. The default is that a command is executed on the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-key.8.xml:159
 -#: apt-key.8.xml:175
++#: apt-key.8.xml:178
  msgid "&file-trustedgpg;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:161
 -#: apt-key.8.xml:177
++#: apt-key.8.xml:180
  msgid "<filename>/etc/apt/trustdb.gpg</filename>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:162
 -#: apt-key.8.xml:178
++#: apt-key.8.xml:181
  msgid "Local trust database of archive keys."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:165
 -#: apt-key.8.xml:181
--msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++#: apt-key.8.xml:184
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:166
 -#: apt-key.8.xml:182
--msgid "Keyring of Debian archive trusted keys."
++#: apt-key.8.xml:185
++msgid "Keyring of Ubuntu archive trusted keys."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:169
 -#: apt-key.8.xml:185
--msgid "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
++#: apt-key.8.xml:188
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:170
 -#: apt-key.8.xml:186
--msgid "Keyring of Debian archive removed trusted keys."
++#: apt-key.8.xml:189
++msgid "Keyring of Ubuntu archive removed trusted keys."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:179
 -#: apt-key.8.xml:195
++#: apt-key.8.xml:198
  msgid "&apt-get;, &apt-secure;"
  msgstr ""
  
@@@ -4161,10 -4199,10 +4240,10 @@@ msgstr "
  #: apt.conf.5.xml:52
  msgid ""
  "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
--"order which have no or \"<literal>conf</literal>\" as filename extension and "
--"which only contain alphanumeric, hyphen (-), underscore (_) and period (.) "
--"characters.  Otherwise APT will print a notice that it has ignored a file if "
--"the file doesn't match a pattern in the "
++"order which have either no or \"<literal>conf</literal>\" as filename "
++"extension and which only contain alphanumeric, hyphen (-), underscore (_) "
++"and period (.) characters.  Otherwise APT will print a notice that it has "
++"ignored a file if the file doesn't match a pattern in the "
  "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this "
  "case it will be silently ignored."
  msgstr ""
@@@ -4339,13 -4377,13 +4418,24 @@@ msgid "
  "compiled for."
  msgstr ""
  
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:158
++msgid ""
++"All Architectures the system supports. Processors implementing the "
++"<literal>amd64</literal> are e.g. also able to execute binaries compiled for "
++"<literal>i386</literal>; This list is use when fetching files and parsing "
++"package lists. The internal default is always the native architecture "
++"(<literal>APT::Architecture</literal>)  and all foreign architectures it can "
++"retrieve by calling <command>dpkg --print-foreign-architectures</command>."
++msgstr ""
++
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:157
++#: apt.conf.5.xml:165
  msgid "Default-Release"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:158
++#: apt.conf.5.xml:166
  msgid ""
  "Default release to install packages from if more than one version "
  "available. Contains release name, codename or release version. Examples: "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:163
++#: apt.conf.5.xml:171
  msgid "Ignore-Hold"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:164
++#: apt.conf.5.xml:172
  msgid ""
  "Ignore Held packages; This global option causes the problem resolver to "
  "ignore held packages in its decision making."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:168
++#: apt.conf.5.xml:176
  msgid "Clean-Installed"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:169
++#: apt.conf.5.xml:177
  msgid ""
  "Defaults to on. When turned on the autoclean feature will remove any "
  "packages which can no longer be downloaded from the cache. If turned off "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:175
++#: apt.conf.5.xml:183
  msgid "Immediate-Configure"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:176
++#: apt.conf.5.xml:184
  msgid ""
  "Defaults to on which will cause APT to install essential and important "
  "packages as fast as possible in the install/upgrade operation. This is done "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:198
++#: apt.conf.5.xml:206
  msgid "Force-LoopBreak"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:199
++#: apt.conf.5.xml:207
  msgid ""
  "Never Enable this option unless you -really- know what you are doing. It "
  "permits APT to temporarily remove an essential package to break a "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:207
++#: apt.conf.5.xml:215
  msgid "Cache-Start, Cache-Grow and Cache-Limit"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:208
++#: apt.conf.5.xml:216
  msgid ""
  "APT uses since version 0.7.26 a resizable memory mapped cache file to store "
  "the 'available' information. <literal>Cache-Start</literal> acts as a hint "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:223
++#: apt.conf.5.xml:231
  msgid "Build-Essential"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:224
++#: apt.conf.5.xml:232
  msgid "Defines which package(s) are considered essential build dependencies."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:227
++#: apt.conf.5.xml:235
  msgid "Get"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:228
++#: apt.conf.5.xml:236
  msgid ""
  "The Get subsection controls the &apt-get; tool, please see its documentation "
  "for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:232
++#: apt.conf.5.xml:240
  msgid "Cache"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:233
++#: apt.conf.5.xml:241
  msgid ""
  "The Cache subsection controls the &apt-cache; tool, please see its "
  "documentation for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:237
++#: apt.conf.5.xml:245
  msgid "CDROM"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:238
++#: apt.conf.5.xml:246
  msgid ""
  "The CDROM subsection controls the &apt-cdrom; tool, please see its "
  "documentation for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:244
++#: apt.conf.5.xml:252
  msgid "The Acquire Group"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:249
++#: apt.conf.5.xml:257
  msgid "Check-Valid-Until"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:250
++#: apt.conf.5.xml:258
  msgid ""
  "Security related option defaulting to true as an expiring validation for a "
  "Release file prevents longtime replay attacks and can e.g. also help users "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:260
++#: apt.conf.5.xml:268
  msgid "Max-ValidTime"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:261
++#: apt.conf.5.xml:269
 +msgid ""
- "Seconds the Release file should be considered valid after it was "
- "created. The default is \"for ever\" (0) if the Release file of the archive "
- "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
- "this date is the default. The date from the Release file or the date "
- "specified by the creation time of the Release file (<literal>Date</literal> "
- "header) plus the seconds specified with this options are used to check if "
- "the validation of a file has expired by using the earlier date of the "
- "two. Archive specific settings can be made by appending the label of the "
- "archive to the option name."
++"Seconds the Release file should be considered valid after it was created "
++"(indicated by the <literal>Date</literal> header).  If the Release file "
++"itself includes a <literal>Valid-Until</literal> header the earlier date of "
++"the two is used as the expiration date.  The default value is "
++"<literal>0</literal> which stands for \"for ever\".  Archive specific "
++"settings can be made by appending the label of the archive to the option "
++"name."
 +msgstr ""
 +
 +#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
- #: apt.conf.5.xml:273
++#: apt.conf.5.xml:279
++msgid "Min-ValidTime"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:280
+ msgid ""
 -"Seconds the Release file should be considered valid after it was "
 -"created. The default is \"for ever\" (0) if the Release file of the archive "
 -"doesn't include a <literal>Valid-Until</literal> header.  If it does then "
 -"this date is the default. The date from the Release file or the date "
 -"specified by the creation time of the Release file (<literal>Date</literal> "
 -"header) plus the seconds specified with this options are used to check if "
 -"the validation of a file has expired by using the earlier date of the "
 -"two. Archive specific settings can be made by appending the label of the "
 -"archive to the option name."
++"Minimum of seconds the Release file should be considered valid after it was "
++"created (indicated by the <literal>Date</literal> header).  Use this if you "
++"need to use a seldomly updated (local) mirror of a more regular updated "
++"archive with a <literal>Valid-Until</literal> header instead of competely "
++"disabling the expiration date checking.  Archive specific settings can and "
++"should be used by appending the label of the archive to the option name."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
 -#: apt.conf.5.xml:273
++#: apt.conf.5.xml:290
  msgid "PDiffs"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:274
++#: apt.conf.5.xml:291
  msgid ""
  "Try to download deltas called <literal>PDiffs</literal> for Packages or "
  "Sources files instead of downloading whole ones. True by default."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:277
++#: apt.conf.5.xml:294
  msgid ""
  "Two sub-options to limit the use of PDiffs are also available: With "
  "<literal>FileLimit</literal> can be specified how many PDiff files are "
  "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
--"other hand is the maximum precentage of the size of all patches compared to "
++"other hand is the maximum percentage of the size of all patches compared to "
  "the size of the targeted file. If one of these limits is exceeded the "
  "complete file is downloaded instead of the patches."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:286
++#: apt.conf.5.xml:303
  msgid "Queue-Mode"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:287
++#: apt.conf.5.xml:304
  msgid ""
  "Queuing mode; <literal>Queue-Mode</literal> can be one of "
  "<literal>host</literal> or <literal>access</literal> which determines how "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:294
++#: apt.conf.5.xml:311
  msgid "Retries"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:295
++#: apt.conf.5.xml:312
  msgid ""
  "Number of retries to perform. If this is non-zero APT will retry failed "
  "files the given number of times."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:299
++#: apt.conf.5.xml:316
  msgid "Source-Symlinks"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:300
++#: apt.conf.5.xml:317
  msgid ""
  "Use symlinks for source archives. If set to true then source archives will "
  "be symlinked when possible instead of copying. True is the default."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:304 sources.list.5.xml:144
++#: apt.conf.5.xml:321 sources.list.5.xml:160
  msgid "http"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:305
++#: apt.conf.5.xml:322
  msgid ""
  "HTTP URIs; http::Proxy is the default http proxy to use. It is in the "
  "standard form of <literal>http://[[user][:pass]@]host[:port]/</literal>. Per "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:313
++#: apt.conf.5.xml:330
  msgid ""
  "Three settings are provided for cache control with HTTP/1.1 compliant proxy "
  "caches. <literal>No-Cache</literal> tells the proxy to not use its cached "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:323 apt.conf.5.xml:387
++#: apt.conf.5.xml:340 apt.conf.5.xml:404
  msgid ""
  "The option <literal>timeout</literal> sets the timeout timer used by the "
  "method, this applies to all things including connection timeout and data "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:326
++#: apt.conf.5.xml:343
  msgid ""
  "One setting is provided to control the pipeline depth in cases where the "
  "remote server is not RFC conforming or buggy (such as Squid 2.0.2).  "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:334
++#: apt.conf.5.xml:351
  msgid ""
  "The used bandwidth can be limited with "
  "<literal>Acquire::http::Dl-Limit</literal> which accepts integer values in "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:339
++#: apt.conf.5.xml:356
  msgid ""
  "<literal>Acquire::http::User-Agent</literal> can be used to set a different "
  "User-Agent for the http download method as some proxies allow access for "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:345
++#: apt.conf.5.xml:362
  msgid "https"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:346
++#: apt.conf.5.xml:363
  msgid ""
  "HTTPS URIs. Cache-control, Timeout, AllowRedirect, Dl-Limit and proxy "
  "options are the same as for <literal>http</literal> method and will also "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:352
++#: apt.conf.5.xml:369
  msgid ""
  "<literal>CaInfo</literal> suboption specifies place of file that holds info "
  "about trusted certificates.  <literal>&lt;host&gt;::CaInfo</literal> is "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:370 sources.list.5.xml:155
++#: apt.conf.5.xml:387 sources.list.5.xml:171
  msgid "ftp"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:371
++#: apt.conf.5.xml:388
  msgid ""
  "FTP URIs; ftp::Proxy is the default ftp proxy to use. It is in the standard "
  "form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:390
++#: apt.conf.5.xml:407
  msgid ""
  "Several settings are provided to control passive mode. Generally it is safe "
  "to leave passive mode on, it works in nearly every environment.  However "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:397
++#: apt.conf.5.xml:414
  msgid ""
  "It is possible to proxy FTP over HTTP by setting the "
  "<envar>ftp_proxy</envar> environment variable to a http url - see the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:402
++#: apt.conf.5.xml:419
  msgid ""
  "The setting <literal>ForceExtended</literal> controls the use of RFC2428 "
  "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:409 sources.list.5.xml:137
++#: apt.conf.5.xml:426 sources.list.5.xml:153
  msgid "cdrom"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:415
++#: apt.conf.5.xml:432
  #, no-wrap
  msgid "/cdrom/::Mount \"foo\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:410
++#: apt.conf.5.xml:427
  msgid ""
  "CDROM URIs; the only setting for CDROM URIs is the mount point, "
  "<literal>cdrom::Mount</literal> which must be the mount point for the CDROM "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:420
++#: apt.conf.5.xml:437
  msgid "gpgv"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:421
++#: apt.conf.5.xml:438
  msgid ""
  "GPGV URIs; the only option for GPGV URIs is the option to pass additional "
  "parameters to gpgv.  <literal>gpgv::Options</literal> Additional options "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:426
++#: apt.conf.5.xml:443
  msgid "CompressionTypes"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:432
++#: apt.conf.5.xml:449
  #, no-wrap
  msgid ""
  "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:427
++#: apt.conf.5.xml:444
  msgid ""
  "List of compression types which are understood by the acquire methods.  "
  "Files like <filename>Packages</filename> can be available in various "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:437
++#: apt.conf.5.xml:454
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order:: \"gz\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:440
++#: apt.conf.5.xml:457
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:433
++#: apt.conf.5.xml:450
  msgid ""
  "Also the <literal>Order</literal> subgroup can be used to define in which "
  "order the acquire system will try to download the compressed files. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:444
++#: apt.conf.5.xml:461
  #, no-wrap
  msgid "Dir::Bin::bzip2 \"/bin/bzip2\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:442
++#: apt.conf.5.xml:459
  msgid ""
  "Note that at run time the "
  "<literal>Dir::Bin::<replaceable>Methodname</replaceable></literal> will be "
  "checked: If this setting exists the method will only be used if this file "
--"exists, e.g. for the bzip2 method (the inbuilt) setting is <placeholder "
++"exists, e.g. for the bzip2 method (the inbuilt) setting is: <placeholder "
  "type=\"literallayout\" id=\"0\"/> Note also that list entries specified on "
  "the command line will be added at the end of the list specified in the "
  "configuration files, but before the default entries. To prefer a type in "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:449
++#: apt.conf.5.xml:466
  msgid ""
  "The special type <literal>uncompressed</literal> can be used to give "
--"uncompressed files a preference, but note that most archives doesn't provide "
++"uncompressed files a preference, but note that most archives don't provide "
  "uncompressed files so this is mostly only useable for local mirrors."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:454
++#: apt.conf.5.xml:471
  msgid "GzipIndexes"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:456
++#: apt.conf.5.xml:473
  msgid ""
  "When downloading <literal>gzip</literal> compressed indexes (Packages, "
  "Sources, or Translations), keep them gzip compressed locally instead of "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:463
++#: apt.conf.5.xml:480
  msgid "Languages"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:464
++#: apt.conf.5.xml:481
  msgid ""
  "The Languages subsection controls which <filename>Translation</filename> "
  "files are downloaded and in which order APT tries to display the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><programlisting>
--#: apt.conf.5.xml:480
++#: apt.conf.5.xml:497
  #, no-wrap
  msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:470
++#: apt.conf.5.xml:487
  msgid ""
  "The default list includes \"environment\" and "
  "\"en\". \"<literal>environment</literal>\" has a special meaning here: It "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:245
++#: apt.conf.5.xml:253
  msgid ""
  "The <literal>Acquire</literal> group of options controls the download of "
  "packages and the URI handlers.  <placeholder type=\"variablelist\" "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:487
++#: apt.conf.5.xml:504
  msgid "Directories"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:489
++#: apt.conf.5.xml:506
  msgid ""
  "The <literal>Dir::State</literal> section has directories that pertain to "
  "local state information. <literal>lists</literal> is the directory to place "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:496
++#: apt.conf.5.xml:513
  msgid ""
  "<literal>Dir::Cache</literal> contains locations pertaining to local cache "
  "information, such as the two package caches <literal>srcpkgcache</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:505
++#: apt.conf.5.xml:522
  msgid ""
  "<literal>Dir::Etc</literal> contains the location of configuration files, "
  "<literal>sourcelist</literal> gives the location of the sourcelist and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:511
++#: apt.conf.5.xml:528
  msgid ""
  "The <literal>Dir::Parts</literal> setting reads in all the config fragments "
  "in lexical order from the directory specified. After this is done then the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:515
++#: apt.conf.5.xml:532
  msgid ""
  "Binary programs are pointed to by "
  "<literal>Dir::Bin</literal>. <literal>Dir::Bin::Methods</literal> specifies "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:523
++#: apt.conf.5.xml:540
  msgid ""
  "The configuration item <literal>RootDir</literal> has a special meaning.  If "
  "set, all paths in <literal>Dir::</literal> will be relative to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:536
++#: apt.conf.5.xml:553
  msgid ""
  "The <literal>Ignore-Files-Silently</literal> list can be used to specify "
  "which files APT should silently ignore while parsing the files in the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:545
++#: apt.conf.5.xml:562
  msgid "APT in DSelect"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:547
++#: apt.conf.5.xml:564
  msgid ""
  "When APT is used as a &dselect; method several configuration directives "
  "control the default behaviour. These are in the <literal>DSelect</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:551
++#: apt.conf.5.xml:568
  msgid "Clean"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:552
++#: apt.conf.5.xml:569
  msgid ""
  "Cache Clean mode; this value may be one of always, prompt, auto, pre-auto "
  "and never.  always and prompt will remove all packages from the cache after "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:561
++#: apt.conf.5.xml:578
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the install phase."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:565
++#: apt.conf.5.xml:582
  msgid "Updateoptions"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:566
++#: apt.conf.5.xml:583
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the update phase."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:570
++#: apt.conf.5.xml:587
  msgid "PromptAfterUpdate"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:571
++#: apt.conf.5.xml:588
  msgid ""
  "If true the [U]pdate operation in &dselect; will always prompt to continue.  "
  "The default is to prompt only on error."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:577
++#: apt.conf.5.xml:594
  msgid "How APT calls dpkg"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:578
++#: apt.conf.5.xml:595
  msgid ""
  "Several configuration directives control how APT invokes &dpkg;. These are "
  "in the <literal>DPkg</literal> section."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:583
++#: apt.conf.5.xml:600
  msgid ""
  "This is a list of options to pass to dpkg. The options must be specified "
  "using the list notation and each list item is passed as a single argument to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Pre-Invoke"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Post-Invoke"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:589
++#: apt.conf.5.xml:606
  msgid ""
  "This is a list of shell commands to run before/after invoking &dpkg;.  Like "
  "<literal>options</literal> this must be specified in list notation. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:595
++#: apt.conf.5.xml:612
  msgid "Pre-Install-Pkgs"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:596
++#: apt.conf.5.xml:613
  msgid ""
  "This is a list of shell commands to run before invoking dpkg. Like "
  "<literal>options</literal> this must be specified in list notation. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:602
++#: apt.conf.5.xml:619
  msgid ""
  "Version 2 of this protocol dumps more information, including the protocol "
  "version, the APT configuration space and the packages, files and versions "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:609
++#: apt.conf.5.xml:626
  msgid "Run-Directory"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:610
++#: apt.conf.5.xml:627
  msgid ""
  "APT chdirs to this directory before invoking dpkg, the default is "
  "<filename>/</filename>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:614
++#: apt.conf.5.xml:631
  msgid "Build-options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:615
++#: apt.conf.5.xml:632
  msgid ""
  "These options are passed to &dpkg-buildpackage; when compiling packages, the "
  "default is to disable signing and produce all binaries."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
--#: apt.conf.5.xml:620
++#: apt.conf.5.xml:637
  msgid "dpkg trigger usage (and related options)"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:621
++#: apt.conf.5.xml:638
  msgid ""
  "APT can call dpkg in a way so it can make aggressive use of triggers over "
  "multiple calls of dpkg. Without further options dpkg will use triggers only "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para><literallayout>
--#: apt.conf.5.xml:636
++#: apt.conf.5.xml:653
  #, no-wrap
  msgid ""
  "DPkg::NoTriggers \"true\";\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:630
++#: apt.conf.5.xml:647
  msgid ""
  "Note that it is not guaranteed that APT will support these options or that "
  "these options will not cause (big) trouble in the future. If you have "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:642
++#: apt.conf.5.xml:659
  msgid "DPkg::NoTriggers"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:643
++#: apt.conf.5.xml:660
  msgid ""
  "Add the no triggers flag to all dpkg calls (except the ConfigurePending "
  "call).  See &dpkg; if you are interested in what this actually means. In "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:650
++#: apt.conf.5.xml:667
  msgid "PackageManager::Configure"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:651
++#: apt.conf.5.xml:668
  msgid ""
  "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
  "and \"<literal>no</literal>\".  \"<literal>all</literal>\" is the default "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:661
++#: apt.conf.5.xml:678
  msgid "DPkg::ConfigurePending"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:662
++#: apt.conf.5.xml:679
  msgid ""
  "If this option is set apt will call <command>dpkg --configure "
  "--pending</command> to let dpkg handle all required configurations and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:668
++#: apt.conf.5.xml:685
  msgid "DPkg::TriggersPending"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:669
++#: apt.conf.5.xml:686
  msgid ""
  "Useful for <literal>smart</literal> configuration as a package which has "
  "pending triggers is not considered as <literal>installed</literal> and dpkg "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:674
++#: apt.conf.5.xml:691
  msgid "PackageManager::UnpackAll"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:675
++#: apt.conf.5.xml:692
  msgid ""
  "As the configuration can be deferred to be done at the end by dpkg it can be "
  "tried to order the unpack series only by critical needs, e.g. by "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:682
++#: apt.conf.5.xml:699
  msgid "OrderList::Score::Immediate"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:690
++#: apt.conf.5.xml:707
  #, no-wrap
  msgid ""
  "OrderList::Score {\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:683
++#: apt.conf.5.xml:700
  msgid ""
  "Essential packages (and there dependencies) should be configured immediately "
  "after unpacking. It will be a good idea to do this quite early in the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:703
++#: apt.conf.5.xml:720
  msgid "Periodic and Archives options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:704
++#: apt.conf.5.xml:721
  msgid ""
  "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
  "of options configure behavior of apt periodic updates, which is done by "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:712
++#: apt.conf.5.xml:729
  msgid "Debug options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:714
++#: apt.conf.5.xml:731
  msgid ""
  "Enabling options in the <literal>Debug::</literal> section will cause "
  "debugging information to be sent to the standard error stream of the program "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:725
++#: apt.conf.5.xml:742
  msgid ""
  "<literal>Debug::pkgProblemResolver</literal> enables output about the "
  "decisions made by <literal>dist-upgrade, upgrade, install, remove, "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:733
++#: apt.conf.5.xml:750
  msgid ""
  "<literal>Debug::NoLocking</literal> disables all file locking.  This can be "
  "used to run some operations (for instance, <literal>apt-get -s "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:742
++#: apt.conf.5.xml:759
  msgid ""
  "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
  "time that <literal>apt</literal> invokes &dpkg;."
@@@ -5411,110 -5449,110 +5515,110 @@@ msgstr "
  #.       motivating example, except I haven't a clue why you'd want
  #.       to do this. 
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:750
++#: apt.conf.5.xml:767
  msgid ""
  "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
  "in CDROM IDs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:760
++#: apt.conf.5.xml:777
  msgid "A full list of debugging options to apt follows."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:765
++#: apt.conf.5.xml:782
  msgid "<literal>Debug::Acquire::cdrom</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:769
++#: apt.conf.5.xml:786
  msgid "Print information related to accessing <literal>cdrom://</literal> sources."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:776
++#: apt.conf.5.xml:793
  msgid "<literal>Debug::Acquire::ftp</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:780
++#: apt.conf.5.xml:797
  msgid "Print information related to downloading packages using FTP."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:787
++#: apt.conf.5.xml:804
  msgid "<literal>Debug::Acquire::http</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:791
++#: apt.conf.5.xml:808
  msgid "Print information related to downloading packages using HTTP."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:798
++#: apt.conf.5.xml:815
  msgid "<literal>Debug::Acquire::https</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:802
++#: apt.conf.5.xml:819
  msgid "Print information related to downloading packages using HTTPS."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:809
++#: apt.conf.5.xml:826
  msgid "<literal>Debug::Acquire::gpgv</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:813
++#: apt.conf.5.xml:830
  msgid ""
  "Print information related to verifying cryptographic signatures using "
  "<literal>gpg</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:820
++#: apt.conf.5.xml:837
  msgid "<literal>Debug::aptcdrom</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:824
++#: apt.conf.5.xml:841
  msgid ""
  "Output information about the process of accessing collections of packages "
  "stored on CD-ROMs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:831
++#: apt.conf.5.xml:848
  msgid "<literal>Debug::BuildDeps</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:834
++#: apt.conf.5.xml:851
  msgid "Describes the process of resolving build-dependencies in &apt-get;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:841
++#: apt.conf.5.xml:858
  msgid "<literal>Debug::Hashes</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:844
++#: apt.conf.5.xml:861
  msgid ""
  "Output each cryptographic hash that is generated by the "
  "<literal>apt</literal> libraries."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:851
++#: apt.conf.5.xml:868
  msgid "<literal>Debug::IdentCDROM</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:854
++#: apt.conf.5.xml:871
  msgid ""
  "Do not include information from <literal>statfs</literal>, namely the number "
  "of used and free blocks on the CD-ROM filesystem, when generating an ID for "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:862
++#: apt.conf.5.xml:879
  msgid "<literal>Debug::NoLocking</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:865
++#: apt.conf.5.xml:882
  msgid ""
  "Disable all file locking.  For instance, this will allow two instances of "
  "<quote><literal>apt-get update</literal></quote> to run at the same time."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:873
++#: apt.conf.5.xml:890
  msgid "<literal>Debug::pkgAcquire</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:877
++#: apt.conf.5.xml:894
  msgid "Log when items are added to or removed from the global download queue."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:884
++#: apt.conf.5.xml:901
  msgid "<literal>Debug::pkgAcquire::Auth</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:887
++#: apt.conf.5.xml:904
  msgid ""
  "Output status messages and errors related to verifying checksums and "
  "cryptographic signatures of downloaded files."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:894
++#: apt.conf.5.xml:911
  msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:897
++#: apt.conf.5.xml:914
  msgid ""
  "Output information about downloading and applying package index list diffs, "
  "and errors relating to package index list diffs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:905
++#: apt.conf.5.xml:922
  msgid "<literal>Debug::pkgAcquire::RRed</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:909
++#: apt.conf.5.xml:926
  msgid ""
  "Output information related to patching apt package lists when downloading "
  "index diffs instead of full indices."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:916
++#: apt.conf.5.xml:933
  msgid "<literal>Debug::pkgAcquire::Worker</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:920
++#: apt.conf.5.xml:937
  msgid "Log all interactions with the sub-processes that actually perform downloads."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:927
++#: apt.conf.5.xml:944
  msgid "<literal>Debug::pkgAutoRemove</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:931
++#: apt.conf.5.xml:948
  msgid ""
  "Log events related to the automatically-installed status of packages and to "
  "the removal of unused packages."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:938
++#: apt.conf.5.xml:955
  msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:941
++#: apt.conf.5.xml:958
  msgid ""
  "Generate debug messages describing which packages are being automatically "
  "installed to resolve dependencies.  This corresponds to the initial "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:952
++#: apt.conf.5.xml:969
  msgid "<literal>Debug::pkgDepCache::Marker</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:955
++#: apt.conf.5.xml:972
  msgid ""
  "Generate debug messages describing which package is marked as "
  "keep/install/remove while the ProblemResolver does his work.  Each addition "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:974
++#: apt.conf.5.xml:991
  msgid "<literal>Debug::pkgInitConfig</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:977
++#: apt.conf.5.xml:994
  msgid "Dump the default configuration to standard error on startup."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:984
++#: apt.conf.5.xml:1001
  msgid "<literal>Debug::pkgDPkgPM</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:987
++#: apt.conf.5.xml:1004
  msgid ""
  "When invoking &dpkg;, output the precise command line with which it is being "
  "invoked, with arguments separated by a single space character."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:995
++#: apt.conf.5.xml:1012
  msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:998
++#: apt.conf.5.xml:1015
  msgid ""
  "Output all the data received from &dpkg; on the status file descriptor and "
  "any errors encountered while parsing it."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1005
++#: apt.conf.5.xml:1022
  msgid "<literal>Debug::pkgOrderList</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1009
++#: apt.conf.5.xml:1026
  msgid ""
  "Generate a trace of the algorithm that decides the order in which "
  "<literal>apt</literal> should pass packages to &dpkg;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1017
++#: apt.conf.5.xml:1034
  msgid "<literal>Debug::pkgPackageManager</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1021
++#: apt.conf.5.xml:1038
  msgid "Output status messages tracing the steps performed when invoking &dpkg;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1028
++#: apt.conf.5.xml:1045
  msgid "<literal>Debug::pkgPolicy</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1032
++#: apt.conf.5.xml:1049
  msgid "Output the priority of each package list on startup."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1038
++#: apt.conf.5.xml:1055
  msgid "<literal>Debug::pkgProblemResolver</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1042
++#: apt.conf.5.xml:1059
  msgid ""
  "Trace the execution of the dependency resolver (this applies only to what "
  "happens when a complex dependency problem is encountered)."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1050
++#: apt.conf.5.xml:1067
  msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1053
++#: apt.conf.5.xml:1070
  msgid ""
  "Display a list of all installed packages with their calculated score used by "
  "the pkgProblemResolver. The description of the package is the same as "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1061
++#: apt.conf.5.xml:1078
  msgid "<literal>Debug::sourceList</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1065
++#: apt.conf.5.xml:1082
  msgid ""
  "Print information about the vendors read from "
  "<filename>/etc/apt/vendors.list</filename>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1088
++#: apt.conf.5.xml:1105
  msgid ""
  "&configureindex; is a configuration file showing example values for all "
  "possible options."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt.conf.5.xml:1095
++#: apt.conf.5.xml:1112
  msgid "&file-aptconf;"
  msgstr ""
  
  #.  ? reading apt.conf 
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1100
++#: apt.conf.5.xml:1117
  msgid "&apt-cache;, &apt-config;, &apt-preferences;."
  msgstr ""
  
@@@ -5827,8 -5865,8 +5931,8 @@@ msgstr "
  msgid ""
  "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
  "directory are parsed in alphanumeric ascending order and need to obey the "
--"following naming convention: The files have no or "
--"\"<literal>pref</literal>\" as filename extension and which only contain "
++"following naming convention: The files have either no or "
++"\"<literal>pref</literal>\" as filename extension and only contain "
  "alphanumeric, hyphen (-), underscore (_) and period (.) characters.  "
  "Otherwise APT will print a notice that it has ignored a file if the file "
  "doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</literal> "
@@@ -6150,7 -6188,58 +6254,58 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
- #: apt_preferences.5.xml:263
+ #: apt_preferences.5.xml:262
+ msgid "Regular expressions and glob() syntax"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:264
+ msgid ""
+ "APT also supports pinning by glob() expressions and regular expressions "
+ "surrounded by /. For example, the following example assigns the priority 500 "
+ "to all packages from experimental where the name starts with gnome (as a "
 -"glob()-like expression or contains the word kde (as a POSIX extended regular "
 -"expression surrounded by slashes)."
++"glob()-like expression) or contains the word kde (as a POSIX extended "
++"regular expression surrounded by slashes)."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:273
+ #, no-wrap
+ msgid ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:279
+ msgid ""
+ "The rule for those expressions is that they can occur anywhere where a "
 -"string can occur. Those, the following pin assigns the priority 990 to all "
++"string can occur. Thus, the following pin assigns the priority 990 to all "
+ "packages from a release starting with karmic."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:285
+ #, no-wrap
+ msgid ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:290
+ msgid "Package"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:296
+ msgid "*"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><title>
+ #: apt_preferences.5.xml:306
  msgid "How APT Interprets Priorities"
  msgstr ""
  
@@@ -6794,7 -6883,7 +6949,7 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><literallayout>
  #: sources.list.5.xml:81
  #, no-wrap
--msgid "deb uri distribution [component1] [component2] [...]"
++msgid "deb [ options ] uri distribution [component1] [component2] [...]"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
@@@ -6840,6 -6929,6 +6995,38 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><para>
  #: sources.list.5.xml:112
  msgid ""
++"<literal>options</literal> is always optional and needs to be surounded by "
++"square brackets. It can consist of multiple settings in the form "
++"<literal><replaceable>setting</replaceable>=<replaceable>value</replaceable></literal>.  "
++"Multiple settings are separated by spaces. The following settings are "
++"supported by APT, note through that unsupported settings will be ignored "
++"silently:"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:117
++msgid ""
++"<literal>arch=<replaceable>arch1</replaceable>,<replaceable>arch2</replaceable>,…</literal> "
++"can be used to specify for which architectures packages information should "
++"be downloaded. If this option is not set all architectures defined by the "
++"<literal>APT::Architectures</literal> option will be downloaded."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:121
++msgid ""
++"<literal>trusted=yes</literal> can be set to indicate that packages from "
++"this source are always authenificated even if the "
++"<filename>Release</filename> file is not signed or the signature can't be "
++"checked. This disables parts of &apt-secure; and should therefore only be "
++"used in a local and trusted context. <literal>trusted=no</literal> is the "
++"opposite which handles even correctly authenificated sources as not "
++"authenificated."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:128
++msgid ""
  "It is important to list sources in order of preference, with the most "
  "preferred source listed first. Typically this will result in sorting by "
  "speed from fastest to slowest (CD-ROM followed by hosts on a local network, "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:117
++#: sources.list.5.xml:133
  msgid "Some examples:"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:119
++#: sources.list.5.xml:135
  #, no-wrap
  msgid ""
  "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: sources.list.5.xml:125
++#: sources.list.5.xml:141
  msgid "URI specification"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:130
++#: sources.list.5.xml:146
  msgid "file"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:132
++#: sources.list.5.xml:148
  msgid ""
  "The file scheme allows an arbitrary directory in the file system to be "
  "considered an archive. This is useful for NFS mounts and local mirrors or "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:139
++#: sources.list.5.xml:155
  msgid ""
  "The cdrom scheme allows APT to use a local CDROM drive with media "
  "swapping. Use the &apt-cdrom; program to create cdrom entries in the source "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:146
++#: sources.list.5.xml:162
  msgid ""
  "The http scheme specifies an HTTP server for the archive. If an environment "
  "variable <envar>http_proxy</envar> is set with the format "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:157
++#: sources.list.5.xml:173
  msgid ""
  "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior "
  "is highly configurable; for more information see the &apt-conf; manual "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:166
++#: sources.list.5.xml:182
  msgid "copy"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:168
++#: sources.list.5.xml:184
  msgid ""
  "The copy scheme is identical to the file scheme except that packages are "
  "copied into the cache directory instead of used directly at their location.  "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "rsh"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "ssh"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:175
++#: sources.list.5.xml:191
  msgid ""
  "The rsh/ssh method invokes rsh/ssh to connect to a remote host as a given "
  "user and access the files. It is a good idea to do prior arrangements with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:183
++#: sources.list.5.xml:199
  msgid "more recognizable URI types"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:185
++#: sources.list.5.xml:201
  msgid ""
  "APT can be extended with more methods shipped in other optional packages "
  "which should follow the nameing scheme "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:127
++#: sources.list.5.xml:143
  msgid ""
  "The currently recognized URI types are cdrom, file, http, ftp, copy, ssh, "
  "rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:199
++#: sources.list.5.xml:215
  msgid ""
  "Uses the archive stored locally (or NFS mounted) at /home/jason/debian for "
  "stable/main, stable/contrib, and stable/non-free."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:201
++#: sources.list.5.xml:217
  #, no-wrap
  msgid "deb file:/home/jason/debian stable main contrib non-free"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:203
++#: sources.list.5.xml:219
  msgid "As above, except this uses the unstable (development) distribution."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:204
++#: sources.list.5.xml:220
  #, no-wrap
  msgid "deb file:/home/jason/debian unstable main contrib non-free"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:206
++#: sources.list.5.xml:222
  msgid "Source line for the above"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:207
++#: sources.list.5.xml:223
  #, no-wrap
  msgid "deb-src file:/home/jason/debian unstable main contrib non-free"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:209
++#: sources.list.5.xml:225
++msgid ""
++"The first line gets package information for the architectures in "
++"<literal>APT::Architectures</literal> while the second always retrieves "
++"<literal>amd64</literal> and <literal>armel</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><literallayout>
++#: sources.list.5.xml:227
++#, no-wrap
++msgid ""
++"deb http://ftp.debian.org/debian &stable-codename; main\n"
++"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:230
  msgid ""
  "Uses HTTP to access the archive at archive.debian.org, and uses only the "
  "hamm/main area."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:211
++#: sources.list.5.xml:232
  #, no-wrap
  msgid "deb http://archive.debian.org/debian-archive hamm main"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:213
++#: sources.list.5.xml:234
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the &stable-codename;/contrib area."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:215
++#: sources.list.5.xml:236
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:217
++#: sources.list.5.xml:238
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the unstable/contrib area. If this line appears as "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:221
++#: sources.list.5.xml:242
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian unstable contrib"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><literallayout>
--#: sources.list.5.xml:230
++#: sources.list.5.xml:251
  #, no-wrap
  msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:223
++#: sources.list.5.xml:244
  msgid ""
  "Uses HTTP to access the archive at ftp.tlh.debian.org, under the universe "
  "directory, and uses only files found under "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:235
++#: sources.list.5.xml:256
  msgid "&apt-cache; &apt-conf;"
  msgstr ""
  
diff --cc doc/po/de.po
index dd3cdf8f49876815f86021f3d540b22f56f07cea,1c3ab0e9042a4d174cbb9d45379ca90f81dd5fb2..4ab74e4c470f212e397f7b7c4870825b33496589
@@@ -5,10 -5,10 +5,10 @@@
  #
  msgid ""
  msgstr ""
- "Project-Id-Version: apt-doc 0.7.25.3\n"
+ "Project-Id-Version: apt-doc 0.8.14-1\n"
  "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
- "POT-Creation-Date: 2011-04-05 10:22+0300\n"
- "PO-Revision-Date: 2010-09-16 19:04+0100\n"
 -"POT-Creation-Date: 2011-06-08 16:54+0300\n"
++"POT-Creation-Date: 2011-11-10 16:42+0100\n"
+ "PO-Revision-Date: 2011-05-31 21:00+0100\n"
  "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
  "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
  "Language: de\n"
@@@ -762,8 -734,8 +734,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50
--#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114
- #: apt-key.8.xml:38 apt-mark.8.xml:55 apt-secure.8.xml:43
++#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:121
+ #: apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43
  #: apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36
  #: sources.list.5.xml:36
  msgid "Description"
@@@ -783,7 -755,7 +755,7 @@@ msgstr "
  "und Generieren von interessanten Ausgaben der Paket-Metadaten bereit."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-cache.8.xml:70 apt-get.8.xml:120
++#: apt-cache.8.xml:70 apt-get.8.xml:127
  msgid ""
  "Unless the <option>-h</option>, or <option>--help</option> option is given, "
  "one of the commands below must be present."
@@@ -1282,8 -1254,8 +1254,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
  #: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59
- #: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:92
 -#: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:126
--#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
++#: apt-ftparchive.1.xml:525 apt-get.8.xml:342 apt-mark.8.xml:126
++#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:577 apt.conf.5.xml:599
  msgid "options"
  msgstr "Optionen"
  
@@@ -1310,7 -1282,7 +1282,7 @@@ msgstr "
  "pkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:288 apt-ftparchive.1.xml:571 apt-get.8.xml:393
++#: apt-cache.8.xml:288 apt-ftparchive.1.xml:572 apt-get.8.xml:404
  #: apt-sortpkgs.1.xml:61
  msgid "<option>-s</option>"
  msgstr "<option>-s</option>"
@@@ -1338,12 -1310,12 +1310,12 @@@ msgstr "
  "srcpkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>-q</option>"
  msgstr "<option>-q</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>--quiet</option>"
  msgstr "<option>--quiet</option>"
  
@@@ -1422,12 -1394,18 +1394,18 @@@ msgstr "<option>--no-replaces</option>
  msgid "<option>--no-enhances</option>"
  msgstr "<option>--no-enhances</option>"
  
- # FIXME s/twicked/tricked/
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-cache.8.xml:317
+ #, fuzzy
+ #| msgid ""
+ #| "Per default the <literal>depends</literal> and <literal>rdepends</"
+ #| "literal> print all dependencies. This can be twicked with these flags "
+ #| "which will omit the specified dependency type.  Configuration Item: "
+ #| "<literal>APT::Cache::Show<replaceable>DependencyType</replaceable></"
+ #| "literal> e.g. <literal>APT::Cache::ShowRecommends</literal>."
  msgid ""
  "Per default the <literal>depends</literal> and <literal>rdepends</literal> "
--"print all dependencies. This can be twicked with these flags which will omit "
++"print all dependencies. This can be tweaked with these flags which will omit "
  "the specified dependency type.  Configuration Item: <literal>APT::Cache::"
  "Show<replaceable>DependencyType</replaceable></literal> e.g. <literal>APT::"
  "Cache::ShowRecommends</literal>."
@@@ -1439,7 -1417,7 +1417,7 @@@ msgstr "
  "replaceable></literal> z.B. <literal>APT::Cache::ShowRecommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:350
++#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:361
  msgid "<option>-f</option>"
  msgstr "<option>-f</option>"
  
@@@ -1458,7 -1436,7 +1436,8 @@@ msgstr "
  "Konfigurationselement: <literal>APT::Cache::ShowFull</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:583
++#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:584
++#: apt-get.8.xml:452
  msgid "<option>-a</option>"
  msgstr "<option>-a</option>"
  
@@@ -1575,14 -1553,14 +1554,14 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist>
  #: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101
--#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570
- #: apt-sortpkgs.1.xml:67
++#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:612 apt-get.8.xml:596
+ #: apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
  msgid "&apt-commonoptions;"
  msgstr "&apt-commonoptions;"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:156 apt-mark.8.xml:125
- #: apt.conf.5.xml:1093 apt_preferences.5.xml:654
 -#: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:172 apt-mark.8.xml:144
 -#: apt.conf.5.xml:1093 apt_preferences.5.xml:697
++#: apt-cache.8.xml:372 apt-get.8.xml:601 apt-key.8.xml:175 apt-mark.8.xml:144
++#: apt.conf.5.xml:1110 apt_preferences.5.xml:697
  msgid "Files"
  msgstr "Dateien"
  
@@@ -1593,10 -1571,10 +1572,10 @@@ msgstr "&file-sourceslist; &file-statel
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106
--#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585
- #: apt-key.8.xml:177 apt-mark.8.xml:131 apt-secure.8.xml:185
- #: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:661
 -#: apt-key.8.xml:193 apt-mark.8.xml:150 apt-secure.8.xml:185
 -#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:704
--#: sources.list.5.xml:234
++#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:628 apt-get.8.xml:611
++#: apt-key.8.xml:196 apt-mark.8.xml:150 apt-secure.8.xml:185
++#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1116 apt_preferences.5.xml:704
++#: sources.list.5.xml:255
  msgid "See Also"
  msgstr "Siehe auch"
  
@@@ -1607,8 -1585,8 +1586,8 @@@ msgstr "&apt-conf;, &sources-list;, &ap
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111
--#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591
- #: apt-mark.8.xml:135 apt-sortpkgs.1.xml:76
++#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:632 apt-get.8.xml:617
+ #: apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
  msgid "Diagnostics"
  msgstr "Diagnose"
  
@@@ -1737,12 -1715,12 +1716,12 @@@ msgstr "
  "<placeholder type=\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cdrom.8.xml:94 apt-key.8.xml:142
 -#: apt-cdrom.8.xml:94 apt-key.8.xml:158
++#: apt-cdrom.8.xml:94 apt-key.8.xml:161
  msgid "Options"
  msgstr "Optionen"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:539 apt-get.8.xml:345
++#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:540 apt-get.8.xml:356
  msgid "<option>-d</option>"
  msgstr "<option>-d</option>"
  
@@@ -1786,7 -1764,7 +1765,7 @@@ msgstr "
  "Konfigurationselement: <literal>APT::CDROM::Rename</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:116 apt-get.8.xml:364
++#: apt-cdrom.8.xml:116 apt-get.8.xml:375
  msgid "<option>-m</option>"
  msgstr "<option>-m</option>"
  
@@@ -1841,17 -1819,17 +1820,17 @@@ msgstr "
  "Dies verlängert das Durchsuchen des Mediums deutlich, nimmt aber alle auf."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:143 apt-get.8.xml:395
++#: apt-cdrom.8.xml:143 apt-get.8.xml:406
  msgid "<option>--just-print</option>"
  msgstr "<option>--just-print</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:144 apt-get.8.xml:397
++#: apt-cdrom.8.xml:144 apt-get.8.xml:408
  msgid "<option>--recon</option>"
  msgstr "<option>--recon</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:145 apt-get.8.xml:398
++#: apt-cdrom.8.xml:145 apt-get.8.xml:409
  msgid "<option>--no-act</option>"
  msgstr "<option>--no-act</option>"
  
@@@ -1996,7 -1974,7 +1975,7 @@@ msgid "Just show the contents of the co
  msgstr "Nur der Inhalt des Konfigurationsbereichs wird angezeigt."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:628
++#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:629
  #: apt-sortpkgs.1.xml:73
  msgid "&apt-conf;"
  msgstr "&apt-conf;"
@@@ -2076,7 -2054,7 +2055,7 @@@ msgstr "
  "XXXX</filename> angegeben wurde"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-extracttemplates.1.xml:63 apt-get.8.xml:504
++#: apt-extracttemplates.1.xml:63 apt-get.8.xml:530
  msgid "<option>-t</option>"
  msgstr "<option>-t</option>"
  
@@@ -2353,7 -2343,7 +2344,7 @@@ msgstr "
  "Verwaltung der erforderlichen Einstellungen bereitstellt."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:145 apt-get.8.xml:287
++#: apt-ftparchive.1.xml:145 apt-get.8.xml:298
  msgid "clean"
  msgstr "clean"
  
@@@ -2922,8 -2912,8 +2913,8 @@@ msgstr "
  "der Distribution erscheint, typischerweise etwas wie <literal>main contrib "
  "non-free</literal>"
  
--#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:394
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-ftparchive.1.xml:394 apt.conf.5.xml:157
  msgid "Architectures"
  msgstr "Architekturen"
  
@@@ -3166,27 -3159,30 +3160,30 @@@ msgid "
  "Configuration Items: <literal>APT::FTPArchive::<replaceable>Checksum</"
  "replaceable></literal> and <literal>APT::FTPArchive::<replaceable>Index</"
  "replaceable>::<replaceable>Checksum</replaceable></literal> where "
--"<literal>Index</literal> can be <literal>Packages</literal>, "
--"<literal>Sources</literal> or <literal>Release</literal> and "
--"<literal>Checksum</literal> can be <literal>MD5</literal>, <literal>SHA1</"
--"literal> or <literal>SHA256</literal>."
- msgstr ""
- "Werte für zusätzliche Metadatenfelder in der Release-Datei werden den "
- "entsprechenden Variablen unter <literal>APT::FTPArchive::Release</literal> "
- "entnommen, z.B. <literal>APT::FTPArchive::Release::Origin</literal>. Die "
- "unterstützten Felder sind: <literal>Origin</literal>, <literal>Label</"
- "literal>, <literal>Suite</literal>, <literal>Version</literal>, "
- "<literal>Codename</literal>, <literal>Date</literal>, <literal>Valid-Until</"
- "literal>, <literal>Architectures</literal>, <literal>Components</literal>, "
- "<literal>Description</literal>."
- #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-ftparchive.1.xml:539
++"<literal><replaceable>Index</replaceable></literal> can be "
++"<literal>Packages</literal>, <literal>Sources</literal> or <literal>Release</"
++"literal> and <literal><replaceable>Checksum</replaceable></literal> can be "
++"<literal>MD5</literal>, <literal>SHA1</literal> or <literal>SHA256</literal>."
+ msgstr ""
+ "erzeugt die vorgegebene Prüfsumme. Diese Optionen sind standardmäßig "
+ "aktiviert. Wenn sie deaktiviert sind, werden die erzeugten Indexdateien nach "
+ "Möglichkeit keine Prüfsummenfelder erhalten. Konfigurationselemente: "
+ "<literal>APT::FTPArchive::<replaceable>Prüfsumme</replaceable></literal> und "
+ "<literal>APT::FTPArchive::<replaceable>Index</replaceable>::"
+ "<replaceable>Prüfsumme</replaceable></literal>, wobei "
+ "<literal><replaceable>Index</replaceable></literal> <literal>Packages</"
+ "literal>, <literal>Sources</literal> oder <literal>Release</literal> sein "
+ "kann und <literal><replaceable>Prüfsumme</replaceable></literal> "
+ "<literal>MD5</literal>, <literal>SHA1</literal> oder <literal>SHA256</"
+ "literal> sein kann."
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-ftparchive.1.xml:539
++#: apt-ftparchive.1.xml:540
  msgid "<option>--db</option>"
  msgstr "<option>--db</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:541
++#: apt-ftparchive.1.xml:542
  msgid ""
  "Use a binary caching DB. This has no effect on the generate command.  "
  "Configuration Item: <literal>APT::FTPArchive::DB</literal>."
@@@ -3196,7 -3192,7 +3193,7 @@@ msgstr "
  "DB</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:547
++#: apt-ftparchive.1.xml:548
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -3210,12 -3206,12 +3207,12 @@@ msgstr "
  "Konfigurationselement: <literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:553
++#: apt-ftparchive.1.xml:554
  msgid "<option>--delink</option>"
  msgstr "<option>--delink</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:555
++#: apt-ftparchive.1.xml:556
  msgid ""
  "Perform Delinking. If the <literal>External-Links</literal> setting is used "
  "then this option actually enables delinking of the files. It defaults to on "
@@@ -3229,12 -3225,12 +3226,12 @@@ msgstr "
  "DeLinkAct</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:561
++#: apt-ftparchive.1.xml:562
  msgid "<option>--contents</option>"
  msgstr "<option>--contents</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:563
++#: apt-ftparchive.1.xml:564
  msgid ""
  "Perform contents generation. When this option is set and package indexes are "
  "being generated with a cache DB then the file listing will also be extracted "
@@@ -3250,12 -3246,12 +3247,12 @@@ msgstr "
  "Konfigurationselement: <literal>APT::FTPArchive::Contents</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:571
++#: apt-ftparchive.1.xml:572
  msgid "<option>--source-override</option>"
  msgstr "<option>--source-override</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:573
++#: apt-ftparchive.1.xml:574
  msgid ""
  "Select the source override file to use with the <literal>sources</literal> "
  "command.  Configuration Item: <literal>APT::FTPArchive::SourceOverride</"
@@@ -3266,12 -3262,12 +3263,12 @@@ msgstr "
  "SourceOverride</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:577
++#: apt-ftparchive.1.xml:578
  msgid "<option>--readonly</option>"
  msgstr "<option>--readonly</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:579
++#: apt-ftparchive.1.xml:580
  msgid ""
  "Make the caching databases read only.  Configuration Item: <literal>APT::"
  "FTPArchive::ReadOnlyDB</literal>."
@@@ -3280,12 -3276,12 +3277,12 @@@ msgstr "
  "<literal>APT::FTPArchive::ReadOnlyDB</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:583
++#: apt-ftparchive.1.xml:584
  msgid "<option>--arch</option>"
  msgstr "<option>--arch</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:584
++#: apt-ftparchive.1.xml:585
  msgid ""
  "Accept in the <literal>packages</literal> and <literal>contents</literal> "
  "commands only package files matching <literal>*_arch.deb</literal> or "
@@@ -3299,12 -3295,12 +3296,12 @@@ msgstr "
  "Architecture</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:590
++#: apt-ftparchive.1.xml:591
  msgid "<option>APT::FTPArchive::AlwaysStat</option>"
  msgstr "<option>APT::FTPArchive::AlwaysStat</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:592
++#: apt-ftparchive.1.xml:593
  msgid ""
  "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If "
  "packages are recompiled and/or republished with the same version again, this "
@@@ -3328,12 -3324,12 +3325,12 @@@ msgstr "
  "haben sollte und all diese zusätzlichen Prüfungen daher nutzlos sind."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:602
++#: apt-ftparchive.1.xml:603
  msgid "<option>APT::FTPArchive::LongDescription</option>"
  msgstr "<option>APT::FTPArchive::LongDescription</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:604
++#: apt-ftparchive.1.xml:605
  msgid ""
  "This configuration option defaults to \"<literal>true</literal>\" and should "
  "only be set to <literal>\"false\"</literal> if the Archive generated with "
@@@ -3349,19 -3345,19 +3346,19 @@@ msgstr "
  "werden kann."
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:501
 -#: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:544
--#: sources.list.5.xml:198
++#: apt-ftparchive.1.xml:617 apt.conf.5.xml:1104 apt_preferences.5.xml:544
++#: sources.list.5.xml:214
  msgid "Examples"
  msgstr "Beispiele"
  
  #. type: Content of: <refentry><refsect1><para><programlisting>
--#: apt-ftparchive.1.xml:622
++#: apt-ftparchive.1.xml:623
  #, no-wrap
  msgid "<command>apt-ftparchive</command> packages <replaceable>directory</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  msgstr "<command>apt-ftparchive</command> Pakete <replaceable>Verzeichnis</replaceable> | <command>gzip</command> > <filename>Pakete.gz</filename>\n"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:618
++#: apt-ftparchive.1.xml:619
  msgid ""
  "To create a compressed Packages file for a directory containing binary "
  "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
@@@ -3371,7 -3367,7 +3368,7 @@@ msgstr "
  ">"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:632
++#: apt-ftparchive.1.xml:633
  msgid ""
  "<command>apt-ftparchive</command> returns zero on normal operation, decimal "
  "100 on error."
@@@ -3406,10 -3431,10 +3432,11 @@@ msgid "
  "<option>-o= <replaceable>config_string</replaceable> </option> </arg> <arg> "
  "<option>-c= <replaceable>config_file</replaceable> </option> </arg> <arg> "
  "<option>-t=</option> <arg choice='plain'> <replaceable>target_release</"
--"replaceable> </arg> </arg> <group choice=\"req\"> <arg "
--"choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> <arg "
--"choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</arg> "
--"<arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
++"replaceable> </arg> </arg> <arg> <option>-a=</option> <arg choice='plain'> "
++"<replaceable>default_architecture</replaceable> </arg> </arg> <group choice="
++"\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> "
++"<arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</"
++"arg> <arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
  "\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
  "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> <arg "
  "choice='plain'> /<replaceable>target_release</replaceable> </arg> </group> </"
@@@ -3458,7 -3483,7 +3485,7 @@@ msgstr "
  "group>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:115
++#: apt-get.8.xml:122
  msgid ""
  "<command>apt-get</command> is the command-line tool for handling packages, "
  "and may be considered the user's \"back-end\" to other tools using the APT "
@@@ -3471,12 -3496,12 +3498,12 @@@ msgstr "
  "Oberflächenschnittstellen, wie &dselect;, &aptitude;, &synaptic; und &wajig;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:124 apt-key.8.xml:127
++#: apt-get.8.xml:131 apt-key.8.xml:127
  msgid "update"
  msgstr "update"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:125
++#: apt-get.8.xml:132
  msgid ""
  "<literal>update</literal> is used to resynchronize the package index files "
  "from their sources. The indexes of available packages are fetched from the "
@@@ -3500,12 -3525,12 +3527,12 @@@ msgstr "
  "Größe der Pakete nicht im voraus bekannt ist."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:136 guide.sgml:121
++#: apt-get.8.xml:143 guide.sgml:121
  msgid "upgrade"
  msgstr "upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:137
++#: apt-get.8.xml:144
  msgid ""
  "<literal>upgrade</literal> is used to install the newest versions of all "
  "packages currently installed on the system from the sources enumerated in "
@@@ -3531,12 -3556,12 +3558,12 @@@ msgstr "
  "get</command> die neuen Versionen der verfügbaren Pakete kennt."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:149
++#: apt-get.8.xml:156
  msgid "dselect-upgrade"
  msgstr "dselect-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:150
++#: apt-get.8.xml:157
  msgid ""
  "<literal>dselect-upgrade</literal> is used in conjunction with the "
  "traditional Debian packaging front-end, &dselect;. <literal>dselect-upgrade</"
@@@ -3553,12 -3578,12 +3580,12 @@@ msgstr "
  "Installieren von neuen Paketen)."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:159 guide.sgml:140
++#: apt-get.8.xml:166 guide.sgml:140
  msgid "dist-upgrade"
  msgstr "dist-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:160
++#: apt-get.8.xml:167
  msgid ""
  "<literal>dist-upgrade</literal> in addition to performing the function of "
  "<literal>upgrade</literal>, also intelligently handles changing dependencies "
@@@ -3582,12 -3607,12 +3609,12 @@@ msgstr "
  "überschreiben der allgemeinen Einstellungen für einzelne Pakete."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:172 guide.sgml:131
++#: apt-get.8.xml:179 guide.sgml:131
  msgid "install"
  msgstr "install"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:174
++#: apt-get.8.xml:181
  msgid ""
  "<literal>install</literal> is followed by one or more packages desired for "
  "installation or upgrading.  Each package is a package name, not a fully "
@@@ -3616,7 -3641,7 +3643,7 @@@ msgstr "
  "vom Konfliktauflösungssystem von apt-get getroffen wurden."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:192
++#: apt-get.8.xml:199
  msgid ""
  "A specific version of a package can be selected for installation by "
  "following the package name with an equals and the version of the package to "
@@@ -3634,7 -3659,7 +3661,7 @@@ msgstr "
  "ausgewählt werden."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:199
++#: apt-get.8.xml:206
  msgid ""
  "Both of the version selection mechanisms can downgrade packages and must be "
  "used with care."
@@@ -3643,7 -3668,7 +3670,7 @@@ msgstr "
  "durchführen und müssen mit Vorsicht gehandhabt werden."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:202
++#: apt-get.8.xml:209
  msgid ""
  "This is also the target to use if you want to upgrade one or more already-"
  "installed packages without upgrading every package you have on your system. "
@@@ -3664,7 -3689,7 +3691,7 @@@ msgstr "
  "heruntergeladen und installiert."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:213
++#: apt-get.8.xml:220
  msgid ""
  "Finally, the &apt-preferences; mechanism allows you to create an alternative "
  "installation policy for individual packages."
@@@ -3673,7 -3698,7 +3700,7 @@@ msgstr "
  "alternative Installationsrichtlinie für eigene Pakete zu erzeugen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:217
++#: apt-get.8.xml:224
  msgid ""
  "If no package matches the given expression and the expression contains one "
  "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and "
@@@ -3693,12 -3718,12 +3720,12 @@@ msgstr "
  "Zeichen, um genauere reguläre Ausdruck zu erstellen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:226
++#: apt-get.8.xml:233
  msgid "remove"
  msgstr "remove"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:227
++#: apt-get.8.xml:234
  msgid ""
  "<literal>remove</literal> is identical to <literal>install</literal> except "
  "that packages are removed instead of installed. Note the removing a package "
@@@ -3713,12 -3738,12 +3740,12 @@@ msgstr "
  "Leerzeichen dazwischen) wird das erkannte Paket installiert anstatt entfernt."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:234
++#: apt-get.8.xml:241
  msgid "purge"
  msgstr "purge"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:235
++#: apt-get.8.xml:242
  msgid ""
  "<literal>purge</literal> is identical to <literal>remove</literal> except "
  "that packages are removed and purged (any configuration files are deleted "
@@@ -3729,12 -3754,12 +3756,12 @@@ msgstr "
  "Konfigurationsdateien werden mitgelöscht)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:239
++#: apt-get.8.xml:246
  msgid "source"
  msgstr "source"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:240
++#: apt-get.8.xml:247
  msgid ""
  "<literal>source</literal> causes <command>apt-get</command> to fetch source "
  "packages. APT will examine the available packages to decide which source "
@@@ -3754,7 -3779,7 +3781,7 @@@ msgstr "
  "wurde, wenn möglich."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:248
++#: apt-get.8.xml:255
  msgid ""
  "Source packages are tracked separately from binary packages via <literal>deb-"
  "src</literal> type lines in the &sources-list; file. This means that you "
@@@ -3770,12 -3795,18 +3797,19 @@@ msgstr "
  "installiert haben oder installieren könnten."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:255
++#: apt-get.8.xml:262
+ #, fuzzy
+ #| msgid ""
+ #| "If the <option>--compile</option> option is specified then the package "
+ #| "will be compiled to a binary .deb using <command>dpkg-buildpackage</"
+ #| "command>, if <option>--download-only</option> is specified then the "
+ #| "source package will not be unpacked."
  msgid ""
  "If the <option>--compile</option> option is specified then the package will "
--"be compiled to a binary .deb using <command>dpkg-buildpackage</command>, if "
--"<option>--download-only</option> is specified then the source package will "
--"not be unpacked."
++"be compiled to a binary .deb using <command>dpkg-buildpackage</command> for "
++"the architecture as defined by the <command>--host-architecture</command> "
++"option.  If <option>--download-only</option> is specified then the source "
++"package will not be unpacked."
  msgstr ""
  "Wenn die <option>--compile</option>-Option angegeben ist, dann wird das "
  "Paket unter Benutzung von <command>dpkg-buildpackage</command> zu einem "
  "ist, wird das Quellpaket nicht entpackt."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:260
++#: apt-get.8.xml:269
  msgid ""
  "A specific source version can be retrieved by postfixing the source name "
  "with an equals and then the version to fetch, similar to the mechanism used "
@@@ -3799,7 -3830,7 +3833,7 @@@ msgstr "
  "literal>-Option."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:266
++#: apt-get.8.xml:275
  msgid ""
  "Note that source packages are not tracked like binary packages, they exist "
  "only in the current directory and are similar to downloading source tar "
@@@ -3810,27 -3841,31 +3844,34 @@@ msgstr "
  "heruntergeladenen Tarballs ähnlich."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:271
++#: apt-get.8.xml:280
  msgid "build-dep"
  msgstr "build-dep"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:272
++#: apt-get.8.xml:281
+ #, fuzzy
+ #| msgid ""
+ #| "<literal>build-dep</literal> causes apt-get to install/remove packages in "
+ #| "an attempt to satisfy the build dependencies for a source package."
  msgid ""
  "<literal>build-dep</literal> causes apt-get to install/remove packages in an "
--"attempt to satisfy the build dependencies for a source package."
++"attempt to satisfy the build dependencies for a source package. By default "
++"the dependencies are satisfied to build the package nativly. If desired a "
++"host-architecture can be specified with the <option>--host-architecture</"
++"option> option instead."
  msgstr ""
  "<literal>build-dep</literal> veranlasst apt-get, Pakete zu installieren/"
  "entfernen, um zu versuchen, die Bauabhängigkeiten eines Quellpakets zu "
  "erfüllen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:276
++#: apt-get.8.xml:287
  msgid "check"
  msgstr "check"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:277
++#: apt-get.8.xml:288
  msgid ""
  "<literal>check</literal> is a diagnostic tool; it updates the package cache "
  "and checks for broken dependencies."
@@@ -3839,19 -3874,25 +3880,25 @@@ msgstr "
  "Paketzwischenspeicher und prüft, ob beschädigte Abhängigkeiten vorliegen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:281
++#: apt-get.8.xml:292
  msgid "download"
- msgstr ""
+ msgstr "download"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:282
++#: apt-get.8.xml:293
+ #, fuzzy
+ #| msgid ""
+ #| "<literal>download</literal> will download the given binary package into "
+ #| "the current directory."
  msgid ""
  "<literal>download</literal> will download the given binary package into the "
--"current directoy."
++"current directory."
  msgstr ""
+ "<literal>download</literal> wird das angegebene Binärpaket in das aktuelle "
+ "Verzeichnis herunterladen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:288
++#: apt-get.8.xml:299
  msgid ""
  "<literal>clean</literal> clears out the local repository of retrieved "
  "package files. It removes everything but the lock file from "
@@@ -3870,12 -3911,12 +3917,12 @@@ msgstr "
  "Zeit zu Zeit ausführen, um Plattenplatz freizugeben."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:297
++#: apt-get.8.xml:308
  msgid "autoclean"
  msgstr "autoclean"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:298
++#: apt-get.8.xml:309
  msgid ""
  "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the "
  "local repository of retrieved package files. The difference is that it only "
@@@ -3895,28 -3936,33 +3942,33 @@@ msgstr "
  "sie auf »off« gesetzt ist."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:307
++#: apt-get.8.xml:318
  msgid "autoremove"
  msgstr "autoremove"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:308
++#: apt-get.8.xml:319
+ #, fuzzy
+ #| msgid ""
+ #| "<literal>autoremove</literal> is used to remove packages that were "
+ #| "automatically installed to satisfy dependencies for some package and that "
+ #| "are no more needed."
  msgid ""
  "<literal>autoremove</literal> is used to remove packages that were "
--"automatically installed to satisfy dependencies for some package and that "
--"are no more needed."
++"automatically installed to satisfy dependencies for other packages and are "
++"now no longer needed."
  msgstr ""
  "<literal>autoremove</literal> wird benutzt, um Pakete, die automatisch "
  "installiert wurden, um Abhängigkeiten für einige Pakete zu erfüllen und die "
  "nicht mehr benötigt werden, zu entfernen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:312
++#: apt-get.8.xml:323
  msgid "changelog"
- msgstr ""
+ msgstr "changelog"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:313
++#: apt-get.8.xml:324
  msgid ""
  "<literal>changelog</literal> downloads a package changelog and displays it "
  "through <command>sensible-pager</command>. The server name and base "
  "installed.  However, you can specify the same options as for the "
  "<option>install</option> command."
  msgstr ""
+ "<literal>changelog</literal> lädt ein Changelog eines Pakets herunter und "
+ "zeigt es mit <command>sensible-pager</command> an. Der Servername und das "
+ "Basisverzeichnis sind in der Variable <literal>APT::Changelogs::Server</"
+ "literal> definiert (z.B. <ulink>http://packages.debian.org/changelogs</"
+ "ulink> für Debian oder <ulink>http://changelogs.ubuntu.com/changelogs</"
+ "ulink> für Ubuntu). Standardmäßig zeigt es das Changelog für die "
+ "installierte Version. Sie können jedoch die gleichen Optionen wie für den "
+ "Befehl <option>install</option> angeben."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:335
++#: apt-get.8.xml:346
  msgid "<option>--no-install-recommends</option>"
  msgstr "<option>--no-install-recommends</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:336
++#: apt-get.8.xml:347
  msgid ""
  "Do not consider recommended packages as a dependency for installing.  "
  "Configuration Item: <literal>APT::Install-Recommends</literal>."
@@@ -3943,32 -3997,26 +4003,26 @@@ msgstr "
  "Konfigurationselement: <literal>APT::Install-Recommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:340
- #, fuzzy
- #| msgid "<option>--no-suggests</option>"
++#: apt-get.8.xml:351
  msgid "<option>--install-suggests</option>"
- msgstr "<option>--no-suggests</option>"
+ msgstr "<option>--install-suggests</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:341
- #, fuzzy
- #| msgid ""
- #| "Do not consider recommended packages as a dependency for installing.  "
- #| "Configuration Item: <literal>APT::Install-Recommends</literal>."
++#: apt-get.8.xml:352
  msgid ""
  "Consider suggested packages as a dependency for installing.  Configuration "
  "Item: <literal>APT::Install-Suggests</literal>."
  msgstr ""
- "Empfohlene Pakete nicht als Abhängigkeit für die Installation betrachten. "
- "Konfigurationselement: <literal>APT::Install-Recommends</literal>."
+ "Empfohlene Pakete als Abhängigkeit für die Installation betrachten. "
+ "Konfigurationselement: <literal>APT::Install-Suggests</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:345
++#: apt-get.8.xml:356
  msgid "<option>--download-only</option>"
  msgstr "<option>--download-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:346
++#: apt-get.8.xml:357
  msgid ""
  "Download only; package files are only retrieved, not unpacked or installed.  "
  "Configuration Item: <literal>APT::Get::Download-Only</literal>."
@@@ -3978,12 -4026,12 +4032,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:350
++#: apt-get.8.xml:361
  msgid "<option>--fix-broken</option>"
  msgstr "<option>--fix-broken</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:351
++#: apt-get.8.xml:362
  msgid ""
  "Fix; attempt to correct a system with broken dependencies in place. This "
  "option, when used with install/remove, can omit any packages to permit APT "
@@@ -4012,17 -4060,17 +4066,17 @@@ msgstr "
  "Konfigurationselement: <literal>APT::Get::Fix-Broken</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:364
++#: apt-get.8.xml:375
  msgid "<option>--ignore-missing</option>"
  msgstr "<option>--ignore-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:365
++#: apt-get.8.xml:376
  msgid "<option>--fix-missing</option>"
  msgstr "<option>--fix-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:366
++#: apt-get.8.xml:377
  msgid ""
  "Ignore missing packages; If packages cannot be retrieved or fail the "
  "integrity check after retrieval (corrupted package files), hold back those "
@@@ -4043,12 -4091,12 +4097,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:376
++#: apt-get.8.xml:387
  msgid "<option>--no-download</option>"
  msgstr "<option>--no-download</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:377
++#: apt-get.8.xml:388
  msgid ""
  "Disables downloading of packages. This is best used with <option>--ignore-"
  "missing</option> to force APT to use only the .debs it has already "
@@@ -4060,7 -4108,7 +4114,7 @@@ msgstr "
  "<literal>APT::Get::Download</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:384
++#: apt-get.8.xml:395
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -4080,17 -4128,17 +4134,17 @@@ msgstr "
  "Konfigurationselement: <literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:394
++#: apt-get.8.xml:405
  msgid "<option>--simulate</option>"
  msgstr "<option>--simulate</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:396
++#: apt-get.8.xml:407
  msgid "<option>--dry-run</option>"
  msgstr "<option>--dry-run</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:399
++#: apt-get.8.xml:410
  msgid ""
  "No action; perform a simulation of events that would occur but do not "
  "actually change the system.  Configuration Item: <literal>APT::Get::"
@@@ -4101,7 -4149,7 +4155,7 @@@ msgstr "
  "<literal>APT::Get::Simulate</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:403
++#: apt-get.8.xml:414
  msgid ""
  "Simulation run as user will deactivate locking (<literal>Debug::NoLocking</"
  "literal>)  automatic. Also a notice will be displayed indicating that this "
@@@ -4119,7 -4167,7 +4173,7 @@@ msgstr "
  "Warnungen von <literal>apt-get</literal> wissen, was er tut)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:409
++#: apt-get.8.xml:420
  msgid ""
  "Simulate prints out a series of lines each one representing a dpkg "
  "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets "
@@@ -4132,22 -4180,22 +4186,22 @@@ msgstr "
  "eckiger Klammern bedeutet Unterbrechungen, die keine Folgen haben (selten)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>-y</option>"
  msgstr "<option>-y</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>--yes</option>"
  msgstr "<option>--yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:417
++#: apt-get.8.xml:428
  msgid "<option>--assume-yes</option>"
  msgstr "<option>--assume-yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:418
++#: apt-get.8.xml:429
  msgid ""
  "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run "
  "non-interactively. If an undesirable situation, such as changing a held "
@@@ -4163,17 -4211,17 +4217,37 @@@ msgstr "
  "Get::Assume-Yes</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:436
++#, fuzzy
++#| msgid "<option>--assume-yes</option>"
++msgid "<option>--assume-no</option>"
++msgstr "<option>--assume-yes</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:437
++#, fuzzy
++#| msgid ""
++#| "Compile source packages after downloading them.  Configuration Item: "
++#| "<literal>APT::Get::Compile</literal>."
++msgid ""
++"Automatic \"no\" to all prompts.  Configuration Item: <literal>APT::Get::"
++"Assume-No</literal>."
++msgstr ""
++"Kompiliert Quellpakete, nachdem sie heruntergeladen wurden. "
++"Konfigurationselement: <literal>APT::Get::Compile</literal>."
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:441
  msgid "<option>-u</option>"
  msgstr "<option>-u</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:441
  msgid "<option>--show-upgraded</option>"
  msgstr "<option>--show-upgraded</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:426
++#: apt-get.8.xml:442
  msgid ""
  "Show upgraded packages; Print out a list of all packages that are to be "
  "upgraded.  Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
@@@ -4183,17 -4231,17 +4257,17 @@@ msgstr "
  "Konfigurationselement: <literal>APT::Get::Show-Upgraded</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>-V</option>"
  msgstr "<option>-V</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>--verbose-versions</option>"
  msgstr "<option>--verbose-versions</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:432
++#: apt-get.8.xml:448
  msgid ""
  "Show full versions for upgraded and installed packages.  Configuration Item: "
  "<literal>APT::Get::Show-Versions</literal>."
@@@ -4203,22 -4251,22 +4277,40 @@@ msgstr "
  "Versions</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:453
++#, fuzzy
++#| msgid "<option>--recurse</option>"
++msgid "<option>--host-architecture</option>"
++msgstr "<option>--recurse</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:454
++msgid ""
++"This option controls the architecture packages are built for by <command>apt-"
++"get source --compile</command> and how cross-builddependencies are "
++"satisfied. By default is not set which means that the host architecture is "
++"the same as the build architecture (which is defined by <literal>APT::"
++"Architecture</literal>)  Configuration Item: <literal>APT::Get::Host-"
++"Architecture</literal>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:462
  msgid "<option>-b</option>"
  msgstr "<option>-b</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:462
  msgid "<option>--compile</option>"
  msgstr "<option>--compile</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:437
++#: apt-get.8.xml:463
  msgid "<option>--build</option>"
  msgstr "<option>--build</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:438
++#: apt-get.8.xml:464
  msgid ""
  "Compile source packages after downloading them.  Configuration Item: "
  "<literal>APT::Get::Compile</literal>."
@@@ -4227,12 -4275,12 +4319,12 @@@ msgstr "
  "Konfigurationselement: <literal>APT::Get::Compile</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:442
++#: apt-get.8.xml:468
  msgid "<option>--ignore-hold</option>"
  msgstr "<option>--ignore-hold</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:443
++#: apt-get.8.xml:469
  msgid ""
  "Ignore package Holds; This causes <command>apt-get</command> to ignore a "
  "hold placed on a package. This may be useful in conjunction with "
@@@ -4246,12 -4294,12 +4338,12 @@@ msgstr "
  "<literal>APT::Ignore-Hold</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:449
++#: apt-get.8.xml:475
  msgid "<option>--no-upgrade</option>"
  msgstr "<option>--no-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:450
++#: apt-get.8.xml:476
  msgid ""
  "Do not upgrade packages; When used in conjunction with <literal>install</"
  "literal>, <literal>no-upgrade</literal> will prevent packages on the command "
@@@ -4265,12 -4313,12 +4357,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:456
++#: apt-get.8.xml:482
  msgid "<option>--only-upgrade</option>"
  msgstr "<option>--only-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:457
++#: apt-get.8.xml:483
  msgid ""
  "Do not install new packages; When used in conjunction with <literal>install</"
  "literal>, <literal>only-upgrade</literal> will prevent packages on the "
@@@ -4284,12 -4332,12 +4376,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:463
++#: apt-get.8.xml:489
  msgid "<option>--force-yes</option>"
  msgstr "<option>--force-yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:464
++#: apt-get.8.xml:490
  msgid ""
  "Force yes; This is a dangerous option that will cause apt to continue "
  "without prompting if it is doing something potentially harmful. It should "
@@@ -4304,12 -4352,12 +4396,12 @@@ msgstr "
  "zerstören! Konfigurationselement: <literal>APT::Get::force-yes</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:471
++#: apt-get.8.xml:497
  msgid "<option>--print-uris</option>"
  msgstr "<option>--print-uris</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:472
++#: apt-get.8.xml:498
  msgid ""
  "Instead of fetching the files to install their URIs are printed. Each URI "
  "will have the path, the destination file name, the size and the expected md5 "
@@@ -4331,12 -4379,12 +4423,12 @@@ msgstr "
  "Get::Print-URIs</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:482
++#: apt-get.8.xml:508
  msgid "<option>--purge</option>"
  msgstr "<option>--purge</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:483
++#: apt-get.8.xml:509
  msgid ""
  "Use purge instead of remove for anything that would be removed.  An asterisk "
  "(\"*\") will be displayed next to packages which are scheduled to be purged. "
@@@ -4349,12 -4397,12 +4441,12 @@@ msgstr "
  "option>. Konfigurationselement: <literal>APT::Get::Purge</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:490
++#: apt-get.8.xml:516
  msgid "<option>--reinstall</option>"
  msgstr "<option>--reinstall</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:491
++#: apt-get.8.xml:517
  msgid ""
  "Re-Install packages that are already installed and at the newest version.  "
  "Configuration Item: <literal>APT::Get::ReInstall</literal>."
@@@ -4363,12 -4411,12 +4455,12 @@@ msgstr "
  "Version sind. Konfigurationselement: <literal>APT::Get::ReInstall</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:495
++#: apt-get.8.xml:521
  msgid "<option>--list-cleanup</option>"
  msgstr "<option>--list-cleanup</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:496
++#: apt-get.8.xml:522
  msgid ""
  "This option defaults to on, use <literal>--no-list-cleanup</literal> to turn "
  "it off. When on <command>apt-get</command> will automatically manage the "
@@@ -4386,17 -4434,17 +4478,17 @@@ msgstr "
  "Get::List-Cleanup</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:505
++#: apt-get.8.xml:531
  msgid "<option>--target-release</option>"
  msgstr "<option>--target-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:506
++#: apt-get.8.xml:532
  msgid "<option>--default-release</option>"
  msgstr "<option>--default-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:507
++#: apt-get.8.xml:533
  msgid ""
  "This option controls the default input to the policy engine, it creates a "
  "default pin at priority 990 using the specified release string.  This "
@@@ -4421,12 -4469,12 +4513,12 @@@ msgstr "
  "auch die &apt-preferences;-Handbuchseite."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:520
++#: apt-get.8.xml:546
  msgid "<option>--trivial-only</option>"
  msgstr "<option>--trivial-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:522
++#: apt-get.8.xml:548
  msgid ""
  "Only perform operations that are 'trivial'. Logically this can be considered "
  "related to <option>--assume-yes</option>, where <option>--assume-yes</"
@@@ -4440,12 -4488,12 +4532,12 @@@ msgstr "
  "Trivial-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:528
++#: apt-get.8.xml:554
  msgid "<option>--no-remove</option>"
  msgstr "<option>--no-remove</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:529
++#: apt-get.8.xml:555
  msgid ""
  "If any packages are to be removed apt-get immediately aborts without "
  "prompting.  Configuration Item: <literal>APT::Get::Remove</literal>."
@@@ -4454,12 -4502,12 +4546,12 @@@ msgstr "
  "Nachfrage ab. Konfigurationselement: <literal>APT::Get::Remove</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:534
++#: apt-get.8.xml:560
  msgid "<option>--auto-remove</option>"
  msgstr "<option>--auto-remove</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:535
++#: apt-get.8.xml:561
  msgid ""
  "If the command is either <literal>install</literal> or <literal>remove</"
  "literal>, then this option acts like running <literal>autoremove</literal> "
@@@ -4473,12 -4521,12 +4565,12 @@@ msgstr "
  "AutomaticRemove</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:541
++#: apt-get.8.xml:567
  msgid "<option>--only-source</option>"
  msgstr "<option>--only-source</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:542
++#: apt-get.8.xml:568
  msgid ""
  "Only has meaning for the <literal>source</literal> and <literal>build-dep</"
  "literal> commands.  Indicates that the given source names are not to be "
@@@ -4497,22 -4545,22 +4589,22 @@@ msgstr "
  "Get::Only-Source</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--diff-only</option>"
  msgstr "<option>--diff-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--dsc-only</option>"
  msgstr "<option>--dsc-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--tar-only</option>"
  msgstr "<option>--tar-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:553
++#: apt-get.8.xml:579
  msgid ""
  "Download only the diff, dsc, or tar file of a source archive.  Configuration "
  "Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</"
@@@ -4524,12 -4572,12 +4616,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:558
++#: apt-get.8.xml:584
  msgid "<option>--arch-only</option>"
  msgstr "<option>--arch-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:559
++#: apt-get.8.xml:585
  msgid ""
  "Only process architecture-dependent build-dependencies.  Configuration Item: "
  "<literal>APT::Get::Arch-Only</literal>."
@@@ -4538,12 -4586,12 +4630,12 @@@ msgstr "
  "Konfigurationselement: <literal>APT::Get::Arch-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:563
++#: apt-get.8.xml:589
  msgid "<option>--allow-unauthenticated</option>"
  msgstr "<option>--allow-unauthenticated</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:564
++#: apt-get.8.xml:590
  msgid ""
  "Ignore if packages can't be authenticated and don't prompt about it.  This "
  "is useful for tools like pbuilder.  Configuration Item: <literal>APT::Get::"
@@@ -4554,7 -4602,7 +4646,7 @@@ msgstr "
  "<literal>APT::Get::AllowUnauthenticated</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt-get.8.xml:577
++#: apt-get.8.xml:603
  msgid ""
  "&file-sourceslist; &file-aptconf; &file-preferences; &file-cachearchives; "
  "&file-statelists;"
@@@ -4563,7 -4611,7 +4655,7 @@@ msgstr "
  "&file-statelists;"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:586
++#: apt-get.8.xml:612
  msgid ""
  "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, "
  "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-"
@@@ -4574,7 -4622,7 +4666,7 @@@ msgstr "
  "preferences;, das APT-Howto."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:592
++#: apt-get.8.xml:618
  msgid ""
  "<command>apt-get</command> returns zero on normal operation, decimal 100 on "
  "error."
@@@ -4583,22 -4631,22 +4675,22 @@@ msgstr "
  "100 bei Fehlern."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:595
++#: apt-get.8.xml:621
  msgid "ORIGINAL AUTHORS"
  msgstr "ORIGINALAUTOREN"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:596
++#: apt-get.8.xml:622
  msgid "&apt-author.jgunthorpe;"
  msgstr "&apt-author.jgunthorpe;"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:599
++#: apt-get.8.xml:625
  msgid "CURRENT AUTHORS"
  msgstr "AKTUELLE AUTOREN"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:601
++#: apt-get.8.xml:627
  msgid "&apt-author.team;"
  msgstr "&apt-author.team;"
  
@@@ -4729,15 -4777,31 +4821,33 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-key.8.xml:131
  msgid ""
--"Update the local keyring with the keyring of Debian archive keys and removes "
--"from the keyring the archive keys which are no longer valid."
++"Update the local keyring with the archive keyring and remove from the local "
++"keyring the archive keys which are no longer valid.  The archive keyring is "
++"shipped in the <literal>archive-keyring</literal> package of your "
++"distribution, e.g. the <literal>ubuntu-archive-keyring</literal> package in "
++"Ubuntu."
+ msgstr ""
 -"Den lokalen Schlüsselbund mit dem Schlüsselbund der Debian-Archivschlüssel "
 -"aktualisieren und aus dem Schlüsselbund die Archivschlüssel entfernen, die "
 -"nicht länger gültig sind."
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-key.8.xml:140
++#: apt-key.8.xml:141
+ #, fuzzy
+ #| msgid "update"
+ msgid "net-update"
+ msgstr "update"
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 -#: apt-key.8.xml:144
++#: apt-key.8.xml:145
+ msgid ""
 -"Update the local keyring with the keys of a key server and removes from the "
 -"keyring the archive keys which are no longer valid. This requires an "
 -"installed wget and an APT build configured to have a server to fetch from. "
 -"APT in Debian does not support this command, but Ubuntu's APT does."
++"Work similar to the <command>update</command> command above, but get the "
++"archive keyring from an URI instead and validate it against a master key.  "
++"This requires an installed &wget; and an APT build configured to have a "
++"server to fetch from and a master keyring to validate.  APT in Debian does "
++"not support this command and relies on <command>update</command> instead, "
++"but Ubuntu's APT does."
  msgstr ""
- "Den lokalen Schlüsselbund mit dem Schlüsselbund der Debian-Archivschlüssel "
- "aktualisieren und aus dem Schlüsselbund die Archivschlüssel entfernen, die "
- "nicht länger gültig sind."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:143
 -#: apt-key.8.xml:159
++#: apt-key.8.xml:162
  msgid ""
  "Note that options need to be defined before the commands described in the "
  "previous section."
@@@ -4746,12 -4810,12 +4856,12 @@@ msgstr "
  "Befehlen definiert sein müssen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:145
 -#: apt-key.8.xml:161
++#: apt-key.8.xml:164
  msgid "--keyring <replaceable>filename</replaceable>"
  msgstr "--keyring <replaceable>Dateiname</replaceable>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:146
 -#: apt-key.8.xml:162
++#: apt-key.8.xml:165
  msgid ""
  "With this option it is possible to specify a specific keyring file the "
  "command should operate on. The default is that a command is executed on the "
@@@ -4768,45 -4832,45 +4878,54 @@@ msgstr "
  "Schlüssel werden zu diesem hinzugefügt."
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-key.8.xml:159
 -#: apt-key.8.xml:175
++#: apt-key.8.xml:178
  msgid "&file-trustedgpg;"
  msgstr "&file-trustedgpg;"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:161
 -#: apt-key.8.xml:177
++#: apt-key.8.xml:180
  msgid "<filename>/etc/apt/trustdb.gpg</filename>"
  msgstr "<filename>/etc/apt/trustdb.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:162
 -#: apt-key.8.xml:178
++#: apt-key.8.xml:181
  msgid "Local trust database of archive keys."
  msgstr "Lokale Datenbank vertrauenswürdiger Archivschlüssel."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:165
 -#: apt-key.8.xml:181
--msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++#: apt-key.8.xml:184
++#, fuzzy
++#| msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"
  msgstr "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:166
 -#: apt-key.8.xml:182
--msgid "Keyring of Debian archive trusted keys."
++#: apt-key.8.xml:185
++#, fuzzy
++#| msgid "Keyring of Debian archive trusted keys."
++msgid "Keyring of Ubuntu archive trusted keys."
  msgstr "Schlüsselbund vertrauenswürdiger Schlüssel des Debian-Archivs."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:169
 -#: apt-key.8.xml:185
++#: apt-key.8.xml:188
++#, fuzzy
++#| msgid ""
++#| "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  msgid ""
--"<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
++"<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"
  msgstr ""
  "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:170
 -#: apt-key.8.xml:186
--msgid "Keyring of Debian archive removed trusted keys."
++#: apt-key.8.xml:189
++#, fuzzy
++#| msgid "Keyring of Debian archive removed trusted keys."
++msgid "Keyring of Ubuntu archive removed trusted keys."
  msgstr ""
  "Schlüsselbund entfernter vertrauenswürdiger Schlüssel des Debian-Archivs."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:179
 -#: apt-key.8.xml:195
++#: apt-key.8.xml:198
  msgid "&apt-get;, &apt-secure;"
  msgstr "&apt-get;, &apt-secure;"
  
@@@ -5463,14 -5586,17 +5641,18 @@@ msgstr "
  #| "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
  #| "order which have no or \"<literal>conf</literal>\" as filename extension "
  #| "and which only contain alphanumeric, hyphen (-), underscore (_) and "
- #| "period (.) characters - otherwise they will be silently ignored."
+ #| "period (.) characters.  Otherwise APT will print a notice that it has "
+ #| "ignored a file if the file doesn't match a pattern in the <literal>Dir::"
+ #| "Ignore-Files-Silently</literal> configuration list - in this case it will "
+ #| "be silently ignored."
  msgid ""
  "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
--"order which have no or \"<literal>conf</literal>\" as filename extension and "
--"which only contain alphanumeric, hyphen (-), underscore (_) and period (.) "
--"characters.  Otherwise APT will print a notice that it has ignored a file if "
--"the file doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</"
--"literal> configuration list - in this case it will be silently ignored."
++"order which have either no or \"<literal>conf</literal>\" as filename "
++"extension and which only contain alphanumeric, hyphen (-), underscore (_) "
++"and period (.) characters.  Otherwise APT will print a notice that it has "
++"ignored a file if the file doesn't match a pattern in the <literal>Dir::"
++"Ignore-Files-Silently</literal> configuration list - in this case it will be "
++"silently ignored."
  msgstr ""
  "alle Dateien in <literal>Dir::Etc::Parts</literal> in aufsteigender "
  "alphanumerischer Reihenfolge, die kein »<literal>conf</literal>« als "
@@@ -5733,13 -5862,13 +5918,24 @@@ msgstr "
  "heruntergeladen und Paketlisten ausgewertet werden. Die interne Vorgabe ist "
  "die Architektur für die APT kompiliert wurde."
  
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:158
++msgid ""
++"All Architectures the system supports. Processors implementing the "
++"<literal>amd64</literal> are e.g. also able to execute binaries compiled for "
++"<literal>i386</literal>; This list is use when fetching files and parsing "
++"package lists. The internal default is always the native architecture "
++"(<literal>APT::Architecture</literal>)  and all foreign architectures it can "
++"retrieve by calling <command>dpkg --print-foreign-architectures</command>."
++msgstr ""
++
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:157
++#: apt.conf.5.xml:165
  msgid "Default-Release"
  msgstr "Default-Release"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:158
++#: apt.conf.5.xml:166
  msgid ""
  "Default release to install packages from if more than one version available. "
  "Contains release name, codename or release version. Examples: 'stable', "
@@@ -5752,12 -5881,12 +5948,12 @@@ msgstr "
  "codename;«, »4.0«, »5.0*«. Siehe auch &apt-preferences;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:163
++#: apt.conf.5.xml:171
  msgid "Ignore-Hold"
  msgstr "Ignore-Hold"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:164
++#: apt.conf.5.xml:172
  msgid ""
  "Ignore Held packages; This global option causes the problem resolver to "
  "ignore held packages in its decision making."
@@@ -5766,12 -5895,12 +5962,12 @@@ msgstr "
  "Problemlöser, gehaltene Pakete beim Treffen von Entscheidungen zu ignorieren."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:168
++#: apt.conf.5.xml:176
  msgid "Clean-Installed"
  msgstr "Clean-Installed"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:169
++#: apt.conf.5.xml:177
  msgid ""
  "Defaults to on. When turned on the autoclean feature will remove any "
  "packages which can no longer be downloaded from the cache. If turned off "
@@@ -5786,12 -5915,12 +5982,12 @@@ msgstr "
  "Möglichkeiten bereitstellt, um sie erneut zu installieren."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:175
++#: apt.conf.5.xml:183
  msgid "Immediate-Configure"
  msgstr "Immediate-Configure"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:176
++#: apt.conf.5.xml:184
  msgid ""
  "Defaults to on which will cause APT to install essential and important "
  "packages as fast as possible in the install/upgrade operation. This is done "
@@@ -5859,12 -5988,12 +6055,12 @@@ msgstr "
  "Upgrade-Prozesses arbeiten kann."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:198
++#: apt.conf.5.xml:206
  msgid "Force-LoopBreak"
  msgstr "Force-LoopBreak"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:199
++#: apt.conf.5.xml:207
  msgid ""
  "Never Enable this option unless you -really- know what you are doing. It "
  "permits APT to temporarily remove an essential package to break a Conflicts/"
@@@ -5882,12 -6011,12 +6078,12 @@@ msgstr "
  "bash oder etwas, was davon abhängt, sind."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:207
++#: apt.conf.5.xml:215
  msgid "Cache-Start, Cache-Grow and Cache-Limit"
  msgstr "Cache-Start, Cache-Grow und Cache-Limit"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:208
++#: apt.conf.5.xml:216
  msgid ""
  "APT uses since version 0.7.26 a resizable memory mapped cache file to store "
  "the 'available' information. <literal>Cache-Start</literal> acts as a hint "
@@@ -5924,24 -6053,24 +6120,24 @@@ msgstr "
  "auf 0 gesetzt ist, kann der Zwischenspeicher nicht automatisch wachsen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:223
++#: apt.conf.5.xml:231
  msgid "Build-Essential"
  msgstr "Build-Essential"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:224
++#: apt.conf.5.xml:232
  msgid "Defines which package(s) are considered essential build dependencies."
  msgstr ""
  "Definiert, welche(s) Paket(e) als essentielle Bauabhängigkeiten betrachtet "
  "werde."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:227
++#: apt.conf.5.xml:235
  msgid "Get"
  msgstr "Get"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:228
++#: apt.conf.5.xml:236
  msgid ""
  "The Get subsection controls the &apt-get; tool, please see its documentation "
  "for more information about the options here."
@@@ -5951,12 -6080,12 +6147,12 @@@ msgstr "
  "erhalten."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:232
++#: apt.conf.5.xml:240
  msgid "Cache"
  msgstr "Cache"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:233
++#: apt.conf.5.xml:241
  msgid ""
  "The Cache subsection controls the &apt-cache; tool, please see its "
  "documentation for more information about the options here."
@@@ -5966,12 -6095,12 +6162,12 @@@ msgstr "
  "erhalten."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:237
++#: apt.conf.5.xml:245
  msgid "CDROM"
  msgstr "CD-ROM"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:238
++#: apt.conf.5.xml:246
  msgid ""
  "The CDROM subsection controls the &apt-cdrom; tool, please see its "
  "documentation for more information about the options here."
@@@ -5981,17 -6110,17 +6177,17 @@@ msgstr "
  "erhalten."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:244
++#: apt.conf.5.xml:252
  msgid "The Acquire Group"
  msgstr "Die Erwerbgruppe"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:249
++#: apt.conf.5.xml:257
  msgid "Check-Valid-Until"
  msgstr "Check-Valid-Until"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:250
++#: apt.conf.5.xml:258
  msgid ""
  "Security related option defaulting to true as an expiring validation for a "
  "Release file prevents longtime replay attacks and can e.g. also help users "
@@@ -6011,41 -6140,52 +6207,88 @@@ msgstr "
  "gewollt ist, kann die Option <literal>Max-ValidTime</literal> benutzt werden."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:260
++#: apt.conf.5.xml:268
  msgid "Max-ValidTime"
  msgstr "Max-ValidTime"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:261
- msgid ""
- "Seconds the Release file should be considered valid after it was created. "
- "The default is \"for ever\" (0) if the Release file of the archive doesn't "
- "include a <literal>Valid-Until</literal> header.  If it does then this date "
- "is the default. The date from the Release file or the date specified by the "
- "creation time of the Release file (<literal>Date</literal> header) plus the "
- "seconds specified with this options are used to check if the validation of a "
- "file has expired by using the earlier date of the two. Archive specific "
- "settings can be made by appending the label of the archive to the option "
- "name."
++#: apt.conf.5.xml:269
+ #, fuzzy
+ #| msgid ""
+ #| "Seconds the Release file should be considered valid after it was created. "
+ #| "The default is \"for ever\" (0) if the Release file of the archive "
+ #| "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
+ #| "this date is the default. The date from the Release file or the date "
+ #| "specified by the creation time of the Release file (<literal>Date</"
+ #| "literal> header) plus the seconds specified with this options are used to "
+ #| "check if the validation of a file has expired by using the earlier date "
+ #| "of the two. Archive specific settings can be made by appending the label "
+ #| "of the archive to the option name."
+ msgid ""
 -"Seconds the Release file should be considered valid after it was created. "
 -"The default is \"for ever\" (0) if the Release file of the archive doesn't "
 -"include a <literal>Valid-Until</literal> header.  If it does then this date "
 -"is the default. The date from the Release file or the date specified by the "
 -"creation time of the Release file (<literal>Date</literal> header) plus the "
 -"seconds specified with this options are used to check if the validation of a "
 -"file has expired by using the earlier date of the two. Archive specific "
 -"settings can be made by appending the label of the archive to the option "
 -"name."
++"Seconds the Release file should be considered valid after it was created "
++"(indicated by the <literal>Date</literal> header).  If the Release file "
++"itself includes a <literal>Valid-Until</literal> header the earlier date of "
++"the two is used as the expiration date.  The default value is <literal>0</"
++"literal> which stands for \"for ever\".  Archive specific settings can be "
++"made by appending the label of the archive to the option name."
+ msgstr ""
+ "Sekunden, die die Release-Datei als gültig betrachtet werden sollte, nachdem "
+ "sie erzeugt wurde. Vorgabe ist »für immer« (0), falls die Release-Datei des "
+ "Archivs keine <literal>Valid-Until</literal>-Kopfzeile enthält. Falls dies "
+ "so ist, ist dieses Datum vorgegeben. Das Datum aus der Release-Datei oder "
+ "das Datum, das durch die Erstellungszeit der Release-Datei angegeben wurde "
+ "(<literal>Date</literal>-Kopfzeile) plus die mit diesen Optionen angegebenen "
+ "Sekunden werden benutzt, um zu prüfen, ob die Bestätigung einer Datei "
+ "abgelaufen ist indem das neuere Datum der beiden benutzt wird. "
+ "Archivspezifische Einstellungen können durch Anhängen des Archivetiketts an "
+ "die Option »name« vorgenommen werden."
+ #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
 -#: apt.conf.5.xml:273
++#: apt.conf.5.xml:279
++#, fuzzy
++#| msgid "Max-ValidTime"
++msgid "Min-ValidTime"
++msgstr "Max-ValidTime"
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:280
++#, fuzzy
++#| msgid ""
++#| "Seconds the Release file should be considered valid after it was created. "
++#| "The default is \"for ever\" (0) if the Release file of the archive "
++#| "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
++#| "this date is the default. The date from the Release file or the date "
++#| "specified by the creation time of the Release file (<literal>Date</"
++#| "literal> header) plus the seconds specified with this options are used to "
++#| "check if the validation of a file has expired by using the earlier date "
++#| "of the two. Archive specific settings can be made by appending the label "
++#| "of the archive to the option name."
++msgid ""
++"Minimum of seconds the Release file should be considered valid after it was "
++"created (indicated by the <literal>Date</literal> header).  Use this if you "
++"need to use a seldomly updated (local) mirror of a more regular updated "
++"archive with a <literal>Valid-Until</literal> header instead of competely "
++"disabling the expiration date checking.  Archive specific settings can and "
++"should be used by appending the label of the archive to the option name."
 +msgstr ""
 +"Sekunden, die die Release-Datei als gültig betrachtet werden sollte, nachdem "
 +"sie erzeugt wurde. Vorgabe ist »für immer« (0), falls die Release-Datei des "
 +"Archivs keine <literal>Valid-Until</literal>-Kopfzeile enthält. Falls dies "
 +"so ist, ist dieses Datum vorgegeben. Das Datum aus der Release-Datei oder "
 +"das Datum, das durch die Erstellungszeit der Release-Datei angegeben wurde "
 +"(<literal>Date</literal>-Kopfzeile) plus die mit diesen Optionen angegebenen "
 +"Sekunden werden benutzt, um zu prüfen, ob die Bestätigung einer Datei "
 +"abgelaufen ist indem das neuere Datum der beiden benutzt wird. "
 +"Archivspezifische Einstellungen können durch Anhängen des Archivetiketts an "
 +"die Option »name« vorgenommen werden."
 +
 +#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
- #: apt.conf.5.xml:273
++#: apt.conf.5.xml:290
  msgid "PDiffs"
  msgstr "PDiffs"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:274
++#: apt.conf.5.xml:291
  msgid ""
  "Try to download deltas called <literal>PDiffs</literal> for Packages or "
  "Sources files instead of downloading whole ones. True by default."
@@@ -6055,12 -6195,20 +6298,20 @@@ msgstr "
  "True."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:277
++#: apt.conf.5.xml:294
+ #, fuzzy
+ #| msgid ""
+ #| "Two sub-options to limit the use of PDiffs are also available: With "
+ #| "<literal>FileLimit</literal> can be specified how many PDiff files are "
+ #| "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
+ #| "other hand is the maximum percentage of the size of all patches compared "
+ #| "to the size of the targeted file. If one of these limits is exceeded the "
+ #| "complete file is downloaded instead of the patches."
  msgid ""
  "Two sub-options to limit the use of PDiffs are also available: With "
  "<literal>FileLimit</literal> can be specified how many PDiff files are "
  "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
--"other hand is the maximum precentage of the size of all patches compared to "
++"other hand is the maximum percentage of the size of all patches compared to "
  "the size of the targeted file. If one of these limits is exceeded the "
  "complete file is downloaded instead of the patches."
  msgstr ""
  "der Patche heruntergeladen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:286
++#: apt.conf.5.xml:303
  msgid "Queue-Mode"
  msgstr "Queue-Mode"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:287
++#: apt.conf.5.xml:304
  msgid ""
  "Queuing mode; <literal>Queue-Mode</literal> can be one of <literal>host</"
  "literal> or <literal>access</literal> which determines how APT parallelizes "
@@@ -6094,12 -6242,12 +6345,12 @@@ msgstr "
  "URI-Art geöffnet wird."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:294
++#: apt.conf.5.xml:311
  msgid "Retries"
  msgstr "Retries"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:295
++#: apt.conf.5.xml:312
  msgid ""
  "Number of retries to perform. If this is non-zero APT will retry failed "
  "files the given number of times."
@@@ -6108,12 -6256,12 +6359,12 @@@ msgstr "
  "APT fehlgeschlagene Dateien in der angegebenen Zahl erneut versuchen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:299
++#: apt.conf.5.xml:316
  msgid "Source-Symlinks"
  msgstr "Source-Symlinks"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:300
++#: apt.conf.5.xml:317
  msgid ""
  "Use symlinks for source archives. If set to true then source archives will "
  "be symlinked when possible instead of copying. True is the default."
@@@ -6123,12 -6271,12 +6374,12 @@@ msgstr "
  "kopiert zu werden. True ist die Vorgabe."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:304 sources.list.5.xml:144
++#: apt.conf.5.xml:321 sources.list.5.xml:160
  msgid "http"
  msgstr "http"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:305
++#: apt.conf.5.xml:322
  msgid ""
  "HTTP URIs; http::Proxy is the default http proxy to use. It is in the "
  "standard form of <literal>http://[[user][:pass]@]host[:port]/</literal>. Per "
@@@ -6146,7 -6294,7 +6397,7 @@@ msgstr "
  "die Umgebungsvariable <envar>http_proxy</envar> benutzt."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:313
++#: apt.conf.5.xml:330
  msgid ""
  "Three settings are provided for cache control with HTTP/1.1 compliant proxy "
  "caches. <literal>No-Cache</literal> tells the proxy to not use its cached "
@@@ -6172,7 -6320,7 +6423,7 @@@ msgstr "
  "unterstützt keine dieser Optionen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:323 apt.conf.5.xml:387
++#: apt.conf.5.xml:340 apt.conf.5.xml:404
  msgid ""
  "The option <literal>timeout</literal> sets the timeout timer used by the "
  "method, this applies to all things including connection timeout and data "
@@@ -6183,7 -6331,7 +6434,7 @@@ msgstr "
  "Dinge, einschließlich Verbindungs- und Datenzeitüberschreitungen, angewandt."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:326
++#: apt.conf.5.xml:343
  msgid ""
  "One setting is provided to control the pipeline depth in cases where the "
  "remote server is not RFC conforming or buggy (such as Squid 2.0.2).  "
@@@ -6203,7 -6351,7 +6454,7 @@@ msgstr "
  "gegen RFC 2068."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:334
++#: apt.conf.5.xml:351
  msgid ""
  "The used bandwidth can be limited with <literal>Acquire::http::Dl-Limit</"
  "literal> which accepts integer values in kilobyte. The default value is 0 "
@@@ -6219,7 -6367,7 +6470,7 @@@ msgstr "
  "deaktiviert.)"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:339
++#: apt.conf.5.xml:356
  msgid ""
  "<literal>Acquire::http::User-Agent</literal> can be used to set a different "
  "User-Agent for the http download method as some proxies allow access for "
@@@ -6231,12 -6379,12 +6482,12 @@@ msgstr "
  "bekannten Bezeichner verwendet."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:345
++#: apt.conf.5.xml:362
  msgid "https"
  msgstr "https"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:346
++#: apt.conf.5.xml:363
  msgid ""
  "HTTPS URIs. Cache-control, Timeout, AllowRedirect, Dl-Limit and proxy "
  "options are the same as for <literal>http</literal> method and will also "
@@@ -6251,7 -6399,7 +6502,7 @@@ msgstr "
  "<literal>Pipeline-Depth</literal> wird noch nicht unterstützt."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:352
++#: apt.conf.5.xml:369
  msgid ""
  "<literal>CaInfo</literal> suboption specifies place of file that holds info "
  "about trusted certificates.  <literal>&lt;host&gt;::CaInfo</literal> is "
@@@ -6290,12 -6438,12 +6541,12 @@@ msgstr "
  "SslForceVersion</literal> ist die entsprechende per-Host-Option."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:370 sources.list.5.xml:155
++#: apt.conf.5.xml:387 sources.list.5.xml:171
  msgid "ftp"
  msgstr "ftp"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:371
++#: apt.conf.5.xml:388
  msgid ""
  "FTP URIs; ftp::Proxy is the default ftp proxy to use. It is in the standard "
  "form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host "
@@@ -6330,7 -6478,7 +6581,7 @@@ msgstr "
  "entsprechenden URI-Bestandteil genommen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:390
++#: apt.conf.5.xml:407
  msgid ""
  "Several settings are provided to control passive mode. Generally it is safe "
  "to leave passive mode on, it works in nearly every environment.  However "
@@@ -6347,7 -6495,7 +6598,7 @@@ msgstr "
  "Beispielskonfiguration, um Beispiele zu erhalten)."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:397
++#: apt.conf.5.xml:414
  msgid ""
  "It is possible to proxy FTP over HTTP by setting the <envar>ftp_proxy</"
  "envar> environment variable to a http url - see the discussion of the http "
@@@ -6361,7 -6509,7 +6612,7 @@@ msgstr "
  "Effizienz nicht empfohlen FTP über HTTP zu benutzen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:402
++#: apt.conf.5.xml:419
  msgid ""
  "The setting <literal>ForceExtended</literal> controls the use of RFC2428 "
  "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is "
@@@ -6377,18 -6525,18 +6628,18 @@@ msgstr "
  "Server RFC2428 unterstützen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:409 sources.list.5.xml:137
++#: apt.conf.5.xml:426 sources.list.5.xml:153
  msgid "cdrom"
  msgstr "cdrom"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:415
++#: apt.conf.5.xml:432
  #, no-wrap
  msgid "/cdrom/::Mount \"foo\";"
  msgstr "/cdrom/::Mount \"foo\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:410
++#: apt.conf.5.xml:427
  msgid ""
  "CDROM URIs; the only setting for CDROM URIs is the mount point, "
  "<literal>cdrom::Mount</literal> which must be the mount point for the CDROM "
@@@ -6410,12 -6558,12 +6661,12 @@@ msgstr "
  "können per UMount angegeben werden."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:420
++#: apt.conf.5.xml:437
  msgid "gpgv"
  msgstr "gpgv"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:421
++#: apt.conf.5.xml:438
  msgid ""
  "GPGV URIs; the only option for GPGV URIs is the option to pass additional "
  "parameters to gpgv.  <literal>gpgv::Options</literal> Additional options "
@@@ -6426,18 -6574,18 +6677,18 @@@ msgstr "
  "Zusätzliche Parameter werden an gpgv weitergeleitet."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:426
++#: apt.conf.5.xml:443
  msgid "CompressionTypes"
  msgstr "CompressionTypes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:432
++#: apt.conf.5.xml:449
  #, no-wrap
  msgid "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<replaceable>Methodname</replaceable>\";"
  msgstr "Acquire::CompressionTypes::<replaceable>Dateierweiterung</replaceable> \"<replaceable>Methodenname</replaceable>\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:427
++#: apt.conf.5.xml:444
  msgid ""
  "List of compression types which are understood by the acquire methods.  "
  "Files like <filename>Packages</filename> can be available in various "
@@@ -6457,19 -6605,19 +6708,19 @@@ msgstr "
  "\"synopsis\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:437
++#: apt.conf.5.xml:454
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order:: \"gz\";"
  msgstr "Acquire::CompressionTypes::Order:: \"gz\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:440
++#: apt.conf.5.xml:457
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  msgstr "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:433
++#: apt.conf.5.xml:450
  msgid ""
  "Also the <literal>Order</literal> subgroup can be used to define in which "
  "order the acquire system will try to download the compressed files. The "
@@@ -6500,13 -6648,13 +6751,13 @@@ msgstr "
  "explizit zur Liste hinzuzufügen, da es automatisch hinzufügt wird."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:444
++#: apt.conf.5.xml:461
  #, no-wrap
  msgid "Dir::Bin::bzip2 \"/bin/bzip2\";"
  msgstr "Dir::Bin::bzip2 \"/bin/bzip2\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:442
++#: apt.conf.5.xml:459
  #, fuzzy
  #| msgid ""
  #| "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
@@@ -6523,9 -6671,9 +6774,9 @@@ msgid "
  "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
  "replaceable></literal> will be checked: If this setting exists the method "
  "will only be used if this file exists, e.g. for the bzip2 method (the "
--"inbuilt) setting is <placeholder type=\"literallayout\" id=\"0\"/> Note also "
--"that list entries specified on the command line will be added at the end of "
--"the list specified in the configuration files, but before the default "
++"inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note "
++"also that list entries specified on the command line will be added at the "
++"end of the list specified in the configuration files, but before the default "
  "entries. To prefer a type in this case over the ones specified in the "
  "configuration files you can set the option direct - not in list style.  This "
  "will not override the defined list, it will only prefix the list with this "
@@@ -6535,29 -6683,39 +6786,39 @@@ msgstr "
  "replaceable></literal> zur Laufzeit geprüft wird: Falls diese Einstellung "
  "existiert, wird die Methode nur benutzt, wenn die Datei existiert, z.B. für "
  "die (integrierte) bzip2-Methode ist die Einstellung <placeholder type="
- "\"literallayout\" id=\"0\"/>. Beachten Sie, dass diese auf der Befehlszeile "
+ "\"literallayout\" id=\"0\"/>. Beachten Sie auch, dass auf der Befehlszeile "
  "eingegebenen Einträge an das Ende der Liste angehängt werden, die in den "
  "Konfigurationsdateien angegeben wurde, aber vor den Vorgabeeinträgen. Um "
- "einen Eintrag in diesem Fall vor einem, über die in der Konfigurationsdatei "
- "angegebenen, zu bevorzugen, können Sie diese Option direkt setzen – nicht im "
- "Listenstil. Dies wird die definierte Liste nicht überschreiben, es wird "
- "diesen Typ nur vor die Liste setzen."
+ "einen Typ in diesem Fall gegenüber einem, der über die Konfigurationsdatei "
+ "angegebenen wurde, zu bevorzugen, können Sie diese Option direkt setzen – "
+ "nicht im Listenstil. Dies wird die definierte Liste nicht überschreiben, es "
+ "wird diesen Typ nur vor die Liste setzen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:449
++#: apt.conf.5.xml:466
+ #, fuzzy
+ #| msgid ""
+ #| "The special type <literal>uncompressed</literal> can be used to give "
+ #| "uncompressed files a preference, but note that most archives don't "
+ #| "provide uncompressed files so this is mostly only useable for local "
+ #| "mirrors."
  msgid ""
  "The special type <literal>uncompressed</literal> can be used to give "
--"uncompressed files a preference, but note that most archives doesn't provide "
++"uncompressed files a preference, but note that most archives don't provide "
  "uncompressed files so this is mostly only useable for local mirrors."
  msgstr ""
+ "Der besondere Typ <literal>uncompressed</literal> kann benutzt werden, um "
+ "unkomprimierten Dateien einen Vorrang zu geben, beachten Sie jedoch, dass "
+ "die meisten Archive keine unkomprimierten Dateien bereitstellen, so dass "
+ "dies meist nur für lokale Spiegel benutzt werden kann."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:454
++#: apt.conf.5.xml:471
  msgid "GzipIndexes"
  msgstr "GzipIndexes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:456
++#: apt.conf.5.xml:473
  msgid ""
  "When downloading <literal>gzip</literal> compressed indexes (Packages, "
  "Sources, or Translations), keep them gzip compressed locally instead of "
@@@ -6571,12 -6729,12 +6832,12 @@@ msgstr "
  "False."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:463
++#: apt.conf.5.xml:480
  msgid "Languages"
  msgstr "Sprachen"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:464
++#: apt.conf.5.xml:481
  msgid ""
  "The Languages subsection controls which <filename>Translation</filename> "
  "files are downloaded and in which order APT tries to display the Description-"
@@@ -6598,13 -6756,13 +6859,13 @@@ msgstr "
  "hier unmögliche Werte einsetzen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><programlisting>
--#: apt.conf.5.xml:480
++#: apt.conf.5.xml:497
  #, no-wrap
  msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  msgstr "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:470
++#: apt.conf.5.xml:487
  msgid ""
  "The default list includes \"environment\" and \"en\". "
  "\"<literal>environment</literal>\" has a special meaning here: It will be "
@@@ -6646,7 -6804,7 +6907,7 @@@ msgstr "
  "Reihenfolge »fr, de, en«. <placeholder type=\"programlisting\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:245
++#: apt.conf.5.xml:253
  msgid ""
  "The <literal>Acquire</literal> group of options controls the download of "
  "packages and the URI handlers.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -6656,12 -6814,12 +6917,12 @@@ msgstr "
  "id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:487
++#: apt.conf.5.xml:504
  msgid "Directories"
  msgstr "Verzeichnisse"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:489
++#: apt.conf.5.xml:506
  msgid ""
  "The <literal>Dir::State</literal> section has directories that pertain to "
  "local state information. <literal>lists</literal> is the directory to place "
@@@ -6681,7 -6839,7 +6942,7 @@@ msgstr "
  "filename> oder <filename>./</filename> beginnen."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:496
++#: apt.conf.5.xml:513
  msgid ""
  "<literal>Dir::Cache</literal> contains locations pertaining to local cache "
  "information, such as the two package caches <literal>srcpkgcache</literal> "
@@@ -6704,7 -6862,7 +6965,7 @@@ msgstr "
  "in <literal>Dir::Cache</literal> enthalten."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:505
++#: apt.conf.5.xml:522
  msgid ""
  "<literal>Dir::Etc</literal> contains the location of configuration files, "
  "<literal>sourcelist</literal> gives the location of the sourcelist and "
@@@ -6719,7 -6877,7 +6980,7 @@@ msgstr "
  "Konfigurationsdatei erfolgt)."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:511
++#: apt.conf.5.xml:528
  msgid ""
  "The <literal>Dir::Parts</literal> setting reads in all the config fragments "
  "in lexical order from the directory specified. After this is done then the "
@@@ -6731,7 -6889,7 +6992,7 @@@ msgstr "
  "geladen."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:515
++#: apt.conf.5.xml:532
  msgid ""
  "Binary programs are pointed to by <literal>Dir::Bin</literal>. <literal>Dir::"
  "Bin::Methods</literal> specifies the location of the method handlers and "
@@@ -6749,7 -6907,7 +7010,7 @@@ msgstr "
  "Programms an."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:523
++#: apt.conf.5.xml:540
  msgid ""
  "The configuration item <literal>RootDir</literal> has a special meaning.  If "
  "set, all paths in <literal>Dir::</literal> will be relative to "
@@@ -6769,7 -6927,7 +7030,7 @@@ msgstr "
  "<filename>/tmp/staging/var/lib/dpkg/status</filename> nachgesehen."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:536
++#: apt.conf.5.xml:553
  msgid ""
  "The <literal>Ignore-Files-Silently</literal> list can be used to specify "
  "which files APT should silently ignore while parsing the files in the "
@@@ -6787,12 -6945,12 +7048,12 @@@ msgstr "
  "verwandt werden."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:545
++#: apt.conf.5.xml:562
  msgid "APT in DSelect"
  msgstr "APT in DSelect"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:547
++#: apt.conf.5.xml:564
  msgid ""
  "When APT is used as a &dselect; method several configuration directives "
  "control the default behaviour. These are in the <literal>DSelect</literal> "
@@@ -6803,12 -6961,12 +7064,12 @@@ msgstr "
  "<literal>DSelect</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:551
++#: apt.conf.5.xml:568
  msgid "Clean"
  msgstr "Clean"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:552
++#: apt.conf.5.xml:569
  msgid ""
  "Cache Clean mode; this value may be one of always, prompt, auto, pre-auto "
  "and never.  always and prompt will remove all packages from the cache after "
@@@ -6826,7 -6984,7 +7087,7 @@@ msgstr "
  "führt diese Aktion vor dem Herunterladen neuer Pakete durch."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:561
++#: apt.conf.5.xml:578
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the install phase."
@@@ -6835,12 -6993,12 +7096,12 @@@ msgstr "
  "übermittelt, wenn es für die Installationsphase durchlaufen wird."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:565
++#: apt.conf.5.xml:582
  msgid "Updateoptions"
  msgstr "Updateoptions"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:566
++#: apt.conf.5.xml:583
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the update phase."
@@@ -6849,12 -7007,12 +7110,12 @@@ msgstr "
  "übermittelt, wenn es für die Aktualisierungsphase durchlaufen wird."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:570
++#: apt.conf.5.xml:587
  msgid "PromptAfterUpdate"
  msgstr "PromptAfterUpdate"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:571
++#: apt.conf.5.xml:588
  msgid ""
  "If true the [U]pdate operation in &dselect; will always prompt to continue.  "
  "The default is to prompt only on error."
@@@ -6863,12 -7021,12 +7124,12 @@@ msgstr "
  "nachfragen, um fortzufahren. Vorgabe ist es, nur bei Fehlern nachzufragen."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:577
++#: apt.conf.5.xml:594
  msgid "How APT calls dpkg"
  msgstr "Wie APT Dpkg aufruft"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:578
++#: apt.conf.5.xml:595
  msgid ""
  "Several configuration directives control how APT invokes &dpkg;. These are "
  "in the <literal>DPkg</literal> section."
@@@ -6877,7 -7035,7 +7138,7 @@@ msgstr "
  "stehen im Abschnitt <literal>DPkg</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:583
++#: apt.conf.5.xml:600
  msgid ""
  "This is a list of options to pass to dpkg. The options must be specified "
  "using the list notation and each list item is passed as a single argument to "
@@@ -6888,17 -7046,17 +7149,17 @@@ msgstr "
  "jedes Listenelement wird als einzelnes Argument an &dpkg; übermittelt."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Pre-Invoke"
  msgstr "Pre-Invoke"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Post-Invoke"
  msgstr "Post-Invoke"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:589
++#: apt.conf.5.xml:606
  msgid ""
  "This is a list of shell commands to run before/after invoking &dpkg;.  Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -6912,12 -7070,12 +7173,12 @@@ msgstr "
  "APT abgebrochen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:595
++#: apt.conf.5.xml:612
  msgid "Pre-Install-Pkgs"
  msgstr "Pre-Install-Pkgs"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:596
++#: apt.conf.5.xml:613
  msgid ""
  "This is a list of shell commands to run before invoking dpkg. Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -6934,7 -7092,7 +7195,7 @@@ msgstr "
  "pro Zeile."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:602
++#: apt.conf.5.xml:619
  msgid ""
  "Version 2 of this protocol dumps more information, including the protocol "
  "version, the APT configuration space and the packages, files and versions "
@@@ -6950,12 -7108,12 +7211,12 @@@ msgstr "
  "literal> gegeben wird."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:609
++#: apt.conf.5.xml:626
  msgid "Run-Directory"
  msgstr "Run-Directory"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:610
++#: apt.conf.5.xml:627
  msgid ""
  "APT chdirs to this directory before invoking dpkg, the default is <filename>/"
  "</filename>."
@@@ -6964,12 -7122,12 +7225,12 @@@ msgstr "
  "die Vorgabe ist <filename>/</filename>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:614
++#: apt.conf.5.xml:631
  msgid "Build-options"
  msgstr "Build-options"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:615
++#: apt.conf.5.xml:632
  msgid ""
  "These options are passed to &dpkg-buildpackage; when compiling packages, the "
  "default is to disable signing and produce all binaries."
@@@ -6979,25 -7137,12 +7240,12 @@@ msgstr "
  "Programme werden erstellt."
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
--#: apt.conf.5.xml:620
++#: apt.conf.5.xml:637
  msgid "dpkg trigger usage (and related options)"
  msgstr "Dpkd-Trigger-Benutzung (und zugehöriger Optionen)"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:621
- #, fuzzy
- #| msgid ""
- #| "APT can call dpkg in a way so it can make aggressive use of triggers over "
- #| "multiply calls of dpkg. Without further options dpkg will use triggers "
- #| "only in between his own run. Activating these options can therefore "
- #| "decrease the time needed to perform the install / upgrade. Note that it "
- #| "is intended to activate these options per default in the future, but as "
- #| "it changes the way APT calling dpkg drastically it needs a lot more "
- #| "testing.  <emphasis>These options are therefore currently experimental "
- #| "and should not be used in productive environments.</emphasis> Also it "
- #| "breaks the progress reporting so all frontends will currently stay around "
- #| "half (or more) of the time in the 100% state while it actually configures "
- #| "all packages."
++#: apt.conf.5.xml:638
  msgid ""
  "APT can call dpkg in a way so it can make aggressive use of triggers over "
  "multiple calls of dpkg. Without further options dpkg will use triggers only "
  "all frontends will currently stay around half (or more) of the time in the "
  "100% state while it actually configures all packages."
  msgstr ""
- "APT kann Dpkg auf eine Art aufrufen, auf die aggressiv Gebrauch von Triggern "
- "über mehrere Dpkg-Aufrufe gemacht wird. Ohne weitere Optionen wird Dpkg "
- "Trigger nur während seiner eigenen Ausführung benutzen. Diese Optionen zu "
- "benutzen, kann daher die zum Installieren/Upgrade benötigte Zeit verkürzen. "
- "Beachten Sie, dass geplant ist, diese Optionen in Zukunft standardmäßig zu "
- "aktivieren, aber da es die Art, wie APT Dpkg aufruft, drastisch ändert, "
- "benötigt es noch viele weitere Tests. <emphasis>Diese Optionen sind daher "
- "aktuell noch experimentell und sollten nicht in produktiven Umgebungen "
- "benutzt werden.</emphasis> Außerdem unterbricht es die Fortschrittsanzeige, "
- "so dass alle Oberflächen aktuell in der halben (oder mehr) Zeit auf dem "
- "Status 100% stehen, während es aktuell alle Pakete konfiguriert."
+ "APT kann Dpkg auf eine Art aufrufen, in der aggressiv Gebrauch von Triggern "
+ "über mehrere Dpkg-Aufrufe hinweg gemacht wird. Ohne weitere Optionen wird "
+ "Dpkg Trigger nur während seiner eigenen Ausführung benutzen. Diese Optionen "
+ "zu benutzen, kann daher die zum Installieren/Upgrade benötigte Zeit "
+ "verkürzen. Beachten Sie, dass geplant ist, diese Optionen in Zukunft "
+ "standardmäßig zu aktivieren, aber da es die Art, wie APT Dpkg aufruft, "
+ "drastisch ändert, benötigt es noch viele weitere Tests. <emphasis>Diese "
+ "Optionen sind daher aktuell noch experimentell und sollten nicht in "
+ "produktiven Umgebungen benutzt werden.</emphasis> Außerdem unterbricht es "
+ "die Fortschrittsanzeige, so dass alle Oberflächen derzeit die halbe (oder "
+ "mehr) Zeit auf dem Status 100% stehen, während tatsächlich alle Pakete "
+ "konfiguriert werden."
  
  #. type: Content of: <refentry><refsect1><refsect2><para><literallayout>
--#: apt.conf.5.xml:636
++#: apt.conf.5.xml:653
  #, no-wrap
  msgid ""
  "DPkg::NoTriggers \"true\";\n"
@@@ -7037,7 -7183,7 +7286,7 @@@ msgstr "
  "DPkg::TriggersPending \"true\";"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:630
++#: apt.conf.5.xml:647
  msgid ""
  "Note that it is not guaranteed that APT will support these options or that "
  "these options will not cause (big) trouble in the future. If you have "
@@@ -7062,12 -7208,12 +7311,12 @@@ msgstr "
  "wäre <placeholder type=\"literallayout\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:642
++#: apt.conf.5.xml:659
  msgid "DPkg::NoTriggers"
  msgstr "DPkg::NoTriggers"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:643
++#: apt.conf.5.xml:660
  msgid ""
  "Add the no triggers flag to all dpkg calls (except the ConfigurePending "
  "call).  See &dpkg; if you are interested in what this actually means. In "
@@@ -7088,12 -7234,12 +7337,12 @@@ msgstr "
  "außerdem an die »unpack«- und »remove«-Aufrufe anhängen."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:650
++#: apt.conf.5.xml:667
  msgid "PackageManager::Configure"
  msgstr "PackageManager::Configure"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:651
++#: apt.conf.5.xml:668
  msgid ""
  "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
  "and \"<literal>no</literal>\".  \"<literal>all</literal>\" is the default "
@@@ -7122,12 -7268,12 +7371,12 @@@ msgstr "
  "mehr startbar sein könnte."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:661
++#: apt.conf.5.xml:678
  msgid "DPkg::ConfigurePending"
  msgstr "DPkg::ConfigurePending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:662
++#: apt.conf.5.xml:679
  msgid ""
  "If this option is set apt will call <command>dpkg --configure --pending</"
  "command> to let dpkg handle all required configurations and triggers. This "
@@@ -7146,12 -7292,12 +7395,12 @@@ msgstr "
  "deaktivieren."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:668
++#: apt.conf.5.xml:685
  msgid "DPkg::TriggersPending"
  msgstr "DPkg::TriggersPending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:669
++#: apt.conf.5.xml:686
  msgid ""
  "Useful for <literal>smart</literal> configuration as a package which has "
  "pending triggers is not considered as <literal>installed</literal> and dpkg "
@@@ -7167,12 -7313,12 +7416,12 @@@ msgstr "
  "benötigt werden."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:674
++#: apt.conf.5.xml:691
  msgid "PackageManager::UnpackAll"
  msgstr "PackageManager::UnpackAll"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:675
++#: apt.conf.5.xml:692
  msgid ""
  "As the configuration can be deferred to be done at the end by dpkg it can be "
  "tried to order the unpack series only by critical needs, e.g. by Pre-"
@@@ -7191,12 -7337,12 +7440,12 @@@ msgstr "
  "und weitere Verbesserungen benötigt, bevor sie wirklich nützlich wird."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:682
++#: apt.conf.5.xml:699
  msgid "OrderList::Score::Immediate"
  msgstr "OrderList::Score::Immediate"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:690
++#: apt.conf.5.xml:707
  #, no-wrap
  msgid ""
  "OrderList::Score {\n"
@@@ -7214,7 -7360,7 +7463,7 @@@ msgstr "
  "};"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:683
++#: apt.conf.5.xml:700
  msgid ""
  "Essential packages (and there dependencies) should be configured immediately "
  "after unpacking. It will be a good idea to do this quite early in the "
@@@ -7238,12 -7384,12 +7487,12 @@@ msgstr "
  "mit ihren Vorgabewerten. <placeholder type=\"literallayout\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:703
++#: apt.conf.5.xml:720
  msgid "Periodic and Archives options"
  msgstr "Periodische- und Archivoptionen"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:704
++#: apt.conf.5.xml:721
  msgid ""
  "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
  "of options configure behavior of apt periodic updates, which is done by "
@@@ -7257,12 -7403,12 +7506,12 @@@ msgstr "
  "Dokumentation dieser Optionen zu erhalten."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:712
++#: apt.conf.5.xml:729
  msgid "Debug options"
  msgstr "Fehlersuchoptionen"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:714
++#: apt.conf.5.xml:731
  msgid ""
  "Enabling options in the <literal>Debug::</literal> section will cause "
  "debugging information to be sent to the standard error stream of the program "
@@@ -7280,7 -7426,7 +7529,7 @@@ msgstr "
  "könnten es sein:"
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:725
++#: apt.conf.5.xml:742
  msgid ""
  "<literal>Debug::pkgProblemResolver</literal> enables output about the "
  "decisions made by <literal>dist-upgrade, upgrade, install, remove, purge</"
@@@ -7291,7 -7437,7 +7540,7 @@@ msgstr "
  "getroffenen Entscheidungen ein."
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:733
++#: apt.conf.5.xml:750
  msgid ""
  "<literal>Debug::NoLocking</literal> disables all file locking.  This can be "
  "used to run some operations (for instance, <literal>apt-get -s install</"
@@@ -7302,7 -7448,7 +7551,7 @@@ msgstr "
  "<literal>apt-get -s install</literal>) als nicht root-Anwender auszuführen."
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:742
++#: apt.conf.5.xml:759
  msgid ""
  "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
  "time that <literal>apt</literal> invokes &dpkg;."
@@@ -7314,7 -7460,7 +7563,7 @@@ msgstr "
  #.       motivating example, except I haven't a clue why you'd want
  #.       to do this. 
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:750
++#: apt.conf.5.xml:767
  msgid ""
  "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
  "in CDROM IDs."
@@@ -7323,17 -7469,17 +7572,17 @@@ msgstr "
  "Daten in CD-ROM-IDs aus."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:760
++#: apt.conf.5.xml:777
  msgid "A full list of debugging options to apt follows."
  msgstr "Eine vollständige Liste der Fehlersuchoptionen von APT folgt."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:765
++#: apt.conf.5.xml:782
  msgid "<literal>Debug::Acquire::cdrom</literal>"
  msgstr "<literal>Debug::Acquire::cdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:769
++#: apt.conf.5.xml:786
  msgid ""
  "Print information related to accessing <literal>cdrom://</literal> sources."
  msgstr ""
  "literal>-Quellen beziehen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:776
++#: apt.conf.5.xml:793
  msgid "<literal>Debug::Acquire::ftp</literal>"
  msgstr "<literal>Debug::Acquire::ftp</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:780
++#: apt.conf.5.xml:797
  msgid "Print information related to downloading packages using FTP."
  msgstr ""
  "Gibt Informationen aus, die sich auf das Herunterladen von Paketen per FTP "
  "beziehen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:787
++#: apt.conf.5.xml:804
  msgid "<literal>Debug::Acquire::http</literal>"
  msgstr "<literal>Debug::Acquire::http</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:791
++#: apt.conf.5.xml:808
  msgid "Print information related to downloading packages using HTTP."
  msgstr ""
  "Gibt Informationen aus, die sich auf das Herunterladen von Paketen per HTTP "
  "beziehen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:798
++#: apt.conf.5.xml:815
  msgid "<literal>Debug::Acquire::https</literal>"
  msgstr "<literal>Debug::Acquire::https</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:802
++#: apt.conf.5.xml:819
  msgid "Print information related to downloading packages using HTTPS."
  msgstr ""
  "Gibt Informationen aus, die sich auf das Herunterladen von Paketen per HTTPS "
  "beziehen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:809
++#: apt.conf.5.xml:826
  msgid "<literal>Debug::Acquire::gpgv</literal>"
  msgstr "<literal>Debug::Acquire::gpgv</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:813
++#: apt.conf.5.xml:830
  msgid ""
  "Print information related to verifying cryptographic signatures using "
  "<literal>gpg</literal>."
@@@ -7391,12 -7537,12 +7640,12 @@@ msgstr "
  "mittels <literal>gpg</literal> beziehen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:820
++#: apt.conf.5.xml:837
  msgid "<literal>Debug::aptcdrom</literal>"
  msgstr "<literal>Debug::aptcdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:824
++#: apt.conf.5.xml:841
  msgid ""
  "Output information about the process of accessing collections of packages "
  "stored on CD-ROMs."
@@@ -7405,23 -7551,23 +7654,23 @@@ msgstr "
  "CD-ROMs gespeichert sind."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:831
++#: apt.conf.5.xml:848
  msgid "<literal>Debug::BuildDeps</literal>"
  msgstr "<literal>Debug::BuildDeps</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:834
++#: apt.conf.5.xml:851
  msgid "Describes the process of resolving build-dependencies in &apt-get;."
  msgstr ""
  "Beschreibt den Prozess der Auflösung von Bauabhängigkeiten in &apt-get;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:841
++#: apt.conf.5.xml:858
  msgid "<literal>Debug::Hashes</literal>"
  msgstr "<literal>Debug::Hashes</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:844
++#: apt.conf.5.xml:861
  msgid ""
  "Output each cryptographic hash that is generated by the <literal>apt</"
  "literal> libraries."
@@@ -7430,12 -7576,12 +7679,12 @@@ msgstr "
  "Bibliotheken generiert wurde."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:851
++#: apt.conf.5.xml:868
  msgid "<literal>Debug::IdentCDROM</literal>"
  msgstr "<literal>Debug::IdentCDROM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:854
++#: apt.conf.5.xml:871
  msgid ""
  "Do not include information from <literal>statfs</literal>, namely the number "
  "of used and free blocks on the CD-ROM filesystem, when generating an ID for "
@@@ -7446,12 -7592,12 +7695,12 @@@ msgstr "
  "ID für eine CD-ROM generiert wird."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:862
++#: apt.conf.5.xml:879
  msgid "<literal>Debug::NoLocking</literal>"
  msgstr "<literal>Debug::NoLocking</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:865
++#: apt.conf.5.xml:882
  msgid ""
  "Disable all file locking.  For instance, this will allow two instances of "
  "<quote><literal>apt-get update</literal></quote> to run at the same time."
@@@ -7461,24 -7607,24 +7710,24 @@@ msgstr "
  "gleichen Zeit laufen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:873
++#: apt.conf.5.xml:890
  msgid "<literal>Debug::pkgAcquire</literal>"
  msgstr "<literal>Debug::pkgAcquire</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:877
++#: apt.conf.5.xml:894
  msgid "Log when items are added to or removed from the global download queue."
  msgstr ""
  "Protokollieren, wenn Elemente aus der globalen Warteschlange zum "
  "Herunterladen hinzugefügt oder entfernt werden."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:884
++#: apt.conf.5.xml:901
  msgid "<literal>Debug::pkgAcquire::Auth</literal>"
  msgstr "<literal>Debug::pkgAcquire::Auth</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:887
++#: apt.conf.5.xml:904
  msgid ""
  "Output status messages and errors related to verifying checksums and "
  "cryptographic signatures of downloaded files."
@@@ -7487,12 -7633,12 +7736,12 @@@ msgstr "
  "und kryptografischen Signaturen von heruntergeladenen Dateien beziehen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:894
++#: apt.conf.5.xml:911
  msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
  msgstr "<literal>Debug::pkgAcquire::Diffs</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:897
++#: apt.conf.5.xml:914
  msgid ""
  "Output information about downloading and applying package index list diffs, "
  "and errors relating to package index list diffs."
@@@ -7501,12 -7647,12 +7750,12 @@@ msgstr "
  "und Fehler, die die Paketindexlisten-Diffs betreffen, ausgeben."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:905
++#: apt.conf.5.xml:922
  msgid "<literal>Debug::pkgAcquire::RRed</literal>"
  msgstr "<literal>Debug::pkgAcquire::RRed</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:909
++#: apt.conf.5.xml:926
  msgid ""
  "Output information related to patching apt package lists when downloading "
  "index diffs instead of full indices."
@@@ -7516,12 -7662,12 +7765,12 @@@ msgstr "
  "werden."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:916
++#: apt.conf.5.xml:933
  msgid "<literal>Debug::pkgAcquire::Worker</literal>"
  msgstr "<literal>Debug::pkgAcquire::Worker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:920
++#: apt.conf.5.xml:937
  msgid ""
  "Log all interactions with the sub-processes that actually perform downloads."
  msgstr ""
  "durchführen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:927
++#: apt.conf.5.xml:944
  msgid "<literal>Debug::pkgAutoRemove</literal>"
  msgstr "<literal>Debug::pkgAutoRemove</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:931
++#: apt.conf.5.xml:948
  msgid ""
  "Log events related to the automatically-installed status of packages and to "
  "the removal of unused packages."
@@@ -7544,12 -7690,12 +7793,12 @@@ msgstr "
  "beziehen."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:938
++#: apt.conf.5.xml:955
  msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  msgstr "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:941
++#: apt.conf.5.xml:958
  msgid ""
  "Generate debug messages describing which packages are being automatically "
  "installed to resolve dependencies.  This corresponds to the initial auto-"
@@@ -7565,12 -7711,12 +7814,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:952
++#: apt.conf.5.xml:969
  msgid "<literal>Debug::pkgDepCache::Marker</literal>"
  msgstr "<literal>Debug::pkgDepCache::Marker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:955
++#: apt.conf.5.xml:972
  msgid ""
  "Generate debug messages describing which package is marked as keep/install/"
  "remove while the ProblemResolver does his work.  Each addition or deletion "
@@@ -7602,23 -7748,23 +7851,23 @@@ msgstr "
  "erscheint."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:974
++#: apt.conf.5.xml:991
  msgid "<literal>Debug::pkgInitConfig</literal>"
  msgstr "<literal>Debug::pkgInitConfig</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:977
++#: apt.conf.5.xml:994
  msgid "Dump the default configuration to standard error on startup."
  msgstr ""
  "Die Vorgabekonfiguration beim Start auf der Standardfehlerausgabe ausgeben."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:984
++#: apt.conf.5.xml:1001
  msgid "<literal>Debug::pkgDPkgPM</literal>"
  msgstr "<literal>Debug::pkgDPkgPM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:987
++#: apt.conf.5.xml:1004
  msgid ""
  "When invoking &dpkg;, output the precise command line with which it is being "
  "invoked, with arguments separated by a single space character."
@@@ -7628,12 -7774,12 +7877,12 @@@ msgstr "
  "sind."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:995
++#: apt.conf.5.xml:1012
  msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
  msgstr "<literal>Debug::pkgDPkgProgressReporting</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:998
++#: apt.conf.5.xml:1015
  msgid ""
  "Output all the data received from &dpkg; on the status file descriptor and "
  "any errors encountered while parsing it."
@@@ -7642,12 -7788,12 +7891,12 @@@ msgstr "
  "alle während deren Auswertung gefundenen Fehler ausgeben."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1005
++#: apt.conf.5.xml:1022
  msgid "<literal>Debug::pkgOrderList</literal>"
  msgstr "<literal>Debug::pkgOrderList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1009
++#: apt.conf.5.xml:1026
  msgid ""
  "Generate a trace of the algorithm that decides the order in which "
  "<literal>apt</literal> should pass packages to &dpkg;."
@@@ -7657,12 -7803,12 +7906,12 @@@ msgstr "
  "soll."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1017
++#: apt.conf.5.xml:1034
  msgid "<literal>Debug::pkgPackageManager</literal>"
  msgstr "<literal>Debug::pkgPackageManager</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1021
++#: apt.conf.5.xml:1038
  msgid ""
  "Output status messages tracing the steps performed when invoking &dpkg;."
  msgstr ""
  "von &dpkg; ausgeführt werden."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1028
++#: apt.conf.5.xml:1045
  msgid "<literal>Debug::pkgPolicy</literal>"
  msgstr "<literal>Debug::pkgPolicy</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1032
++#: apt.conf.5.xml:1049
  msgid "Output the priority of each package list on startup."
  msgstr "Die Priorität jeder Paketliste beim Start ausgeben."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1038
++#: apt.conf.5.xml:1055
  msgid "<literal>Debug::pkgProblemResolver</literal>"
  msgstr "<literal>Debug::pkgProblemResolver</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1042
++#: apt.conf.5.xml:1059
  msgid ""
  "Trace the execution of the dependency resolver (this applies only to what "
  "happens when a complex dependency problem is encountered)."
@@@ -7695,12 -7841,12 +7944,12 @@@ msgstr "
  "aufgetreten ist)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1050
++#: apt.conf.5.xml:1067
  msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  msgstr "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1053
++#: apt.conf.5.xml:1070
  msgid ""
  "Display a list of all installed packages with their calculated score used by "
  "the pkgProblemResolver. The description of the package is the same as "
@@@ -7712,12 -7858,12 +7961,12 @@@ msgstr "
  "beschrieben."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1061
++#: apt.conf.5.xml:1078
  msgid "<literal>Debug::sourceList</literal>"
  msgstr "<literal>Debug::sourceList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1065
++#: apt.conf.5.xml:1082
  msgid ""
  "Print information about the vendors read from <filename>/etc/apt/vendors."
  "list</filename>."
@@@ -7726,7 -7872,7 +7975,7 @@@ msgstr "
  "gelesenen Anbieter ausgeben."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1088
++#: apt.conf.5.xml:1105
  msgid ""
  "&configureindex; is a configuration file showing example values for all "
  "possible options."
@@@ -7735,13 -7881,13 +7984,13 @@@ msgstr "
  "möglichen Optionen zeigen."
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt.conf.5.xml:1095
++#: apt.conf.5.xml:1112
  msgid "&file-aptconf;"
  msgstr "&file-aptconf;"
  
  #.  ? reading apt.conf 
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1100
++#: apt.conf.5.xml:1117
  msgid "&apt-cache;, &apt-config;, &apt-preferences;."
  msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
  
@@@ -7851,8 -7999,8 +8102,8 @@@ msgstr "
  msgid ""
  "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
  "directory are parsed in alphanumeric ascending order and need to obey the "
--"following naming convention: The files have no or \"<literal>pref</literal>"
--"\" as filename extension and which only contain alphanumeric, hyphen (-), "
++"following naming convention: The files have either no or \"<literal>pref</"
++"literal>\" as filename extension and only contain alphanumeric, hyphen (-), "
  "underscore (_) and period (.) characters.  Otherwise APT will print a notice "
  "that it has ignored a file if the file doesn't match a pattern in the "
  "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this "
@@@ -8312,7 -8465,85 +8568,85 @@@ msgstr "
  "Pin-Priority: 500\n"
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
- #: apt_preferences.5.xml:263
+ #: apt_preferences.5.xml:262
+ msgid "Regular expressions and glob() syntax"
+ msgstr "Reguläre Ausdrücke und glob()-Syntax"
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:264
+ #, fuzzy
+ #| msgid ""
+ #| "APT also supports pinning by glob() expressions and regular expressions "
+ #| "surrounded by /. For example, the following example assigns the priority "
+ #| "500 to all packages from experimental where the name starts with gnome "
+ #| "(as a glob()-like expression) or contains the word kde (as a POSIX "
+ #| "extended regular expression surrounded by slashes)."
+ msgid ""
+ "APT also supports pinning by glob() expressions and regular expressions "
+ "surrounded by /. For example, the following example assigns the priority 500 "
+ "to all packages from experimental where the name starts with gnome (as a glob"
 -"()-like expression or contains the word kde (as a POSIX extended regular "
++"()-like expression) or contains the word kde (as a POSIX extended regular "
+ "expression surrounded by slashes)."
+ msgstr ""
+ "APT unterstützt außerdem Pinning mittels glob()-Ausdrücken und regulären "
+ "Ausdrücken, die von »/« umschlossen sind. Das folgende Beispiel weist "
+ "beispielsweise allen Paketen aus Experimental die Priorität 500 zu, bei "
+ "denen der Name mit »gnome« beginnt (wie ein glob()-artiger Ausdruck) oder "
+ "das Wort »kde« enthält (wie ein erweiterter regulärer POSIX-Ausdruck, der "
+ "von Schrägstrichen umschlossen wird)."
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:273
+ #, no-wrap
+ msgid ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ msgstr ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:279
+ #, fuzzy
+ #| msgid ""
+ #| "The rule for those expressions is that they can occur anywhere where a "
+ #| "string can occur. Thus, the following pin assigns the priority 990 to all "
+ #| "packages from a release starting with karmic."
+ msgid ""
+ "The rule for those expressions is that they can occur anywhere where a "
 -"string can occur. Those, the following pin assigns the priority 990 to all "
++"string can occur. Thus, the following pin assigns the priority 990 to all "
+ "packages from a release starting with karmic."
+ msgstr ""
+ "Die Regel für diese Ausdrücke ist, dass sie überall dort auftreten können, "
+ "wo eine Zeichenkette auftreten kann. Somit weist die folgende Pin allen "
+ "Paketen von einem Release seit Karmic die Priorität 900 zu."
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:285
+ #, no-wrap
+ msgid ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:290
+ msgid "Package"
+ msgstr "Package"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:296
+ msgid "*"
+ msgstr "*"
+ #. type: Content of: <refentry><refsect1><refsect2><title>
+ #: apt_preferences.5.xml:306
  msgid "How APT Interprets Priorities"
  msgstr "Wie APT Prioritäten interpretiert"
  
@@@ -9213,8 -9427,9 +9530,9 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><literallayout>
  #: sources.list.5.xml:81
- #, no-wrap
- msgid "deb uri distribution [component1] [component2] [...]"
+ #, fuzzy, no-wrap
#| msgid "deb uri distribution [component1] [component2] [...]"
 -msgid "deb uri distribution [component1] [component2] [...]"
++msgid "deb [ options ] uri distribution [component1] [component2] [...]"
  msgstr "deb URI Distribution [Komponente1] [Komponente2] [...]"
  
  #. type: Content of: <refentry><refsect1><para>
@@@ -9286,6 -9501,6 +9604,38 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><para>
  #: sources.list.5.xml:112
  msgid ""
++"<literal>options</literal> is always optional and needs to be surounded by "
++"square brackets. It can consist of multiple settings in the form "
++"<literal><replaceable>setting</replaceable>=<replaceable>value</"
++"replaceable></literal>.  Multiple settings are separated by spaces. The "
++"following settings are supported by APT, note through that unsupported "
++"settings will be ignored silently:"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:117
++msgid ""
++"<literal>arch=<replaceable>arch1</replaceable>,<replaceable>arch2</"
++"replaceable>,…</literal> can be used to specify for which architectures "
++"packages information should be downloaded. If this option is not set all "
++"architectures defined by the <literal>APT::Architectures</literal> option "
++"will be downloaded."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:121
++msgid ""
++"<literal>trusted=yes</literal> can be set to indicate that packages from "
++"this source are always authenificated even if the <filename>Release</"
++"filename> file is not signed or the signature can't be checked. This "
++"disables parts of &apt-secure; and should therefore only be used in a local "
++"and trusted context. <literal>trusted=no</literal> is the opposite which "
++"handles even correctly authenificated sources as not authenificated."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:128
++msgid ""
  "It is important to list sources in order of preference, with the most "
  "preferred source listed first. Typically this will result in sorting by "
  "speed from fastest to slowest (CD-ROM followed by hosts on a local network, "
@@@ -9298,12 -9513,12 +9648,12 @@@ msgstr "
  "Rechnern, zum Beispiel)."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:117
++#: sources.list.5.xml:133
  msgid "Some examples:"
  msgstr "Einige Beispiele:"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:119
++#: sources.list.5.xml:135
  #, no-wrap
  msgid ""
  "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
@@@ -9315,17 -9530,17 +9665,17 @@@ msgstr "
  "   "
  
  #. type: Content of: <refentry><refsect1><title>
--#: sources.list.5.xml:125
++#: sources.list.5.xml:141
  msgid "URI specification"
  msgstr "URI-Beschreibung"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:130
++#: sources.list.5.xml:146
  msgid "file"
  msgstr "file"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:132
++#: sources.list.5.xml:148
  msgid ""
  "The file scheme allows an arbitrary directory in the file system to be "
  "considered an archive. This is useful for NFS mounts and local mirrors or "
@@@ -9336,7 -9551,7 +9686,7 @@@ msgstr "
  "lokale Spiegel oder Archive."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:139
++#: sources.list.5.xml:155
  msgid ""
  "The cdrom scheme allows APT to use a local CDROM drive with media swapping. "
  "Use the &apt-cdrom; program to create cdrom entries in the source list."
@@@ -9346,7 -9561,7 +9696,7 @@@ msgstr "
  "der Quellenliste zu erstellen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:146
++#: sources.list.5.xml:162
  msgid ""
  "The http scheme specifies an HTTP server for the archive. If an environment "
  "variable <envar>http_proxy</envar> is set with the format http://server:"
@@@ -9363,7 -9578,7 +9713,7 @@@ msgstr "
  "Beachten Sie, dass dies eine unsichere Authentifizierungsmethode ist."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:157
++#: sources.list.5.xml:173
  msgid ""
  "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior "
  "is highly configurable; for more information see the &apt-conf; manual page. "
@@@ -9383,12 -9598,12 +9733,12 @@@ msgstr "
  "Konfigurationsdatei HTTP benutzen, werden ignoriert."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:166
++#: sources.list.5.xml:182
  msgid "copy"
  msgstr "copy"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:168
++#: sources.list.5.xml:184
  msgid ""
  "The copy scheme is identical to the file scheme except that packages are "
  "copied into the cache directory instead of used directly at their location.  "
@@@ -9400,17 -9615,17 +9750,17 @@@ msgstr "
  "Platte benutzen, um Dateien mit APT umherzukopieren."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "rsh"
  msgstr "rsh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "ssh"
  msgstr "ssh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:175
++#: sources.list.5.xml:191
  msgid ""
  "The rsh/ssh method invokes rsh/ssh to connect to a remote host as a given "
  "user and access the files. It is a good idea to do prior arrangements with "
@@@ -9426,12 -9641,12 +9776,12 @@@ msgstr "
  "aus der Ferne durchzuführen."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:183
++#: sources.list.5.xml:199
  msgid "more recognizable URI types"
  msgstr "weitere erkennbare URI-Typen"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:185
++#: sources.list.5.xml:201
  msgid ""
  "APT can be extended with more methods shipped in other optional packages "
  "which should follow the nameing scheme <literal>apt-transport-"
@@@ -9453,7 -9668,7 +9803,7 @@@ msgstr "
  "citerefentry>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:127
++#: sources.list.5.xml:143
  msgid ""
  "The currently recognized URI types are cdrom, file, http, ftp, copy, ssh, "
  "rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -9462,7 -9677,7 +9812,7 @@@ msgstr "
  "»ssh«, »rsh«. <placeholder type=\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:199
++#: sources.list.5.xml:215
  msgid ""
  "Uses the archive stored locally (or NFS mounted) at /home/jason/debian for "
  "stable/main, stable/contrib, and stable/non-free."
@@@ -9471,37 -9686,37 +9821,60 @@@ msgstr "
  "jason/debian für stable/main, stable/contrib und stable/non-free."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:201
++#: sources.list.5.xml:217
  #, no-wrap
  msgid "deb file:/home/jason/debian stable main contrib non-free"
  msgstr "deb file:/home/jason/debian stable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:203
++#: sources.list.5.xml:219
  msgid "As above, except this uses the unstable (development) distribution."
  msgstr ""
  "Wie oben, außer das dies die »unstable«- (Entwicklungs-) Distribution "
  "benutzt."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:204
++#: sources.list.5.xml:220
  #, no-wrap
  msgid "deb file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:206
++#: sources.list.5.xml:222
  msgid "Source line for the above"
  msgstr "Quellzeile für obiges"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:207
++#: sources.list.5.xml:223
  #, no-wrap
  msgid "deb-src file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb-src file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:209
++#: sources.list.5.xml:225
++msgid ""
++"The first line gets package information for the architectures in "
++"<literal>APT::Architectures</literal> while the second always retrieves "
++"<literal>amd64</literal> and <literal>armel</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><literallayout>
++#: sources.list.5.xml:227
++#, fuzzy, no-wrap
++#| msgid ""
++#| "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++#| "deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++#| "   "
++msgid ""
++"deb http://ftp.debian.org/debian &stable-codename; main\n"
++"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
++msgstr ""
++"deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++"deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++"   "
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:230
  msgid ""
  "Uses HTTP to access the archive at archive.debian.org, and uses only the "
  "hamm/main area."
@@@ -9510,13 -9725,13 +9883,13 @@@ msgstr "
  "den hamm/main-Bereich zu benutzen."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:211
++#: sources.list.5.xml:232
  #, no-wrap
  msgid "deb http://archive.debian.org/debian-archive hamm main"
  msgstr "deb http://archive.debian.org/debian-archive hamm main"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:213
++#: sources.list.5.xml:234
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the &stable-codename;/contrib area."
@@@ -9526,13 -9741,13 +9899,13 @@@ msgstr "
  "benutzen."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:215
++#: sources.list.5.xml:236
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  msgstr "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:217
++#: sources.list.5.xml:238
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the unstable/contrib area. If this line appears as "
@@@ -9546,29 -9761,19 +9919,19 @@@ msgstr "
  "für beide Quellzeilen benutzt."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:221
++#: sources.list.5.xml:242
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian unstable contrib"
  msgstr "deb ftp://ftp.debian.org/debian unstable contrib"
  
  #. type: Content of: <refentry><refsect1><para><literallayout>
--#: sources.list.5.xml:230
- #, fuzzy, no-wrap
- #| msgid "deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/"
++#: sources.list.5.xml:251
+ #, no-wrap
  msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
- msgstr "deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/"
+ msgstr "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:223
- #, fuzzy
- #| msgid ""
- #| "Uses HTTP to access the archive at nonus.debian.org, under the debian-non-"
- #| "US directory, and uses only files found under <filename>unstable/binary-"
- #| "i386</filename> on i386 machines, <filename>unstable/binary-m68k</"
- #| "filename> on m68k, and so forth for other supported architectures. [Note "
- #| "this example only illustrates how to use the substitution variable; non-"
- #| "us is no longer structured like this] <placeholder type=\"literallayout\" "
- #| "id=\"0\"/>"
++#: sources.list.5.xml:244
  msgid ""
  "Uses HTTP to access the archive at ftp.tlh.debian.org, under the universe "
  "directory, and uses only files found under <filename>unstable/binary-i386</"
  "archives are not structured like this] <placeholder type=\"literallayout\" "
  "id=\"0\"/>"
  msgstr ""
- "Benutzt HTTP, um auf das Archiv auf nonus.debian.org unter dem debian-non-US-"
+ "Benutzt HTTP, um auf das Archiv auf ftp.tlh.debian.org unter dem universe-"
  "Verzeichnis zuzugreifen und benutzt nur Dateien, die unter "
  "<filename>unstable/binary-i386</filename> auf i386-Maschinen, "
- "<filename>unstable/binary-m68k</filename> auf m68k und so weiter für andere "
- "unterstützte Architekturen, gefunden werden. [Beachten Sie, dass dieses "
- "Beispiel nur anschaulich macht, wie die Platzhaltervariable benutzt wird. "
- "»non-us« ist nicht länger so strukturiert] <placeholder type=\"literallayout"
- "\" id=\"0\"/>"
+ "<filename>unstable/binary-amd64</filename> auf amd64 und so weiter für "
+ "andere unterstützte Architekturen, gefunden werden. [Beachten Sie, dass "
+ "dieses Beispiel nur anschaulich macht, wie die Platzhaltervariable benutzt "
+ "wird. Offizielle Debian-Archive sind nicht so strukturiert.] <placeholder "
+ "type=\"literallayout\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:235
++#: sources.list.5.xml:256
  msgid "&apt-cache; &apt-conf;"
  msgstr "&apt-cache; &apt-conf;"
  
@@@ -11145,6 -11350,60 +11508,47 @@@ msgstr "  # apt-get -o dir::cache::arch
  msgid "Which will use the already fetched archives on the disc."
  msgstr "Es wird die bereits auf die Platte heruntergeladenen Archive benutzen."
  
 -#, fuzzy
 -#~| msgid "<option>--recurse</option>"
 -#~ msgid "<option>--host-architecture</option>"
 -#~ msgstr "<option>--recurse</option>"
 -
 -#, fuzzy
 -#~| msgid "Max-ValidTime"
 -#~ msgid "Min-ValidTime"
 -#~ msgstr "Max-ValidTime"
++#~ msgid ""
++#~ "Update the local keyring with the keyring of Debian archive keys and "
++#~ "removes from the keyring the archive keys which are no longer valid."
++#~ msgstr ""
++#~ "Den lokalen Schlüsselbund mit dem Schlüsselbund der Debian-"
++#~ "Archivschlüssel aktualisieren und aus dem Schlüsselbund die "
++#~ "Archivschlüssel entfernen, die nicht länger gültig sind."
+ #, fuzzy
+ #~| msgid ""
+ #~| "Seconds the Release file should be considered valid after it was "
+ #~| "created. The default is \"for ever\" (0) if the Release file of the "
+ #~| "archive doesn't include a <literal>Valid-Until</literal> header.  If it "
+ #~| "does then this date is the default. The date from the Release file or "
+ #~| "the date specified by the creation time of the Release file "
+ #~| "(<literal>Date</literal> header) plus the seconds specified with this "
+ #~| "options are used to check if the validation of a file has expired by "
+ #~| "using the earlier date of the two. Archive specific settings can be made "
+ #~| "by appending the label of the archive to the option name."
+ #~ msgid ""
 -#~ "Minimum of seconds the Release file should be considered valid after it "
 -#~ "was created (indicated by the <literal>Date</literal> header).  Use this "
 -#~ "if you need to use a seldomly updated (local) mirror of a more regular "
 -#~ "updated archive with a <literal>Valid-Until</literal> header instead of "
 -#~ "competely disabling the expiration date checking.  Archive specific "
 -#~ "settings can and should be used by appending the label of the archive to "
 -#~ "the option name."
++#~ "Seconds the Release file should be considered valid after it was created. "
++#~ "The default is \"for ever\" (0) if the Release file of the archive "
++#~ "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
++#~ "this date is the default. The date from the Release file or the date "
++#~ "specified by the creation time of the Release file (<literal>Date</"
++#~ "literal> header) plus the seconds specified with this options are used to "
++#~ "check if the validation of a file has expired by using the earlier date "
++#~ "of the two. Archive specific settings can be made by appending the label "
++#~ "of the archive to the option name."
+ #~ msgstr ""
+ #~ "Sekunden, die die Release-Datei als gültig betrachtet werden sollte, "
+ #~ "nachdem sie erzeugt wurde. Vorgabe ist »für immer« (0), falls die Release-"
+ #~ "Datei des Archivs keine <literal>Valid-Until</literal>-Kopfzeile enthält. "
+ #~ "Falls dies so ist, ist dieses Datum vorgegeben. Das Datum aus der Release-"
+ #~ "Datei oder das Datum, das durch die Erstellungszeit der Release-Datei "
+ #~ "angegeben wurde (<literal>Date</literal>-Kopfzeile) plus die mit diesen "
+ #~ "Optionen angegebenen Sekunden werden benutzt, um zu prüfen, ob die "
+ #~ "Bestätigung einer Datei abgelaufen ist indem das neuere Datum der beiden "
+ #~ "benutzt wird. Archivspezifische Einstellungen können durch Anhängen des "
+ #~ "Archivetiketts an die Option »name« vorgenommen werden."
 -#, fuzzy
 -#~| msgid ""
 -#~| "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
 -#~| "deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
 -#~| "   "
 -#~ msgid ""
 -#~ "deb http://ftp.debian.org/debian &stable-codename; main\n"
 -#~ "deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
 -#~ msgstr ""
 -#~ "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
 -#~ "deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
 -#~ "   "
 -
  #~ msgid "<option>--md5</option>"
  #~ msgstr "<option>--md5</option>"
  
diff --cc doc/po/es.po
index 6b9b667e2330a745777b36a475f3d61a97e2cc09,db8b9a8481488c9586fe8034f194203ba275f436..652d7d025004beea83b63a14d71ee3a98efc87ba
@@@ -36,7 -36,7 +36,7 @@@
  msgid ""
  msgstr ""
  "Project-Id-Version: apt 0.7.25\n"
- "POT-Creation-Date: 2011-04-05 10:22+0300\n"
 -"POT-Creation-Date: 2011-06-08 16:54+0300\n"
++"POT-Creation-Date: 2011-11-10 16:42+0100\n"
  "PO-Revision-Date: 2010-08-25 03:25+0200\n"
  "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
  "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@@ -809,8 -809,8 +809,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50
--#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114
- #: apt-key.8.xml:38 apt-mark.8.xml:55 apt-secure.8.xml:43
++#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:121
+ #: apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43
  #: apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36
  #: sources.list.5.xml:36
  msgid "Description"
@@@ -830,7 -830,7 +830,7 @@@ msgstr "
  "genera información interesante a partir de los metadatos del paquete."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-cache.8.xml:70 apt-get.8.xml:120
++#: apt-cache.8.xml:70 apt-get.8.xml:127
  msgid ""
  "Unless the <option>-h</option>, or <option>--help</option> option is given, "
  "one of the commands below must be present."
@@@ -1327,8 -1327,8 +1327,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
  #: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59
- #: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:92
 -#: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:126
--#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
++#: apt-ftparchive.1.xml:525 apt-get.8.xml:342 apt-mark.8.xml:126
++#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:577 apt.conf.5.xml:599
  msgid "options"
  msgstr "Opciones"
  
@@@ -1354,7 -1354,7 +1354,7 @@@ msgstr "
  "configuración: <literal>Dir::Cache::pkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:288 apt-ftparchive.1.xml:571 apt-get.8.xml:393
++#: apt-cache.8.xml:288 apt-ftparchive.1.xml:572 apt-get.8.xml:404
  #: apt-sortpkgs.1.xml:61
  msgid "<option>-s</option>"
  msgstr "<option>-s</option>"
@@@ -1380,12 -1380,12 +1380,12 @@@ msgstr "
  "Opción de configuración: <literal>Dir::Cache::srcpkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>-q</option>"
  msgstr "<option>-q</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>--quiet</option>"
  msgstr "<option>--quiet</option>"
  
@@@ -1466,9 -1466,9 +1466,16 @@@ msgstr "<option>--no-enhances</option>
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-cache.8.xml:317
++#, fuzzy
++#| msgid ""
++#| "Per default the <literal>depends</literal> and <literal>rdepends</"
++#| "literal> print all dependencies. This can be twicked with these flags "
++#| "which will omit the specified dependency type.  Configuration Item: "
++#| "<literal>APT::Cache::Show<replaceable>DependencyType</replaceable></"
++#| "literal> e.g. <literal>APT::Cache::ShowRecommends</literal>."
  msgid ""
  "Per default the <literal>depends</literal> and <literal>rdepends</literal> "
--"print all dependencies. This can be twicked with these flags which will omit "
++"print all dependencies. This can be tweaked with these flags which will omit "
  "the specified dependency type.  Configuration Item: <literal>APT::Cache::"
  "Show<replaceable>DependencyType</replaceable></literal> e.g. <literal>APT::"
  "Cache::ShowRecommends</literal>."
@@@ -1481,7 -1481,7 +1488,7 @@@ msgstr "
  "<literal>APT::Cache::ShowRecommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:350
++#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:361
  msgid "<option>-f</option>"
  msgstr "<option>-f</option>"
  
@@@ -1500,7 -1500,7 +1507,8 @@@ msgstr "
  "Opción de configuración: <literal>APT::Cache::ShowFull</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:583
++#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:584
++#: apt-get.8.xml:452
  msgid "<option>-a</option>"
  msgstr "<option>-a</option>"
  
@@@ -1617,14 -1617,14 +1625,14 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist>
  #: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101
--#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570
- #: apt-sortpkgs.1.xml:67
++#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:612 apt-get.8.xml:596
+ #: apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
  msgid "&apt-commonoptions;"
  msgstr "&apt-commonoptions;"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:156 apt-mark.8.xml:125
- #: apt.conf.5.xml:1093 apt_preferences.5.xml:654
 -#: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:172 apt-mark.8.xml:144
 -#: apt.conf.5.xml:1093 apt_preferences.5.xml:697
++#: apt-cache.8.xml:372 apt-get.8.xml:601 apt-key.8.xml:175 apt-mark.8.xml:144
++#: apt.conf.5.xml:1110 apt_preferences.5.xml:697
  msgid "Files"
  msgstr "Ficheros"
  
@@@ -1635,10 -1635,10 +1643,10 @@@ msgstr "&file-sourceslist; &file-statel
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106
--#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585
- #: apt-key.8.xml:177 apt-mark.8.xml:131 apt-secure.8.xml:185
- #: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:661
 -#: apt-key.8.xml:193 apt-mark.8.xml:150 apt-secure.8.xml:185
 -#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:704
--#: sources.list.5.xml:234
++#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:628 apt-get.8.xml:611
++#: apt-key.8.xml:196 apt-mark.8.xml:150 apt-secure.8.xml:185
++#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1116 apt_preferences.5.xml:704
++#: sources.list.5.xml:255
  msgid "See Also"
  msgstr "Véase también"
  
@@@ -1649,8 -1649,8 +1657,8 @@@ msgstr "&apt-conf;, &sources-list;, &ap
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111
--#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591
- #: apt-mark.8.xml:135 apt-sortpkgs.1.xml:76
++#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:632 apt-get.8.xml:617
+ #: apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
  msgid "Diagnostics"
  msgstr "Diagnósticos"
  
@@@ -1779,12 -1779,12 +1787,12 @@@ msgstr "
  "option>. <placeholder type=\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cdrom.8.xml:94 apt-key.8.xml:142
 -#: apt-cdrom.8.xml:94 apt-key.8.xml:158
++#: apt-cdrom.8.xml:94 apt-key.8.xml:161
  msgid "Options"
  msgstr "Opciones"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:539 apt-get.8.xml:345
++#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:540 apt-get.8.xml:356
  msgid "<option>-d</option>"
  msgstr "<option>-d</option>"
  
@@@ -1828,7 -1828,7 +1836,7 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:116 apt-get.8.xml:364
++#: apt-cdrom.8.xml:116 apt-get.8.xml:375
  msgid "<option>-m</option>"
  msgstr "<option>-m</option>"
  
@@@ -1883,17 -1883,17 +1891,17 @@@ msgstr "
  "pero encontrará todo el contenido."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:143 apt-get.8.xml:395
++#: apt-cdrom.8.xml:143 apt-get.8.xml:406
  msgid "<option>--just-print</option>"
  msgstr "<option>--just-print</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:144 apt-get.8.xml:397
++#: apt-cdrom.8.xml:144 apt-get.8.xml:408
  msgid "<option>--recon</option>"
  msgstr "<option>--recon</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:145 apt-get.8.xml:398
++#: apt-cdrom.8.xml:145 apt-get.8.xml:409
  msgid "<option>--no-act</option>"
  msgstr "<option>--no-act</option>"
  
@@@ -2041,7 -2041,7 +2049,7 @@@ msgid "Just show the contents of the co
  msgstr "Sólo muestra el contenido del espacio de configuración."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:628
++#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:629
  #: apt-sortpkgs.1.xml:73
  msgid "&apt-conf;"
  msgstr "&apt-conf;"
@@@ -2120,7 -2120,7 +2128,7 @@@ msgstr "
  "<filename>paquete.config.XXXX</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-extracttemplates.1.xml:63 apt-get.8.xml:504
++#: apt-extracttemplates.1.xml:63 apt-get.8.xml:530
  msgid "<option>-t</option>"
  msgstr "<option>-t</option>"
  
@@@ -2397,7 -2397,7 +2405,7 @@@ msgstr "
  "configuración necesaria."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:145 apt-get.8.xml:287
++#: apt-ftparchive.1.xml:145 apt-get.8.xml:298
  msgid "clean"
  msgstr "clean"
  
@@@ -2971,8 -2971,8 +2979,8 @@@ msgstr "
  "distribución, generalmente es similar a <literal>main contrib non-free</"
  "literal>."
  
--#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:394
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-ftparchive.1.xml:394 apt.conf.5.xml:157
  msgid "Architectures"
  msgstr "Arquitecturas"
  
@@@ -3214,10 -3214,10 +3222,10 @@@ msgid "
  "Configuration Items: <literal>APT::FTPArchive::<replaceable>Checksum</"
  "replaceable></literal> and <literal>APT::FTPArchive::<replaceable>Index</"
  "replaceable>::<replaceable>Checksum</replaceable></literal> where "
--"<literal>Index</literal> can be <literal>Packages</literal>, "
--"<literal>Sources</literal> or <literal>Release</literal> and "
--"<literal>Checksum</literal> can be <literal>MD5</literal>, <literal>SHA1</"
--"literal> or <literal>SHA256</literal>."
++"<literal><replaceable>Index</replaceable></literal> can be "
++"<literal>Packages</literal>, <literal>Sources</literal> or <literal>Release</"
++"literal> and <literal><replaceable>Checksum</replaceable></literal> can be "
++"<literal>MD5</literal>, <literal>SHA1</literal> or <literal>SHA256</literal>."
  msgstr ""
  "Los valores para los campos de metadatos adicionales en el fichero «Release» "
  "se toman de las variables correspondientes en <literal>APT::FTPArchive::"
  "<literal>Components</literal> y <literal>Description</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:539
++#: apt-ftparchive.1.xml:540
  msgid "<option>--db</option>"
  msgstr "<option>--db</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:541
++#: apt-ftparchive.1.xml:542
  msgid ""
  "Use a binary caching DB. This has no effect on the generate command.  "
  "Configuration Item: <literal>APT::FTPArchive::DB</literal>."
@@@ -3243,7 -3243,7 +3251,7 @@@ msgstr "
  "«generate». Opción de configuración: <literal>APT::FTPArchive::DB</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:547
++#: apt-ftparchive.1.xml:548
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -3257,12 -3257,12 +3265,12 @@@ msgstr "
  "configuración. Opción de configuración: <literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:553
++#: apt-ftparchive.1.xml:554
  msgid "<option>--delink</option>"
  msgstr "<option>--delink</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:555
++#: apt-ftparchive.1.xml:556
  msgid ""
  "Perform Delinking. If the <literal>External-Links</literal> setting is used "
  "then this option actually enables delinking of the files. It defaults to on "
@@@ -3275,12 -3275,12 +3283,12 @@@ msgstr "
  "Opción de configuración: <literal>APT::FTPArchive::DeLinkAct</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:561
++#: apt-ftparchive.1.xml:562
  msgid "<option>--contents</option>"
  msgstr "<option>--contents</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:563
++#: apt-ftparchive.1.xml:564
  msgid ""
  "Perform contents generation. When this option is set and package indexes are "
  "being generated with a cache DB then the file listing will also be extracted "
@@@ -3297,12 -3297,12 +3305,12 @@@ msgstr "
  "Contents</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:571
++#: apt-ftparchive.1.xml:572
  msgid "<option>--source-override</option>"
  msgstr "<option>--source-override</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:573
++#: apt-ftparchive.1.xml:574
  msgid ""
  "Select the source override file to use with the <literal>sources</literal> "
  "command.  Configuration Item: <literal>APT::FTPArchive::SourceOverride</"
@@@ -3313,12 -3313,12 +3321,12 @@@ msgstr "
  "FTPArchive::SourceOverride</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:577
++#: apt-ftparchive.1.xml:578
  msgid "<option>--readonly</option>"
  msgstr "<option>--readonly</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:579
++#: apt-ftparchive.1.xml:580
  msgid ""
  "Make the caching databases read only.  Configuration Item: <literal>APT::"
  "FTPArchive::ReadOnlyDB</literal>."
@@@ -3327,12 -3327,12 +3335,12 @@@ msgstr "
  "Opción de configuración: <literal>APT::FTPArchive::ReadOnlyDB</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:583
++#: apt-ftparchive.1.xml:584
  msgid "<option>--arch</option>"
  msgstr "<option>--arch</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:584
++#: apt-ftparchive.1.xml:585
  msgid ""
  "Accept in the <literal>packages</literal> and <literal>contents</literal> "
  "commands only package files matching <literal>*_arch.deb</literal> or "
@@@ -3346,12 -3346,12 +3354,12 @@@ msgstr "
  "FTPArchive::Architecture</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:590
++#: apt-ftparchive.1.xml:591
  msgid "<option>APT::FTPArchive::AlwaysStat</option>"
  msgstr "<option>APT::FTPArchive::AlwaysStat</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:592
++#: apt-ftparchive.1.xml:593
  msgid ""
  "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If "
  "packages are recompiled and/or republished with the same version again, this "
@@@ -3375,12 -3375,12 +3383,12 @@@ msgstr "
  "comprobaciones adicionales son innecesarias."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:602
++#: apt-ftparchive.1.xml:603
  msgid "<option>APT::FTPArchive::LongDescription</option>"
  msgstr "<option>APT::FTPArchive::LongDescription</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:604
++#: apt-ftparchive.1.xml:605
  msgid ""
  "This configuration option defaults to \"<literal>true</literal>\" and should "
  "only be set to <literal>\"false\"</literal> if the Archive generated with "
@@@ -3396,19 -3396,19 +3404,19 @@@ msgstr "
  "con la orden «generate»."
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:501
 -#: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:544
--#: sources.list.5.xml:198
++#: apt-ftparchive.1.xml:617 apt.conf.5.xml:1104 apt_preferences.5.xml:544
++#: sources.list.5.xml:214
  msgid "Examples"
  msgstr "Ejemplos"
  
  #. type: Content of: <refentry><refsect1><para><programlisting>
--#: apt-ftparchive.1.xml:622
++#: apt-ftparchive.1.xml:623
  #, no-wrap
  msgid "<command>apt-ftparchive</command> packages <replaceable>directory</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  msgstr "<command>apt-ftparchive</command> packages <replaceable>directorio</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:618
++#: apt-ftparchive.1.xml:619
  msgid ""
  "To create a compressed Packages file for a directory containing binary "
  "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
@@@ -3417,7 -3417,7 +3425,7 @@@ msgstr "
  "paquetes binarios («.deb»): <placeholder type=\"programlisting\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:632
++#: apt-ftparchive.1.xml:633
  msgid ""
  "<command>apt-ftparchive</command> returns zero on normal operation, decimal "
  "100 on error."
@@@ -3448,15 -3448,15 +3456,45 @@@ msgstr "
  
  #. type: Content of: <refentry><refsynopsisdiv><cmdsynopsis>
  #: apt-get.8.xml:39
++#, fuzzy
++#| msgid ""
++#| "<command>apt-get</command> <arg><option>-sqdyfmubV</option></arg> <arg> "
++#| "<option>-o= <replaceable>config_string</replaceable> </option> </arg> "
++#| "<arg> <option>-c= <replaceable>config_file</replaceable> </option> </arg> "
++#| "<arg> <option>-t=</option> <arg choice='plain'> "
++#| "<replaceable>target_release</replaceable> </arg> </arg> <group choice="
++#| "\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</"
++#| "arg> <arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-"
++#| "upgrade</arg> <arg choice='plain'>install <arg choice=\"plain\" rep="
++#| "\"repeat\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
++#| "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> "
++#| "<arg choice='plain'> /<replaceable>target_release</replaceable> </arg> </"
++#| "group> </arg> </arg> </arg> <arg choice='plain'>remove <arg choice=\"plain"
++#| "\" rep=\"repeat\"><replaceable>pkg</replaceable></arg></arg> <arg "
++#| "choice='plain'>purge <arg choice=\"plain\" rep=\"repeat"
++#| "\"><replaceable>pkg</replaceable></arg></arg> <arg choice='plain'>source "
++#| "<arg choice=\"plain\" rep=\"repeat\"><replaceable>pkg</replaceable> <arg> "
++#| "<group choice='req'> <arg choice='plain'> "
++#| "=<replaceable>pkg_version_number</replaceable> </arg> <arg "
++#| "choice='plain'> /<replaceable>target_release</replaceable> </arg> </"
++#| "group> </arg> </arg> </arg> <arg choice='plain'>build-dep <arg choice="
++#| "\"plain\" rep=\"repeat\"><replaceable>pkg</replaceable></arg></arg> <arg "
++#| "choice='plain'>check</arg> <arg choice='plain'>clean</arg> <arg "
++#| "choice='plain'>autoclean</arg> <arg choice='plain'>autoremove</arg> <arg "
++#| "choice='plain'> <group choice='req'> <arg choice='plain'>-v</arg> <arg "
++#| "choice='plain'>--version</arg> </group> </arg> <arg choice='plain'> "
++#| "<group choice='req'> <arg choice='plain'>-h</arg> <arg choice='plain'>--"
++#| "help</arg> </group> </arg> </group>"
  msgid ""
  "<command>apt-get</command> <arg><option>-sqdyfmubV</option></arg> <arg> "
  "<option>-o= <replaceable>config_string</replaceable> </option> </arg> <arg> "
  "<option>-c= <replaceable>config_file</replaceable> </option> </arg> <arg> "
  "<option>-t=</option> <arg choice='plain'> <replaceable>target_release</"
--"replaceable> </arg> </arg> <group choice=\"req\"> <arg "
--"choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> <arg "
--"choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</arg> "
--"<arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
++"replaceable> </arg> </arg> <arg> <option>-a=</option> <arg choice='plain'> "
++"<replaceable>default_architecture</replaceable> </arg> </arg> <group choice="
++"\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> "
++"<arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</"
++"arg> <arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
  "\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
  "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> <arg "
  "choice='plain'> /<replaceable>target_release</replaceable> </arg> </group> </"
@@@ -3505,7 -3505,7 +3543,7 @@@ msgstr "
  "</group> </arg> </group>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:115
++#: apt-get.8.xml:122
  msgid ""
  "<command>apt-get</command> is the command-line tool for handling packages, "
  "and may be considered the user's \"back-end\" to other tools using the APT "
@@@ -3519,12 -3519,12 +3557,12 @@@ msgstr "
  "&synaptic; y &wajig;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:124 apt-key.8.xml:127
++#: apt-get.8.xml:131 apt-key.8.xml:127
  msgid "update"
  msgstr "update"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:125
++#: apt-get.8.xml:132
  msgid ""
  "<literal>update</literal> is used to resynchronize the package index files "
  "from their sources. The indexes of available packages are fetched from the "
@@@ -3548,12 -3548,12 +3586,12 @@@ msgstr "
  "tamaño de los archivos de paquete."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:136 guide.sgml:121
++#: apt-get.8.xml:143 guide.sgml:121
  msgid "upgrade"
  msgstr "upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:137
++#: apt-get.8.xml:144
  msgid ""
  "<literal>upgrade</literal> is used to install the newest versions of all "
  "packages currently installed on the system from the sources enumerated in "
@@@ -3578,12 -3578,12 +3616,12 @@@ msgstr "
  "hay nuevas versiones disponibles."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:149
++#: apt-get.8.xml:156
  msgid "dselect-upgrade"
  msgstr "dselect-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:150
++#: apt-get.8.xml:157
  msgid ""
  "<literal>dselect-upgrade</literal> is used in conjunction with the "
  "traditional Debian packaging front-end, &dselect;. <literal>dselect-upgrade</"
@@@ -3600,12 -3600,12 +3638,12 @@@ msgstr "
  "paquetes antiguos e instalar las nuevas versiones)."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:159 guide.sgml:140
++#: apt-get.8.xml:166 guide.sgml:140
  msgid "dist-upgrade"
  msgstr "dist-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:160
++#: apt-get.8.xml:167
  msgid ""
  "<literal>dist-upgrade</literal> in addition to performing the function of "
  "<literal>upgrade</literal>, also intelligently handles changing dependencies "
@@@ -3628,12 -3628,12 +3666,12 @@@ msgstr "
  "comportamiento para paquetes individuales."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:172 guide.sgml:131
++#: apt-get.8.xml:179 guide.sgml:131
  msgid "install"
  msgstr "install"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:174
++#: apt-get.8.xml:181
  msgid ""
  "<literal>install</literal> is followed by one or more packages desired for "
  "installation or upgrading.  Each package is a package name, not a fully "
@@@ -3661,7 -3661,7 +3699,7 @@@ msgstr "
  "conflictos de apt-get."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:192
++#: apt-get.8.xml:199
  msgid ""
  "A specific version of a package can be selected for installation by "
  "following the package name with an equals and the version of the package to "
@@@ -3679,7 -3679,7 +3717,7 @@@ msgstr "
  "(stable, testing, unstable)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:199
++#: apt-get.8.xml:206
  msgid ""
  "Both of the version selection mechanisms can downgrade packages and must be "
  "used with care."
@@@ -3688,7 -3688,7 +3726,7 @@@ msgstr "
  "anterior de los paquetes y se debe usar con cuidado."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:202
++#: apt-get.8.xml:209
  msgid ""
  "This is also the target to use if you want to upgrade one or more already-"
  "installed packages without upgrading every package you have on your system. "
@@@ -3708,7 -3708,7 +3746,7 @@@ msgstr "
  "instalarán."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:213
++#: apt-get.8.xml:220
  msgid ""
  "Finally, the &apt-preferences; mechanism allows you to create an alternative "
  "installation policy for individual packages."
@@@ -3717,7 -3717,7 +3755,7 @@@ msgstr "
  "paquetes individuales."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:217
++#: apt-get.8.xml:224
  msgid ""
  "If no package matches the given expression and the expression contains one "
  "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and "
@@@ -3737,12 -3737,12 +3775,12 @@@ msgstr "
  "«$», o bien crear una expresión regular más específica."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:226
++#: apt-get.8.xml:233
  msgid "remove"
  msgstr "remove"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:227
++#: apt-get.8.xml:234
  msgid ""
  "<literal>remove</literal> is identical to <literal>install</literal> except "
  "that packages are removed instead of installed. Note the removing a package "
@@@ -3758,12 -3758,12 +3796,12 @@@ msgstr "
  "cuestión será instalado en vez de eliminado."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:234
++#: apt-get.8.xml:241
  msgid "purge"
  msgstr "purge"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:235
++#: apt-get.8.xml:242
  msgid ""
  "<literal>purge</literal> is identical to <literal>remove</literal> except "
  "that packages are removed and purged (any configuration files are deleted "
@@@ -3774,12 -3774,12 +3812,12 @@@ msgstr "
  "también cualquier fichero de configuración)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:239
++#: apt-get.8.xml:246
  msgid "source"
  msgstr "source"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:240
++#: apt-get.8.xml:247
  msgid ""
  "<literal>source</literal> causes <command>apt-get</command> to fetch source "
  "packages. APT will examine the available packages to decide which source "
@@@ -3798,7 -3798,7 +3836,7 @@@ msgstr "
  "release</literal>, si es posible."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:248
++#: apt-get.8.xml:255
  msgid ""
  "Source packages are tracked separately from binary packages via <literal>deb-"
  "src</literal> type lines in the &sources-list; file. This means that you "
@@@ -3814,12 -3814,12 +3852,19 @@@ msgstr "
  "instalada o de la que podría instalar."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:255
++#: apt-get.8.xml:262
++#, fuzzy
++#| msgid ""
++#| "If the <option>--compile</option> option is specified then the package "
++#| "will be compiled to a binary .deb using <command>dpkg-buildpackage</"
++#| "command>, if <option>--download-only</option> is specified then the "
++#| "source package will not be unpacked."
  msgid ""
  "If the <option>--compile</option> option is specified then the package will "
--"be compiled to a binary .deb using <command>dpkg-buildpackage</command>, if "
--"<option>--download-only</option> is specified then the source package will "
--"not be unpacked."
++"be compiled to a binary .deb using <command>dpkg-buildpackage</command> for "
++"the architecture as defined by the <command>--host-architecture</command> "
++"option.  If <option>--download-only</option> is specified then the source "
++"package will not be unpacked."
  msgstr ""
  "Si se especifica la opción <option>--compile</option> el paquete se "
  "compilará en un binario «.deb» usando <command>dpkg-buildpackage</command>, "
  "desempaquetará."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:260
++#: apt-get.8.xml:269
  msgid ""
  "A specific source version can be retrieved by postfixing the source name "
  "with an equals and then the version to fetch, similar to the mechanism used "
@@@ -3842,7 -3842,7 +3887,7 @@@ msgstr "
  "activando implícitamente la opción <literal>APT::Get::Only-Source</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:266
++#: apt-get.8.xml:275
  msgid ""
  "Note that source packages are not tracked like binary packages, they exist "
  "only in the current directory and are similar to downloading source tar "
@@@ -3853,27 -3853,27 +3898,34 @@@ msgstr "
  "tar comprimidos con las fuentes."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:271
++#: apt-get.8.xml:280
  msgid "build-dep"
  msgstr "build-dep"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:272
++#: apt-get.8.xml:281
++#, fuzzy
++#| msgid ""
++#| "<literal>build-dep</literal> causes apt-get to install/remove packages in "
++#| "an attempt to satisfy the build dependencies for a source package."
  msgid ""
  "<literal>build-dep</literal> causes apt-get to install/remove packages in an "
--"attempt to satisfy the build dependencies for a source package."
++"attempt to satisfy the build dependencies for a source package. By default "
++"the dependencies are satisfied to build the package nativly. If desired a "
++"host-architecture can be specified with the <option>--host-architecture</"
++"option> option instead."
  msgstr ""
  "<literal>build-dep</literal> hace que apt-get instale/desinstale paquetes en "
  "un intento de satisfacer las dependencias de compilación de un paquete "
  "fuente."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:276
++#: apt-get.8.xml:287
  msgid "check"
  msgstr "check"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:277
++#: apt-get.8.xml:288
  msgid ""
  "<literal>check</literal> is a diagnostic tool; it updates the package cache "
  "and checks for broken dependencies."
@@@ -3882,19 -3882,19 +3934,19 @@@ msgstr "
  "caché de paquetes y revisa la existencia de dependencias rotas."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:281
++#: apt-get.8.xml:292
  msgid "download"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:282
++#: apt-get.8.xml:293
  msgid ""
  "<literal>download</literal> will download the given binary package into the "
--"current directoy."
++"current directory."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:288
++#: apt-get.8.xml:299
  msgid ""
  "<literal>clean</literal> clears out the local repository of retrieved "
  "package files. It removes everything but the lock file from "
@@@ -3913,12 -3913,12 +3965,12 @@@ msgstr "
  "literal> de vez en cuando para liberar algo de espacio en disco."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:297
++#: apt-get.8.xml:308
  msgid "autoclean"
  msgstr "autoclean"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:298
++#: apt-get.8.xml:309
  msgid ""
  "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the "
  "local repository of retrieved package files. The difference is that it only "
@@@ -3937,28 -3937,28 +3989,33 @@@ msgstr "
  "desactivada impedirá que se borren los paquetes instalados."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:307
++#: apt-get.8.xml:318
  msgid "autoremove"
  msgstr "autoremove"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:308
++#: apt-get.8.xml:319
++#, fuzzy
++#| msgid ""
++#| "<literal>autoremove</literal> is used to remove packages that were "
++#| "automatically installed to satisfy dependencies for some package and that "
++#| "are no more needed."
  msgid ""
  "<literal>autoremove</literal> is used to remove packages that were "
--"automatically installed to satisfy dependencies for some package and that "
--"are no more needed."
++"automatically installed to satisfy dependencies for other packages and are "
++"now no longer needed."
  msgstr ""
  "<literal>autoremove</literal> se usa para desinstalar paquetes que se "
  "instalaron automáticamente para satisfacer las dependencias de algún "
  "paquete, pero que ya no son necesarios."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:312
++#: apt-get.8.xml:323
  msgid "changelog"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:313
++#: apt-get.8.xml:324
  msgid ""
  "<literal>changelog</literal> downloads a package changelog and displays it "
  "through <command>sensible-pager</command>. The server name and base "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:335
++#: apt-get.8.xml:346
  msgid "<option>--no-install-recommends</option>"
  msgstr "<option>--no-install-recommends</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:336
++#: apt-get.8.xml:347
  msgid ""
  "Do not consider recommended packages as a dependency for installing.  "
  "Configuration Item: <literal>APT::Install-Recommends</literal>."
@@@ -3985,14 -3985,14 +4042,14 @@@ msgstr "
  "de configuración: <literal>APT::Install-Recommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:340
++#: apt-get.8.xml:351
  #, fuzzy
  #| msgid "<option>--no-suggests</option>"
  msgid "<option>--install-suggests</option>"
  msgstr "<option>--no-suggests</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:341
++#: apt-get.8.xml:352
  #, fuzzy
  #| msgid ""
  #| "Do not consider recommended packages as a dependency for installing.  "
@@@ -4005,12 -4005,12 +4062,12 @@@ msgstr "
  "de configuración: <literal>APT::Install-Recommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:345
++#: apt-get.8.xml:356
  msgid "<option>--download-only</option>"
  msgstr "<option>--download-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:346
++#: apt-get.8.xml:357
  msgid ""
  "Download only; package files are only retrieved, not unpacked or installed.  "
  "Configuration Item: <literal>APT::Get::Download-Only</literal>."
@@@ -4019,12 -4019,12 +4076,12 @@@ msgstr "
  "instala. Opción de configuración: <literal>APT::Get::Download-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:350
++#: apt-get.8.xml:361
  msgid "<option>--fix-broken</option>"
  msgstr "<option>--fix-broken</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:351
++#: apt-get.8.xml:362
  msgid ""
  "Fix; attempt to correct a system with broken dependencies in place. This "
  "option, when used with install/remove, can omit any packages to permit APT "
@@@ -4052,17 -4052,17 +4109,17 @@@ msgstr "
  "<literal>APT::Get::Fix-Broken</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:364
++#: apt-get.8.xml:375
  msgid "<option>--ignore-missing</option>"
  msgstr "<option>--ignore-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:365
++#: apt-get.8.xml:376
  msgid "<option>--fix-missing</option>"
  msgstr "<option>--fix-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:366
++#: apt-get.8.xml:377
  msgid ""
  "Ignore missing packages; If packages cannot be retrieved or fail the "
  "integrity check after retrieval (corrupted package files), hold back those "
@@@ -4082,12 -4082,12 +4139,12 @@@ msgstr "
  "<literal>APT::Get::Fix-Missing</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:376
++#: apt-get.8.xml:387
  msgid "<option>--no-download</option>"
  msgstr "<option>--no-download</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:377
++#: apt-get.8.xml:388
  msgid ""
  "Disables downloading of packages. This is best used with <option>--ignore-"
  "missing</option> to force APT to use only the .debs it has already "
@@@ -4099,7 -4099,7 +4156,7 @@@ msgstr "
  "<literal>APT::Get::Download</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:384
++#: apt-get.8.xml:395
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -4120,17 -4120,17 +4177,17 @@@ msgstr "
  "<literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:394
++#: apt-get.8.xml:405
  msgid "<option>--simulate</option>"
  msgstr "<option>--simulate</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:396
++#: apt-get.8.xml:407
  msgid "<option>--dry-run</option>"
  msgstr "<option>--dry-run</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:399
++#: apt-get.8.xml:410
  msgid ""
  "No action; perform a simulation of events that would occur but do not "
  "actually change the system.  Configuration Item: <literal>APT::Get::"
@@@ -4141,7 -4141,7 +4198,7 @@@ msgstr "
  "Simulate</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:403
++#: apt-get.8.xml:414
  msgid ""
  "Simulation run as user will deactivate locking (<literal>Debug::NoLocking</"
  "literal>)  automatic. Also a notice will be displayed indicating that this "
@@@ -4159,7 -4159,7 +4216,7 @@@ msgstr "
  "avisos de <literal>apt-get</literal>)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:409
++#: apt-get.8.xml:420
  msgid ""
  "Simulate prints out a series of lines each one representing a dpkg "
  "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets "
@@@ -4173,22 -4173,22 +4230,22 @@@ msgstr "
  "problema (poco probable)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>-y</option>"
  msgstr "<option>-y</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>--yes</option>"
  msgstr "<option>--yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:417
++#: apt-get.8.xml:428
  msgid "<option>--assume-yes</option>"
  msgstr "<option>--assume-yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:418
++#: apt-get.8.xml:429
  msgid ""
  "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run "
  "non-interactively. If an undesirable situation, such as changing a held "
@@@ -4204,17 -4204,17 +4261,37 @@@ msgstr "
  "<literal>APT::Get::Assume-Yes</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:436
++#, fuzzy
++#| msgid "<option>--assume-yes</option>"
++msgid "<option>--assume-no</option>"
++msgstr "<option>--assume-yes</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:437
++#, fuzzy
++#| msgid ""
++#| "Compile source packages after downloading them.  Configuration Item: "
++#| "<literal>APT::Get::Compile</literal>."
++msgid ""
++"Automatic \"no\" to all prompts.  Configuration Item: <literal>APT::Get::"
++"Assume-No</literal>."
++msgstr ""
++"Descarga los paquetes fuente y luego los compila. Opción de configuración: "
++"<literal>APT::Get::Compile</literal>."
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:441
  msgid "<option>-u</option>"
  msgstr "<option>-u</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:441
  msgid "<option>--show-upgraded</option>"
  msgstr "<option>--show-upgraded</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:426
++#: apt-get.8.xml:442
  msgid ""
  "Show upgraded packages; Print out a list of all packages that are to be "
  "upgraded.  Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
@@@ -4223,17 -4223,17 +4300,17 @@@ msgstr "
  "<literal>APT::Get::Show-Upgraded</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>-V</option>"
  msgstr "<option>-V</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>--verbose-versions</option>"
  msgstr "<option>--verbose-versions</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:432
++#: apt-get.8.xml:448
  msgid ""
  "Show full versions for upgraded and installed packages.  Configuration Item: "
  "<literal>APT::Get::Show-Versions</literal>."
@@@ -4242,22 -4242,22 +4319,40 @@@ msgstr "
  "Opción de configuración: <literal>APT::Get::Show-Versions</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:453
++#, fuzzy
++#| msgid "<option>--recurse</option>"
++msgid "<option>--host-architecture</option>"
++msgstr "<option>--recurse</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:454
++msgid ""
++"This option controls the architecture packages are built for by <command>apt-"
++"get source --compile</command> and how cross-builddependencies are "
++"satisfied. By default is not set which means that the host architecture is "
++"the same as the build architecture (which is defined by <literal>APT::"
++"Architecture</literal>)  Configuration Item: <literal>APT::Get::Host-"
++"Architecture</literal>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:462
  msgid "<option>-b</option>"
  msgstr "<option>-b</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:462
  msgid "<option>--compile</option>"
  msgstr "<option>--compile</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:437
++#: apt-get.8.xml:463
  msgid "<option>--build</option>"
  msgstr "<option>--build</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:438
++#: apt-get.8.xml:464
  msgid ""
  "Compile source packages after downloading them.  Configuration Item: "
  "<literal>APT::Get::Compile</literal>."
@@@ -4266,12 -4266,12 +4361,12 @@@ msgstr "
  "<literal>APT::Get::Compile</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:442
++#: apt-get.8.xml:468
  msgid "<option>--ignore-hold</option>"
  msgstr "<option>--ignore-hold</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:443
++#: apt-get.8.xml:469
  msgid ""
  "Ignore package Holds; This causes <command>apt-get</command> to ignore a "
  "hold placed on a package. This may be useful in conjunction with "
@@@ -4285,12 -4285,12 +4380,12 @@@ msgstr "
  "Ignore-Hold</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:449
++#: apt-get.8.xml:475
  msgid "<option>--no-upgrade</option>"
  msgstr "<option>--no-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:450
++#: apt-get.8.xml:476
  msgid ""
  "Do not upgrade packages; When used in conjunction with <literal>install</"
  "literal>, <literal>no-upgrade</literal> will prevent packages on the command "
@@@ -4303,12 -4303,12 +4398,12 @@@ msgstr "
  "<literal>APT::Get::Upgrade</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:456
++#: apt-get.8.xml:482
  msgid "<option>--only-upgrade</option>"
  msgstr "<option>--only-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:457
++#: apt-get.8.xml:483
  msgid ""
  "Do not install new packages; When used in conjunction with <literal>install</"
  "literal>, <literal>only-upgrade</literal> will prevent packages on the "
@@@ -4321,12 -4321,12 +4416,12 @@@ msgstr "
  "de configuración: <literal>APT::Get::Only-Upgrade</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:463
++#: apt-get.8.xml:489
  msgid "<option>--force-yes</option>"
  msgstr "<option>--force-yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:464
++#: apt-get.8.xml:490
  msgid ""
  "Force yes; This is a dangerous option that will cause apt to continue "
  "without prompting if it is doing something potentially harmful. It should "
@@@ -4342,12 -4342,12 +4437,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:471
++#: apt-get.8.xml:497
  msgid "<option>--print-uris</option>"
  msgstr "<option>--print-uris</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:472
++#: apt-get.8.xml:498
  msgid ""
  "Instead of fetching the files to install their URIs are printed. Each URI "
  "will have the path, the destination file name, the size and the expected md5 "
@@@ -4369,12 -4369,12 +4464,12 @@@ msgstr "
  "<literal>APT::Get::Print-URIs</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:482
++#: apt-get.8.xml:508
  msgid "<option>--purge</option>"
  msgstr "<option>--purge</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:483
++#: apt-get.8.xml:509
  msgid ""
  "Use purge instead of remove for anything that would be removed.  An asterisk "
  "(\"*\") will be displayed next to packages which are scheduled to be purged. "
@@@ -4388,12 -4388,12 +4483,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:490
++#: apt-get.8.xml:516
  msgid "<option>--reinstall</option>"
  msgstr "<option>--reinstall</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:491
++#: apt-get.8.xml:517
  msgid ""
  "Re-Install packages that are already installed and at the newest version.  "
  "Configuration Item: <literal>APT::Get::ReInstall</literal>."
@@@ -4403,12 -4403,12 +4498,12 @@@ msgstr "
  "ReInstall</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:495
++#: apt-get.8.xml:521
  msgid "<option>--list-cleanup</option>"
  msgstr "<option>--list-cleanup</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:496
++#: apt-get.8.xml:522
  msgid ""
  "This option defaults to on, use <literal>--no-list-cleanup</literal> to turn "
  "it off. When on <command>apt-get</command> will automatically manage the "
@@@ -4426,17 -4426,17 +4521,17 @@@ msgstr "
  "<literal>APT::Get::List-Cleanup</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:505
++#: apt-get.8.xml:531
  msgid "<option>--target-release</option>"
  msgstr "<option>--target-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:506
++#: apt-get.8.xml:532
  msgid "<option>--default-release</option>"
  msgstr "<option>--default-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:507
++#: apt-get.8.xml:533
  msgid ""
  "This option controls the default input to the policy engine, it creates a "
  "default pin at priority 990 using the specified release string.  This "
@@@ -4460,12 -4460,12 +4555,12 @@@ msgstr "
  "también la página del manual de &apt-preferences;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:520
++#: apt-get.8.xml:546
  msgid "<option>--trivial-only</option>"
  msgstr "<option>--trivial-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:522
++#: apt-get.8.xml:548
  msgid ""
  "Only perform operations that are 'trivial'. Logically this can be considered "
  "related to <option>--assume-yes</option>, where <option>--assume-yes</"
@@@ -4479,12 -4479,12 +4574,12 @@@ msgstr "
  "<literal>APT::Get::Trivial-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:528
++#: apt-get.8.xml:554
  msgid "<option>--no-remove</option>"
  msgstr "<option>--no-remove</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:529
++#: apt-get.8.xml:555
  msgid ""
  "If any packages are to be removed apt-get immediately aborts without "
  "prompting.  Configuration Item: <literal>APT::Get::Remove</literal>."
@@@ -4493,12 -4493,12 +4588,12 @@@ msgstr "
  "preguntar. Opción de configuración: <literal>APT::Get::Remove</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:534
++#: apt-get.8.xml:560
  msgid "<option>--auto-remove</option>"
  msgstr "<option>--auto-remove</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:535
++#: apt-get.8.xml:561
  msgid ""
  "If the command is either <literal>install</literal> or <literal>remove</"
  "literal>, then this option acts like running <literal>autoremove</literal> "
@@@ -4511,12 -4511,12 +4606,12 @@@ msgstr "
  "configuración: <literal>APT::Get::AutomaticRemove</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:541
++#: apt-get.8.xml:567
  msgid "<option>--only-source</option>"
  msgstr "<option>--only-source</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:542
++#: apt-get.8.xml:568
  msgid ""
  "Only has meaning for the <literal>source</literal> and <literal>build-dep</"
  "literal> commands.  Indicates that the given source names are not to be "
@@@ -4536,22 -4536,22 +4631,22 @@@ msgstr "
  "literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--diff-only</option>"
  msgstr "<option>--diff-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--dsc-only</option>"
  msgstr "<option>--dsc-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--tar-only</option>"
  msgstr "<option>--tar-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:553
++#: apt-get.8.xml:579
  msgid ""
  "Download only the diff, dsc, or tar file of a source archive.  Configuration "
  "Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</"
@@@ -4562,12 -4562,12 +4657,12 @@@ msgstr "
  "Dsc-Only</literal> y <literal>APT::Get::Tar-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:558
++#: apt-get.8.xml:584
  msgid "<option>--arch-only</option>"
  msgstr "<option>--arch-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:559
++#: apt-get.8.xml:585
  msgid ""
  "Only process architecture-dependent build-dependencies.  Configuration Item: "
  "<literal>APT::Get::Arch-Only</literal>."
@@@ -4576,12 -4576,12 +4671,12 @@@ msgstr "
  "arquitectura. Opción de configuración: <literal>APT::Get::Arch-Only</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:563
++#: apt-get.8.xml:589
  msgid "<option>--allow-unauthenticated</option>"
  msgstr "<option>--allow-unauthenticated</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:564
++#: apt-get.8.xml:590
  msgid ""
  "Ignore if packages can't be authenticated and don't prompt about it.  This "
  "is useful for tools like pbuilder.  Configuration Item: <literal>APT::Get::"
@@@ -4592,7 -4592,7 +4687,7 @@@ msgstr "
  "configuración: <literal>APT::Get::AllowUnauthenticated</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt-get.8.xml:577
++#: apt-get.8.xml:603
  msgid ""
  "&file-sourceslist; &file-aptconf; &file-preferences; &file-cachearchives; "
  "&file-statelists;"
@@@ -4601,7 -4601,7 +4696,7 @@@ msgstr "
  "&file-statelists;"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:586
++#: apt-get.8.xml:612
  msgid ""
  "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, "
  "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-"
@@@ -4612,7 -4612,7 +4707,7 @@@ msgstr "
  "preferences;, el Cómo de APT."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:592
++#: apt-get.8.xml:618
  msgid ""
  "<command>apt-get</command> returns zero on normal operation, decimal 100 on "
  "error."
@@@ -4621,22 -4621,22 +4716,22 @@@ msgstr "
  "100 en caso de error."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:595
++#: apt-get.8.xml:621
  msgid "ORIGINAL AUTHORS"
  msgstr "AUTORES ORIGINALES"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:596
++#: apt-get.8.xml:622
  msgid "&apt-author.jgunthorpe;"
  msgstr "&apt-author.jgunthorpe;"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:599
++#: apt-get.8.xml:625
  msgid "CURRENT AUTHORS"
  msgstr "AUTORES ACTUALES"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:601
++#: apt-get.8.xml:627
  msgid "&apt-author.team;"
  msgstr "&apt-author.team;"
  
@@@ -4765,14 -4765,30 +4860,33 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-key.8.xml:131
  msgid ""
--"Update the local keyring with the keyring of Debian archive keys and removes "
--"from the keyring the archive keys which are no longer valid."
++"Update the local keyring with the archive keyring and remove from the local "
++"keyring the archive keys which are no longer valid.  The archive keyring is "
++"shipped in the <literal>archive-keyring</literal> package of your "
++"distribution, e.g. the <literal>ubuntu-archive-keyring</literal> package in "
++"Ubuntu."
+ msgstr ""
 -"Actualiza el registro de claves local con el registro de claves del archivo "
 -"Debian, y elimina del registro las claves del archivo que ya no son válidas."
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-key.8.xml:140
++#: apt-key.8.xml:141
+ #, fuzzy
+ #| msgid "update"
+ msgid "net-update"
+ msgstr "update"
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 -#: apt-key.8.xml:144
++#: apt-key.8.xml:145
+ msgid ""
 -"Update the local keyring with the keys of a key server and removes from the "
 -"keyring the archive keys which are no longer valid. This requires an "
 -"installed wget and an APT build configured to have a server to fetch from. "
 -"APT in Debian does not support this command, but Ubuntu's APT does."
++"Work similar to the <command>update</command> command above, but get the "
++"archive keyring from an URI instead and validate it against a master key.  "
++"This requires an installed &wget; and an APT build configured to have a "
++"server to fetch from and a master keyring to validate.  APT in Debian does "
++"not support this command and relies on <command>update</command> instead, "
++"but Ubuntu's APT does."
  msgstr ""
- "Actualiza el registro de claves local con el registro de claves del archivo "
- "Debian, y elimina del registro las claves del archivo que ya no son válidas."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:143
 -#: apt-key.8.xml:159
++#: apt-key.8.xml:162
  msgid ""
  "Note that options need to be defined before the commands described in the "
  "previous section."
@@@ -4781,12 -4797,12 +4895,12 @@@ msgstr "
  "descritas en el sección anterior."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:145
 -#: apt-key.8.xml:161
++#: apt-key.8.xml:164
  msgid "--keyring <replaceable>filename</replaceable>"
  msgstr "--keyring <replaceable>nombre-de-fichero</replaceable>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:146
 -#: apt-key.8.xml:162
++#: apt-key.8.xml:165
  msgid ""
  "With this option it is possible to specify a specific keyring file the "
  "command should operate on. The default is that a command is executed on the "
@@@ -4803,44 -4819,44 +4917,53 @@@ msgstr "
  "esto es, por ejemplo, que las claves nuevas se añaden a este fichero."
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-key.8.xml:159
 -#: apt-key.8.xml:175
++#: apt-key.8.xml:178
  msgid "&file-trustedgpg;"
  msgstr "&file-trustedgpg;"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:161
 -#: apt-key.8.xml:177
++#: apt-key.8.xml:180
  msgid "<filename>/etc/apt/trustdb.gpg</filename>"
  msgstr "<filename>/etc/apt/trustdb.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:162
 -#: apt-key.8.xml:178
++#: apt-key.8.xml:181
  msgid "Local trust database of archive keys."
  msgstr "Base de datos local de las claves de confianza de archivos Debian"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:165
 -#: apt-key.8.xml:181
--msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++#: apt-key.8.xml:184
++#, fuzzy
++#| msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"
  msgstr "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:166
 -#: apt-key.8.xml:182
--msgid "Keyring of Debian archive trusted keys."
++#: apt-key.8.xml:185
++#, fuzzy
++#| msgid "Keyring of Debian archive trusted keys."
++msgid "Keyring of Ubuntu archive trusted keys."
  msgstr "Registro de las claves de confianza del archivo de Debian."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:169
 -#: apt-key.8.xml:185
++#: apt-key.8.xml:188
++#, fuzzy
++#| msgid ""
++#| "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  msgid ""
--"<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
++"<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"
  msgstr ""
  "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:170
 -#: apt-key.8.xml:186
--msgid "Keyring of Debian archive removed trusted keys."
++#: apt-key.8.xml:189
++#, fuzzy
++#| msgid "Keyring of Debian archive removed trusted keys."
++msgid "Keyring of Ubuntu archive removed trusted keys."
  msgstr "Registro de las claves de confianza eliminadas del archivo de Debian."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:179
 -#: apt-key.8.xml:195
++#: apt-key.8.xml:198
  msgid "&apt-get;, &apt-secure;"
  msgstr "&apt-get;, &apt-secure;"
  
@@@ -5497,11 -5582,11 +5689,12 @@@ msgstr "
  #| "period (.) characters - otherwise they will be silently ignored."
  msgid ""
  "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
--"order which have no or \"<literal>conf</literal>\" as filename extension and "
--"which only contain alphanumeric, hyphen (-), underscore (_) and period (.) "
--"characters.  Otherwise APT will print a notice that it has ignored a file if "
--"the file doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</"
--"literal> configuration list - in this case it will be silently ignored."
++"order which have either no or \"<literal>conf</literal>\" as filename "
++"extension and which only contain alphanumeric, hyphen (-), underscore (_) "
++"and period (.) characters.  Otherwise APT will print a notice that it has "
++"ignored a file if the file doesn't match a pattern in the <literal>Dir::"
++"Ignore-Files-Silently</literal> configuration list - in this case it will be "
++"silently ignored."
  msgstr ""
  "Todos los ficheros en <literal>Dir::Etc::Parts</literal> en orden "
  "alfanumérico ascendente que no tienen extensión o la extensión "
@@@ -5758,13 -5843,13 +5951,24 @@@ msgstr "
  "ficheros y analizar las listas de paquetes. El valor predeterminado es la "
  "arquitectura para la que apt se compiló."
  
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:158
++msgid ""
++"All Architectures the system supports. Processors implementing the "
++"<literal>amd64</literal> are e.g. also able to execute binaries compiled for "
++"<literal>i386</literal>; This list is use when fetching files and parsing "
++"package lists. The internal default is always the native architecture "
++"(<literal>APT::Architecture</literal>)  and all foreign architectures it can "
++"retrieve by calling <command>dpkg --print-foreign-architectures</command>."
++msgstr ""
++
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:157
++#: apt.conf.5.xml:165
  msgid "Default-Release"
  msgstr "Default-Release"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:158
++#: apt.conf.5.xml:166
  msgid ""
  "Default release to install packages from if more than one version available. "
  "Contains release name, codename or release version. Examples: 'stable', "
@@@ -5778,12 -5863,12 +5982,12 @@@ msgstr "
  "«5.0*». Vea también &apt-preferences;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:163
++#: apt.conf.5.xml:171
  msgid "Ignore-Hold"
  msgstr "Ignore-Hold"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:164
++#: apt.conf.5.xml:172
  msgid ""
  "Ignore Held packages; This global option causes the problem resolver to "
  "ignore held packages in its decision making."
@@@ -5792,12 -5877,12 +5996,12 @@@ msgstr "
  "problemas ignore los paquetes retenidos en la toma de decisiones."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:168
++#: apt.conf.5.xml:176
  msgid "Clean-Installed"
  msgstr "Clean-Installed"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:169
++#: apt.conf.5.xml:177
  msgid ""
  "Defaults to on. When turned on the autoclean feature will remove any "
  "packages which can no longer be downloaded from the cache. If turned off "
@@@ -5811,12 -5896,12 +6015,12 @@@ msgstr "
  "mecanismo directo para reinstalarlos."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:175
++#: apt.conf.5.xml:183
  msgid "Immediate-Configure"
  msgstr "Immediate-Configure"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:176
++#: apt.conf.5.xml:184
  msgid ""
  "Defaults to on which will cause APT to install essential and important "
  "packages as fast as possible in the install/upgrade operation. This is done "
@@@ -5880,12 -5965,12 +6084,12 @@@ msgstr "
  "actualización."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:198
++#: apt.conf.5.xml:206
  msgid "Force-LoopBreak"
  msgstr "Force-LoopBreak"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:199
++#: apt.conf.5.xml:207
  msgid ""
  "Never Enable this option unless you -really- know what you are doing. It "
  "permits APT to temporarily remove an essential package to break a Conflicts/"
@@@ -5902,12 -5987,12 +6106,12 @@@ msgstr "
  "libc, ni dpkg, ni bash, ni cualquier otro del que dependan estos paquetes."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:207
++#: apt.conf.5.xml:215
  msgid "Cache-Start, Cache-Grow and Cache-Limit"
  msgstr "Cache-Start, Cache-Grow y Cache-Limit"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:208
++#: apt.conf.5.xml:216
  msgid ""
  "APT uses since version 0.7.26 a resizable memory mapped cache file to store "
  "the 'available' information. <literal>Cache-Start</literal> acts as a hint "
@@@ -5944,23 -6029,23 +6148,23 @@@ msgstr "
  "crecimiento automático del cache."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:223
++#: apt.conf.5.xml:231
  msgid "Build-Essential"
  msgstr "Build-Essential"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:224
++#: apt.conf.5.xml:232
  msgid "Defines which package(s) are considered essential build dependencies."
  msgstr ""
  "Define qué paquete(s) se consideran dependencias de creación esenciales."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:227
++#: apt.conf.5.xml:235
  msgid "Get"
  msgstr "Get"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:228
++#: apt.conf.5.xml:236
  msgid ""
  "The Get subsection controls the &apt-get; tool, please see its documentation "
  "for more information about the options here."
@@@ -5969,12 -6054,12 +6173,12 @@@ msgstr "
  "documentación para más información sobre esta opción."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:232
++#: apt.conf.5.xml:240
  msgid "Cache"
  msgstr "Cache"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:233
++#: apt.conf.5.xml:241
  msgid ""
  "The Cache subsection controls the &apt-cache; tool, please see its "
  "documentation for more information about the options here."
@@@ -5983,12 -6068,12 +6187,12 @@@ msgstr "
  "la documentación para más información sobre esta opción."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:237
++#: apt.conf.5.xml:245
  msgid "CDROM"
  msgstr "CDROM"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:238
++#: apt.conf.5.xml:246
  msgid ""
  "The CDROM subsection controls the &apt-cdrom; tool, please see its "
  "documentation for more information about the options here."
@@@ -5997,17 -6082,17 +6201,17 @@@ msgstr "
  "la documentación para más información sobre esta opción."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:244
++#: apt.conf.5.xml:252
  msgid "The Acquire Group"
  msgstr "El grupo Acquire"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:249
++#: apt.conf.5.xml:257
  msgid "Check-Valid-Until"
  msgstr "Check-Valid-Until"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:250
++#: apt.conf.5.xml:258
  msgid ""
  "Security related option defaulting to true as an expiring validation for a "
  "Release file prevents longtime replay attacks and can e.g. also help users "
@@@ -6027,42 -6112,42 +6231,90 @@@ msgstr "
  "<literal>Max-ValidTime</literal>."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:260
++#: apt.conf.5.xml:268
  msgid "Max-ValidTime"
  msgstr "Max-ValidTime"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:261
--msgid ""
--"Seconds the Release file should be considered valid after it was created. "
--"The default is \"for ever\" (0) if the Release file of the archive doesn't "
--"include a <literal>Valid-Until</literal> header.  If it does then this date "
--"is the default. The date from the Release file or the date specified by the "
--"creation time of the Release file (<literal>Date</literal> header) plus the "
--"seconds specified with this options are used to check if the validation of a "
--"file has expired by using the earlier date of the two. Archive specific "
--"settings can be made by appending the label of the archive to the option "
--"name."
++#: apt.conf.5.xml:269
++#, fuzzy
++#| msgid ""
++#| "Seconds the Release file should be considered valid after it was created. "
++#| "The default is \"for ever\" (0) if the Release file of the archive "
++#| "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
++#| "this date is the default. The date from the Release file or the date "
++#| "specified by the creation time of the Release file (<literal>Date</"
++#| "literal> header) plus the seconds specified with this options are used to "
++#| "check if the validation of a file has expired by using the earlier date "
++#| "of the two. Archive specific settings can be made by appending the label "
++#| "of the archive to the option name."
++msgid ""
++"Seconds the Release file should be considered valid after it was created "
++"(indicated by the <literal>Date</literal> header).  If the Release file "
++"itself includes a <literal>Valid-Until</literal> header the earlier date of "
++"the two is used as the expiration date.  The default value is <literal>0</"
++"literal> which stands for \"for ever\".  Archive specific settings can be "
++"made by appending the label of the archive to the option name."
+ msgstr ""
+ "Los segundos que el fichero «Release» se considerará válido después de su "
+ "creación. El valor predeterminado es «para siempre» (cero) si el fichero "
+ "«Release» del archivo no incluye una cabecera <literal>Valid-Until</"
+ "literal>. Si lo incluye, el valor predeterminado es esta fecha. La fecha del "
+ "fichero «Release» o la fecha definida por la hora de creación del fichero "
+ "«Release» (cabecera <literal>Date</literal>), a lo que se añaden los "
+ "segundos definidos con estas opciones, se usan para comprobar si la validez "
+ "de un fichero a expirado, usando la fecha más antigua de las dos "
+ "anteriormente mencionadas. Se pueden definir opciones de configuración "
+ "específicas al archivo añadiendo la etiqueta del archivo al nombre de la "
+ "opción."
+ #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
 -#: apt.conf.5.xml:273
++#: apt.conf.5.xml:279
++#, fuzzy
++#| msgid "Max-ValidTime"
++msgid "Min-ValidTime"
++msgstr "Max-ValidTime"
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:280
++#, fuzzy
++#| msgid ""
++#| "Seconds the Release file should be considered valid after it was created. "
++#| "The default is \"for ever\" (0) if the Release file of the archive "
++#| "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
++#| "this date is the default. The date from the Release file or the date "
++#| "specified by the creation time of the Release file (<literal>Date</"
++#| "literal> header) plus the seconds specified with this options are used to "
++#| "check if the validation of a file has expired by using the earlier date "
++#| "of the two. Archive specific settings can be made by appending the label "
++#| "of the archive to the option name."
++msgid ""
++"Minimum of seconds the Release file should be considered valid after it was "
++"created (indicated by the <literal>Date</literal> header).  Use this if you "
++"need to use a seldomly updated (local) mirror of a more regular updated "
++"archive with a <literal>Valid-Until</literal> header instead of competely "
++"disabling the expiration date checking.  Archive specific settings can and "
++"should be used by appending the label of the archive to the option name."
 +msgstr ""
 +"Los segundos que el fichero «Release» se considerará válido después de su "
 +"creación. El valor predeterminado es «para siempre» (cero) si el fichero "
 +"«Release» del archivo no incluye una cabecera <literal>Valid-Until</"
 +"literal>. Si lo incluye, el valor predeterminado es esta fecha. La fecha del "
 +"fichero «Release» o la fecha definida por la hora de creación del fichero "
 +"«Release» (cabecera <literal>Date</literal>), a lo que se añaden los "
 +"segundos definidos con estas opciones, se usan para comprobar si la validez "
 +"de un fichero a expirado, usando la fecha más antigua de las dos "
 +"anteriormente mencionadas. Se pueden definir opciones de configuración "
 +"específicas al archivo añadiendo la etiqueta del archivo al nombre de la "
 +"opción."
 +
 +#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
- #: apt.conf.5.xml:273
++#: apt.conf.5.xml:290
  msgid "PDiffs"
  msgstr "PDiffs"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:274
++#: apt.conf.5.xml:291
  msgid ""
  "Try to download deltas called <literal>PDiffs</literal> for Packages or "
  "Sources files instead of downloading whole ones. True by default."
@@@ -6072,12 -6157,20 +6324,20 @@@ msgstr "
  "predeterminada"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:277
++#: apt.conf.5.xml:294
+ #, fuzzy
+ #| msgid ""
+ #| "Two sub-options to limit the use of PDiffs are also available: With "
+ #| "<literal>FileLimit</literal> can be specified how many PDiff files are "
+ #| "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
+ #| "other hand is the maximum percentage of the size of all patches compared "
+ #| "to the size of the targeted file. If one of these limits is exceeded the "
+ #| "complete file is downloaded instead of the patches."
  msgid ""
  "Two sub-options to limit the use of PDiffs are also available: With "
  "<literal>FileLimit</literal> can be specified how many PDiff files are "
  "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
--"other hand is the maximum precentage of the size of all patches compared to "
++"other hand is the maximum percentage of the size of all patches compared to "
  "the size of the targeted file. If one of these limits is exceeded the "
  "complete file is downloaded instead of the patches."
  msgstr ""
  "estos límites, se descargará el fichero completo en lugar de los parches."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:286
++#: apt.conf.5.xml:303
  msgid "Queue-Mode"
  msgstr "Queue-Mode"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:287
++#: apt.conf.5.xml:304
  msgid ""
  "Queuing mode; <literal>Queue-Mode</literal> can be one of <literal>host</"
  "literal> or <literal>access</literal> which determines how APT parallelizes "
@@@ -6109,12 -6202,12 +6369,12 @@@ msgstr "
  "se abrirá una conexión por cada tipo de URI."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:294
++#: apt.conf.5.xml:311
  msgid "Retries"
  msgstr "Retries"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:295
++#: apt.conf.5.xml:312
  msgid ""
  "Number of retries to perform. If this is non-zero APT will retry failed "
  "files the given number of times."
@@@ -6123,12 -6216,12 +6383,12 @@@ msgstr "
  "intentar obtener los ficheros fallidos el número de veces proporcionado."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:299
++#: apt.conf.5.xml:316
  msgid "Source-Symlinks"
  msgstr "Source-Symlinks"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:300
++#: apt.conf.5.xml:317
  msgid ""
  "Use symlinks for source archives. If set to true then source archives will "
  "be symlinked when possible instead of copying. True is the default."
@@@ -6138,12 -6231,12 +6398,12 @@@ msgstr "
  "forma predeterminada."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:304 sources.list.5.xml:144
++#: apt.conf.5.xml:321 sources.list.5.xml:160
  msgid "http"
  msgstr "http"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:305
++#: apt.conf.5.xml:322
  msgid ""
  "HTTP URIs; http::Proxy is the default http proxy to use. It is in the "
  "standard form of <literal>http://[[user][:pass]@]host[:port]/</literal>. Per "
@@@ -6161,7 -6254,7 +6421,7 @@@ msgstr "
  "definir ninguna de las opciones anteriores."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:313
++#: apt.conf.5.xml:330
  msgid ""
  "Three settings are provided for cache control with HTTP/1.1 compliant proxy "
  "caches. <literal>No-Cache</literal> tells the proxy to not use its cached "
@@@ -6186,7 -6279,7 +6446,7 @@@ msgstr "
  "grandes. Aviso: Squid 2.0.2 no permite usar ninguna de estas opciones."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:323 apt.conf.5.xml:387
++#: apt.conf.5.xml:340 apt.conf.5.xml:404
  msgid ""
  "The option <literal>timeout</literal> sets the timeout timer used by the "
  "method, this applies to all things including connection timeout and data "
@@@ -6197,7 -6290,7 +6457,7 @@@ msgstr "
  "realizar la conexión y para recibir datos."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:326
++#: apt.conf.5.xml:343
  msgid ""
  "One setting is provided to control the pipeline depth in cases where the "
  "remote server is not RFC conforming or buggy (such as Squid 2.0.2).  "
@@@ -6216,7 -6309,7 +6476,7 @@@ msgstr "
  "necesitan esto violan la RFC 2068."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:334
++#: apt.conf.5.xml:351
  msgid ""
  "The used bandwidth can be limited with <literal>Acquire::http::Dl-Limit</"
  "literal> which accepts integer values in kilobyte. The default value is 0 "
@@@ -6231,7 -6324,7 +6491,7 @@@ msgstr "
  "implícitamente la descarga simultánea desde varios servidores)."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:339
++#: apt.conf.5.xml:356
  msgid ""
  "<literal>Acquire::http::User-Agent</literal> can be used to set a different "
  "User-Agent for the http download method as some proxies allow access for "
@@@ -6242,12 -6335,12 +6502,12 @@@ msgstr "
  "permiten el acceso para clientes que usan un identificador conocido."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:345
++#: apt.conf.5.xml:362
  msgid "https"
  msgstr "https"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:346
++#: apt.conf.5.xml:363
  msgid ""
  "HTTPS URIs. Cache-control, Timeout, AllowRedirect, Dl-Limit and proxy "
  "options are the same as for <literal>http</literal> method and will also "
@@@ -6262,7 -6355,7 +6522,7 @@@ msgstr "
  "opción <literal>Pipeline-Depth</literal> no se puede usar por ahora."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:352
++#: apt.conf.5.xml:369
  msgid ""
  "<literal>CaInfo</literal> suboption specifies place of file that holds info "
  "about trusted certificates.  <literal>&lt;host&gt;::CaInfo</literal> is "
@@@ -6299,12 -6392,12 +6559,12 @@@ msgstr "
  "corresponde a la opción por máquina."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:370 sources.list.5.xml:155
++#: apt.conf.5.xml:387 sources.list.5.xml:171
  msgid "ftp"
  msgstr "ftp"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:371
++#: apt.conf.5.xml:388
  msgid ""
  "FTP URIs; ftp::Proxy is the default ftp proxy to use. It is in the standard "
  "form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host "
@@@ -6338,7 -6431,7 +6598,7 @@@ msgstr "
  "URI."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:390
++#: apt.conf.5.xml:407
  msgid ""
  "Several settings are provided to control passive mode. Generally it is safe "
  "to leave passive mode on, it works in nearly every environment.  However "
@@@ -6354,7 -6447,7 +6614,7 @@@ msgstr "
  "fichero de configuración de muestra para ver algunos ejemplos)."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:397
++#: apt.conf.5.xml:414
  msgid ""
  "It is possible to proxy FTP over HTTP by setting the <envar>ftp_proxy</"
  "envar> environment variable to a http url - see the discussion of the http "
@@@ -6368,7 -6461,7 +6628,7 @@@ msgstr "
  "de http debido a su poca eficiencia."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:402
++#: apt.conf.5.xml:419
  msgid ""
  "The setting <literal>ForceExtended</literal> controls the use of RFC2428 "
  "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is "
@@@ -6384,18 -6477,18 +6644,18 @@@ msgstr "
  "compatibles con la RFC 2428."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:409 sources.list.5.xml:137
++#: apt.conf.5.xml:426 sources.list.5.xml:153
  msgid "cdrom"
  msgstr "cdrom"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:415
++#: apt.conf.5.xml:432
  #, no-wrap
  msgid "/cdrom/::Mount \"foo\";"
  msgstr "/cdrom/::Mount \"algo\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:410
++#: apt.conf.5.xml:427
  msgid ""
  "CDROM URIs; the only setting for CDROM URIs is the mount point, "
  "<literal>cdrom::Mount</literal> which must be the mount point for the CDROM "
@@@ -6417,12 -6510,12 +6677,12 @@@ msgstr "
  "para desmontar usando UMount."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:420
++#: apt.conf.5.xml:437
  msgid "gpgv"
  msgstr "gpgv"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:421
++#: apt.conf.5.xml:438
  msgid ""
  "GPGV URIs; the only option for GPGV URIs is the option to pass additional "
  "parameters to gpgv.  <literal>gpgv::Options</literal> Additional options "
@@@ -6433,18 -6526,18 +6693,18 @@@ msgstr "
  "introducidos a gpgv."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:426
++#: apt.conf.5.xml:443
  msgid "CompressionTypes"
  msgstr "CompressionTypes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:432
++#: apt.conf.5.xml:449
  #, no-wrap
  msgid "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<replaceable>Methodname</replaceable>\";"
  msgstr "Acquire::CompressionTypes::<replaceable>extensión-del-fichero</replaceable> \"<replaceable>nombre-del-método</replaceable>\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:427
++#: apt.conf.5.xml:444
  msgid ""
  "List of compression types which are understood by the acquire methods.  "
  "Files like <filename>Packages</filename> can be available in various "
@@@ -6464,19 -6557,19 +6724,19 @@@ msgstr "
  "\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:437
++#: apt.conf.5.xml:454
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order:: \"gz\";"
  msgstr "Acquire::CompressionTypes::Order:: \"gz\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:440
++#: apt.conf.5.xml:457
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  msgstr "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:433
++#: apt.conf.5.xml:450
  msgid ""
  "Also the <literal>Order</literal> subgroup can be used to define in which "
  "order the acquire system will try to download the compressed files. The "
@@@ -6507,13 -6600,13 +6767,13 @@@ msgstr "
  "lista ya que se añadirá de forma automática."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:444
++#: apt.conf.5.xml:461
  #, no-wrap
  msgid "Dir::Bin::bzip2 \"/bin/bzip2\";"
  msgstr "Dir::Bin::bzip2 \"/bin/bzip2\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:442
++#: apt.conf.5.xml:459
  #, fuzzy
  #| msgid ""
  #| "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
@@@ -6530,9 -6623,9 +6790,9 @@@ msgid "
  "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
  "replaceable></literal> will be checked: If this setting exists the method "
  "will only be used if this file exists, e.g. for the bzip2 method (the "
--"inbuilt) setting is <placeholder type=\"literallayout\" id=\"0\"/> Note also "
--"that list entries specified on the command line will be added at the end of "
--"the list specified in the configuration files, but before the default "
++"inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note "
++"also that list entries specified on the command line will be added at the "
++"end of the list specified in the configuration files, but before the default "
  "entries. To prefer a type in this case over the ones specified in the "
  "configuration files you can set the option direct - not in list style.  This "
  "will not override the defined list, it will only prefix the list with this "
@@@ -6551,20 -6644,20 +6811,20 @@@ msgstr "
  "lista definida, sólo añadirá este tipo  al principio de la lista."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:449
++#: apt.conf.5.xml:466
  msgid ""
  "The special type <literal>uncompressed</literal> can be used to give "
--"uncompressed files a preference, but note that most archives doesn't provide "
++"uncompressed files a preference, but note that most archives don't provide "
  "uncompressed files so this is mostly only useable for local mirrors."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:454
++#: apt.conf.5.xml:471
  msgid "GzipIndexes"
  msgstr "GzipIndexes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:456
++#: apt.conf.5.xml:473
  msgid ""
  "When downloading <literal>gzip</literal> compressed indexes (Packages, "
  "Sources, or Translations), keep them gzip compressed locally instead of "
@@@ -6578,12 -6671,12 +6838,12 @@@ msgstr "
  "paquetes locales. El valor predeterminado es «false»."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:463
++#: apt.conf.5.xml:480
  msgid "Languages"
  msgstr "Languages"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:464
++#: apt.conf.5.xml:481
  msgid ""
  "The Languages subsection controls which <filename>Translation</filename> "
  "files are downloaded and in which order APT tries to display the Description-"
@@@ -6604,13 -6697,13 +6864,13 @@@ msgstr "
  "informarse de cuales están disponibles antes de definir valores imposibles."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><programlisting>
--#: apt.conf.5.xml:480
++#: apt.conf.5.xml:497
  #, no-wrap
  msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  msgstr "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; }"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:470
++#: apt.conf.5.xml:487
  msgid ""
  "The default list includes \"environment\" and \"en\". "
  "\"<literal>environment</literal>\" has a special meaning here: It will be "
@@@ -6652,7 -6745,7 +6912,7 @@@ msgstr "
  "\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:245
++#: apt.conf.5.xml:253
  msgid ""
  "The <literal>Acquire</literal> group of options controls the download of "
  "packages and the URI handlers.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -6661,12 -6754,12 +6921,12 @@@ msgstr "
  "paquetes y los gestores de URI. <placeholder type=\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:487
++#: apt.conf.5.xml:504
  msgid "Directories"
  msgstr "Directorios"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:489
++#: apt.conf.5.xml:506
  msgid ""
  "The <literal>Dir::State</literal> section has directories that pertain to "
  "local state information. <literal>lists</literal> is the directory to place "
@@@ -6686,7 -6779,7 +6946,7 @@@ msgstr "
  "empiecen con <filename>/</filename> ó <filename>./</filename>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:496
++#: apt.conf.5.xml:513
  msgid ""
  "<literal>Dir::Cache</literal> contains locations pertaining to local cache "
  "information, such as the two package caches <literal>srcpkgcache</literal> "
@@@ -6708,7 -6801,7 +6968,7 @@@ msgstr "
  "predeterminado está en <literal>Dir::Cache</literal>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:505
++#: apt.conf.5.xml:522
  msgid ""
  "<literal>Dir::Etc</literal> contains the location of configuration files, "
  "<literal>sourcelist</literal> gives the location of the sourcelist and "
@@@ -6724,7 -6817,7 +6984,7 @@@ msgstr "
  "<envar>APT_CONFIG</envar>)."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:511
++#: apt.conf.5.xml:528
  msgid ""
  "The <literal>Dir::Parts</literal> setting reads in all the config fragments "
  "in lexical order from the directory specified. After this is done then the "
@@@ -6735,7 -6828,7 +6995,7 @@@ msgstr "
  "Al finalizar este proceso carga el fichero de configuración principal."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:515
++#: apt.conf.5.xml:532
  msgid ""
  "Binary programs are pointed to by <literal>Dir::Bin</literal>. <literal>Dir::"
  "Bin::Methods</literal> specifies the location of the method handlers and "
@@@ -6752,7 -6845,7 +7012,7 @@@ msgstr "
  "literal> especifican la ubicación de sus respectivos programas."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:523
++#: apt.conf.5.xml:540
  msgid ""
  "The configuration item <literal>RootDir</literal> has a special meaning.  If "
  "set, all paths in <literal>Dir::</literal> will be relative to "
@@@ -6773,7 -6866,7 +7033,7 @@@ msgstr "
  "staging/var/lib/dpkg/status</filename>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:536
++#: apt.conf.5.xml:553
  msgid ""
  "The <literal>Ignore-Files-Silently</literal> list can be used to specify "
  "which files APT should silently ignore while parsing the files in the "
@@@ -6791,12 -6884,12 +7051,12 @@@ msgstr "
  "de expresiones regulares."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:545
++#: apt.conf.5.xml:562
  msgid "APT in DSelect"
  msgstr "APT con DSelect"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:547
++#: apt.conf.5.xml:564
  msgid ""
  "When APT is used as a &dselect; method several configuration directives "
  "control the default behaviour. These are in the <literal>DSelect</literal> "
@@@ -6807,12 -6900,12 +7067,12 @@@ msgstr "
  "encuentran en la sección <literal>DSelect</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:551
++#: apt.conf.5.xml:568
  msgid "Clean"
  msgstr "Clean"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:552
++#: apt.conf.5.xml:569
  msgid ""
  "Cache Clean mode; this value may be one of always, prompt, auto, pre-auto "
  "and never.  always and prompt will remove all packages from the cache after "
@@@ -6830,7 -6923,7 +7090,7 @@@ msgstr "
  "descargar los paquetes nuevos."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:561
++#: apt.conf.5.xml:578
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the install phase."
@@@ -6839,12 -6932,12 +7099,12 @@@ msgstr "
  "la línea de ordenes al ejecutar la fase de instalación."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:565
++#: apt.conf.5.xml:582
  msgid "Updateoptions"
  msgstr "Updateoptions"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:566
++#: apt.conf.5.xml:583
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the update phase."
@@@ -6853,12 -6946,12 +7113,12 @@@ msgstr "
  "la línea de ordenes al ejecutar la fase de actualización."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:570
++#: apt.conf.5.xml:587
  msgid "PromptAfterUpdate"
  msgstr "PromptAfterUpdate"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:571
++#: apt.conf.5.xml:588
  msgid ""
  "If true the [U]pdate operation in &dselect; will always prompt to continue.  "
  "The default is to prompt only on error."
@@@ -6868,12 -6961,12 +7128,12 @@@ msgstr "
  "preguntará en caso de error."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:577
++#: apt.conf.5.xml:594
  msgid "How APT calls dpkg"
  msgstr "Cómo invoca APT a dpkg"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:578
++#: apt.conf.5.xml:595
  msgid ""
  "Several configuration directives control how APT invokes &dpkg;. These are "
  "in the <literal>DPkg</literal> section."
@@@ -6882,7 -6975,7 +7142,7 @@@ msgstr "
  "se encuentran en la sección <literal>DPkg</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:583
++#: apt.conf.5.xml:600
  msgid ""
  "This is a list of options to pass to dpkg. The options must be specified "
  "using the list notation and each list item is passed as a single argument to "
@@@ -6893,17 -6986,17 +7153,17 @@@ msgstr "
  "introduce a &dpkg; como un sólo argumento."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Pre-Invoke"
  msgstr "Pre-Invoke"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Post-Invoke"
  msgstr "Post-Invoke"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:589
++#: apt.conf.5.xml:606
  msgid ""
  "This is a list of shell commands to run before/after invoking &dpkg;.  Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -6916,12 -7009,12 +7176,12 @@@ msgstr "
  "sh</filename>, y APT finalizará en caso de fallo."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:595
++#: apt.conf.5.xml:612
  msgid "Pre-Install-Pkgs"
  msgstr "Pre-Install-Pkgs"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:596
++#: apt.conf.5.xml:613
  msgid ""
  "This is a list of shell commands to run before invoking dpkg. Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -6937,7 -7030,7 +7197,7 @@@ msgstr "
  "instalar, uno por línea."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:602
++#: apt.conf.5.xml:619
  msgid ""
  "Version 2 of this protocol dumps more information, including the protocol "
  "version, the APT configuration space and the packages, files and versions "
@@@ -6953,12 -7046,12 +7213,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:609
++#: apt.conf.5.xml:626
  msgid "Run-Directory"
  msgstr "Run-Directory"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:610
++#: apt.conf.5.xml:627
  msgid ""
  "APT chdirs to this directory before invoking dpkg, the default is <filename>/"
  "</filename>."
@@@ -6967,12 -7060,12 +7227,12 @@@ msgstr "
  "predeterminado es <filename>/</filename>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:614
++#: apt.conf.5.xml:631
  msgid "Build-options"
  msgstr "Build-options"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:615
++#: apt.conf.5.xml:632
  msgid ""
  "These options are passed to &dpkg-buildpackage; when compiling packages, the "
  "default is to disable signing and produce all binaries."
@@@ -6982,12 -7075,12 +7242,12 @@@ msgstr "
  "paquetes y a producir todos los binarios."
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
--#: apt.conf.5.xml:620
++#: apt.conf.5.xml:637
  msgid "dpkg trigger usage (and related options)"
  msgstr "Uso del disparador de dpkg (y de las opciones relacionadas)"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:621
++#: apt.conf.5.xml:638
  #, fuzzy
  #| msgid ""
  #| "APT can call dpkg in a way so it can make aggressive use of triggers over "
@@@ -7026,7 -7119,7 +7286,7 @@@ msgstr "
  "mientras se están configurando todos los paquetes."
  
  #. type: Content of: <refentry><refsect1><refsect2><para><literallayout>
--#: apt.conf.5.xml:636
++#: apt.conf.5.xml:653
  #, no-wrap
  msgid ""
  "DPkg::NoTriggers \"true\";\n"
@@@ -7040,7 -7133,7 +7300,7 @@@ msgstr "
  "DPkg::TriggersPending \"true\";"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:630
++#: apt.conf.5.xml:647
  msgid ""
  "Note that it is not guaranteed that APT will support these options or that "
  "these options will not cause (big) trouble in the future. If you have "
@@@ -7064,12 -7157,12 +7324,12 @@@ msgstr "
  "\"literallayout\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:642
++#: apt.conf.5.xml:659
  msgid "DPkg::NoTriggers"
  msgstr "DPkg::NoTriggers"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:643
++#: apt.conf.5.xml:660
  msgid ""
  "Add the no triggers flag to all dpkg calls (except the ConfigurePending "
  "call).  See &dpkg; if you are interested in what this actually means. In "
@@@ -7090,12 -7183,12 +7350,12 @@@ msgstr "
  "añadirá esta opción a las llamadas de desempaquetado y borrado."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:650
++#: apt.conf.5.xml:667
  msgid "PackageManager::Configure"
  msgstr "PackageManager::Configure"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:651
++#: apt.conf.5.xml:668
  msgid ""
  "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
  "and \"<literal>no</literal>\".  \"<literal>all</literal>\" is the default "
@@@ -7124,12 -7217,12 +7384,12 @@@ msgstr "
  "sistema. "
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:661
++#: apt.conf.5.xml:678
  msgid "DPkg::ConfigurePending"
  msgstr "DPkg::ConfigurePending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:662
++#: apt.conf.5.xml:679
  msgid ""
  "If this option is set apt will call <command>dpkg --configure --pending</"
  "command> to let dpkg handle all required configurations and triggers. This "
@@@ -7147,12 -7240,12 +7407,12 @@@ msgstr "
  "desactivar esta opción en todas las ejecuciones menos la última."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:668
++#: apt.conf.5.xml:685
  msgid "DPkg::TriggersPending"
  msgstr "DPkg::TriggersPending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:669
++#: apt.conf.5.xml:686
  msgid ""
  "Useful for <literal>smart</literal> configuration as a package which has "
  "pending triggers is not considered as <literal>installed</literal> and dpkg "
@@@ -7168,12 -7261,12 +7428,12 @@@ msgstr "
  "necesarios para configurar este paquete."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:674
++#: apt.conf.5.xml:691
  msgid "PackageManager::UnpackAll"
  msgstr "PackageManager::UnpackAll"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:675
++#: apt.conf.5.xml:692
  msgid ""
  "As the configuration can be deferred to be done at the end by dpkg it can be "
  "tried to order the unpack series only by critical needs, e.g. by Pre-"
@@@ -7193,12 -7286,12 +7453,12 @@@ msgstr "
  "ser realmente útil."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:682
++#: apt.conf.5.xml:699
  msgid "OrderList::Score::Immediate"
  msgstr "OrderList::Score::Immediate"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:690
++#: apt.conf.5.xml:707
  #, no-wrap
  msgid ""
  "OrderList::Score {\n"
@@@ -7216,7 -7309,7 +7476,7 @@@ msgstr "
  "};"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:683
++#: apt.conf.5.xml:700
  msgid ""
  "Essential packages (and there dependencies) should be configured immediately "
  "after unpacking. It will be a good idea to do this quite early in the "
@@@ -7241,12 -7334,12 +7501,12 @@@ msgstr "
  "\"literallayout\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:703
++#: apt.conf.5.xml:720
  msgid "Periodic and Archives options"
  msgstr "Las opciones «Periodic» y «Archives»"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:704
++#: apt.conf.5.xml:721
  msgid ""
  "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
  "of options configure behavior of apt periodic updates, which is done by "
@@@ -7260,12 -7353,12 +7520,12 @@@ msgstr "
  "documentación de estas opciones."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:712
++#: apt.conf.5.xml:729
  msgid "Debug options"
  msgstr "Opciones de depuración"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:714
++#: apt.conf.5.xml:731
  msgid ""
  "Enabling options in the <literal>Debug::</literal> section will cause "
  "debugging information to be sent to the standard error stream of the program "
@@@ -7282,7 -7375,7 +7542,7 @@@ msgstr "
  "para un usuario normal, aunque unas cuantas sí son:"
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:725
++#: apt.conf.5.xml:742
  msgid ""
  "<literal>Debug::pkgProblemResolver</literal> enables output about the "
  "decisions made by <literal>dist-upgrade, upgrade, install, remove, purge</"
@@@ -7293,7 -7386,7 +7553,7 @@@ msgstr "
  "purge</literal>."
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:733
++#: apt.conf.5.xml:750
  msgid ""
  "<literal>Debug::NoLocking</literal> disables all file locking.  This can be "
  "used to run some operations (for instance, <literal>apt-get -s install</"
@@@ -7304,7 -7397,7 +7564,7 @@@ msgstr "
  "<literal>apt-get -s install</literal>) como un usuario normal."
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:742
++#: apt.conf.5.xml:759
  msgid ""
  "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
  "time that <literal>apt</literal> invokes &dpkg;."
@@@ -7316,7 -7409,7 +7576,7 @@@ msgstr "
  #.       motivating example, except I haven't a clue why you'd want
  #.       to do this. 
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:750
++#: apt.conf.5.xml:767
  msgid ""
  "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
  "in CDROM IDs."
@@@ -7325,19 -7418,19 +7585,19 @@@ msgstr "
  "statfs en los identificadores de los CDROM."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:760
++#: apt.conf.5.xml:777
  msgid "A full list of debugging options to apt follows."
  msgstr ""
  "A continuación, se muestra la lista completa de las opciones de depuración "
  "de apt."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:765
++#: apt.conf.5.xml:782
  msgid "<literal>Debug::Acquire::cdrom</literal>"
  msgstr "<literal>Debug::Acquire::cdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:769
++#: apt.conf.5.xml:786
  msgid ""
  "Print information related to accessing <literal>cdrom://</literal> sources."
  msgstr ""
  "<literal>cdrom://</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:776
++#: apt.conf.5.xml:793
  msgid "<literal>Debug::Acquire::ftp</literal>"
  msgstr "<literal>Debug::Acquire::ftp</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:780
++#: apt.conf.5.xml:797
  msgid "Print information related to downloading packages using FTP."
  msgstr ""
  "Muestra la información relacionada con la descarga de paquetes mediante FTP."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:787
++#: apt.conf.5.xml:804
  msgid "<literal>Debug::Acquire::http</literal>"
  msgstr "<literal>Debug::Acquire::http</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:791
++#: apt.conf.5.xml:808
  msgid "Print information related to downloading packages using HTTP."
  msgstr ""
  "Muestra la información relacionada con la descarga de paquetes mediante HTTP."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:798
++#: apt.conf.5.xml:815
  msgid "<literal>Debug::Acquire::https</literal>"
  msgstr "<literal>Debug::Acquire::https</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:802
++#: apt.conf.5.xml:819
  msgid "Print information related to downloading packages using HTTPS."
  msgstr ""
  "Muestra la información relacionada con la descarga de paquetes mediante "
  "HTTPS."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:809
++#: apt.conf.5.xml:826
  msgid "<literal>Debug::Acquire::gpgv</literal>"
  msgstr "<literal>Debug::Acquire::gpgv</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:813
++#: apt.conf.5.xml:830
  msgid ""
  "Print information related to verifying cryptographic signatures using "
  "<literal>gpg</literal>."
@@@ -7393,12 -7486,12 +7653,12 @@@ msgstr "
  "criptográficas mediante <literal>gpg</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:820
++#: apt.conf.5.xml:837
  msgid "<literal>Debug::aptcdrom</literal>"
  msgstr "<literal>Debug::aptcdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:824
++#: apt.conf.5.xml:841
  msgid ""
  "Output information about the process of accessing collections of packages "
  "stored on CD-ROMs."
@@@ -7407,24 -7500,24 +7667,24 @@@ msgstr "
  "paquetes almacenadas en CD-ROM."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:831
++#: apt.conf.5.xml:848
  msgid "<literal>Debug::BuildDeps</literal>"
  msgstr "<literal>Debug::BuildDeps</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:834
++#: apt.conf.5.xml:851
  msgid "Describes the process of resolving build-dependencies in &apt-get;."
  msgstr ""
  "Describe el proceso de resolución de dependencias de compilación en &apt-"
  "get;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:841
++#: apt.conf.5.xml:858
  msgid "<literal>Debug::Hashes</literal>"
  msgstr "<literal>Debug::Hashes</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:844
++#: apt.conf.5.xml:861
  msgid ""
  "Output each cryptographic hash that is generated by the <literal>apt</"
  "literal> libraries."
@@@ -7433,12 -7526,12 +7693,12 @@@ msgstr "
  "<literal>apt</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:851
++#: apt.conf.5.xml:868
  msgid "<literal>Debug::IdentCDROM</literal>"
  msgstr "<literal>Debug::IdentCDROM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:854
++#: apt.conf.5.xml:871
  msgid ""
  "Do not include information from <literal>statfs</literal>, namely the number "
  "of used and free blocks on the CD-ROM filesystem, when generating an ID for "
@@@ -7449,12 -7542,12 +7709,12 @@@ msgstr "
  "identificador de un CD-ROM."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:862
++#: apt.conf.5.xml:879
  msgid "<literal>Debug::NoLocking</literal>"
  msgstr "<literal>Debug::NoLocking</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:865
++#: apt.conf.5.xml:882
  msgid ""
  "Disable all file locking.  For instance, this will allow two instances of "
  "<quote><literal>apt-get update</literal></quote> to run at the same time."
@@@ -7464,24 -7557,24 +7724,24 @@@ msgstr "
  "a la vez."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:873
++#: apt.conf.5.xml:890
  msgid "<literal>Debug::pkgAcquire</literal>"
  msgstr "<literal>Debug::pkgAcquire</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:877
++#: apt.conf.5.xml:894
  msgid "Log when items are added to or removed from the global download queue."
  msgstr ""
  "Registra los elementos que se añaden o se borran de la cola de descarga "
  "global."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:884
++#: apt.conf.5.xml:901
  msgid "<literal>Debug::pkgAcquire::Auth</literal>"
  msgstr "<literal>Debug::pkgAcquire::Auth</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:887
++#: apt.conf.5.xml:904
  msgid ""
  "Output status messages and errors related to verifying checksums and "
  "cryptographic signatures of downloaded files."
@@@ -7491,12 -7584,12 +7751,12 @@@ msgstr "
  "ficheros descargados."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:894
++#: apt.conf.5.xml:911
  msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
  msgstr "<literal>Debug::pkgAcquire::Diffs</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:897
++#: apt.conf.5.xml:914
  msgid ""
  "Output information about downloading and applying package index list diffs, "
  "and errors relating to package index list diffs."
@@@ -7505,12 -7598,12 +7765,12 @@@ msgstr "
  "lista de índices de paquetes, y los errores relacionados con éstos."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:905
++#: apt.conf.5.xml:922
  msgid "<literal>Debug::pkgAcquire::RRed</literal>"
  msgstr "<literal>Debug::pkgAcquire::RRed</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:909
++#: apt.conf.5.xml:926
  msgid ""
  "Output information related to patching apt package lists when downloading "
  "index diffs instead of full indices."
@@@ -7520,12 -7613,12 +7780,12 @@@ msgstr "
  "índices completos."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:916
++#: apt.conf.5.xml:933
  msgid "<literal>Debug::pkgAcquire::Worker</literal>"
  msgstr "<literal>Debug::pkgAcquire::Worker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:920
++#: apt.conf.5.xml:937
  msgid ""
  "Log all interactions with the sub-processes that actually perform downloads."
  msgstr ""
  "descargas."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:927
++#: apt.conf.5.xml:944
  msgid "<literal>Debug::pkgAutoRemove</literal>"
  msgstr "<literal>Debug::pkgAutoRemove</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:931
++#: apt.conf.5.xml:948
  msgid ""
  "Log events related to the automatically-installed status of packages and to "
  "the removal of unused packages."
@@@ -7547,12 -7640,12 +7807,12 @@@ msgstr "
  "de los paquetes y con la eliminación de los paquetes sin usar."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:938
++#: apt.conf.5.xml:955
  msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  msgstr "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:941
++#: apt.conf.5.xml:958
  msgid ""
  "Generate debug messages describing which packages are being automatically "
  "installed to resolve dependencies.  This corresponds to the initial auto-"
@@@ -7567,12 -7660,12 +7827,12 @@@ msgstr "
  "<literal>apt</literal>. Véase <literal>Debug::pkgProblemResolver</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:952
++#: apt.conf.5.xml:969
  msgid "<literal>Debug::pkgDepCache::Marker</literal>"
  msgstr "<literal>Debug::pkgDepCache::Marker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:955
++#: apt.conf.5.xml:972
  msgid ""
  "Generate debug messages describing which package is marked as keep/install/"
  "remove while the ProblemResolver does his work.  Each addition or deletion "
@@@ -7602,24 -7695,24 +7862,24 @@@ msgstr "
  "la sección en la que aparece el paquete."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:974
++#: apt.conf.5.xml:991
  msgid "<literal>Debug::pkgInitConfig</literal>"
  msgstr "<literal>Debug::pkgInitConfig</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:977
++#: apt.conf.5.xml:994
  msgid "Dump the default configuration to standard error on startup."
  msgstr ""
  "Vuelca la configuración predeterminada a la salida estándar durante al "
  "iniciarse."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:984
++#: apt.conf.5.xml:1001
  msgid "<literal>Debug::pkgDPkgPM</literal>"
  msgstr "<literal>Debug::pkgDPkgPM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:987
++#: apt.conf.5.xml:1004
  msgid ""
  "When invoking &dpkg;, output the precise command line with which it is being "
  "invoked, with arguments separated by a single space character."
@@@ -7628,12 -7721,12 +7888,12 @@@ msgstr "
  "invocó, con los argumentos separados por un espacio."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:995
++#: apt.conf.5.xml:1012
  msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
  msgstr "<literal>Debug::pkgDPkgProgressReporting</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:998
++#: apt.conf.5.xml:1015
  msgid ""
  "Output all the data received from &dpkg; on the status file descriptor and "
  "any errors encountered while parsing it."
@@@ -7642,12 -7735,12 +7902,12 @@@ msgstr "
  "estado y cualquier error encontrado durante el análisis."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1005
++#: apt.conf.5.xml:1022
  msgid "<literal>Debug::pkgOrderList</literal>"
  msgstr "<literal>Debug::pkgOrderList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1009
++#: apt.conf.5.xml:1026
  msgid ""
  "Generate a trace of the algorithm that decides the order in which "
  "<literal>apt</literal> should pass packages to &dpkg;."
@@@ -7656,12 -7749,12 +7916,12 @@@ msgstr "
  "literal> debería entregar los paquetes a &dpkg;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1017
++#: apt.conf.5.xml:1034
  msgid "<literal>Debug::pkgPackageManager</literal>"
  msgstr "<literal>Debug::pkgPackageManager</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1021
++#: apt.conf.5.xml:1038
  msgid ""
  "Output status messages tracing the steps performed when invoking &dpkg;."
  msgstr ""
  "&dpkg;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1028
++#: apt.conf.5.xml:1045
  msgid "<literal>Debug::pkgPolicy</literal>"
  msgstr "<literal>Debug::pkgPolicy</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1032
++#: apt.conf.5.xml:1049
  msgid "Output the priority of each package list on startup."
  msgstr "Muestra la prioridad de cada lista de paquetes al iniciarse."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1038
++#: apt.conf.5.xml:1055
  msgid "<literal>Debug::pkgProblemResolver</literal>"
  msgstr "<literal>Debug::pkgProblemResolver</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1042
++#: apt.conf.5.xml:1059
  msgid ""
  "Trace the execution of the dependency resolver (this applies only to what "
  "happens when a complex dependency problem is encountered)."
@@@ -7693,12 -7786,12 +7953,12 @@@ msgstr "
  "lo que ocurre cuando se encuentra un problema de dependencias complejo)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1050
++#: apt.conf.5.xml:1067
  msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  msgstr "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1053
++#: apt.conf.5.xml:1070
  msgid ""
  "Display a list of all installed packages with their calculated score used by "
  "the pkgProblemResolver. The description of the package is the same as "
@@@ -7709,12 -7802,12 +7969,12 @@@ msgstr "
  "misma que la descrita en <literal>Debug::pkgDepCache::Marker</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1061
++#: apt.conf.5.xml:1078
  msgid "<literal>Debug::sourceList</literal>"
  msgstr "<literal>Debug::sourceList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1065
++#: apt.conf.5.xml:1082
  msgid ""
  "Print information about the vendors read from <filename>/etc/apt/vendors."
  "list</filename>."
@@@ -7723,7 -7816,7 +7983,7 @@@ msgstr "
  "vendors.list</filename>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1088
++#: apt.conf.5.xml:1105
  msgid ""
  "&configureindex; is a configuration file showing example values for all "
  "possible options."
@@@ -7732,13 -7825,13 +7992,13 @@@ msgstr "
  "valores de ejemplo para todas las opciones posibles."
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt.conf.5.xml:1095
++#: apt.conf.5.xml:1112
  msgid "&file-aptconf;"
  msgstr "&file-aptconf;"
  
  #.  ? reading apt.conf 
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1100
++#: apt.conf.5.xml:1117
  msgid "&apt-cache;, &apt-config;, &apt-preferences;."
  msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
  
@@@ -7847,8 -7940,8 +8107,8 @@@ msgstr "
  msgid ""
  "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
  "directory are parsed in alphanumeric ascending order and need to obey the "
--"following naming convention: The files have no or \"<literal>pref</literal>"
--"\" as filename extension and which only contain alphanumeric, hyphen (-), "
++"following naming convention: The files have either no or \"<literal>pref</"
++"literal>\" as filename extension and only contain alphanumeric, hyphen (-), "
  "underscore (_) and period (.) characters.  Otherwise APT will print a notice "
  "that it has ignored a file if the file doesn't match a pattern in the "
  "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this "
@@@ -8306,7 -8399,74 +8566,74 @@@ msgstr "
  "Pin-Priority: 500\n"
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
- #: apt_preferences.5.xml:263
+ #: apt_preferences.5.xml:262
+ msgid "Regular expressions and glob() syntax"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:264
+ msgid ""
+ "APT also supports pinning by glob() expressions and regular expressions "
+ "surrounded by /. For example, the following example assigns the priority 500 "
+ "to all packages from experimental where the name starts with gnome (as a glob"
 -"()-like expression or contains the word kde (as a POSIX extended regular "
++"()-like expression) or contains the word kde (as a POSIX extended regular "
+ "expression surrounded by slashes)."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:273
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:279
+ msgid ""
+ "The rule for those expressions is that they can occur anywhere where a "
 -"string can occur. Those, the following pin assigns the priority 990 to all "
++"string can occur. Thus, the following pin assigns the priority 990 to all "
+ "packages from a release starting with karmic."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:285
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:290
+ #, fuzzy
+ #| msgid "Packages"
+ msgid "Package"
+ msgstr "Packages"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:296
+ msgid "*"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><title>
+ #: apt_preferences.5.xml:306
  msgid "How APT Interprets Priorities"
  msgstr "¿Cómo interpreta APT las prioridades?"
  
@@@ -9205,8 -9365,8 +9532,9 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><literallayout>
  #: sources.list.5.xml:81
--#, no-wrap
--msgid "deb uri distribution [component1] [component2] [...]"
++#, fuzzy, no-wrap
++#| msgid "deb uri distribution [component1] [component2] [...]"
++msgid "deb [ options ] uri distribution [component1] [component2] [...]"
  msgstr "deb uri distribución [componente1] [componente2] [...]"
  
  #. type: Content of: <refentry><refsect1><para>
@@@ -9277,6 -9437,6 +9605,38 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><para>
  #: sources.list.5.xml:112
  msgid ""
++"<literal>options</literal> is always optional and needs to be surounded by "
++"square brackets. It can consist of multiple settings in the form "
++"<literal><replaceable>setting</replaceable>=<replaceable>value</"
++"replaceable></literal>.  Multiple settings are separated by spaces. The "
++"following settings are supported by APT, note through that unsupported "
++"settings will be ignored silently:"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:117
++msgid ""
++"<literal>arch=<replaceable>arch1</replaceable>,<replaceable>arch2</"
++"replaceable>,…</literal> can be used to specify for which architectures "
++"packages information should be downloaded. If this option is not set all "
++"architectures defined by the <literal>APT::Architectures</literal> option "
++"will be downloaded."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:121
++msgid ""
++"<literal>trusted=yes</literal> can be set to indicate that packages from "
++"this source are always authenificated even if the <filename>Release</"
++"filename> file is not signed or the signature can't be checked. This "
++"disables parts of &apt-secure; and should therefore only be used in a local "
++"and trusted context. <literal>trusted=no</literal> is the opposite which "
++"handles even correctly authenificated sources as not authenificated."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:128
++msgid ""
  "It is important to list sources in order of preference, with the most "
  "preferred source listed first. Typically this will result in sorting by "
  "speed from fastest to slowest (CD-ROM followed by hosts on a local network, "
@@@ -9288,12 -9448,12 +9648,12 @@@ msgstr "
  "seguidos por servidores de Internet distantes, por ejemplo)."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:117
++#: sources.list.5.xml:133
  msgid "Some examples:"
  msgstr "Algunos ejemplos:"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:119
++#: sources.list.5.xml:135
  #, no-wrap
  msgid ""
  "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
@@@ -9305,17 -9465,17 +9665,17 @@@ msgstr "
  "   "
  
  #. type: Content of: <refentry><refsect1><title>
--#: sources.list.5.xml:125
++#: sources.list.5.xml:141
  msgid "URI specification"
  msgstr "Especificación de la URI"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:130
++#: sources.list.5.xml:146
  msgid "file"
  msgstr "file"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:132
++#: sources.list.5.xml:148
  msgid ""
  "The file scheme allows an arbitrary directory in the file system to be "
  "considered an archive. This is useful for NFS mounts and local mirrors or "
@@@ -9326,7 -9486,7 +9686,7 @@@ msgstr "
  "particiones montadas mediante NFS y réplicas o archivos de paquetes locales."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:139
++#: sources.list.5.xml:155
  msgid ""
  "The cdrom scheme allows APT to use a local CDROM drive with media swapping. "
  "Use the &apt-cdrom; program to create cdrom entries in the source list."
@@@ -9336,7 -9496,7 +9696,7 @@@ msgstr "
  "list»."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:146
++#: sources.list.5.xml:162
  msgid ""
  "The http scheme specifies an HTTP server for the archive. If an environment "
  "variable <envar>http_proxy</envar> is set with the format http://server:"
@@@ -9353,7 -9513,7 +9713,7 @@@ msgstr "
  "Tenga en cuenta que este método de autenticación no es seguro."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:157
++#: sources.list.5.xml:173
  msgid ""
  "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior "
  "is highly configurable; for more information see the &apt-conf; manual page. "
@@@ -9372,12 -9532,12 +9732,12 @@@ msgstr "
  "ignorarán proxies ftp definidos en el fichero de configuración que usen http."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:166
++#: sources.list.5.xml:182
  msgid "copy"
  msgstr "copy"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:168
++#: sources.list.5.xml:184
  msgid ""
  "The copy scheme is identical to the file scheme except that packages are "
  "copied into the cache directory instead of used directly at their location.  "
@@@ -9388,17 -9548,17 +9748,17 @@@ msgstr "
  "Esto es útil para gente que use discos zip con APT."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "rsh"
  msgstr "rsh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "ssh"
  msgstr "ssh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:175
++#: sources.list.5.xml:191
  msgid ""
  "The rsh/ssh method invokes rsh/ssh to connect to a remote host as a given "
  "user and access the files. It is a good idea to do prior arrangements with "
@@@ -9413,12 -9573,12 +9773,12 @@@ msgstr "
  "command> y <command>dd</command> para realizar la transferencia de ficheros."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:183
++#: sources.list.5.xml:199
  msgid "more recognizable URI types"
  msgstr "Otros tipos de URI reconocidos."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:185
++#: sources.list.5.xml:201
  msgid ""
  "APT can be extended with more methods shipped in other optional packages "
  "which should follow the nameing scheme <literal>apt-transport-"
@@@ -9439,7 -9599,7 +9799,7 @@@ msgstr "
  "filename></refentrytitle> <manvolnum>1</manvolnum></citerefentry>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:127
++#: sources.list.5.xml:143
  msgid ""
  "The currently recognized URI types are cdrom, file, http, ftp, copy, ssh, "
  "rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -9448,7 -9608,7 +9808,7 @@@ msgstr "
  "<placeholder type=\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:199
++#: sources.list.5.xml:215
  msgid ""
  "Uses the archive stored locally (or NFS mounted) at /home/jason/debian for "
  "stable/main, stable/contrib, and stable/non-free."
@@@ -9457,36 -9617,36 +9817,59 @@@ msgstr "
  "«stable/main», «stable/contrib», y «stable/non-free»."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:201
++#: sources.list.5.xml:217
  #, no-wrap
  msgid "deb file:/home/jason/debian stable main contrib non-free"
  msgstr "deb file:/home/jason/debian stable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:203
++#: sources.list.5.xml:219
  msgid "As above, except this uses the unstable (development) distribution."
  msgstr ""
  "Como arriba, excepto que usa la distribución «unstable» (en desarrollo)."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:204
++#: sources.list.5.xml:220
  #, no-wrap
  msgid "deb file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:206
++#: sources.list.5.xml:222
  msgid "Source line for the above"
  msgstr "Línea para obtener el código fuente desde la ubicación anterior."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:207
++#: sources.list.5.xml:223
  #, no-wrap
  msgid "deb-src file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb-src file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:209
++#: sources.list.5.xml:225
++msgid ""
++"The first line gets package information for the architectures in "
++"<literal>APT::Architectures</literal> while the second always retrieves "
++"<literal>amd64</literal> and <literal>armel</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><literallayout>
++#: sources.list.5.xml:227
++#, fuzzy, no-wrap
++#| msgid ""
++#| "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++#| "deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++#| "   "
++msgid ""
++"deb http://ftp.debian.org/debian &stable-codename; main\n"
++"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
++msgstr ""
++"deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++"deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++"   "
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:230
  msgid ""
  "Uses HTTP to access the archive at archive.debian.org, and uses only the "
  "hamm/main area."
@@@ -9495,13 -9655,13 +9878,13 @@@ msgstr "
  "sólo la sección «hamm/main»."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:211
++#: sources.list.5.xml:232
  #, no-wrap
  msgid "deb http://archive.debian.org/debian-archive hamm main"
  msgstr "deb http://archive.debian.org/debian-archive hamm main"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:213
++#: sources.list.5.xml:234
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the &stable-codename;/contrib area."
@@@ -9510,13 -9670,13 +9893,13 @@@ msgstr "
  "directorio «debian», y usa sólo la sección «&stable-codename;/contrib»."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:215
++#: sources.list.5.xml:236
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  msgstr "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:217
++#: sources.list.5.xml:238
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the unstable/contrib area. If this line appears as "
@@@ -9529,20 -9689,20 +9912,20 @@@ msgstr "
  "filename>, se usará sólo una sesión FTP para ambas."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:221
++#: sources.list.5.xml:242
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian unstable contrib"
  msgstr "deb ftp://ftp.debian.org/debian unstable contrib"
  
  #. type: Content of: <refentry><refsect1><para><literallayout>
--#: sources.list.5.xml:230
++#: sources.list.5.xml:251
  #, fuzzy, no-wrap
  #| msgid "deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/"
  msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
  msgstr "deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:223
++#: sources.list.5.xml:244
  #, fuzzy
  #| msgid ""
  #| "Uses HTTP to access the archive at nonus.debian.org, under the debian-non-"
@@@ -9570,7 -9730,7 +9953,7 @@@ msgstr "
  "estructura.) <placeholder type=\"literallayout\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:235
++#: sources.list.5.xml:256
  msgid "&apt-cache; &apt-conf;"
  msgstr "&apt-cache; &apt-conf;"
  
@@@ -11095,19 -11255,40 +11478,48 @@@ msgstr "  # apt-get -o dir::cache::arch
  msgid "Which will use the already fetched archives on the disc."
  msgstr "Ésto usará los archivos del disco previamente obtenidos."
  
 -#~ msgid "<option>--md5</option>"
 -#~ msgstr "<option>--md5</option>"
 -
+ #~ msgid ""
 -#~ "Generate MD5 sums. This defaults to on, when turned off the generated "
 -#~ "index files will not have MD5Sum fields where possible.  Configuration "
 -#~ "Item: <literal>APT::FTPArchive::MD5</literal>"
++#~ "Update the local keyring with the keyring of Debian archive keys and "
++#~ "removes from the keyring the archive keys which are no longer valid."
+ #~ msgstr ""
 -#~ "Genera una suma de control MD5. Está activado de forma predeterminada, "
 -#~ "cuando se desactiva los ficheros de índices generados no tendrán los "
 -#~ "campos MD5Sum cuando sea posible. Opción de configuración: <literal>APT::"
 -#~ "FTPArchive::MD5</literal>"
++#~ "Actualiza el registro de claves local con el registro de claves del "
++#~ "archivo Debian, y elimina del registro las claves del archivo que ya no "
++#~ "son válidas."
+ #~ msgid "unmarkauto"
+ #~ msgstr "unmarkauto"
+ #~ msgid "<option>-h</option>"
+ #~ msgstr "<option>-h</option>"
+ #~ msgid "<option>--help</option>"
+ #~ msgstr "<option>--help</option>"
+ #~ msgid "Show a short usage summary."
+ #~ msgstr "Muestra un breve resumen de uso."
+ #~ msgid "<option>-v</option>"
+ #~ msgstr "<option>-v</option>"
+ #~ msgid "<option>--version</option>"
+ #~ msgstr "<option>--version</option>"
+ #~ msgid "Show the program version."
+ #~ msgstr "Muestra la versión del programa."
 +#~ msgid "<option>--md5</option>"
 +#~ msgstr "<option>--md5</option>"
 +
 +#~ msgid ""
 +#~ "Generate MD5 sums. This defaults to on, when turned off the generated "
 +#~ "index files will not have MD5Sum fields where possible.  Configuration "
 +#~ "Item: <literal>APT::FTPArchive::MD5</literal>"
 +#~ msgstr ""
 +#~ "Genera una suma de control MD5. Está activado de forma predeterminada, "
 +#~ "cuando se desactiva los ficheros de índices generados no tendrán los "
 +#~ "campos MD5Sum cuando sea posible. Opción de configuración: <literal>APT::"
 +#~ "FTPArchive::MD5</literal>"
 +
  #~ msgid "to the version that is already installed (if any)."
  #~ msgstr "a la versión instalada (de existir)."
  
diff --cc doc/po/fr.po
index c3648fc88e10adc2d4c2373036834a15d63279d6,037c50de54c41f6472451b28dda2fbb7e816af3a..b41869a7f25a23b5265a0612ed8eca7c35cfe9de
@@@ -9,7 -9,7 +9,7 @@@
  msgid ""
  msgstr ""
  "Project-Id-Version: \n"
- "POT-Creation-Date: 2011-04-05 10:22+0300\n"
 -"POT-Creation-Date: 2011-06-08 16:54+0300\n"
++"POT-Creation-Date: 2011-11-10 16:42+0100\n"
  "PO-Revision-Date: 2011-02-17 07:50+0100\n"
  "Last-Translator: Christian Perrier <bubulle@debian.org>\n"
  "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@@ -730,8 -730,8 +730,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50
--#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114
- #: apt-key.8.xml:38 apt-mark.8.xml:55 apt-secure.8.xml:43
++#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:121
+ #: apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43
  #: apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36
  #: sources.list.5.xml:36
  msgid "Description"
@@@ -751,7 -751,7 +751,7 @@@ msgstr "
  "desquelles il extrait les informations intéressantes."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-cache.8.xml:70 apt-get.8.xml:120
++#: apt-cache.8.xml:70 apt-get.8.xml:127
  msgid ""
  "Unless the <option>-h</option>, or <option>--help</option> option is given, "
  "one of the commands below must be present."
@@@ -1250,8 -1250,8 +1250,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
  #: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59
- #: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:92
 -#: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:126
--#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
++#: apt-ftparchive.1.xml:525 apt-get.8.xml:342 apt-mark.8.xml:126
++#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:577 apt.conf.5.xml:599
  msgid "options"
  msgstr "options"
  
@@@ -1277,7 -1277,7 +1277,7 @@@ msgstr "
  "<literal>Dir::Cache::pkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:288 apt-ftparchive.1.xml:571 apt-get.8.xml:393
++#: apt-cache.8.xml:288 apt-ftparchive.1.xml:572 apt-get.8.xml:404
  #: apt-sortpkgs.1.xml:61
  msgid "<option>-s</option>"
  msgstr "<option>-s</option>"
@@@ -1304,12 -1304,12 +1304,12 @@@ msgstr "
  "<literal>Dir::Cache::srcpkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>-q</option>"
  msgstr "<option>-q</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>--quiet</option>"
  msgstr "<option>--quiet</option>"
  
@@@ -1391,9 -1391,9 +1391,16 @@@ msgstr "<option>--no-enhances</option>
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-cache.8.xml:317
++#, fuzzy
++#| msgid ""
++#| "Per default the <literal>depends</literal> and <literal>rdepends</"
++#| "literal> print all dependencies. This can be twicked with these flags "
++#| "which will omit the specified dependency type.  Configuration Item: "
++#| "<literal>APT::Cache::Show<replaceable>DependencyType</replaceable></"
++#| "literal> e.g. <literal>APT::Cache::ShowRecommends</literal>."
  msgid ""
  "Per default the <literal>depends</literal> and <literal>rdepends</literal> "
--"print all dependencies. This can be twicked with these flags which will omit "
++"print all dependencies. This can be tweaked with these flags which will omit "
  "the specified dependency type.  Configuration Item: <literal>APT::Cache::"
  "Show<replaceable>DependencyType</replaceable></literal> e.g. <literal>APT::"
  "Cache::ShowRecommends</literal>."
@@@ -1405,7 -1405,7 +1412,7 @@@ msgstr "
  "replaceable></literal>, p. ex. <literal>APT::Cache::ShowRecommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:350
++#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:361
  msgid "<option>-f</option>"
  msgstr "<option>-f</option>"
  
@@@ -1425,7 -1425,7 +1432,8 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:583
++#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:584
++#: apt-get.8.xml:452
  msgid "<option>-a</option>"
  msgstr "<option>-a</option>"
  
@@@ -1545,14 -1545,14 +1553,14 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist>
  #: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101
--#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570
- #: apt-sortpkgs.1.xml:67
++#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:612 apt-get.8.xml:596
+ #: apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
  msgid "&apt-commonoptions;"
  msgstr "&apt-commonoptions;"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:156 apt-mark.8.xml:125
- #: apt.conf.5.xml:1093 apt_preferences.5.xml:654
 -#: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:172 apt-mark.8.xml:144
 -#: apt.conf.5.xml:1093 apt_preferences.5.xml:697
++#: apt-cache.8.xml:372 apt-get.8.xml:601 apt-key.8.xml:175 apt-mark.8.xml:144
++#: apt.conf.5.xml:1110 apt_preferences.5.xml:697
  msgid "Files"
  msgstr "Fichiers"
  
@@@ -1563,10 -1563,10 +1571,10 @@@ msgstr "&file-sourceslist; &file-statel
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106
--#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585
- #: apt-key.8.xml:177 apt-mark.8.xml:131 apt-secure.8.xml:185
- #: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:661
 -#: apt-key.8.xml:193 apt-mark.8.xml:150 apt-secure.8.xml:185
 -#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:704
--#: sources.list.5.xml:234
++#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:628 apt-get.8.xml:611
++#: apt-key.8.xml:196 apt-mark.8.xml:150 apt-secure.8.xml:185
++#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1116 apt_preferences.5.xml:704
++#: sources.list.5.xml:255
  msgid "See Also"
  msgstr "Voir aussi"
  
@@@ -1577,8 -1577,8 +1585,8 @@@ msgstr "&apt-conf;, &sources-list;, &ap
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111
--#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591
- #: apt-mark.8.xml:135 apt-sortpkgs.1.xml:76
++#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:632 apt-get.8.xml:617
+ #: apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
  msgid "Diagnostics"
  msgstr "Diagnostics"
  
@@@ -1707,12 -1707,12 +1715,12 @@@ msgstr "
  "\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cdrom.8.xml:94 apt-key.8.xml:142
 -#: apt-cdrom.8.xml:94 apt-key.8.xml:158
++#: apt-cdrom.8.xml:94 apt-key.8.xml:161
  msgid "Options"
  msgstr "Options"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:539 apt-get.8.xml:345
++#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:540 apt-get.8.xml:356
  msgid "<option>-d</option>"
  msgstr "<option>-d</option>"
  
@@@ -1756,7 -1756,7 +1764,7 @@@ msgstr "
  "<literal>APT::CDROM::Rename</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:116 apt-get.8.xml:364
++#: apt-cdrom.8.xml:116 apt-get.8.xml:375
  msgid "<option>-m</option>"
  msgstr "<option>-m</option>"
  
@@@ -1813,17 -1813,17 +1821,17 @@@ msgstr "
  "le CD mais tous les paquets seront repérés."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:143 apt-get.8.xml:395
++#: apt-cdrom.8.xml:143 apt-get.8.xml:406
  msgid "<option>--just-print</option>"
  msgstr "<option>--just-print</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:144 apt-get.8.xml:397
++#: apt-cdrom.8.xml:144 apt-get.8.xml:408
  msgid "<option>--recon</option>"
  msgstr "<option>--recon</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:145 apt-get.8.xml:398
++#: apt-cdrom.8.xml:145 apt-get.8.xml:409
  msgid "<option>--no-act</option>"
  msgstr "<option>--no-act</option>"
  
@@@ -1969,7 -1969,7 +1977,7 @@@ msgid "Just show the contents of the co
  msgstr "Affiche seulement le contenu de l'espace de configuration."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:628
++#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:629
  #: apt-sortpkgs.1.xml:73
  msgid "&apt-conf;"
  msgstr "&apt-conf;"
@@@ -2048,7 -2048,7 +2056,7 @@@ msgstr "
  "<filename>package.config.XXXX</filename>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-extracttemplates.1.xml:63 apt-get.8.xml:504
++#: apt-extracttemplates.1.xml:63 apt-get.8.xml:530
  msgid "<option>-t</option>"
  msgstr "<option>-t</option>"
  
@@@ -2334,7 -2334,7 +2342,7 @@@ msgstr "
  "préciser index et répertoires aussi bien que les paramètres requis."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:145 apt-get.8.xml:287
++#: apt-ftparchive.1.xml:145 apt-get.8.xml:298
  msgid "clean"
  msgstr "clean"
  
@@@ -2898,8 -2898,8 +2906,8 @@@ msgstr "
  "distribution ; classiquement, on trouve <literal>main contrib non-free</"
  "literal>."
  
--#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:394
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-ftparchive.1.xml:394 apt.conf.5.xml:157
  msgid "Architectures"
  msgstr "Architectures"
  
@@@ -3142,10 -3142,10 +3150,10 @@@ msgid "
  "Configuration Items: <literal>APT::FTPArchive::<replaceable>Checksum</"
  "replaceable></literal> and <literal>APT::FTPArchive::<replaceable>Index</"
  "replaceable>::<replaceable>Checksum</replaceable></literal> where "
--"<literal>Index</literal> can be <literal>Packages</literal>, "
--"<literal>Sources</literal> or <literal>Release</literal> and "
--"<literal>Checksum</literal> can be <literal>MD5</literal>, <literal>SHA1</"
--"literal> or <literal>SHA256</literal>."
++"<literal><replaceable>Index</replaceable></literal> can be "
++"<literal>Packages</literal>, <literal>Sources</literal> or <literal>Release</"
++"literal> and <literal><replaceable>Checksum</replaceable></literal> can be "
++"<literal>MD5</literal>, <literal>SHA1</literal> or <literal>SHA256</literal>."
  msgstr ""
  "La valeur des autres champs de métadonnées du fichier Release sont tirées de "
  "la valeur correspondante dans <literal>APT::FTPArchive::Release</literal>, "
  "<literal>Description</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:539
++#: apt-ftparchive.1.xml:540
  msgid "<option>--db</option>"
  msgstr "<option>--db</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:541
++#: apt-ftparchive.1.xml:542
  msgid ""
  "Use a binary caching DB. This has no effect on the generate command.  "
  "Configuration Item: <literal>APT::FTPArchive::DB</literal>."
@@@ -3172,7 -3172,7 +3180,7 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:547
++#: apt-ftparchive.1.xml:548
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -3187,12 -3187,12 +3195,12 @@@ msgstr "
  "configuration : <literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:553
++#: apt-ftparchive.1.xml:554
  msgid "<option>--delink</option>"
  msgstr "<option>--delink</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:555
++#: apt-ftparchive.1.xml:556
  msgid ""
  "Perform Delinking. If the <literal>External-Links</literal> setting is used "
  "then this option actually enables delinking of the files. It defaults to on "
@@@ -3206,12 -3206,12 +3214,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:561
++#: apt-ftparchive.1.xml:562
  msgid "<option>--contents</option>"
  msgstr "<option>--contents</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:563
++#: apt-ftparchive.1.xml:564
  msgid ""
  "Perform contents generation. When this option is set and package indexes are "
  "being generated with a cache DB then the file listing will also be extracted "
@@@ -3227,12 -3227,12 +3235,12 @@@ msgstr "
  "de configuration : <literal>APT::FTPArchive::Contents</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:571
++#: apt-ftparchive.1.xml:572
  msgid "<option>--source-override</option>"
  msgstr "<option>--source-override</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:573
++#: apt-ftparchive.1.xml:574
  msgid ""
  "Select the source override file to use with the <literal>sources</literal> "
  "command.  Configuration Item: <literal>APT::FTPArchive::SourceOverride</"
@@@ -3243,12 -3243,12 +3251,12 @@@ msgstr "
  "FTPArchive::SourceOverride</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:577
++#: apt-ftparchive.1.xml:578
  msgid "<option>--readonly</option>"
  msgstr "<option>--readonly</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:579
++#: apt-ftparchive.1.xml:580
  msgid ""
  "Make the caching databases read only.  Configuration Item: <literal>APT::"
  "FTPArchive::ReadOnlyDB</literal>."
@@@ -3257,12 -3257,12 +3265,12 @@@ msgstr "
  "configuration : <literal>APT::FTPArchive::ReadOnlyDB</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:583
++#: apt-ftparchive.1.xml:584
  msgid "<option>--arch</option>"
  msgstr "<option>--arch</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:584
++#: apt-ftparchive.1.xml:585
  msgid ""
  "Accept in the <literal>packages</literal> and <literal>contents</literal> "
  "commands only package files matching <literal>*_arch.deb</literal> or "
@@@ -3276,12 -3276,12 +3284,12 @@@ msgstr "
  "<literal>APT::FTPArchive::Architecture</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:590
++#: apt-ftparchive.1.xml:591
  msgid "<option>APT::FTPArchive::AlwaysStat</option>"
  msgstr "<option>APT::FTPArchive::AlwaysStat</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:592
++#: apt-ftparchive.1.xml:593
  msgid ""
  "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If "
  "packages are recompiled and/or republished with the same version again, this "
@@@ -3304,12 -3304,12 +3312,12 @@@ msgstr "
  "survenir et l'ensemble de ces contrôles devient inutile."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:602
++#: apt-ftparchive.1.xml:603
  msgid "<option>APT::FTPArchive::LongDescription</option>"
  msgstr "<option>APT::FTPArchive::LongDescription</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:604
++#: apt-ftparchive.1.xml:605
  msgid ""
  "This configuration option defaults to \"<literal>true</literal>\" and should "
  "only be set to <literal>\"false\"</literal> if the Archive generated with "
@@@ -3325,19 -3325,19 +3333,19 @@@ msgstr "
  "generate."
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:501
 -#: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:544
--#: sources.list.5.xml:198
++#: apt-ftparchive.1.xml:617 apt.conf.5.xml:1104 apt_preferences.5.xml:544
++#: sources.list.5.xml:214
  msgid "Examples"
  msgstr "Exemples"
  
  #. type: Content of: <refentry><refsect1><para><programlisting>
--#: apt-ftparchive.1.xml:622
++#: apt-ftparchive.1.xml:623
  #, no-wrap
  msgid "<command>apt-ftparchive</command> packages <replaceable>directory</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  msgstr "<command>apt-ftparchive</command> packages <replaceable>répertoire</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:618
++#: apt-ftparchive.1.xml:619
  msgid ""
  "To create a compressed Packages file for a directory containing binary "
  "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
@@@ -3346,7 -3346,7 +3354,7 @@@ msgstr "
  "des paquets binaires (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:632
++#: apt-ftparchive.1.xml:633
  msgid ""
  "<command>apt-ftparchive</command> returns zero on normal operation, decimal "
  "100 on error."
@@@ -3377,15 -3377,15 +3385,45 @@@ msgstr "
  
  #. type: Content of: <refentry><refsynopsisdiv><cmdsynopsis>
  #: apt-get.8.xml:39
++#, fuzzy
++#| msgid ""
++#| "<command>apt-get</command> <arg><option>-sqdyfmubV</option></arg> <arg> "
++#| "<option>-o= <replaceable>config_string</replaceable> </option> </arg> "
++#| "<arg> <option>-c= <replaceable>config_file</replaceable> </option> </arg> "
++#| "<arg> <option>-t=</option> <arg choice='plain'> "
++#| "<replaceable>target_release</replaceable> </arg> </arg> <group choice="
++#| "\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</"
++#| "arg> <arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-"
++#| "upgrade</arg> <arg choice='plain'>install <arg choice=\"plain\" rep="
++#| "\"repeat\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
++#| "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> "
++#| "<arg choice='plain'> /<replaceable>target_release</replaceable> </arg> </"
++#| "group> </arg> </arg> </arg> <arg choice='plain'>remove <arg choice=\"plain"
++#| "\" rep=\"repeat\"><replaceable>pkg</replaceable></arg></arg> <arg "
++#| "choice='plain'>purge <arg choice=\"plain\" rep=\"repeat"
++#| "\"><replaceable>pkg</replaceable></arg></arg> <arg choice='plain'>source "
++#| "<arg choice=\"plain\" rep=\"repeat\"><replaceable>pkg</replaceable> <arg> "
++#| "<group choice='req'> <arg choice='plain'> "
++#| "=<replaceable>pkg_version_number</replaceable> </arg> <arg "
++#| "choice='plain'> /<replaceable>target_release</replaceable> </arg> </"
++#| "group> </arg> </arg> </arg> <arg choice='plain'>build-dep <arg choice="
++#| "\"plain\" rep=\"repeat\"><replaceable>pkg</replaceable></arg></arg> <arg "
++#| "choice='plain'>check</arg> <arg choice='plain'>clean</arg> <arg "
++#| "choice='plain'>autoclean</arg> <arg choice='plain'>autoremove</arg> <arg "
++#| "choice='plain'> <group choice='req'> <arg choice='plain'>-v</arg> <arg "
++#| "choice='plain'>--version</arg> </group> </arg> <arg choice='plain'> "
++#| "<group choice='req'> <arg choice='plain'>-h</arg> <arg choice='plain'>--"
++#| "help</arg> </group> </arg> </group>"
  msgid ""
  "<command>apt-get</command> <arg><option>-sqdyfmubV</option></arg> <arg> "
  "<option>-o= <replaceable>config_string</replaceable> </option> </arg> <arg> "
  "<option>-c= <replaceable>config_file</replaceable> </option> </arg> <arg> "
  "<option>-t=</option> <arg choice='plain'> <replaceable>target_release</"
--"replaceable> </arg> </arg> <group choice=\"req\"> <arg "
--"choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> <arg "
--"choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</arg> "
--"<arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
++"replaceable> </arg> </arg> <arg> <option>-a=</option> <arg choice='plain'> "
++"<replaceable>default_architecture</replaceable> </arg> </arg> <group choice="
++"\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> "
++"<arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</"
++"arg> <arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
  "\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
  "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> <arg "
  "choice='plain'> /<replaceable>target_release</replaceable> </arg> </group> </"
@@@ -3434,7 -3434,7 +3472,7 @@@ msgstr "
  "</group> </arg> </group>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:115
++#: apt-get.8.xml:122
  msgid ""
  "<command>apt-get</command> is the command-line tool for handling packages, "
  "and may be considered the user's \"back-end\" to other tools using the APT "
@@@ -3447,12 -3447,12 +3485,12 @@@ msgstr "
  "existent, comme &dselect;, &aptitude;, &synaptic; and &wajig;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:124 apt-key.8.xml:127
++#: apt-get.8.xml:131 apt-key.8.xml:127
  msgid "update"
  msgstr "update"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:125
++#: apt-get.8.xml:132
  msgid ""
  "<literal>update</literal> is used to resynchronize the package index files "
  "from their sources. The indexes of available packages are fetched from the "
@@@ -3477,12 -3477,12 +3515,12 @@@ msgstr "
  "ne peut être connue à l'avance."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:136 guide.sgml:121
++#: apt-get.8.xml:143 guide.sgml:121
  msgid "upgrade"
  msgstr "upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:137
++#: apt-get.8.xml:144
  msgid ""
  "<literal>upgrade</literal> is used to install the newest versions of all "
  "packages currently installed on the system from the sources enumerated in "
@@@ -3508,12 -3508,12 +3546,12 @@@ msgstr "
  "l'existence de nouvelles versions des paquets."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:149
++#: apt-get.8.xml:156
  msgid "dselect-upgrade"
  msgstr "dselect-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:150
++#: apt-get.8.xml:157
  msgid ""
  "<literal>dselect-upgrade</literal> is used in conjunction with the "
  "traditional Debian packaging front-end, &dselect;. <literal>dselect-upgrade</"
@@@ -3531,12 -3531,12 +3569,12 @@@ msgstr "
  "installation de nouveaux paquets)."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:159 guide.sgml:140
++#: apt-get.8.xml:166 guide.sgml:140
  msgid "dist-upgrade"
  msgstr "dist-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:160
++#: apt-get.8.xml:167
  msgid ""
  "<literal>dist-upgrade</literal> in addition to performing the function of "
  "<literal>upgrade</literal>, also intelligently handles changing dependencies "
@@@ -3559,12 -3559,12 +3597,12 @@@ msgstr "
  "un mécanisme de remplacement des paramètres généraux pour certains paquets."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:172 guide.sgml:131
++#: apt-get.8.xml:179 guide.sgml:131
  msgid "install"
  msgstr "install"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:174
++#: apt-get.8.xml:181
  msgid ""
  "<literal>install</literal> is followed by one or more packages desired for "
  "installation or upgrading.  Each package is a package name, not a fully "
@@@ -3592,7 -3592,7 +3630,7 @@@ msgstr "
  "des conflits d'apt-get."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:192
++#: apt-get.8.xml:199
  msgid ""
  "A specific version of a package can be selected for installation by "
  "following the package name with an equals and the version of the package to "
@@@ -3609,7 -3609,7 +3647,7 @@@ msgstr "
  "unstable)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:199
++#: apt-get.8.xml:206
  msgid ""
  "Both of the version selection mechanisms can downgrade packages and must be "
  "used with care."
@@@ -3619,7 -3619,7 +3657,7 @@@ msgstr "
  "avec précaution."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:202
++#: apt-get.8.xml:209
  msgid ""
  "This is also the target to use if you want to upgrade one or more already-"
  "installed packages without upgrading every package you have on your system. "
@@@ -3639,7 -3639,7 +3677,7 @@@ msgstr "
  "décrit plus haut) sera récupérée et installée."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:213
++#: apt-get.8.xml:220
  msgid ""
  "Finally, the &apt-preferences; mechanism allows you to create an alternative "
  "installation policy for individual packages."
@@@ -3648,7 -3648,7 +3686,7 @@@ msgstr "
  "l'installation des paquets."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:217
++#: apt-get.8.xml:224
  msgid ""
  "If no package matches the given expression and the expression contains one "
  "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and "
@@@ -3669,12 -3669,12 +3707,12 @@@ msgstr "
  "d'utiliser une expression plus précise."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:226
++#: apt-get.8.xml:233
  msgid "remove"
  msgstr "remove"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:227
++#: apt-get.8.xml:234
  msgid ""
  "<literal>remove</literal> is identical to <literal>install</literal> except "
  "that packages are removed instead of installed. Note the removing a package "
@@@ -3690,12 -3690,12 +3728,12 @@@ msgstr "
  "d'être supprimé."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:234
++#: apt-get.8.xml:241
  msgid "purge"
  msgstr "purge"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:235
++#: apt-get.8.xml:242
  msgid ""
  "<literal>purge</literal> is identical to <literal>remove</literal> except "
  "that packages are removed and purged (any configuration files are deleted "
@@@ -3706,12 -3706,12 +3744,12 @@@ msgstr "
  "de configuration sont également effacés)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:239
++#: apt-get.8.xml:246
  msgid "source"
  msgstr "source"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:240
++#: apt-get.8.xml:247
  msgid ""
  "<literal>source</literal> causes <command>apt-get</command> to fetch source "
  "packages. APT will examine the available packages to decide which source "
@@@ -3731,7 -3731,7 +3769,7 @@@ msgstr "
  "respect the default release\"\"\" me paraît douteux."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:248
++#: apt-get.8.xml:255
  msgid ""
  "Source packages are tracked separately from binary packages via <literal>deb-"
  "src</literal> type lines in the &sources-list; file. This means that you "
@@@ -3747,19 -3747,19 +3785,26 @@@ msgstr "
  "installé ou que vous voulez installer."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:255
++#: apt-get.8.xml:262
++#, fuzzy
++#| msgid ""
++#| "If the <option>--compile</option> option is specified then the package "
++#| "will be compiled to a binary .deb using <command>dpkg-buildpackage</"
++#| "command>, if <option>--download-only</option> is specified then the "
++#| "source package will not be unpacked."
  msgid ""
  "If the <option>--compile</option> option is specified then the package will "
--"be compiled to a binary .deb using <command>dpkg-buildpackage</command>, if "
--"<option>--download-only</option> is specified then the source package will "
--"not be unpacked."
++"be compiled to a binary .deb using <command>dpkg-buildpackage</command> for "
++"the architecture as defined by the <command>--host-architecture</command> "
++"option.  If <option>--download-only</option> is specified then the source "
++"package will not be unpacked."
  msgstr ""
  "Si l'option <option>--compile</option> est spécifiée, le paquet est compilé "
  "en un binaire .deb avec <command>dpkg-buildpackage</command>. Si <option>--"
  "download-only</option> est spécifié, le source n'est pas décompacté."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:260
++#: apt-get.8.xml:269
  msgid ""
  "A specific source version can be retrieved by postfixing the source name "
  "with an equals and then the version to fetch, similar to the mechanism used "
@@@ -3774,7 -3774,7 +3819,7 @@@ msgstr "
  "Source</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:266
++#: apt-get.8.xml:275
  msgid ""
  "Note that source packages are not tracked like binary packages, they exist "
  "only in the current directory and are similar to downloading source tar "
@@@ -3785,27 -3785,27 +3830,34 @@@ msgstr "
  "sont semblables à des sources téléchargées sous forme d'archives tar."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:271
++#: apt-get.8.xml:280
  msgid "build-dep"
  msgstr "build-dep"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:272
++#: apt-get.8.xml:281
++#, fuzzy
++#| msgid ""
++#| "<literal>build-dep</literal> causes apt-get to install/remove packages in "
++#| "an attempt to satisfy the build dependencies for a source package."
  msgid ""
  "<literal>build-dep</literal> causes apt-get to install/remove packages in an "
--"attempt to satisfy the build dependencies for a source package."
++"attempt to satisfy the build dependencies for a source package. By default "
++"the dependencies are satisfied to build the package nativly. If desired a "
++"host-architecture can be specified with the <option>--host-architecture</"
++"option> option instead."
  msgstr ""
  "Avec la commande <literal>build-dep</literal>, apt-get installe ou supprime "
  "des paquets dans le but de satisfaire les dépendances de construction d'un "
  "paquet source."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:276
++#: apt-get.8.xml:287
  msgid "check"
  msgstr "check"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:277
++#: apt-get.8.xml:288
  msgid ""
  "<literal>check</literal> is a diagnostic tool; it updates the package cache "
  "and checks for broken dependencies."
@@@ -3814,21 -3814,21 +3866,25 @@@ msgstr "
  "jour le cache des paquets et cherche les dépendances défectueuses."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:281
++#: apt-get.8.xml:292
  msgid "download"
  msgstr "download"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:282
++#: apt-get.8.xml:293
++#, fuzzy
++#| msgid ""
++#| "<literal>download</literal> will download the given binary package into "
++#| "the current directoy."
  msgid ""
  "<literal>download</literal> will download the given binary package into the "
--"current directoy."
++"current directory."
  msgstr ""
  "<literal>download</literal> télécharge le fichier binaire indiqué dans le "
  "répertoire courant."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:288
++#: apt-get.8.xml:299
  msgid ""
  "<literal>clean</literal> clears out the local repository of retrieved "
  "package files. It removes everything but the lock file from "
@@@ -3847,12 -3847,12 +3903,12 @@@ msgstr "
  "temps en temps si l'on veut libérer de l'espace disque."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:297
++#: apt-get.8.xml:308
  msgid "autoclean"
  msgstr "autoclean"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:298
++#: apt-get.8.xml:309
  msgid ""
  "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the "
  "local repository of retrieved package files. The difference is that it only "
@@@ -3871,28 -3871,28 +3927,33 @@@ msgstr "
  "installés."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:307
++#: apt-get.8.xml:318
  msgid "autoremove"
  msgstr "autoremove"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:308
++#: apt-get.8.xml:319
++#, fuzzy
++#| msgid ""
++#| "<literal>autoremove</literal> is used to remove packages that were "
++#| "automatically installed to satisfy dependencies for some package and that "
++#| "are no more needed."
  msgid ""
  "<literal>autoremove</literal> is used to remove packages that were "
--"automatically installed to satisfy dependencies for some package and that "
--"are no more needed."
++"automatically installed to satisfy dependencies for other packages and are "
++"now no longer needed."
  msgstr ""
  "Avec la commande <literal>autoremove</literal>, apt-get supprime les paquets "
  "installés dans le but de satisfaire les dépendances d'un paquet donné et qui "
  "ne sont plus nécessaires."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:312
++#: apt-get.8.xml:323
  msgid "changelog"
  msgstr "changelog"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:313
++#: apt-get.8.xml:324
  msgid ""
  "<literal>changelog</literal> downloads a package changelog and displays it "
  "through <command>sensible-pager</command>. The server name and base "
@@@ -3914,12 -3914,12 +3975,12 @@@ msgstr "
  "<option>install</option>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:335
++#: apt-get.8.xml:346
  msgid "<option>--no-install-recommends</option>"
  msgstr "<option>--no-install-recommends</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:336
++#: apt-get.8.xml:347
  msgid ""
  "Do not consider recommended packages as a dependency for installing.  "
  "Configuration Item: <literal>APT::Install-Recommends</literal>."
@@@ -3928,12 -3928,12 +3989,12 @@@ msgstr "
  "Élément de configuration : <literal>APT::Install-Recommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:340
++#: apt-get.8.xml:351
  msgid "<option>--install-suggests</option>"
  msgstr "<option>--install-suggests</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:341
++#: apt-get.8.xml:352
  msgid ""
  "Consider suggested packages as a dependency for installing.  Configuration "
  "Item: <literal>APT::Install-Suggests</literal>."
@@@ -3942,12 -3942,12 +4003,12 @@@ msgstr "
  "de configuration : <literal>APT::Install-Suggests</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:345
++#: apt-get.8.xml:356
  msgid "<option>--download-only</option>"
  msgstr "<option>--download-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:346
++#: apt-get.8.xml:357
  msgid ""
  "Download only; package files are only retrieved, not unpacked or installed.  "
  "Configuration Item: <literal>APT::Get::Download-Only</literal>."
@@@ -3957,12 -3957,12 +4018,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:350
++#: apt-get.8.xml:361
  msgid "<option>--fix-broken</option>"
  msgstr "<option>--fix-broken</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:351
++#: apt-get.8.xml:362
  msgid ""
  "Fix; attempt to correct a system with broken dependencies in place. This "
  "option, when used with install/remove, can omit any packages to permit APT "
@@@ -3990,17 -3990,17 +4051,17 @@@ msgstr "
  "configuration : <literal>APT::Get::Fix-Broken</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:364
++#: apt-get.8.xml:375
  msgid "<option>--ignore-missing</option>"
  msgstr "<option>--ignore-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:365
++#: apt-get.8.xml:376
  msgid "<option>--fix-missing</option>"
  msgstr "<option>--fix-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:366
++#: apt-get.8.xml:377
  msgid ""
  "Ignore missing packages; If packages cannot be retrieved or fail the "
  "integrity check after retrieval (corrupted package files), hold back those "
@@@ -4020,12 -4020,12 +4081,12 @@@ msgstr "
  "<literal>APT::Get::Fix-Missing</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:376
++#: apt-get.8.xml:387
  msgid "<option>--no-download</option>"
  msgstr "<option>--no-download</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:377
++#: apt-get.8.xml:388
  msgid ""
  "Disables downloading of packages. This is best used with <option>--ignore-"
  "missing</option> to force APT to use only the .debs it has already "
@@@ -4037,7 -4037,7 +4098,7 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:384
++#: apt-get.8.xml:395
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -4059,17 -4059,17 +4120,17 @@@ msgstr "
  "configuration : <literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:394
++#: apt-get.8.xml:405
  msgid "<option>--simulate</option>"
  msgstr "<option>--simulate</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:396
++#: apt-get.8.xml:407
  msgid "<option>--dry-run</option>"
  msgstr "<option>--dry-run</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:399
++#: apt-get.8.xml:410
  msgid ""
  "No action; perform a simulation of events that would occur but do not "
  "actually change the system.  Configuration Item: <literal>APT::Get::"
@@@ -4080,7 -4080,7 +4141,7 @@@ msgstr "
  "<literal>APT::Get::Simulate</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:403
++#: apt-get.8.xml:414
  msgid ""
  "Simulation run as user will deactivate locking (<literal>Debug::NoLocking</"
  "literal>)  automatic. Also a notice will be displayed indicating that this "
@@@ -4099,7 -4099,7 +4160,7 @@@ msgstr "
  "utile qu'<literal>apt-get</literal> envoie de telles notifications)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:409
++#: apt-get.8.xml:420
  msgid ""
  "Simulate prints out a series of lines each one representing a dpkg "
  "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets "
@@@ -4112,22 -4112,22 +4173,22 @@@ msgstr "
  "que les dommages n'ont aucune conséquence (rare)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>-y</option>"
  msgstr "<option>-y</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>--yes</option>"
  msgstr "<option>--yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:417
++#: apt-get.8.xml:428
  msgid "<option>--assume-yes</option>"
  msgstr "<option>--assume-yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:418
++#: apt-get.8.xml:429
  msgid ""
  "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run "
  "non-interactively. If an undesirable situation, such as changing a held "
@@@ -4143,17 -4143,17 +4204,37 @@@ msgstr "
  "configuration : <literal>APT::Get::Assume-Yes</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:436
++#, fuzzy
++#| msgid "<option>--assume-yes</option>"
++msgid "<option>--assume-no</option>"
++msgstr "<option>--assume-yes</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:437
++#, fuzzy
++#| msgid ""
++#| "Locations to fetch packages from.  Configuration Item: <literal>Dir::Etc::"
++#| "SourceList</literal>."
++msgid ""
++"Automatic \"no\" to all prompts.  Configuration Item: <literal>APT::Get::"
++"Assume-No</literal>."
++msgstr ""
++"Emplacements où aller chercher les paquets. Élément de configuration : "
++"<literal>Dir::Etc::SourceList</literal>."
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:441
  msgid "<option>-u</option>"
  msgstr "<option>-u</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:441
  msgid "<option>--show-upgraded</option>"
  msgstr "<option>--show-upgraded</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:426
++#: apt-get.8.xml:442
  msgid ""
  "Show upgraded packages; Print out a list of all packages that are to be "
  "upgraded.  Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
@@@ -4163,17 -4163,17 +4244,17 @@@ msgstr "
  "Upgraded</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>-V</option>"
  msgstr "<option>-V</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>--verbose-versions</option>"
  msgstr "<option>--verbose-versions</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:432
++#: apt-get.8.xml:448
  msgid ""
  "Show full versions for upgraded and installed packages.  Configuration Item: "
  "<literal>APT::Get::Show-Versions</literal>."
@@@ -4182,22 -4182,22 +4263,40 @@@ msgstr "
  "Élément de configuration : <literal>APT::Get::Show-Versions</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:453
++#, fuzzy
++#| msgid "<option>--recurse</option>"
++msgid "<option>--host-architecture</option>"
++msgstr "<option>--recurse</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:454
++msgid ""
++"This option controls the architecture packages are built for by <command>apt-"
++"get source --compile</command> and how cross-builddependencies are "
++"satisfied. By default is not set which means that the host architecture is "
++"the same as the build architecture (which is defined by <literal>APT::"
++"Architecture</literal>)  Configuration Item: <literal>APT::Get::Host-"
++"Architecture</literal>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:462
  msgid "<option>-b</option>"
  msgstr "<option>-b</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:462
  msgid "<option>--compile</option>"
  msgstr "<option>--compile</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:437
++#: apt-get.8.xml:463
  msgid "<option>--build</option>"
  msgstr "<option>--build</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:438
++#: apt-get.8.xml:464
  msgid ""
  "Compile source packages after downloading them.  Configuration Item: "
  "<literal>APT::Get::Compile</literal>."
@@@ -4206,12 -4206,12 +4305,12 @@@ msgstr "
  "configuration : <literal>APT::Get::Compile</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:442
++#: apt-get.8.xml:468
  msgid "<option>--ignore-hold</option>"
  msgstr "<option>--ignore-hold</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:443
++#: apt-get.8.xml:469
  msgid ""
  "Ignore package Holds; This causes <command>apt-get</command> to ignore a "
  "hold placed on a package. This may be useful in conjunction with "
@@@ -4225,12 -4225,12 +4324,12 @@@ msgstr "
  "<literal>APT::Ignore-Hold</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:449
++#: apt-get.8.xml:475
  msgid "<option>--no-upgrade</option>"
  msgstr "<option>--no-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:450
++#: apt-get.8.xml:476
  msgid ""
  "Do not upgrade packages; When used in conjunction with <literal>install</"
  "literal>, <literal>no-upgrade</literal> will prevent packages on the command "
@@@ -4243,12 -4243,12 +4342,12 @@@ msgstr "
  "Upgrade</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:456
++#: apt-get.8.xml:482
  msgid "<option>--only-upgrade</option>"
  msgstr "<option>--only-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:457
++#: apt-get.8.xml:483
  msgid ""
  "Do not install new packages; When used in conjunction with <literal>install</"
  "literal>, <literal>only-upgrade</literal> will prevent packages on the "
@@@ -4262,12 -4262,12 +4361,12 @@@ msgstr "
  "Upgrade</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:463
++#: apt-get.8.xml:489
  msgid "<option>--force-yes</option>"
  msgstr "<option>--force-yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:464
++#: apt-get.8.xml:490
  msgid ""
  "Force yes; This is a dangerous option that will cause apt to continue "
  "without prompting if it is doing something potentially harmful. It should "
@@@ -4283,12 -4283,12 +4382,12 @@@ msgstr "
  "yes</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:471
++#: apt-get.8.xml:497
  msgid "<option>--print-uris</option>"
  msgstr "<option>--print-uris</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:472
++#: apt-get.8.xml:498
  msgid ""
  "Instead of fetching the files to install their URIs are printed. Each URI "
  "will have the path, the destination file name, the size and the expected md5 "
@@@ -4310,12 -4310,12 +4409,12 @@@ msgstr "
  "<literal>APT::Get::Print-URIs</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:482
++#: apt-get.8.xml:508
  msgid "<option>--purge</option>"
  msgstr "<option>--purge</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:483
++#: apt-get.8.xml:509
  msgid ""
  "Use purge instead of remove for anything that would be removed.  An asterisk "
  "(\"*\") will be displayed next to packages which are scheduled to be purged. "
@@@ -4329,12 -4329,12 +4428,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:490
++#: apt-get.8.xml:516
  msgid "<option>--reinstall</option>"
  msgstr "<option>--reinstall</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:491
++#: apt-get.8.xml:517
  msgid ""
  "Re-Install packages that are already installed and at the newest version.  "
  "Configuration Item: <literal>APT::Get::ReInstall</literal>."
@@@ -4343,12 -4343,12 +4442,12 @@@ msgstr "
  "Élément de configuration : <literal>APT::Get::ReInstall</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:495
++#: apt-get.8.xml:521
  msgid "<option>--list-cleanup</option>"
  msgstr "<option>--list-cleanup</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:496
++#: apt-get.8.xml:522
  msgid ""
  "This option defaults to on, use <literal>--no-list-cleanup</literal> to turn "
  "it off. When on <command>apt-get</command> will automatically manage the "
@@@ -4366,17 -4366,17 +4465,17 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:505
++#: apt-get.8.xml:531
  msgid "<option>--target-release</option>"
  msgstr "<option>--target-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:506
++#: apt-get.8.xml:532
  msgid "<option>--default-release</option>"
  msgstr "<option>--default-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:507
++#: apt-get.8.xml:533
  msgid ""
  "This option controls the default input to the policy engine, it creates a "
  "default pin at priority 990 using the specified release string.  This "
@@@ -4398,12 -4398,12 +4497,12 @@@ msgstr "
  "Release</literal>.  Voyez aussi la page de manuel d'&apt-preferences;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:520
++#: apt-get.8.xml:546
  msgid "<option>--trivial-only</option>"
  msgstr "<option>--trivial-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:522
++#: apt-get.8.xml:548
  msgid ""
  "Only perform operations that are 'trivial'. Logically this can be considered "
  "related to <option>--assume-yes</option>, where <option>--assume-yes</"
@@@ -4417,12 -4417,12 +4516,12 @@@ msgstr "
  "Get::Trivial-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:528
++#: apt-get.8.xml:554
  msgid "<option>--no-remove</option>"
  msgstr "<option>--no-remove</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:529
++#: apt-get.8.xml:555
  msgid ""
  "If any packages are to be removed apt-get immediately aborts without "
  "prompting.  Configuration Item: <literal>APT::Get::Remove</literal>."
@@@ -4432,12 -4432,12 +4531,12 @@@ msgstr "
  "Remove</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:534
++#: apt-get.8.xml:560
  msgid "<option>--auto-remove</option>"
  msgstr "<option>--auto-remove</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:535
++#: apt-get.8.xml:561
  msgid ""
  "If the command is either <literal>install</literal> or <literal>remove</"
  "literal>, then this option acts like running <literal>autoremove</literal> "
@@@ -4450,12 -4450,12 +4549,12 @@@ msgstr "
  "inutilisés. Élément de configuration : <literal>APT::Get::Upgrade</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:541
++#: apt-get.8.xml:567
  msgid "<option>--only-source</option>"
  msgstr "<option>--only-source</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:542
++#: apt-get.8.xml:568
  msgid ""
  "Only has meaning for the <literal>source</literal> and <literal>build-dep</"
  "literal> commands.  Indicates that the given source names are not to be "
@@@ -4475,22 -4475,22 +4574,22 @@@ msgstr "
  "literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--diff-only</option>"
  msgstr "<option>--diff-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--dsc-only</option>"
  msgstr "<option>--dsc-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--tar-only</option>"
  msgstr "<option>--tar-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:553
++#: apt-get.8.xml:579
  msgid ""
  "Download only the diff, dsc, or tar file of a source archive.  Configuration "
  "Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</"
@@@ -4502,12 -4502,12 +4601,12 @@@ msgstr "
  "literal>, "
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:558
++#: apt-get.8.xml:584
  msgid "<option>--arch-only</option>"
  msgstr "<option>--arch-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:559
++#: apt-get.8.xml:585
  msgid ""
  "Only process architecture-dependent build-dependencies.  Configuration Item: "
  "<literal>APT::Get::Arch-Only</literal>."
@@@ -4517,12 -4517,12 +4616,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:563
++#: apt-get.8.xml:589
  msgid "<option>--allow-unauthenticated</option>"
  msgstr "<option>--allow-unauthenticated</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:564
++#: apt-get.8.xml:590
  msgid ""
  "Ignore if packages can't be authenticated and don't prompt about it.  This "
  "is useful for tools like pbuilder.  Configuration Item: <literal>APT::Get::"
@@@ -4534,7 -4534,7 +4633,7 @@@ msgstr "
  "AllowUnauthenticated</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt-get.8.xml:577
++#: apt-get.8.xml:603
  msgid ""
  "&file-sourceslist; &file-aptconf; &file-preferences; &file-cachearchives; "
  "&file-statelists;"
@@@ -4543,7 -4543,7 +4642,7 @@@ msgstr "
  "&file-statelists;"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:586
++#: apt-get.8.xml:612
  msgid ""
  "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, "
  "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-"
@@@ -4554,7 -4554,7 +4653,7 @@@ msgstr "
  "« HOWTO » d'APT."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:592
++#: apt-get.8.xml:618
  msgid ""
  "<command>apt-get</command> returns zero on normal operation, decimal 100 on "
  "error."
@@@ -4563,22 -4563,22 +4662,22 @@@ msgstr "
  "décimal 100 en cas d'erreur."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:595
++#: apt-get.8.xml:621
  msgid "ORIGINAL AUTHORS"
  msgstr "AUTEURS D'ORIGINE"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:596
++#: apt-get.8.xml:622
  msgid "&apt-author.jgunthorpe;"
  msgstr "&apt-author.jgunthorpe;"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:599
++#: apt-get.8.xml:625
  msgid "CURRENT AUTHORS"
  msgstr "AUTEURS ACTUELS"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:601
++#: apt-get.8.xml:627
  msgid "&apt-author.team;"
  msgstr "&apt-author.team;"
  
@@@ -4703,14 -4703,30 +4802,33 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-key.8.xml:131
  msgid ""
--"Update the local keyring with the keyring of Debian archive keys and removes "
--"from the keyring the archive keys which are no longer valid."
++"Update the local keyring with the archive keyring and remove from the local "
++"keyring the archive keys which are no longer valid.  The archive keyring is "
++"shipped in the <literal>archive-keyring</literal> package of your "
++"distribution, e.g. the <literal>ubuntu-archive-keyring</literal> package in "
++"Ubuntu."
+ msgstr ""
 -"Mettre à jour le trousseau de clés local avec le trousseau de clés de "
 -"l'archive Debian et supprimer les clés qui y sont périmées."
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-key.8.xml:140
++#: apt-key.8.xml:141
+ #, fuzzy
+ #| msgid "update"
+ msgid "net-update"
+ msgstr "update"
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 -#: apt-key.8.xml:144
++#: apt-key.8.xml:145
+ msgid ""
 -"Update the local keyring with the keys of a key server and removes from the "
 -"keyring the archive keys which are no longer valid. This requires an "
 -"installed wget and an APT build configured to have a server to fetch from. "
 -"APT in Debian does not support this command, but Ubuntu's APT does."
++"Work similar to the <command>update</command> command above, but get the "
++"archive keyring from an URI instead and validate it against a master key.  "
++"This requires an installed &wget; and an APT build configured to have a "
++"server to fetch from and a master keyring to validate.  APT in Debian does "
++"not support this command and relies on <command>update</command> instead, "
++"but Ubuntu's APT does."
  msgstr ""
- "Mettre à jour le trousseau de clés local avec le trousseau de clés de "
- "l'archive Debian et supprimer les clés qui y sont périmées."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:143
 -#: apt-key.8.xml:159
++#: apt-key.8.xml:162
  msgid ""
  "Note that options need to be defined before the commands described in the "
  "previous section."
@@@ -4719,12 -4735,12 +4837,12 @@@ msgstr "
  "décrites dans la section suivante."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:145
 -#: apt-key.8.xml:161
++#: apt-key.8.xml:164
  msgid "--keyring <replaceable>filename</replaceable>"
  msgstr "--keyring <replaceable>fichier</replaceable>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:146
 -#: apt-key.8.xml:162
++#: apt-key.8.xml:165
  msgid ""
  "With this option it is possible to specify a specific keyring file the "
  "command should operate on. The default is that a command is executed on the "
@@@ -4741,44 -4757,44 +4859,53 @@@ msgstr "
  "les nouvelles clés y seront ajoutées."
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-key.8.xml:159
 -#: apt-key.8.xml:175
++#: apt-key.8.xml:178
  msgid "&file-trustedgpg;"
  msgstr "&file-trustedgpg;"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:161
 -#: apt-key.8.xml:177
++#: apt-key.8.xml:180
  msgid "<filename>/etc/apt/trustdb.gpg</filename>"
  msgstr "<filename>/etc/apt/trustdb.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:162
 -#: apt-key.8.xml:178
++#: apt-key.8.xml:181
  msgid "Local trust database of archive keys."
  msgstr "Base de données locale de fiabilité des clés de l'archive."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:165
 -#: apt-key.8.xml:181
--msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++#: apt-key.8.xml:184
++#, fuzzy
++#| msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"
  msgstr "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:166
 -#: apt-key.8.xml:182
--msgid "Keyring of Debian archive trusted keys."
++#: apt-key.8.xml:185
++#, fuzzy
++#| msgid "Keyring of Debian archive trusted keys."
++msgid "Keyring of Ubuntu archive trusted keys."
  msgstr "Trousseau des clés fiables de l'archive Debian."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:169
 -#: apt-key.8.xml:185
++#: apt-key.8.xml:188
++#, fuzzy
++#| msgid ""
++#| "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  msgid ""
--"<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
++"<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"
  msgstr ""
  "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:170
 -#: apt-key.8.xml:186
--msgid "Keyring of Debian archive removed trusted keys."
++#: apt-key.8.xml:189
++#, fuzzy
++#| msgid "Keyring of Debian archive removed trusted keys."
++msgid "Keyring of Ubuntu archive removed trusted keys."
  msgstr "Trousseau des clés fiables supprimées de l'archive Debian."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:179
 -#: apt-key.8.xml:195
++#: apt-key.8.xml:198
  msgid "&apt-get;, &apt-secure;"
  msgstr "&apt-get;, &apt-secure;"
  
@@@ -5412,13 -5497,13 +5608,23 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><orderedlist><listitem><para>
  #: apt.conf.5.xml:52
++#, fuzzy
++#| msgid ""
++#| "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
++#| "order which have no or \"<literal>conf</literal>\" as filename extension "
++#| "and which only contain alphanumeric, hyphen (-), underscore (_) and "
++#| "period (.) characters.  Otherwise APT will print a notice that it has "
++#| "ignored a file if the file doesn't match a pattern in the <literal>Dir::"
++#| "Ignore-Files-Silently</literal> configuration list - in this case it will "
++#| "be silently ignored."
  msgid ""
  "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
--"order which have no or \"<literal>conf</literal>\" as filename extension and "
--"which only contain alphanumeric, hyphen (-), underscore (_) and period (.) "
--"characters.  Otherwise APT will print a notice that it has ignored a file if "
--"the file doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</"
--"literal> configuration list - in this case it will be silently ignored."
++"order which have either no or \"<literal>conf</literal>\" as filename "
++"extension and which only contain alphanumeric, hyphen (-), underscore (_) "
++"and period (.) characters.  Otherwise APT will print a notice that it has "
++"ignored a file if the file doesn't match a pattern in the <literal>Dir::"
++"Ignore-Files-Silently</literal> configuration list - in this case it will be "
++"silently ignored."
  msgstr ""
  "tous les fichiers de <literal>Dir::Etc::Parts</literal> dans l'ordre "
  "alphanumérique ascendant qui ont soit l'extension \"<literal>conf</literal>"
@@@ -5683,13 -5768,13 +5889,24 @@@ msgstr "
  "utiliser pour récupérer des fichiers et analyser des listes de paquets. La "
  "valeur interne par défaut est l'architecture pour laquelle APT a été compilé."
  
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:158
++msgid ""
++"All Architectures the system supports. Processors implementing the "
++"<literal>amd64</literal> are e.g. also able to execute binaries compiled for "
++"<literal>i386</literal>; This list is use when fetching files and parsing "
++"package lists. The internal default is always the native architecture "
++"(<literal>APT::Architecture</literal>)  and all foreign architectures it can "
++"retrieve by calling <command>dpkg --print-foreign-architectures</command>."
++msgstr ""
++
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:157
++#: apt.conf.5.xml:165
  msgid "Default-Release"
  msgstr "Default-Release"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:158
++#: apt.conf.5.xml:166
  msgid ""
  "Default release to install packages from if more than one version available. "
  "Contains release name, codename or release version. Examples: 'stable', "
@@@ -5703,12 -5788,12 +5920,12 @@@ msgstr "
  "&apt-preferences;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:163
++#: apt.conf.5.xml:171
  msgid "Ignore-Hold"
  msgstr "Ignore-Hold"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:164
++#: apt.conf.5.xml:172
  msgid ""
  "Ignore Held packages; This global option causes the problem resolver to "
  "ignore held packages in its decision making."
@@@ -5718,12 -5803,12 +5935,12 @@@ msgstr "
  "décision."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:168
++#: apt.conf.5.xml:176
  msgid "Clean-Installed"
  msgstr "Clean-Installed"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:169
++#: apt.conf.5.xml:177
  msgid ""
  "Defaults to on. When turned on the autoclean feature will remove any "
  "packages which can no longer be downloaded from the cache. If turned off "
@@@ -5737,12 -5822,12 +5954,12 @@@ msgstr "
  "direct pour les réinstaller."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:175
++#: apt.conf.5.xml:183
  msgid "Immediate-Configure"
  msgstr "Immediate-Configure"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:176
++#: apt.conf.5.xml:184
  msgid ""
  "Defaults to on which will cause APT to install essential and important "
  "packages as fast as possible in the install/upgrade operation. This is done "
@@@ -5806,12 -5891,12 +6023,12 @@@ msgstr "
  "utilisée afin qu'il soit étudié et corrigé."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:198
++#: apt.conf.5.xml:206
  msgid "Force-LoopBreak"
  msgstr "Force-LoopBreak"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:199
++#: apt.conf.5.xml:207
  msgid ""
  "Never Enable this option unless you -really- know what you are doing. It "
  "permits APT to temporarily remove an essential package to break a Conflicts/"
@@@ -5829,12 -5914,12 +6046,12 @@@ msgstr "
  "les paquets dont ces paquets dépendent."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:207
++#: apt.conf.5.xml:215
  msgid "Cache-Start, Cache-Grow and Cache-Limit"
  msgstr "Cache-Start, Cache-Grow et Cache-Limit"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:208
++#: apt.conf.5.xml:216
  msgid ""
  "APT uses since version 0.7.26 a resizable memory mapped cache file to store "
  "the 'available' information. <literal>Cache-Start</literal> acts as a hint "
@@@ -5874,24 -5959,24 +6091,24 @@@ msgstr "
  "l'augmentation automatique de la taille du cache est désactivée."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:223
++#: apt.conf.5.xml:231
  msgid "Build-Essential"
  msgstr "Build-Essential"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:224
++#: apt.conf.5.xml:232
  msgid "Defines which package(s) are considered essential build dependencies."
  msgstr ""
  "Cette option définit les paquets qui sont considérés comme faisant partie "
  "des dépendances essentielles pour la construction de paquets."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:227
++#: apt.conf.5.xml:235
  msgid "Get"
  msgstr "Get"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:228
++#: apt.conf.5.xml:236
  msgid ""
  "The Get subsection controls the &apt-get; tool, please see its documentation "
  "for more information about the options here."
@@@ -5901,12 -5986,12 +6118,12 @@@ msgstr "
  "question."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:232
++#: apt.conf.5.xml:240
  msgid "Cache"
  msgstr "Cache"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:233
++#: apt.conf.5.xml:241
  msgid ""
  "The Cache subsection controls the &apt-cache; tool, please see its "
  "documentation for more information about the options here."
@@@ -5916,12 -6001,12 +6133,12 @@@ msgstr "
  "options en question."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:237
++#: apt.conf.5.xml:245
  msgid "CDROM"
  msgstr "CDROM"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:238
++#: apt.conf.5.xml:246
  msgid ""
  "The CDROM subsection controls the &apt-cdrom; tool, please see its "
  "documentation for more information about the options here."
@@@ -5931,17 -6016,17 +6148,17 @@@ msgstr "
  "options en question."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:244
++#: apt.conf.5.xml:252
  msgid "The Acquire Group"
  msgstr "Le groupe Acquire"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:249
++#: apt.conf.5.xml:257
  msgid "Check-Valid-Until"
  msgstr "Check-Valid-Until"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:250
++#: apt.conf.5.xml:258
  msgid ""
  "Security related option defaulting to true as an expiring validation for a "
  "Release file prevents longtime replay attacks and can e.g. also help users "
@@@ -5961,22 -6046,22 +6178,69 @@@ msgstr "
  "ValidTime</literal> est alors utilisée."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:260
++#: apt.conf.5.xml:268
  msgid "Max-ValidTime"
  msgstr "Max-ValidTime"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:261
--msgid ""
--"Seconds the Release file should be considered valid after it was created. "
--"The default is \"for ever\" (0) if the Release file of the archive doesn't "
--"include a <literal>Valid-Until</literal> header.  If it does then this date "
--"is the default. The date from the Release file or the date specified by the "
--"creation time of the Release file (<literal>Date</literal> header) plus the "
--"seconds specified with this options are used to check if the validation of a "
--"file has expired by using the earlier date of the two. Archive specific "
--"settings can be made by appending the label of the archive to the option "
--"name."
++#: apt.conf.5.xml:269
++#, fuzzy
++#| msgid ""
++#| "Seconds the Release file should be considered valid after it was created. "
++#| "The default is \"for ever\" (0) if the Release file of the archive "
++#| "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
++#| "this date is the default. The date from the Release file or the date "
++#| "specified by the creation time of the Release file (<literal>Date</"
++#| "literal> header) plus the seconds specified with this options are used to "
++#| "check if the validation of a file has expired by using the earlier date "
++#| "of the two. Archive specific settings can be made by appending the label "
++#| "of the archive to the option name."
++msgid ""
++"Seconds the Release file should be considered valid after it was created "
++"(indicated by the <literal>Date</literal> header).  If the Release file "
++"itself includes a <literal>Valid-Until</literal> header the earlier date of "
++"the two is used as the expiration date.  The default value is <literal>0</"
++"literal> which stands for \"for ever\".  Archive specific settings can be "
++"made by appending the label of the archive to the option name."
++msgstr ""
++"Durée (en secondes) pendant laquelle un fichier Release est considéré comme "
++"valable, à partir du moment de sa création. La valeur par défaut est 0 "
++"(fichier valable indéfiniment) si le fichier Release de l'archive ne "
++"comporte pas d'en-tête <literal>Valid-Until</literal>. Dans le cas "
++"contraire, c'est la valeur de cet en-tête qui est la valeur par défaut du "
++"paramètre. La date du fichier Release ou la date indiquée dans l'en-tête "
++"<literal>Date</literal>, augmentées du nombre de secondes indiquées sont "
++"comparées à la date courante pour déterminer si un fichier Release donné est "
++"obsolète ou pas. Un réglage spécifique pour une archive donnée peut être "
++"défini en ajoutant l'étiquette de l'archive au nom de l'option."
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
++#: apt.conf.5.xml:279
++#, fuzzy
++#| msgid "Max-ValidTime"
++msgid "Min-ValidTime"
++msgstr "Max-ValidTime"
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:280
++#, fuzzy
++#| msgid ""
++#| "Seconds the Release file should be considered valid after it was created. "
++#| "The default is \"for ever\" (0) if the Release file of the archive "
++#| "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
++#| "this date is the default. The date from the Release file or the date "
++#| "specified by the creation time of the Release file (<literal>Date</"
++#| "literal> header) plus the seconds specified with this options are used to "
++#| "check if the validation of a file has expired by using the earlier date "
++#| "of the two. Archive specific settings can be made by appending the label "
++#| "of the archive to the option name."
++msgid ""
++"Minimum of seconds the Release file should be considered valid after it was "
++"created (indicated by the <literal>Date</literal> header).  Use this if you "
++"need to use a seldomly updated (local) mirror of a more regular updated "
++"archive with a <literal>Valid-Until</literal> header instead of competely "
++"disabling the expiration date checking.  Archive specific settings can and "
++"should be used by appending the label of the archive to the option name."
  msgstr ""
  "Durée (en secondes) pendant laquelle un fichier Release est considéré comme "
  "valable, à partir du moment de sa création. La valeur par défaut est 0 "
  "défini en ajoutant l'étiquette de l'archive au nom de l'option."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:273
++#: apt.conf.5.xml:290
  msgid "PDiffs"
  msgstr "PDiffs"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:274
++#: apt.conf.5.xml:291
  msgid ""
  "Try to download deltas called <literal>PDiffs</literal> for Packages or "
  "Sources files instead of downloading whole ones. True by default."
@@@ -6005,12 -6090,20 +6269,20 @@@ msgstr "
  "télécharger entièrement. Par défaut à « true »."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:277
++#: apt.conf.5.xml:294
+ #, fuzzy
+ #| msgid ""
+ #| "Two sub-options to limit the use of PDiffs are also available: With "
+ #| "<literal>FileLimit</literal> can be specified how many PDiff files are "
+ #| "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
+ #| "other hand is the maximum percentage of the size of all patches compared "
+ #| "to the size of the targeted file. If one of these limits is exceeded the "
+ #| "complete file is downloaded instead of the patches."
  msgid ""
  "Two sub-options to limit the use of PDiffs are also available: With "
  "<literal>FileLimit</literal> can be specified how many PDiff files are "
  "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
--"other hand is the maximum precentage of the size of all patches compared to "
++"other hand is the maximum percentage of the size of all patches compared to "
  "the size of the targeted file. If one of these limits is exceeded the "
  "complete file is downloaded instead of the patches."
  msgstr ""
  "fichiers de différences."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:286
++#: apt.conf.5.xml:303
  msgid "Queue-Mode"
  msgstr "Queue-Mode"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:287
++#: apt.conf.5.xml:304
  msgid ""
  "Queuing mode; <literal>Queue-Mode</literal> can be one of <literal>host</"
  "literal> or <literal>access</literal> which determines how APT parallelizes "
@@@ -6045,12 -6138,12 +6317,12 @@@ msgstr "
  "initiée."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:294
++#: apt.conf.5.xml:311
  msgid "Retries"
  msgstr "Retries"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:295
++#: apt.conf.5.xml:312
  msgid ""
  "Number of retries to perform. If this is non-zero APT will retry failed "
  "files the given number of times."
@@@ -6060,12 -6153,12 +6332,12 @@@ msgstr "
  "échoué."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:299
++#: apt.conf.5.xml:316
  msgid "Source-Symlinks"
  msgstr "Source-Symlinks"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:300
++#: apt.conf.5.xml:317
  msgid ""
  "Use symlinks for source archives. If set to true then source archives will "
  "be symlinked when possible instead of copying. True is the default."
@@@ -6075,12 -6168,12 +6347,12 @@@ msgstr "
  "archives de sources au lieu de les copier.  Par défaut à « true »."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:304 sources.list.5.xml:144
++#: apt.conf.5.xml:321 sources.list.5.xml:160
  msgid "http"
  msgstr "http"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:305
++#: apt.conf.5.xml:322
  msgid ""
  "HTTP URIs; http::Proxy is the default http proxy to use. It is in the "
  "standard form of <literal>http://[[user][:pass]@]host[:port]/</literal>. Per "
@@@ -6100,7 -6193,7 +6372,7 @@@ msgstr "
  "options de mandataire HTTP."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:313
++#: apt.conf.5.xml:330
  msgid ""
  "Three settings are provided for cache control with HTTP/1.1 compliant proxy "
  "caches. <literal>No-Cache</literal> tells the proxy to not use its cached "
@@@ -6125,7 -6218,7 +6397,7 @@@ msgstr "
  "en compte aucune de ces options."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:323 apt.conf.5.xml:387
++#: apt.conf.5.xml:340 apt.conf.5.xml:404
  msgid ""
  "The option <literal>timeout</literal> sets the timeout timer used by the "
  "method, this applies to all things including connection timeout and data "
@@@ -6136,7 -6229,7 +6408,7 @@@ msgstr "
  "données."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:326
++#: apt.conf.5.xml:343
  msgid ""
  "One setting is provided to control the pipeline depth in cases where the "
  "remote server is not RFC conforming or buggy (such as Squid 2.0.2).  "
@@@ -6156,7 -6249,7 +6428,7 @@@ msgstr "
  "cette option ne respectent pas la RFC 2068."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:334
++#: apt.conf.5.xml:351
  msgid ""
  "The used bandwidth can be limited with <literal>Acquire::http::Dl-Limit</"
  "literal> which accepts integer values in kilobyte. The default value is 0 "
@@@ -6171,7 -6264,7 +6443,7 @@@ msgstr "
  "implicitement le téléchargement simultané depuis plusieurs serveurs."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:339
++#: apt.conf.5.xml:356
  msgid ""
  "<literal>Acquire::http::User-Agent</literal> can be used to set a different "
  "User-Agent for the http download method as some proxies allow access for "
@@@ -6183,12 -6276,12 +6455,12 @@@ msgstr "
  "n'autorisent l'accès qu'aux client s'identifiant de manière spécifique.."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:345
++#: apt.conf.5.xml:362
  msgid "https"
  msgstr "https"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:346
++#: apt.conf.5.xml:363
  msgid ""
  "HTTPS URIs. Cache-control, Timeout, AllowRedirect, Dl-Limit and proxy "
  "options are the same as for <literal>http</literal> method and will also "
@@@ -6204,7 -6297,7 +6476,7 @@@ msgstr "
  "encore gérée."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:352
++#: apt.conf.5.xml:369
  msgid ""
  "<literal>CaInfo</literal> suboption specifies place of file that holds info "
  "about trusted certificates.  <literal>&lt;host&gt;::CaInfo</literal> is "
@@@ -6236,12 -6329,12 +6508,12 @@@ msgstr "
  "ou 'SSLv3'."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:370 sources.list.5.xml:155
++#: apt.conf.5.xml:387 sources.list.5.xml:171
  msgid "ftp"
  msgstr "ftp"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:371
++#: apt.conf.5.xml:388
  msgid ""
  "FTP URIs; ftp::Proxy is the default ftp proxy to use. It is in the standard "
  "form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host "
@@@ -6276,7 -6369,7 +6548,7 @@@ msgstr "
  "correspond à l'élément respectif de l'URI."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:390
++#: apt.conf.5.xml:407
  msgid ""
  "Several settings are provided to control passive mode. Generally it is safe "
  "to leave passive mode on, it works in nearly every environment.  However "
@@@ -6293,7 -6386,7 +6565,7 @@@ msgstr "
  "modèle de fichier de configuration)."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:397
++#: apt.conf.5.xml:414
  msgid ""
  "It is possible to proxy FTP over HTTP by setting the <envar>ftp_proxy</"
  "envar> environment variable to a http url - see the discussion of the http "
@@@ -6308,7 -6401,7 +6580,7 @@@ msgstr "
  "efficacité de cette méthode."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:402
++#: apt.conf.5.xml:419
  msgid ""
  "The setting <literal>ForceExtended</literal> controls the use of RFC2428 "
  "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is "
@@@ -6324,18 -6417,18 +6596,18 @@@ msgstr "
  "des serveurs FTP ne suivent pas la RFC 2428."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:409 sources.list.5.xml:137
++#: apt.conf.5.xml:426 sources.list.5.xml:153
  msgid "cdrom"
  msgstr "cdrom"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:415
++#: apt.conf.5.xml:432
  #, no-wrap
  msgid "/cdrom/::Mount \"foo\";"
  msgstr "/cdrom/::Mount \"foo\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:410
++#: apt.conf.5.xml:427
  msgid ""
  "CDROM URIs; the only setting for CDROM URIs is the mount point, "
  "<literal>cdrom::Mount</literal> which must be the mount point for the CDROM "
@@@ -6357,12 -6450,12 +6629,12 @@@ msgstr "
  "spécifiées en utilisant <literal>UMount</literal>."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:420
++#: apt.conf.5.xml:437
  msgid "gpgv"
  msgstr "gpgv"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:421
++#: apt.conf.5.xml:438
  msgid ""
  "GPGV URIs; the only option for GPGV URIs is the option to pass additional "
  "parameters to gpgv.  <literal>gpgv::Options</literal> Additional options "
@@@ -6373,18 -6466,18 +6645,18 @@@ msgstr "
  "supplémentaires passées à gpgv."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:426
++#: apt.conf.5.xml:443
  msgid "CompressionTypes"
  msgstr "CompressionTypes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:432
++#: apt.conf.5.xml:449
  #, no-wrap
  msgid "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<replaceable>Methodname</replaceable>\";"
  msgstr "Acquire::CompressionTypes::<replaceable>ExtensionFichier</replaceable> \"<replaceable>NomMethode</replaceable>\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:427
++#: apt.conf.5.xml:444
  msgid ""
  "List of compression types which are understood by the acquire methods.  "
  "Files like <filename>Packages</filename> can be available in various "
@@@ -6404,19 -6497,19 +6676,19 @@@ msgstr "
  "type=\"synopsis\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:437
++#: apt.conf.5.xml:454
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order:: \"gz\";"
  msgstr "Acquire::CompressionTypes::Order:: \"gz\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:440
++#: apt.conf.5.xml:457
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  msgstr "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:433
++#: apt.conf.5.xml:450
  msgid ""
  "Also the <literal>Order</literal> subgroup can be used to define in which "
  "order the acquire system will try to download the compressed files. The "
@@@ -6447,20 -6540,20 +6719,32 @@@ msgstr "
  "<literal>bz2</literal> à liste car il sera ajouté automatiquement."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:444
++#: apt.conf.5.xml:461
  #, no-wrap
  msgid "Dir::Bin::bzip2 \"/bin/bzip2\";"
  msgstr "Dir::Bin::bzip2 \"/bin/bzip2\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:442
++#: apt.conf.5.xml:459
++#, fuzzy
++#| msgid ""
++#| "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
++#| "replaceable></literal> will be checked: If this setting exists the method "
++#| "will only be used if this file exists, e.g. for the bzip2 method (the "
++#| "inbuilt) setting is <placeholder type=\"literallayout\" id=\"0\"/> Note "
++#| "also that list entries specified on the command line will be added at the "
++#| "end of the list specified in the configuration files, but before the "
++#| "default entries. To prefer a type in this case over the ones specified in "
++#| "the configuration files you can set the option direct - not in list "
++#| "style.  This will not override the defined list, it will only prefix the "
++#| "list with this type."
  msgid ""
  "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
  "replaceable></literal> will be checked: If this setting exists the method "
  "will only be used if this file exists, e.g. for the bzip2 method (the "
--"inbuilt) setting is <placeholder type=\"literallayout\" id=\"0\"/> Note also "
--"that list entries specified on the command line will be added at the end of "
--"the list specified in the configuration files, but before the default "
++"inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note "
++"also that list entries specified on the command line will be added at the "
++"end of the list specified in the configuration files, but before the default "
  "entries. To prefer a type in this case over the ones specified in the "
  "configuration files you can set the option direct - not in list style.  This "
  "will not override the defined list, it will only prefix the list with this "
@@@ -6479,10 -6572,10 +6763,16 @@@ msgstr "
  "elle sera simplement préfixée avec l'option en question."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:449
++#: apt.conf.5.xml:466
++#, fuzzy
++#| msgid ""
++#| "The special type <literal>uncompressed</literal> can be used to give "
++#| "uncompressed files a preference, but note that most archives doesn't "
++#| "provide uncompressed files so this is mostly only useable for local "
++#| "mirrors."
  msgid ""
  "The special type <literal>uncompressed</literal> can be used to give "
--"uncompressed files a preference, but note that most archives doesn't provide "
++"uncompressed files a preference, but note that most archives don't provide "
  "uncompressed files so this is mostly only useable for local mirrors."
  msgstr ""
  "Le type spécial <literal>uncompressed</literal> peut servir à donner la "
  "surtout destiné aux miroirs locaux."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:454
++#: apt.conf.5.xml:471
  msgid "GzipIndexes"
  msgstr "GzipIndexes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:456
++#: apt.conf.5.xml:473
  msgid ""
  "When downloading <literal>gzip</literal> compressed indexes (Packages, "
  "Sources, or Translations), keep them gzip compressed locally instead of "
@@@ -6511,12 -6604,12 +6801,12 @@@ msgstr "
  "(« False »)."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:463
++#: apt.conf.5.xml:480
  msgid "Languages"
  msgstr "Langues"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:464
++#: apt.conf.5.xml:481
  msgid ""
  "The Languages subsection controls which <filename>Translation</filename> "
  "files are downloaded and in which order APT tries to display the Description-"
@@@ -6538,13 -6631,13 +6828,13 @@@ msgstr "
  "sur ce qui est disponible avant d'établir des réglages impossibles."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><programlisting>
--#: apt.conf.5.xml:480
++#: apt.conf.5.xml:497
  #, no-wrap
  msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  msgstr "Acquire::Languages { \"environment\"; \"fr\"; \"en\"; \"none\"; \"de\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:470
++#: apt.conf.5.xml:487
  msgid ""
  "The default list includes \"environment\" and \"en\". "
  "\"<literal>environment</literal>\" has a special meaning here: It will be "
@@@ -6586,7 -6679,7 +6876,7 @@@ msgstr "
  "\"programlisting\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:245
++#: apt.conf.5.xml:253
  msgid ""
  "The <literal>Acquire</literal> group of options controls the download of "
  "packages and the URI handlers.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -6596,12 -6689,12 +6886,12 @@@ msgstr "
  "id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:487
++#: apt.conf.5.xml:504
  msgid "Directories"
  msgstr "Les répertoires"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:489
++#: apt.conf.5.xml:506
  msgid ""
  "The <literal>Dir::State</literal> section has directories that pertain to "
  "local state information. <literal>lists</literal> is the directory to place "
@@@ -6621,7 -6714,7 +6911,7 @@@ msgstr "
  "filename>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:496
++#: apt.conf.5.xml:513
  msgid ""
  "<literal>Dir::Cache</literal> contains locations pertaining to local cache "
  "information, such as the two package caches <literal>srcpkgcache</literal> "
@@@ -6644,7 -6737,7 +6934,7 @@@ msgstr "
  "Cache</literal>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:505
++#: apt.conf.5.xml:522
  msgid ""
  "<literal>Dir::Etc</literal> contains the location of configuration files, "
  "<literal>sourcelist</literal> gives the location of the sourcelist and "
@@@ -6659,7 -6752,7 +6949,7 @@@ msgstr "
  "fichier de configuration indiqué par la variable <envar>APT_CONFIG</envar>)."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:511
++#: apt.conf.5.xml:528
  msgid ""
  "The <literal>Dir::Parts</literal> setting reads in all the config fragments "
  "in lexical order from the directory specified. After this is done then the "
@@@ -6670,7 -6763,7 +6960,7 @@@ msgstr "
  "configuration est chargé."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:515
++#: apt.conf.5.xml:532
  msgid ""
  "Binary programs are pointed to by <literal>Dir::Bin</literal>. <literal>Dir::"
  "Bin::Methods</literal> specifies the location of the method handlers and "
@@@ -6688,7 -6781,7 +6978,7 @@@ msgstr "
  "programmes correspondants."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:523
++#: apt.conf.5.xml:540
  msgid ""
  "The configuration item <literal>RootDir</literal> has a special meaning.  If "
  "set, all paths in <literal>Dir::</literal> will be relative to "
@@@ -6710,7 -6803,7 +7000,7 @@@ msgstr "
  "staging/var/lib/dpkg/status</filename>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:536
++#: apt.conf.5.xml:553
  msgid ""
  "The <literal>Ignore-Files-Silently</literal> list can be used to specify "
  "which files APT should silently ignore while parsing the files in the "
@@@ -6728,12 -6821,12 +7018,12 @@@ msgstr "
  "est possible d'utiliser la syntaxe des expressions rationnelles."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:545
++#: apt.conf.5.xml:562
  msgid "APT in DSelect"
  msgstr "APT et DSelect"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:547
++#: apt.conf.5.xml:564
  msgid ""
  "When APT is used as a &dselect; method several configuration directives "
  "control the default behaviour. These are in the <literal>DSelect</literal> "
@@@ -6744,12 -6837,12 +7034,12 @@@ msgstr "
  "<literal>DSelect</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:551
++#: apt.conf.5.xml:568
  msgid "Clean"
  msgstr "Clean"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:552
++#: apt.conf.5.xml:569
  msgid ""
  "Cache Clean mode; this value may be one of always, prompt, auto, pre-auto "
  "and never.  always and prompt will remove all packages from the cache after "
@@@ -6767,7 -6860,7 +7057,7 @@@ msgstr "
  "supprime avant de récupérer de nouveaux paquets."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:561
++#: apt.conf.5.xml:578
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the install phase."
@@@ -6776,12 -6869,12 +7066,12 @@@ msgstr "
  "&apt-get; lors de la phase d'installation."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:565
++#: apt.conf.5.xml:582
  msgid "Updateoptions"
  msgstr "UpdateOptions"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:566
++#: apt.conf.5.xml:583
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the update phase."
@@@ -6790,12 -6883,12 +7080,12 @@@ msgstr "
  "&apt-get; lors de la phase de mise à jour."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:570
++#: apt.conf.5.xml:587
  msgid "PromptAfterUpdate"
  msgstr "PromptAfterUpdate"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:571
++#: apt.conf.5.xml:588
  msgid ""
  "If true the [U]pdate operation in &dselect; will always prompt to continue.  "
  "The default is to prompt only on error."
@@@ -6805,12 -6898,12 +7095,12 @@@ msgstr "
  "d'erreur que l'on propose à l'utilisateur d'intervenir."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:577
++#: apt.conf.5.xml:594
  msgid "How APT calls dpkg"
  msgstr "Méthode d'appel de &dpkg; par APT"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:578
++#: apt.conf.5.xml:595
  msgid ""
  "Several configuration directives control how APT invokes &dpkg;. These are "
  "in the <literal>DPkg</literal> section."
@@@ -6819,7 -6912,7 +7109,7 @@@ msgstr "
  "&dpkg; : elles figurent dans la section <literal>DPkg</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:583
++#: apt.conf.5.xml:600
  msgid ""
  "This is a list of options to pass to dpkg. The options must be specified "
  "using the list notation and each list item is passed as a single argument to "
@@@ -6830,17 -6923,17 +7120,17 @@@ msgstr "
  "est passé comme un seul paramètre à &dpkg;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Pre-Invoke"
  msgstr "Pre-Invoke"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Post-Invoke"
  msgstr "Post-Invoke"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:589
++#: apt.conf.5.xml:606
  msgid ""
  "This is a list of shell commands to run before/after invoking &dpkg;.  Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -6853,12 -6946,12 +7143,12 @@@ msgstr "
  "<filename>/bin/sh</filename> : APT s'arrête dès que l'une d'elles échoue."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:595
++#: apt.conf.5.xml:612
  msgid "Pre-Install-Pkgs"
  msgstr "Pre-Install-Pkgs"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:596
++#: apt.conf.5.xml:613
  msgid ""
  "This is a list of shell commands to run before invoking dpkg. Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -6874,7 -6967,7 +7164,7 @@@ msgstr "
  "qu'il va installer, à raison d'un par ligne."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:602
++#: apt.conf.5.xml:619
  msgid ""
  "Version 2 of this protocol dumps more information, including the protocol "
  "version, the APT configuration space and the packages, files and versions "
@@@ -6890,12 -6983,12 +7180,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:609
++#: apt.conf.5.xml:626
  msgid "Run-Directory"
  msgstr "Run-Directory"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:610
++#: apt.conf.5.xml:627
  msgid ""
  "APT chdirs to this directory before invoking dpkg, the default is <filename>/"
  "</filename>."
@@@ -6904,12 -6997,12 +7194,12 @@@ msgstr "
  "le répertoire <filename>/</filename>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:614
++#: apt.conf.5.xml:631
  msgid "Build-options"
  msgstr "Build-options"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:615
++#: apt.conf.5.xml:632
  msgid ""
  "These options are passed to &dpkg-buildpackage; when compiling packages, the "
  "default is to disable signing and produce all binaries."
@@@ -6919,14 -7012,14 +7209,14 @@@ msgstr "
  "créés."
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
--#: apt.conf.5.xml:620
++#: apt.conf.5.xml:637
  msgid "dpkg trigger usage (and related options)"
  msgstr ""
  "utilisation des actions différées (« triggers ») de dpkg (et options "
  "associées)"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:621
++#: apt.conf.5.xml:638
  msgid ""
  "APT can call dpkg in a way so it can make aggressive use of triggers over "
  "multiple calls of dpkg. Without further options dpkg will use triggers only "
@@@ -6953,7 -7046,7 +7243,7 @@@ msgstr "
  "configuration des paquets."
  
  #. type: Content of: <refentry><refsect1><refsect2><para><literallayout>
--#: apt.conf.5.xml:636
++#: apt.conf.5.xml:653
  #, no-wrap
  msgid ""
  "DPkg::NoTriggers \"true\";\n"
@@@ -6967,7 -7060,7 +7257,7 @@@ msgstr "
  "DPkg::TriggersPending \"true\";"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:630
++#: apt.conf.5.xml:647
  msgid ""
  "Note that it is not guaranteed that APT will support these options or that "
  "these options will not cause (big) trouble in the future. If you have "
@@@ -6991,12 -7084,12 +7281,12 @@@ msgstr "
  "type=\"literallayout\" id=\"0\"/>."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:642
++#: apt.conf.5.xml:659
  msgid "DPkg::NoTriggers"
  msgstr "DPkg::NoTriggers"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:643
++#: apt.conf.5.xml:660
  msgid ""
  "Add the no triggers flag to all dpkg calls (except the ConfigurePending "
  "call).  See &dpkg; if you are interested in what this actually means. In "
@@@ -7018,12 -7111,12 +7308,12 @@@ msgstr "
  "options « unpack » et « remove »."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:650
++#: apt.conf.5.xml:667
  msgid "PackageManager::Configure"
  msgstr "PackageManager::Configure"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:651
++#: apt.conf.5.xml:668
  msgid ""
  "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
  "and \"<literal>no</literal>\".  \"<literal>all</literal>\" is the default "
@@@ -7051,12 -7144,12 +7341,12 @@@ msgstr "
  "configuré et donc éventuellement non amorçable."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:661
++#: apt.conf.5.xml:678
  msgid "DPkg::ConfigurePending"
  msgstr "DPkg::ConfigurePending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:662
++#: apt.conf.5.xml:679
  msgid ""
  "If this option is set apt will call <command>dpkg --configure --pending</"
  "command> to let dpkg handle all required configurations and triggers. This "
@@@ -7075,12 -7168,12 +7365,12 @@@ msgstr "
  "peut conserver l'option active."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:668
++#: apt.conf.5.xml:685
  msgid "DPkg::TriggersPending"
  msgstr "DPkg::TriggersPending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:669
++#: apt.conf.5.xml:686
  msgid ""
  "Useful for <literal>smart</literal> configuration as a package which has "
  "pending triggers is not considered as <literal>installed</literal> and dpkg "
@@@ -7098,12 -7191,12 +7388,12 @@@ msgstr "
  "celles concernant le paquet en cours de traitement."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:674
++#: apt.conf.5.xml:691
  msgid "PackageManager::UnpackAll"
  msgstr "PackageManager::UnpackAll"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:675
++#: apt.conf.5.xml:692
  msgid ""
  "As the configuration can be deferred to be done at the end by dpkg it can be "
  "tried to order the unpack series only by critical needs, e.g. by Pre-"
@@@ -7128,12 -7221,12 +7418,12 @@@ msgstr "
  "traduction n'est pas exclu...)."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:682
++#: apt.conf.5.xml:699
  msgid "OrderList::Score::Immediate"
  msgstr "OrderList::Score::Immediate"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:690
++#: apt.conf.5.xml:707
  #, no-wrap
  msgid ""
  "OrderList::Score {\n"
@@@ -7151,7 -7244,7 +7441,7 @@@ msgstr "
  "};"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:683
++#: apt.conf.5.xml:700
  msgid ""
  "Essential packages (and there dependencies) should be configured immediately "
  "after unpacking. It will be a good idea to do this quite early in the "
@@@ -7177,12 -7270,12 +7467,12 @@@ msgstr "
  "id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:703
++#: apt.conf.5.xml:720
  msgid "Periodic and Archives options"
  msgstr "Options « Periodic » et « Archive »"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:704
++#: apt.conf.5.xml:721
  msgid ""
  "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
  "of options configure behavior of apt periodic updates, which is done by "
@@@ -7194,12 -7287,12 +7484,12 @@@ msgstr "
  "script <literal>/etc/cron.daily/apt</literal>, lancé quotidiennement."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:712
++#: apt.conf.5.xml:729
  msgid "Debug options"
  msgstr "Les options de débogage"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:714
++#: apt.conf.5.xml:731
  msgid ""
  "Enabling options in the <literal>Debug::</literal> section will cause "
  "debugging information to be sent to the standard error stream of the program "
@@@ -7217,7 -7310,7 +7507,7 @@@ msgstr "
  "peuvent tout de même être utiles :"
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:725
++#: apt.conf.5.xml:742
  msgid ""
  "<literal>Debug::pkgProblemResolver</literal> enables output about the "
  "decisions made by <literal>dist-upgrade, upgrade, install, remove, purge</"
@@@ -7228,7 -7321,7 +7518,7 @@@ msgstr "
  "upgrade, upgrade, install, remove et purge</literal>."
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:733
++#: apt.conf.5.xml:750
  msgid ""
  "<literal>Debug::NoLocking</literal> disables all file locking.  This can be "
  "used to run some operations (for instance, <literal>apt-get -s install</"
@@@ -7240,7 -7333,7 +7530,7 @@@ msgstr "
  "superutilisateur."
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:742
++#: apt.conf.5.xml:759
  msgid ""
  "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
  "time that <literal>apt</literal> invokes &dpkg;."
@@@ -7252,7 -7345,7 +7542,7 @@@ msgstr "
  #.       motivating example, except I haven't a clue why you'd want
  #.       to do this. 
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:750
++#: apt.conf.5.xml:767
  msgid ""
  "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
  "in CDROM IDs."
@@@ -7261,17 -7354,17 +7551,17 @@@ msgstr "
  "type statfs dans les identifiants de CD."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:760
++#: apt.conf.5.xml:777
  msgid "A full list of debugging options to apt follows."
  msgstr "Liste complète des options de débogage de APT :"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:765
++#: apt.conf.5.xml:782
  msgid "<literal>Debug::Acquire::cdrom</literal>"
  msgstr "<literal>Debug::Acquire::cdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:769
++#: apt.conf.5.xml:786
  msgid ""
  "Print information related to accessing <literal>cdrom://</literal> sources."
  msgstr ""
  "literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:776
++#: apt.conf.5.xml:793
  msgid "<literal>Debug::Acquire::ftp</literal>"
  msgstr "<literal>Debug::Acquire::ftp</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:780
++#: apt.conf.5.xml:797
  msgid "Print information related to downloading packages using FTP."
  msgstr ""
  "Affiche les informations concernant le téléchargement de paquets par FTP."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:787
++#: apt.conf.5.xml:804
  msgid "<literal>Debug::Acquire::http</literal>"
  msgstr "<literal>Debug::Acquire::http</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:791
++#: apt.conf.5.xml:808
  msgid "Print information related to downloading packages using HTTP."
  msgstr ""
  "Affiche les informations concernant le téléchargement de paquets par HTTP."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:798
++#: apt.conf.5.xml:815
  msgid "<literal>Debug::Acquire::https</literal>"
  msgstr "<literal>Debug::Acquire::https</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:802
++#: apt.conf.5.xml:819
  msgid "Print information related to downloading packages using HTTPS."
  msgstr "Print information related to downloading packages using HTTPS."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:809
++#: apt.conf.5.xml:826
  msgid "<literal>Debug::Acquire::gpgv</literal>"
  msgstr "<literal>Debug::Acquire::gpgv</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:813
++#: apt.conf.5.xml:830
  msgid ""
  "Print information related to verifying cryptographic signatures using "
  "<literal>gpg</literal>."
@@@ -7325,12 -7418,12 +7615,12 @@@ msgstr "
  "cryptographiques avec <literal>gpg</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:820
++#: apt.conf.5.xml:837
  msgid "<literal>Debug::aptcdrom</literal>"
  msgstr "<literal>Debug::aptcdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:824
++#: apt.conf.5.xml:841
  msgid ""
  "Output information about the process of accessing collections of packages "
  "stored on CD-ROMs."
@@@ -7339,24 -7432,24 +7629,24 @@@ msgstr "
  "stockées sur CD."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:831
++#: apt.conf.5.xml:848
  msgid "<literal>Debug::BuildDeps</literal>"
  msgstr "<literal>Debug::BuildDeps</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:834
++#: apt.conf.5.xml:851
  msgid "Describes the process of resolving build-dependencies in &apt-get;."
  msgstr ""
  "Décrit le processus de résolution des dépendances pour la construction de "
  "paquets source ( « build-dependencies » ) par &apt-get;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:841
++#: apt.conf.5.xml:858
  msgid "<literal>Debug::Hashes</literal>"
  msgstr "<literal>Debug::Hashes</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:844
++#: apt.conf.5.xml:861
  msgid ""
  "Output each cryptographic hash that is generated by the <literal>apt</"
  "literal> libraries."
@@@ -7365,12 -7458,12 +7655,12 @@@ msgstr "
  "librairies d'<literal>apt</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:851
++#: apt.conf.5.xml:868
  msgid "<literal>Debug::IdentCDROM</literal>"
  msgstr "<literal>Debug::IdentCDROM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:854
++#: apt.conf.5.xml:871
  msgid ""
  "Do not include information from <literal>statfs</literal>, namely the number "
  "of used and free blocks on the CD-ROM filesystem, when generating an ID for "
@@@ -7381,12 -7474,12 +7671,12 @@@ msgstr "
  "utilisés sur le système de fichier du CD."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:862
++#: apt.conf.5.xml:879
  msgid "<literal>Debug::NoLocking</literal>"
  msgstr "<literal>Debug::NoLocking</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:865
++#: apt.conf.5.xml:882
  msgid ""
  "Disable all file locking.  For instance, this will allow two instances of "
  "<quote><literal>apt-get update</literal></quote> to run at the same time."
@@@ -7396,24 -7489,24 +7686,24 @@@ msgstr "
  "temps."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:873
++#: apt.conf.5.xml:890
  msgid "<literal>Debug::pkgAcquire</literal>"
  msgstr "<literal>Debug::pkgAcquire</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:877
++#: apt.conf.5.xml:894
  msgid "Log when items are added to or removed from the global download queue."
  msgstr ""
  "Trace les ajouts et suppressions d'éléments de la queue globale de "
  "téléchargement."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:884
++#: apt.conf.5.xml:901
  msgid "<literal>Debug::pkgAcquire::Auth</literal>"
  msgstr "<literal>Debug::pkgAcquire::Auth</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:887
++#: apt.conf.5.xml:904
  msgid ""
  "Output status messages and errors related to verifying checksums and "
  "cryptographic signatures of downloaded files."
@@@ -7423,12 -7516,12 +7713,12 @@@ msgstr "
  "éventuelles."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:894
++#: apt.conf.5.xml:911
  msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
  msgstr "<literal>Debug::pkgAcquire::Diffs</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:897
++#: apt.conf.5.xml:914
  msgid ""
  "Output information about downloading and applying package index list diffs, "
  "and errors relating to package index list diffs."
@@@ -7438,12 -7531,12 +7728,12 @@@ msgstr "
  "éventuelles."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:905
++#: apt.conf.5.xml:922
  msgid "<literal>Debug::pkgAcquire::RRed</literal>"
  msgstr "<literal>Debug::pkgAcquire::RRed</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:909
++#: apt.conf.5.xml:926
  msgid ""
  "Output information related to patching apt package lists when downloading "
  "index diffs instead of full indices."
@@@ -7453,12 -7546,12 +7743,12 @@@ msgstr "
  "place des fichiers complets."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:916
++#: apt.conf.5.xml:933
  msgid "<literal>Debug::pkgAcquire::Worker</literal>"
  msgstr "<literal>Debug::pkgAcquire::Worker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:920
++#: apt.conf.5.xml:937
  msgid ""
  "Log all interactions with the sub-processes that actually perform downloads."
  msgstr ""
  "effectivement des téléchargements."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:927
++#: apt.conf.5.xml:944
  msgid "<literal>Debug::pkgAutoRemove</literal>"
  msgstr "<literal>Debug::pkgAutoRemove</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:931
++#: apt.conf.5.xml:948
  msgid ""
  "Log events related to the automatically-installed status of packages and to "
  "the removal of unused packages."
@@@ -7480,12 -7573,12 +7770,12 @@@ msgstr "
  "automatiquement, et la suppression des paquets inutiles."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:938
++#: apt.conf.5.xml:955
  msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  msgstr "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:941
++#: apt.conf.5.xml:958
  msgid ""
  "Generate debug messages describing which packages are being automatically "
  "installed to resolve dependencies.  This corresponds to the initial auto-"
@@@ -7500,12 -7593,12 +7790,12 @@@ msgstr "
  "de APT ; voir <literal>Debug::pkgProblemResolver</literal> pour ce dernier."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:952
++#: apt.conf.5.xml:969
  msgid "<literal>Debug::pkgDepCache::Marker</literal>"
  msgstr "<literal>Debug::pkgDepCache::Marker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:955
++#: apt.conf.5.xml:972
  msgid ""
  "Generate debug messages describing which package is marked as keep/install/"
  "remove while the ProblemResolver does his work.  Each addition or deletion "
@@@ -7540,24 -7633,24 +7830,24 @@@ msgstr "
  "de APT ; voir <literal>Debug::pkgProblemResolver</literal> pour ce dernier."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:974
++#: apt.conf.5.xml:991
  msgid "<literal>Debug::pkgInitConfig</literal>"
  msgstr "<literal>Debug::pkgInitConfig</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:977
++#: apt.conf.5.xml:994
  msgid "Dump the default configuration to standard error on startup."
  msgstr ""
  "Affiche, au lancement, l'ensemble de la configuration sur la sortie d'erreur "
  "standard."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:984
++#: apt.conf.5.xml:1001
  msgid "<literal>Debug::pkgDPkgPM</literal>"
  msgstr "<literal>Debug::pkgDPkgPM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:987
++#: apt.conf.5.xml:1004
  msgid ""
  "When invoking &dpkg;, output the precise command line with which it is being "
  "invoked, with arguments separated by a single space character."
@@@ -7566,12 -7659,12 +7856,12 @@@ msgstr "
  "paramètres sont séparés par des espaces."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:995
++#: apt.conf.5.xml:1012
  msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
  msgstr "<literal>Debug::pkgDPkgProgressReporting</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:998
++#: apt.conf.5.xml:1015
  msgid ""
  "Output all the data received from &dpkg; on the status file descriptor and "
  "any errors encountered while parsing it."
@@@ -7581,12 -7674,12 +7871,12 @@@ msgstr "
  "fichier."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1005
++#: apt.conf.5.xml:1022
  msgid "<literal>Debug::pkgOrderList</literal>"
  msgstr "<literal>Debug::pkgOrderList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1009
++#: apt.conf.5.xml:1026
  msgid ""
  "Generate a trace of the algorithm that decides the order in which "
  "<literal>apt</literal> should pass packages to &dpkg;."
@@@ -7595,33 -7688,33 +7885,33 @@@ msgstr "
  "<literal>apt</literal> passe les paquets à &dpkg;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1017
++#: apt.conf.5.xml:1034
  msgid "<literal>Debug::pkgPackageManager</literal>"
  msgstr "<literal>Debug::pkgPackageManager</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1021
++#: apt.conf.5.xml:1038
  msgid ""
  "Output status messages tracing the steps performed when invoking &dpkg;."
  msgstr "Affiche le détail des opérations liées à l'invocation de &dpkg;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1028
++#: apt.conf.5.xml:1045
  msgid "<literal>Debug::pkgPolicy</literal>"
  msgstr "<literal>Debug::pkgPolicy</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1032
++#: apt.conf.5.xml:1049
  msgid "Output the priority of each package list on startup."
  msgstr "Affiche, au lancement, la priorité de chaque liste de paquets."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1038
++#: apt.conf.5.xml:1055
  msgid "<literal>Debug::pkgProblemResolver</literal>"
  msgstr "<literal>Debug::pkgProblemResolver</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1042
++#: apt.conf.5.xml:1059
  msgid ""
  "Trace the execution of the dependency resolver (this applies only to what "
  "happens when a complex dependency problem is encountered)."
@@@ -7630,12 -7723,12 +7920,12 @@@ msgstr "
  "concerne que les cas où un problème de dépendances complexe se présente)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1050
++#: apt.conf.5.xml:1067
  msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  msgstr "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1053
++#: apt.conf.5.xml:1070
  msgid ""
  "Display a list of all installed packages with their calculated score used by "
  "the pkgProblemResolver. The description of the package is the same as "
@@@ -7646,12 -7739,12 +7936,12 @@@ msgstr "
  "est décrite dans <literal>Debug::pkgDepCache::Marker</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1061
++#: apt.conf.5.xml:1078
  msgid "<literal>Debug::sourceList</literal>"
  msgstr "<literal>Debug::sourceList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1065
++#: apt.conf.5.xml:1082
  msgid ""
  "Print information about the vendors read from <filename>/etc/apt/vendors."
  "list</filename>."
@@@ -7660,7 -7753,7 +7950,7 @@@ msgstr "
  "list</filename>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1088
++#: apt.conf.5.xml:1105
  msgid ""
  "&configureindex; is a configuration file showing example values for all "
  "possible options."
@@@ -7669,13 -7762,13 +7959,13 @@@ msgstr "
  "exemples pour toutes les options existantes."
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt.conf.5.xml:1095
++#: apt.conf.5.xml:1112
  msgid "&file-aptconf;"
  msgstr "&file-aptconf;"
  
  #.  ? reading apt.conf 
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1100
++#: apt.conf.5.xml:1117
  msgid "&apt-cache;, &apt-config;, &apt-preferences;."
  msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
  
@@@ -7770,11 -7863,11 +8060,21 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><para>
  #: apt_preferences.5.xml:70
++#, fuzzy
++#| msgid ""
++#| "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
++#| "directory are parsed in alphanumeric ascending order and need to obey the "
++#| "following naming convention: The files have no or \"<literal>pref</"
++#| "literal>\" as filename extension and which only contain alphanumeric, "
++#| "hyphen (-), underscore (_) and period (.) characters.  Otherwise APT will "
++#| "print a notice that it has ignored a file if the file doesn't match a "
++#| "pattern in the <literal>Dir::Ignore-Files-Silently</literal> "
++#| "configuration list - in this case it will be silently ignored."
  msgid ""
  "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
  "directory are parsed in alphanumeric ascending order and need to obey the "
--"following naming convention: The files have no or \"<literal>pref</literal>"
--"\" as filename extension and which only contain alphanumeric, hyphen (-), "
++"following naming convention: The files have either no or \"<literal>pref</"
++"literal>\" as filename extension and only contain alphanumeric, hyphen (-), "
  "underscore (_) and period (.) characters.  Otherwise APT will print a notice "
  "that it has ignored a file if the file doesn't match a pattern in the "
  "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this "
@@@ -8230,7 -8323,74 +8530,74 @@@ msgstr "
  "Pin-Priority: 500\n"
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
- #: apt_preferences.5.xml:263
+ #: apt_preferences.5.xml:262
+ msgid "Regular expressions and glob() syntax"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:264
+ msgid ""
+ "APT also supports pinning by glob() expressions and regular expressions "
+ "surrounded by /. For example, the following example assigns the priority 500 "
+ "to all packages from experimental where the name starts with gnome (as a glob"
 -"()-like expression or contains the word kde (as a POSIX extended regular "
++"()-like expression) or contains the word kde (as a POSIX extended regular "
+ "expression surrounded by slashes)."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:273
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:279
+ msgid ""
+ "The rule for those expressions is that they can occur anywhere where a "
 -"string can occur. Those, the following pin assigns the priority 990 to all "
++"string can occur. Thus, the following pin assigns the priority 990 to all "
+ "packages from a release starting with karmic."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:285
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:290
+ #, fuzzy
+ #| msgid "Packages"
+ msgid "Package"
+ msgstr "Packages"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:296
+ msgid "*"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><title>
+ #: apt_preferences.5.xml:306
  msgid "How APT Interprets Priorities"
  msgstr "Méthode d'interprétation des priorités par APT"
  
@@@ -9107,8 -9267,8 +9474,9 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><literallayout>
  #: sources.list.5.xml:81
--#, no-wrap
--msgid "deb uri distribution [component1] [component2] [...]"
++#, fuzzy, no-wrap
++#| msgid "deb uri distribution [component1] [component2] [...]"
++msgid "deb [ options ] uri distribution [component1] [component2] [...]"
  msgstr "deb uri distribution [composant1] [composant2] [...]"
  
  #. type: Content of: <refentry><refsect1><para>
@@@ -9179,6 -9339,6 +9547,38 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><para>
  #: sources.list.5.xml:112
  msgid ""
++"<literal>options</literal> is always optional and needs to be surounded by "
++"square brackets. It can consist of multiple settings in the form "
++"<literal><replaceable>setting</replaceable>=<replaceable>value</"
++"replaceable></literal>.  Multiple settings are separated by spaces. The "
++"following settings are supported by APT, note through that unsupported "
++"settings will be ignored silently:"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:117
++msgid ""
++"<literal>arch=<replaceable>arch1</replaceable>,<replaceable>arch2</"
++"replaceable>,…</literal> can be used to specify for which architectures "
++"packages information should be downloaded. If this option is not set all "
++"architectures defined by the <literal>APT::Architectures</literal> option "
++"will be downloaded."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:121
++msgid ""
++"<literal>trusted=yes</literal> can be set to indicate that packages from "
++"this source are always authenificated even if the <filename>Release</"
++"filename> file is not signed or the signature can't be checked. This "
++"disables parts of &apt-secure; and should therefore only be used in a local "
++"and trusted context. <literal>trusted=no</literal> is the opposite which "
++"handles even correctly authenificated sources as not authenificated."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:128
++msgid ""
  "It is important to list sources in order of preference, with the most "
  "preferred source listed first. Typically this will result in sorting by "
  "speed from fastest to slowest (CD-ROM followed by hosts on a local network, "
@@@ -9190,12 -9350,12 +9590,12 @@@ msgstr "
  "les hôtes distants."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:117
++#: sources.list.5.xml:133
  msgid "Some examples:"
  msgstr "Exemples :"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:119
++#: sources.list.5.xml:135
  #, no-wrap
  msgid ""
  "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
@@@ -9207,17 -9367,17 +9607,17 @@@ msgstr "
  "   "
  
  #. type: Content of: <refentry><refsect1><title>
--#: sources.list.5.xml:125
++#: sources.list.5.xml:141
  msgid "URI specification"
  msgstr "Spécification des URI"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:130
++#: sources.list.5.xml:146
  msgid "file"
  msgstr "file"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:132
++#: sources.list.5.xml:148
  msgid ""
  "The file scheme allows an arbitrary directory in the file system to be "
  "considered an archive. This is useful for NFS mounts and local mirrors or "
@@@ -9228,7 -9388,7 +9628,7 @@@ msgstr "
  "avec les montages NFS, les miroirs et les archives locaux."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:139
++#: sources.list.5.xml:155
  msgid ""
  "The cdrom scheme allows APT to use a local CDROM drive with media swapping. "
  "Use the &apt-cdrom; program to create cdrom entries in the source list."
@@@ -9238,7 -9398,7 +9638,7 @@@ msgstr "
  "pour créer des entrées dans la liste des sources."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:146
++#: sources.list.5.xml:162
  msgid ""
  "The http scheme specifies an HTTP server for the archive. If an environment "
  "variable <envar>http_proxy</envar> is set with the format http://server:"
@@@ -9255,7 -9415,7 +9655,7 @@@ msgstr "
  "Notez qu'il s'agit d'une méthode d'authentification peu sûre."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:157
++#: sources.list.5.xml:173
  msgid ""
  "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior "
  "is highly configurable; for more information see the &apt-conf; manual page. "
@@@ -9275,12 -9435,12 +9675,12 @@@ msgstr "
  "et qui sont spécifiés dans le fichier de configuration seront ignorés."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:166
++#: sources.list.5.xml:182
  msgid "copy"
  msgstr "copy"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:168
++#: sources.list.5.xml:184
  msgid ""
  "The copy scheme is identical to the file scheme except that packages are "
  "copied into the cache directory instead of used directly at their location.  "
@@@ -9292,17 -9452,17 +9692,17 @@@ msgstr "
  "gens qui utilisent un disque zip pour recopier des fichiers avec APT."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "rsh"
  msgstr "rsh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "ssh"
  msgstr "ssh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:175
++#: sources.list.5.xml:191
  msgid ""
  "The rsh/ssh method invokes rsh/ssh to connect to a remote host as a given "
  "user and access the files. It is a good idea to do prior arrangements with "
@@@ -9317,12 -9477,12 +9717,12 @@@ msgstr "
  "commandes standard <command>find</command> et <command>dd</command>."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:183
++#: sources.list.5.xml:199
  msgid "more recognizable URI types"
  msgstr "plus de types d'URI simples à reconnaître"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:185
++#: sources.list.5.xml:201
  msgid ""
  "APT can be extended with more methods shipped in other optional packages "
  "which should follow the nameing scheme <literal>apt-transport-"
@@@ -9344,7 -9504,7 +9744,7 @@@ msgstr "
  "citerefentry>)."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:127
++#: sources.list.5.xml:143
  msgid ""
  "The currently recognized URI types are cdrom, file, http, ftp, copy, ssh, "
  "rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -9353,7 -9513,7 +9753,7 @@@ msgstr "
  "ssh et rsh. <placeholder type=\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:199
++#: sources.list.5.xml:215
  msgid ""
  "Uses the archive stored locally (or NFS mounted) at /home/jason/debian for "
  "stable/main, stable/contrib, and stable/non-free."
@@@ -9362,37 -9522,37 +9762,60 @@@ msgstr "
  "debian pour stable/main, stable/contrib et stable/non-free."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:201
++#: sources.list.5.xml:217
  #, no-wrap
  msgid "deb file:/home/jason/debian stable main contrib non-free"
  msgstr "deb file:/home/jason/debian stable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:203
++#: sources.list.5.xml:219
  msgid "As above, except this uses the unstable (development) distribution."
  msgstr ""
  "Comme ci-dessus, excepté que cette ligne utilise la distribution "
  "« unstable » (développement)."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:204
++#: sources.list.5.xml:220
  #, no-wrap
  msgid "deb file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:206
++#: sources.list.5.xml:222
  msgid "Source line for the above"
  msgstr "La précédente ligne, mais pour les sources."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:207
++#: sources.list.5.xml:223
  #, no-wrap
  msgid "deb-src file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb-src file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:209
++#: sources.list.5.xml:225
++msgid ""
++"The first line gets package information for the architectures in "
++"<literal>APT::Architectures</literal> while the second always retrieves "
++"<literal>amd64</literal> and <literal>armel</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><literallayout>
++#: sources.list.5.xml:227
++#, fuzzy, no-wrap
++#| msgid ""
++#| "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++#| "deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++#| "   "
++msgid ""
++"deb http://ftp.debian.org/debian &stable-codename; main\n"
++"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
++msgstr ""
++"deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++"deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++"   "
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:230
  msgid ""
  "Uses HTTP to access the archive at archive.debian.org, and uses only the "
  "hamm/main area."
@@@ -9401,13 -9561,13 +9824,13 @@@ msgstr "
  "n'utiliser que la section hamm/main."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:211
++#: sources.list.5.xml:232
  #, no-wrap
  msgid "deb http://archive.debian.org/debian-archive hamm main"
  msgstr "deb http://archive.debian.org/debian-archive hamm main"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:213
++#: sources.list.5.xml:234
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the &stable-codename;/contrib area."
@@@ -9416,13 -9576,13 +9839,13 @@@ msgstr "
  "répertoire debian, et n'utiliser que la section &stable-codename;/contrib."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:215
++#: sources.list.5.xml:236
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  msgstr "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:217
++#: sources.list.5.xml:238
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the unstable/contrib area. If this line appears as "
@@@ -9435,19 -9595,19 +9858,19 @@@ msgstr "
  "apparaissent, une seule session FTP sera utilisée pour les deux lignes."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:221
++#: sources.list.5.xml:242
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian unstable contrib"
  msgstr "deb ftp://ftp.debian.org/debian unstable contrib"
  
  #. type: Content of: <refentry><refsect1><para><literallayout>
--#: sources.list.5.xml:230
++#: sources.list.5.xml:251
  #, no-wrap
  msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
  msgstr "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:223
++#: sources.list.5.xml:244
  msgid ""
  "Uses HTTP to access the archive at ftp.tlh.debian.org, under the universe "
  "directory, and uses only files found under <filename>unstable/binary-i386</"
@@@ -9467,7 -9627,7 +9890,7 @@@ msgstr "
  "type=\"literallayout\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:235
++#: sources.list.5.xml:256
  msgid "&apt-cache; &apt-conf;"
  msgstr "&apt-cache; &apt-conf;"
  
@@@ -11033,6 -11193,40 +11456,34 @@@ msgstr "  # apt-get -o dir::cache::arch
  msgid "Which will use the already fetched archives on the disc."
  msgstr "Cette commande utilisera les fichiers récupérés sur le disque."
  
 -#~ msgid "<option>--md5</option>"
 -#~ msgstr "<option>--md5</option>"
 -
+ #~ msgid ""
 -#~ "Generate MD5 sums. This defaults to on, when turned off the generated "
 -#~ "index files will not have MD5Sum fields where possible.  Configuration "
 -#~ "Item: <literal>APT::FTPArchive::MD5</literal>"
++#~ "Update the local keyring with the keyring of Debian archive keys and "
++#~ "removes from the keyring the archive keys which are no longer valid."
+ #~ msgstr ""
 -#~ "Créer la somme de contrôle MD5. Cette option est activée par défaut. "
 -#~ "Quand elle est désactivée, les fichiers d'index n'ont pas les champs "
 -#~ "MD5Sum là où c'est possible. Élément de configuration : <literal>APT::"
 -#~ "FTPArchive::MD5</literal>."
++#~ "Mettre à jour le trousseau de clés local avec le trousseau de clés de "
++#~ "l'archive Debian et supprimer les clés qui y sont périmées."
+ #~ msgid "unmarkauto"
+ #~ msgstr "unmarkauto"
+ #~ msgid "<option>-h</option>"
+ #~ msgstr "<option>-h</option>"
+ #~ msgid "<option>--help</option>"
+ #~ msgstr "<option>--help</option>"
+ #~ msgid "Show a short usage summary."
+ #~ msgstr "Affiche un résumé de l'aide"
+ #~ msgid "<option>-v</option>"
+ #~ msgstr "<option>-v</option>"
+ #~ msgid "<option>--version</option>"
+ #~ msgstr "<option>--version</option>"
+ #~ msgid "Show the program version."
+ #~ msgstr "Affiche la version du programme."
  #~ msgid "to the version that is already installed (if any)."
  #~ msgstr "est affectée à la version déjà installée (si elle existe)."
  
  #~ msgid "<filename>/etc/apt/sources.list</filename>"
  #~ msgstr "<filename>/etc/apt/sources.list</filename>"
  
--#~ msgid ""
--#~ "Locations to fetch packages from.  Configuration Item: <literal>Dir::Etc::"
--#~ "SourceList</literal>."
--#~ msgstr ""
--#~ "Emplacements où aller chercher les paquets. Élément de configuration : "
--#~ "<literal>Dir::Etc::SourceList</literal>."
--
  #~ msgid "<filename>&statedir;/lists/</filename>"
  #~ msgstr "<filename>&statedir;/lists/</filename>"
  
diff --cc doc/po/it.po
index dec77747d9851701d804a7b3f0363398daaff9bf,4571690e1c107d1d1952cc17d5c1abc4c4eaa5b5..5fb3ff3fb3338aa87504b6b5ebdab1b0f4a34bca
@@@ -9,7 -9,7 +9,7 @@@
  msgid ""
  msgstr ""
  "Project-Id-Version: \n"
- "POT-Creation-Date: 2011-04-05 10:22+0300\n"
 -"POT-Creation-Date: 2011-06-08 16:54+0300\n"
++"POT-Creation-Date: 2011-11-10 16:42+0100\n"
  "PO-Revision-Date: 2003-04-26 23:26+0100\n"
  "Last-Translator: Traduzione di Eugenia Franzoni <eugenia@linuxcare.com>\n"
  "Language-Team: <debian-l10n-italian@lists.debian.org>\n"
@@@ -531,8 -531,8 +531,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50
--#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114
- #: apt-key.8.xml:38 apt-mark.8.xml:55 apt-secure.8.xml:43
++#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:121
+ #: apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43
  #: apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36
  #: sources.list.5.xml:36
  msgid "Description"
@@@ -548,7 -548,7 +548,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-cache.8.xml:70 apt-get.8.xml:120
++#: apt-cache.8.xml:70 apt-get.8.xml:127
  msgid ""
  "Unless the <option>-h</option>, or <option>--help</option> option is given, "
  "one of the commands below must be present."
@@@ -910,8 -910,8 +910,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
  #: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59
- #: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:92
 -#: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:126
--#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
++#: apt-ftparchive.1.xml:525 apt-get.8.xml:342 apt-mark.8.xml:126
++#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:577 apt.conf.5.xml:599
  msgid "options"
  msgstr ""
  
@@@ -934,7 -934,7 +934,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:288 apt-ftparchive.1.xml:571 apt-get.8.xml:393
++#: apt-cache.8.xml:288 apt-ftparchive.1.xml:572 apt-get.8.xml:404
  #: apt-sortpkgs.1.xml:61
  msgid "<option>-s</option>"
  msgstr ""
@@@ -955,12 -955,12 +955,12 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>-q</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>--quiet</option>"
  msgstr ""
  
@@@ -1035,14 -1035,14 +1035,14 @@@ msgstr "
  #: apt-cache.8.xml:317
  msgid ""
  "Per default the <literal>depends</literal> and <literal>rdepends</literal> "
--"print all dependencies. This can be twicked with these flags which will omit "
++"print all dependencies. This can be tweaked with these flags which will omit "
  "the specified dependency type.  Configuration Item: <literal>APT::Cache::"
  "Show<replaceable>DependencyType</replaceable></literal> e.g. <literal>APT::"
  "Cache::ShowRecommends</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:350
++#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:361
  msgid "<option>-f</option>"
  msgstr ""
  
@@@ -1059,7 -1059,7 +1059,8 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:583
++#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:584
++#: apt-get.8.xml:452
  msgid "<option>-a</option>"
  msgstr ""
  
@@@ -1155,14 -1155,14 +1156,14 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist>
  #: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101
--#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570
- #: apt-sortpkgs.1.xml:67
++#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:612 apt-get.8.xml:596
+ #: apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
  msgid "&apt-commonoptions;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:156 apt-mark.8.xml:125
- #: apt.conf.5.xml:1093 apt_preferences.5.xml:654
 -#: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:172 apt-mark.8.xml:144
 -#: apt.conf.5.xml:1093 apt_preferences.5.xml:697
++#: apt-cache.8.xml:372 apt-get.8.xml:601 apt-key.8.xml:175 apt-mark.8.xml:144
++#: apt.conf.5.xml:1110 apt_preferences.5.xml:697
  msgid "Files"
  msgstr ""
  
@@@ -1173,10 -1173,10 +1174,10 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106
--#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585
- #: apt-key.8.xml:177 apt-mark.8.xml:131 apt-secure.8.xml:185
- #: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:661
 -#: apt-key.8.xml:193 apt-mark.8.xml:150 apt-secure.8.xml:185
 -#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:704
--#: sources.list.5.xml:234
++#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:628 apt-get.8.xml:611
++#: apt-key.8.xml:196 apt-mark.8.xml:150 apt-secure.8.xml:185
++#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1116 apt_preferences.5.xml:704
++#: sources.list.5.xml:255
  msgid "See Also"
  msgstr ""
  
@@@ -1187,8 -1187,8 +1188,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111
--#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591
- #: apt-mark.8.xml:135 apt-sortpkgs.1.xml:76
++#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:632 apt-get.8.xml:617
+ #: apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
  msgid "Diagnostics"
  msgstr ""
  
@@@ -1287,12 -1287,12 +1288,12 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cdrom.8.xml:94 apt-key.8.xml:142
 -#: apt-cdrom.8.xml:94 apt-key.8.xml:158
++#: apt-cdrom.8.xml:94 apt-key.8.xml:161
  msgid "Options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:539 apt-get.8.xml:345
++#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:540 apt-get.8.xml:356
  msgid "<option>-d</option>"
  msgstr ""
  
@@@ -1328,7 -1328,7 +1329,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:116 apt-get.8.xml:364
++#: apt-cdrom.8.xml:116 apt-get.8.xml:375
  msgid "<option>-m</option>"
  msgstr ""
  
@@@ -1373,17 -1373,17 +1374,17 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:143 apt-get.8.xml:395
++#: apt-cdrom.8.xml:143 apt-get.8.xml:406
  msgid "<option>--just-print</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:144 apt-get.8.xml:397
++#: apt-cdrom.8.xml:144 apt-get.8.xml:408
  msgid "<option>--recon</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:145 apt-get.8.xml:398
++#: apt-cdrom.8.xml:145 apt-get.8.xml:409
  msgid "<option>--no-act</option>"
  msgstr ""
  
@@@ -1496,7 -1496,7 +1497,7 @@@ msgid "Just show the contents of the co
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:628
++#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:629
  #: apt-sortpkgs.1.xml:73
  msgid "&apt-conf;"
  msgstr ""
@@@ -1557,7 -1557,7 +1558,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-extracttemplates.1.xml:63 apt-get.8.xml:504
++#: apt-extracttemplates.1.xml:63 apt-get.8.xml:530
  msgid "<option>-t</option>"
  msgstr ""
  
@@@ -1759,7 -1759,7 +1760,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:145 apt-get.8.xml:287
++#: apt-ftparchive.1.xml:145 apt-get.8.xml:298
  msgid "clean"
  msgstr ""
  
@@@ -2217,8 -2217,8 +2218,8 @@@ msgid "
  "free</literal>"
  msgstr ""
  
--#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:394
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-ftparchive.1.xml:394 apt.conf.5.xml:157
  msgid "Architectures"
  msgstr ""
  
@@@ -2419,26 -2419,26 +2420,26 @@@ msgid "
  "Configuration Items: <literal>APT::FTPArchive::<replaceable>Checksum</"
  "replaceable></literal> and <literal>APT::FTPArchive::<replaceable>Index</"
  "replaceable>::<replaceable>Checksum</replaceable></literal> where "
--"<literal>Index</literal> can be <literal>Packages</literal>, "
--"<literal>Sources</literal> or <literal>Release</literal> and "
--"<literal>Checksum</literal> can be <literal>MD5</literal>, <literal>SHA1</"
--"literal> or <literal>SHA256</literal>."
++"<literal><replaceable>Index</replaceable></literal> can be "
++"<literal>Packages</literal>, <literal>Sources</literal> or <literal>Release</"
++"literal> and <literal><replaceable>Checksum</replaceable></literal> can be "
++"<literal>MD5</literal>, <literal>SHA1</literal> or <literal>SHA256</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:539
++#: apt-ftparchive.1.xml:540
  msgid "<option>--db</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:541
++#: apt-ftparchive.1.xml:542
  msgid ""
  "Use a binary caching DB. This has no effect on the generate command.  "
  "Configuration Item: <literal>APT::FTPArchive::DB</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:547
++#: apt-ftparchive.1.xml:548
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:553
++#: apt-ftparchive.1.xml:554
  msgid "<option>--delink</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:555
++#: apt-ftparchive.1.xml:556
  msgid ""
  "Perform Delinking. If the <literal>External-Links</literal> setting is used "
  "then this option actually enables delinking of the files. It defaults to on "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:561
++#: apt-ftparchive.1.xml:562
  msgid "<option>--contents</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:563
++#: apt-ftparchive.1.xml:564
  msgid ""
  "Perform contents generation. When this option is set and package indexes are "
  "being generated with a cache DB then the file listing will also be extracted "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:571
++#: apt-ftparchive.1.xml:572
  msgid "<option>--source-override</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:573
++#: apt-ftparchive.1.xml:574
  msgid ""
  "Select the source override file to use with the <literal>sources</literal> "
  "command.  Configuration Item: <literal>APT::FTPArchive::SourceOverride</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:577
++#: apt-ftparchive.1.xml:578
  msgid "<option>--readonly</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:579
++#: apt-ftparchive.1.xml:580
  msgid ""
  "Make the caching databases read only.  Configuration Item: <literal>APT::"
  "FTPArchive::ReadOnlyDB</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:583
++#: apt-ftparchive.1.xml:584
  msgid "<option>--arch</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:584
++#: apt-ftparchive.1.xml:585
  msgid ""
  "Accept in the <literal>packages</literal> and <literal>contents</literal> "
  "commands only package files matching <literal>*_arch.deb</literal> or "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:590
++#: apt-ftparchive.1.xml:591
  msgid "<option>APT::FTPArchive::AlwaysStat</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:592
++#: apt-ftparchive.1.xml:593
  msgid ""
  "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If "
  "packages are recompiled and/or republished with the same version again, this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:602
++#: apt-ftparchive.1.xml:603
  msgid "<option>APT::FTPArchive::LongDescription</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:604
++#: apt-ftparchive.1.xml:605
  msgid ""
  "This configuration option defaults to \"<literal>true</literal>\" and should "
  "only be set to <literal>\"false\"</literal> if the Archive generated with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:501
 -#: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:544
--#: sources.list.5.xml:198
++#: apt-ftparchive.1.xml:617 apt.conf.5.xml:1104 apt_preferences.5.xml:544
++#: sources.list.5.xml:214
  msgid "Examples"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><programlisting>
--#: apt-ftparchive.1.xml:622
++#: apt-ftparchive.1.xml:623
  #, no-wrap
  msgid "<command>apt-ftparchive</command> packages <replaceable>directory</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:618
++#: apt-ftparchive.1.xml:619
  msgid ""
  "To create a compressed Packages file for a directory containing binary "
  "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:632
++#: apt-ftparchive.1.xml:633
  msgid ""
  "<command>apt-ftparchive</command> returns zero on normal operation, decimal "
  "100 on error."
@@@ -2600,10 -2600,10 +2601,11 @@@ msgid "
  "<option>-o= <replaceable>config_string</replaceable> </option> </arg> <arg> "
  "<option>-c= <replaceable>config_file</replaceable> </option> </arg> <arg> "
  "<option>-t=</option> <arg choice='plain'> <replaceable>target_release</"
--"replaceable> </arg> </arg> <group choice=\"req\"> <arg "
--"choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> <arg "
--"choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</arg> "
--"<arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
++"replaceable> </arg> </arg> <arg> <option>-a=</option> <arg choice='plain'> "
++"<replaceable>default_architecture</replaceable> </arg> </arg> <group choice="
++"\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> "
++"<arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</"
++"arg> <arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
  "\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
  "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> <arg "
  "choice='plain'> /<replaceable>target_release</replaceable> </arg> </group> </"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:115
++#: apt-get.8.xml:122
  msgid ""
  "<command>apt-get</command> is the command-line tool for handling packages, "
  "and may be considered the user's \"back-end\" to other tools using the APT "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:124 apt-key.8.xml:127
++#: apt-get.8.xml:131 apt-key.8.xml:127
  #, fuzzy
  msgid "update"
  msgstr "upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:125
++#: apt-get.8.xml:132
  msgid ""
  "<literal>update</literal> is used to resynchronize the package index files "
  "from their sources. The indexes of available packages are fetched from the "
  msgstr ""
  
  #. type: <tag></tag>
--#: apt-get.8.xml:136 guide.sgml:121
++#: apt-get.8.xml:143 guide.sgml:121
  #, fuzzy
  msgid "upgrade"
  msgstr "upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:137
++#: apt-get.8.xml:144
  msgid ""
  "<literal>upgrade</literal> is used to install the newest versions of all "
  "packages currently installed on the system from the sources enumerated in "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:149
++#: apt-get.8.xml:156
  #, fuzzy
  msgid "dselect-upgrade"
  msgstr "dist-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:150
++#: apt-get.8.xml:157
  msgid ""
  "<literal>dselect-upgrade</literal> is used in conjunction with the "
  "traditional Debian packaging front-end, &dselect;. <literal>dselect-upgrade</"
  msgstr ""
  
  #. type: <tag></tag>
--#: apt-get.8.xml:159 guide.sgml:140
++#: apt-get.8.xml:166 guide.sgml:140
  #, fuzzy
  msgid "dist-upgrade"
  msgstr "dist-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:160
++#: apt-get.8.xml:167
  msgid ""
  "<literal>dist-upgrade</literal> in addition to performing the function of "
  "<literal>upgrade</literal>, also intelligently handles changing dependencies "
  msgstr ""
  
  #. type: <tag></tag>
--#: apt-get.8.xml:172 guide.sgml:131
++#: apt-get.8.xml:179 guide.sgml:131
  #, fuzzy
  msgid "install"
  msgstr "install"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:174
++#: apt-get.8.xml:181
  msgid ""
  "<literal>install</literal> is followed by one or more packages desired for "
  "installation or upgrading.  Each package is a package name, not a fully "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:192
++#: apt-get.8.xml:199
  msgid ""
  "A specific version of a package can be selected for installation by "
  "following the package name with an equals and the version of the package to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:199
++#: apt-get.8.xml:206
  msgid ""
  "Both of the version selection mechanisms can downgrade packages and must be "
  "used with care."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:202
++#: apt-get.8.xml:209
  msgid ""
  "This is also the target to use if you want to upgrade one or more already-"
  "installed packages without upgrading every package you have on your system. "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:213
++#: apt-get.8.xml:220
  msgid ""
  "Finally, the &apt-preferences; mechanism allows you to create an alternative "
  "installation policy for individual packages."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:217
++#: apt-get.8.xml:224
  msgid ""
  "If no package matches the given expression and the expression contains one "
  "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:226
++#: apt-get.8.xml:233
  msgid "remove"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:227
++#: apt-get.8.xml:234
  msgid ""
  "<literal>remove</literal> is identical to <literal>install</literal> except "
  "that packages are removed instead of installed. Note the removing a package "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:234
++#: apt-get.8.xml:241
  msgid "purge"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:235
++#: apt-get.8.xml:242
  msgid ""
  "<literal>purge</literal> is identical to <literal>remove</literal> except "
  "that packages are removed and purged (any configuration files are deleted "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:239
++#: apt-get.8.xml:246
  msgid "source"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:240
++#: apt-get.8.xml:247
  msgid ""
  "<literal>source</literal> causes <command>apt-get</command> to fetch source "
  "packages. APT will examine the available packages to decide which source "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:248
++#: apt-get.8.xml:255
  msgid ""
  "Source packages are tracked separately from binary packages via <literal>deb-"
  "src</literal> type lines in the &sources-list; file. This means that you "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:255
++#: apt-get.8.xml:262
  msgid ""
  "If the <option>--compile</option> option is specified then the package will "
--"be compiled to a binary .deb using <command>dpkg-buildpackage</command>, if "
--"<option>--download-only</option> is specified then the source package will "
--"not be unpacked."
++"be compiled to a binary .deb using <command>dpkg-buildpackage</command> for "
++"the architecture as defined by the <command>--host-architecture</command> "
++"option.  If <option>--download-only</option> is specified then the source "
++"package will not be unpacked."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:260
++#: apt-get.8.xml:269
  msgid ""
  "A specific source version can be retrieved by postfixing the source name "
  "with an equals and then the version to fetch, similar to the mechanism used "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:266
++#: apt-get.8.xml:275
  msgid ""
  "Note that source packages are not tracked like binary packages, they exist "
  "only in the current directory and are similar to downloading source tar "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:271
++#: apt-get.8.xml:280
  msgid "build-dep"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:272
++#: apt-get.8.xml:281
  msgid ""
  "<literal>build-dep</literal> causes apt-get to install/remove packages in an "
--"attempt to satisfy the build dependencies for a source package."
++"attempt to satisfy the build dependencies for a source package. By default "
++"the dependencies are satisfied to build the package nativly. If desired a "
++"host-architecture can be specified with the <option>--host-architecture</"
++"option> option instead."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:276
++#: apt-get.8.xml:287
  msgid "check"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:277
++#: apt-get.8.xml:288
  msgid ""
  "<literal>check</literal> is a diagnostic tool; it updates the package cache "
  "and checks for broken dependencies."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:281
++#: apt-get.8.xml:292
  msgid "download"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:282
++#: apt-get.8.xml:293
  msgid ""
  "<literal>download</literal> will download the given binary package into the "
--"current directoy."
++"current directory."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:288
++#: apt-get.8.xml:299
  msgid ""
  "<literal>clean</literal> clears out the local repository of retrieved "
  "package files. It removes everything but the lock file from "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:297
++#: apt-get.8.xml:308
  msgid "autoclean"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:298
++#: apt-get.8.xml:309
  msgid ""
  "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the "
  "local repository of retrieved package files. The difference is that it only "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:307
++#: apt-get.8.xml:318
  msgid "autoremove"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:308
++#: apt-get.8.xml:319
  msgid ""
  "<literal>autoremove</literal> is used to remove packages that were "
--"automatically installed to satisfy dependencies for some package and that "
--"are no more needed."
++"automatically installed to satisfy dependencies for other packages and are "
++"now no longer needed."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:312
++#: apt-get.8.xml:323
  msgid "changelog"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:313
++#: apt-get.8.xml:324
  msgid ""
  "<literal>changelog</literal> downloads a package changelog and displays it "
  "through <command>sensible-pager</command>. The server name and base "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:335
++#: apt-get.8.xml:346
  msgid "<option>--no-install-recommends</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:336
++#: apt-get.8.xml:347
  msgid ""
  "Do not consider recommended packages as a dependency for installing.  "
  "Configuration Item: <literal>APT::Install-Recommends</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:340
++#: apt-get.8.xml:351
  msgid "<option>--install-suggests</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:341
++#: apt-get.8.xml:352
  msgid ""
  "Consider suggested packages as a dependency for installing.  Configuration "
  "Item: <literal>APT::Install-Suggests</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:345
++#: apt-get.8.xml:356
  msgid "<option>--download-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:346
++#: apt-get.8.xml:357
  msgid ""
  "Download only; package files are only retrieved, not unpacked or installed.  "
  "Configuration Item: <literal>APT::Get::Download-Only</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:350
++#: apt-get.8.xml:361
  msgid "<option>--fix-broken</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:351
++#: apt-get.8.xml:362
  msgid ""
  "Fix; attempt to correct a system with broken dependencies in place. This "
  "option, when used with install/remove, can omit any packages to permit APT "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:364
++#: apt-get.8.xml:375
  msgid "<option>--ignore-missing</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:365
++#: apt-get.8.xml:376
  msgid "<option>--fix-missing</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:366
++#: apt-get.8.xml:377
  msgid ""
  "Ignore missing packages; If packages cannot be retrieved or fail the "
  "integrity check after retrieval (corrupted package files), hold back those "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:376
++#: apt-get.8.xml:387
  msgid "<option>--no-download</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:377
++#: apt-get.8.xml:388
  msgid ""
  "Disables downloading of packages. This is best used with <option>--ignore-"
  "missing</option> to force APT to use only the .debs it has already "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:384
++#: apt-get.8.xml:395
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:394
++#: apt-get.8.xml:405
  msgid "<option>--simulate</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:396
++#: apt-get.8.xml:407
  msgid "<option>--dry-run</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:399
++#: apt-get.8.xml:410
  msgid ""
  "No action; perform a simulation of events that would occur but do not "
  "actually change the system.  Configuration Item: <literal>APT::Get::"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:403
++#: apt-get.8.xml:414
  msgid ""
  "Simulation run as user will deactivate locking (<literal>Debug::NoLocking</"
  "literal>)  automatic. Also a notice will be displayed indicating that this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:409
++#: apt-get.8.xml:420
  msgid ""
  "Simulate prints out a series of lines each one representing a dpkg "
  "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>-y</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>--yes</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:417
++#: apt-get.8.xml:428
  msgid "<option>--assume-yes</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:418
++#: apt-get.8.xml:429
  msgid ""
  "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run "
  "non-interactively. If an undesirable situation, such as changing a held "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:436
++msgid "<option>--assume-no</option>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:437
++msgid ""
++"Automatic \"no\" to all prompts.  Configuration Item: <literal>APT::Get::"
++"Assume-No</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:441
  msgid "<option>-u</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:441
  msgid "<option>--show-upgraded</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:426
++#: apt-get.8.xml:442
  msgid ""
  "Show upgraded packages; Print out a list of all packages that are to be "
  "upgraded.  Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>-V</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>--verbose-versions</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:432
++#: apt-get.8.xml:448
  msgid ""
  "Show full versions for upgraded and installed packages.  Configuration Item: "
  "<literal>APT::Get::Show-Versions</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:453
++msgid "<option>--host-architecture</option>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:454
++msgid ""
++"This option controls the architecture packages are built for by <command>apt-"
++"get source --compile</command> and how cross-builddependencies are "
++"satisfied. By default is not set which means that the host architecture is "
++"the same as the build architecture (which is defined by <literal>APT::"
++"Architecture</literal>)  Configuration Item: <literal>APT::Get::Host-"
++"Architecture</literal>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:462
  msgid "<option>-b</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:462
  msgid "<option>--compile</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:437
++#: apt-get.8.xml:463
  msgid "<option>--build</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:438
++#: apt-get.8.xml:464
  msgid ""
  "Compile source packages after downloading them.  Configuration Item: "
  "<literal>APT::Get::Compile</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:442
++#: apt-get.8.xml:468
  msgid "<option>--ignore-hold</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:443
++#: apt-get.8.xml:469
  msgid ""
  "Ignore package Holds; This causes <command>apt-get</command> to ignore a "
  "hold placed on a package. This may be useful in conjunction with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:449
++#: apt-get.8.xml:475
  msgid "<option>--no-upgrade</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:450
++#: apt-get.8.xml:476
  msgid ""
  "Do not upgrade packages; When used in conjunction with <literal>install</"
  "literal>, <literal>no-upgrade</literal> will prevent packages on the command "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:456
++#: apt-get.8.xml:482
  msgid "<option>--only-upgrade</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:457
++#: apt-get.8.xml:483
  msgid ""
  "Do not install new packages; When used in conjunction with <literal>install</"
  "literal>, <literal>only-upgrade</literal> will prevent packages on the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:463
++#: apt-get.8.xml:489
  msgid "<option>--force-yes</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:464
++#: apt-get.8.xml:490
  msgid ""
  "Force yes; This is a dangerous option that will cause apt to continue "
  "without prompting if it is doing something potentially harmful. It should "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:471
++#: apt-get.8.xml:497
  msgid "<option>--print-uris</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:472
++#: apt-get.8.xml:498
  msgid ""
  "Instead of fetching the files to install their URIs are printed. Each URI "
  "will have the path, the destination file name, the size and the expected md5 "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:482
++#: apt-get.8.xml:508
  msgid "<option>--purge</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:483
++#: apt-get.8.xml:509
  msgid ""
  "Use purge instead of remove for anything that would be removed.  An asterisk "
  "(\"*\") will be displayed next to packages which are scheduled to be purged. "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:490
++#: apt-get.8.xml:516
  msgid "<option>--reinstall</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:491
++#: apt-get.8.xml:517
  msgid ""
  "Re-Install packages that are already installed and at the newest version.  "
  "Configuration Item: <literal>APT::Get::ReInstall</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:495
++#: apt-get.8.xml:521
  msgid "<option>--list-cleanup</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:496
++#: apt-get.8.xml:522
  msgid ""
  "This option defaults to on, use <literal>--no-list-cleanup</literal> to turn "
  "it off. When on <command>apt-get</command> will automatically manage the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:505
++#: apt-get.8.xml:531
  msgid "<option>--target-release</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:506
++#: apt-get.8.xml:532
  msgid "<option>--default-release</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:507
++#: apt-get.8.xml:533
  msgid ""
  "This option controls the default input to the policy engine, it creates a "
  "default pin at priority 990 using the specified release string.  This "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:520
++#: apt-get.8.xml:546
  msgid "<option>--trivial-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:522
++#: apt-get.8.xml:548
  msgid ""
  "Only perform operations that are 'trivial'. Logically this can be considered "
  "related to <option>--assume-yes</option>, where <option>--assume-yes</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:528
++#: apt-get.8.xml:554
  msgid "<option>--no-remove</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:529
++#: apt-get.8.xml:555
  msgid ""
  "If any packages are to be removed apt-get immediately aborts without "
  "prompting.  Configuration Item: <literal>APT::Get::Remove</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:534
++#: apt-get.8.xml:560
  msgid "<option>--auto-remove</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:535
++#: apt-get.8.xml:561
  msgid ""
  "If the command is either <literal>install</literal> or <literal>remove</"
  "literal>, then this option acts like running <literal>autoremove</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:541
++#: apt-get.8.xml:567
  msgid "<option>--only-source</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:542
++#: apt-get.8.xml:568
  msgid ""
  "Only has meaning for the <literal>source</literal> and <literal>build-dep</"
  "literal> commands.  Indicates that the given source names are not to be "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--diff-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--dsc-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--tar-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:553
++#: apt-get.8.xml:579
  msgid ""
  "Download only the diff, dsc, or tar file of a source archive.  Configuration "
  "Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:558
++#: apt-get.8.xml:584
  msgid "<option>--arch-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:559
++#: apt-get.8.xml:585
  msgid ""
  "Only process architecture-dependent build-dependencies.  Configuration Item: "
  "<literal>APT::Get::Arch-Only</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:563
++#: apt-get.8.xml:589
  msgid "<option>--allow-unauthenticated</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:564
++#: apt-get.8.xml:590
  msgid ""
  "Ignore if packages can't be authenticated and don't prompt about it.  This "
  "is useful for tools like pbuilder.  Configuration Item: <literal>APT::Get::"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt-get.8.xml:577
++#: apt-get.8.xml:603
  msgid ""
  "&file-sourceslist; &file-aptconf; &file-preferences; &file-cachearchives; "
  "&file-statelists;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:586
++#: apt-get.8.xml:612
  msgid ""
  "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, "
  "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:592
++#: apt-get.8.xml:618
  msgid ""
  "<command>apt-get</command> returns zero on normal operation, decimal 100 on "
  "error."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:595
++#: apt-get.8.xml:621
  msgid "ORIGINAL AUTHORS"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:596
++#: apt-get.8.xml:622
  msgid "&apt-author.jgunthorpe;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:599
++#: apt-get.8.xml:625
  msgid "CURRENT AUTHORS"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:601
++#: apt-get.8.xml:627
  msgid "&apt-author.team;"
  msgstr ""
  
@@@ -3582,24 -3582,39 +3616,44 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-key.8.xml:131
  msgid ""
--"Update the local keyring with the keyring of Debian archive keys and removes "
--"from the keyring the archive keys which are no longer valid."
++"Update the local keyring with the archive keyring and remove from the local "
++"keyring the archive keys which are no longer valid.  The archive keyring is "
++"shipped in the <literal>archive-keyring</literal> package of your "
++"distribution, e.g. the <literal>ubuntu-archive-keyring</literal> package in "
++"Ubuntu."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-key.8.xml:140
++#: apt-key.8.xml:141
+ #, fuzzy
+ msgid "net-update"
+ msgstr "upgrade"
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 -#: apt-key.8.xml:144
++#: apt-key.8.xml:145
+ msgid ""
 -"Update the local keyring with the keys of a key server and removes from the "
 -"keyring the archive keys which are no longer valid. This requires an "
 -"installed wget and an APT build configured to have a server to fetch from. "
 -"APT in Debian does not support this command, but Ubuntu's APT does."
++"Work similar to the <command>update</command> command above, but get the "
++"archive keyring from an URI instead and validate it against a master key.  "
++"This requires an installed &wget; and an APT build configured to have a "
++"server to fetch from and a master keyring to validate.  APT in Debian does "
++"not support this command and relies on <command>update</command> instead, "
++"but Ubuntu's APT does."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:143
 -#: apt-key.8.xml:159
++#: apt-key.8.xml:162
  msgid ""
  "Note that options need to be defined before the commands described in the "
  "previous section."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:145
 -#: apt-key.8.xml:161
++#: apt-key.8.xml:164
  msgid "--keyring <replaceable>filename</replaceable>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:146
 -#: apt-key.8.xml:162
++#: apt-key.8.xml:165
  msgid ""
  "With this option it is possible to specify a specific keyring file the "
  "command should operate on. The default is that a command is executed on the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-key.8.xml:159
 -#: apt-key.8.xml:175
++#: apt-key.8.xml:178
  msgid "&file-trustedgpg;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:161
 -#: apt-key.8.xml:177
++#: apt-key.8.xml:180
  msgid "<filename>/etc/apt/trustdb.gpg</filename>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:162
 -#: apt-key.8.xml:178
++#: apt-key.8.xml:181
  msgid "Local trust database of archive keys."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:165
 -#: apt-key.8.xml:181
--msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++#: apt-key.8.xml:184
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:166
 -#: apt-key.8.xml:182
--msgid "Keyring of Debian archive trusted keys."
++#: apt-key.8.xml:185
++msgid "Keyring of Ubuntu archive trusted keys."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:169
 -#: apt-key.8.xml:185
++#: apt-key.8.xml:188
  msgid ""
--"<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
++"<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:170
 -#: apt-key.8.xml:186
--msgid "Keyring of Debian archive removed trusted keys."
++#: apt-key.8.xml:189
++msgid "Keyring of Ubuntu archive removed trusted keys."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:179
 -#: apt-key.8.xml:195
++#: apt-key.8.xml:198
  msgid "&apt-get;, &apt-secure;"
  msgstr ""
  
@@@ -4134,11 -4174,11 +4213,12 @@@ msgstr "
  #: apt.conf.5.xml:52
  msgid ""
  "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
--"order which have no or \"<literal>conf</literal>\" as filename extension and "
--"which only contain alphanumeric, hyphen (-), underscore (_) and period (.) "
--"characters.  Otherwise APT will print a notice that it has ignored a file if "
--"the file doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</"
--"literal> configuration list - in this case it will be silently ignored."
++"order which have either no or \"<literal>conf</literal>\" as filename "
++"extension and which only contain alphanumeric, hyphen (-), underscore (_) "
++"and period (.) characters.  Otherwise APT will print a notice that it has "
++"ignored a file if the file doesn't match a pattern in the <literal>Dir::"
++"Ignore-Files-Silently</literal> configuration list - in this case it will be "
++"silently ignored."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><orderedlist><listitem><para>
@@@ -4310,13 -4350,13 +4390,24 @@@ msgid "
  "compiled for."
  msgstr ""
  
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:158
++msgid ""
++"All Architectures the system supports. Processors implementing the "
++"<literal>amd64</literal> are e.g. also able to execute binaries compiled for "
++"<literal>i386</literal>; This list is use when fetching files and parsing "
++"package lists. The internal default is always the native architecture "
++"(<literal>APT::Architecture</literal>)  and all foreign architectures it can "
++"retrieve by calling <command>dpkg --print-foreign-architectures</command>."
++msgstr ""
++
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:157
++#: apt.conf.5.xml:165
  msgid "Default-Release"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:158
++#: apt.conf.5.xml:166
  msgid ""
  "Default release to install packages from if more than one version available. "
  "Contains release name, codename or release version. Examples: 'stable', "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:163
++#: apt.conf.5.xml:171
  msgid "Ignore-Hold"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:164
++#: apt.conf.5.xml:172
  msgid ""
  "Ignore Held packages; This global option causes the problem resolver to "
  "ignore held packages in its decision making."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:168
++#: apt.conf.5.xml:176
  msgid "Clean-Installed"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:169
++#: apt.conf.5.xml:177
  msgid ""
  "Defaults to on. When turned on the autoclean feature will remove any "
  "packages which can no longer be downloaded from the cache. If turned off "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:175
++#: apt.conf.5.xml:183
  msgid "Immediate-Configure"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:176
++#: apt.conf.5.xml:184
  msgid ""
  "Defaults to on which will cause APT to install essential and important "
  "packages as fast as possible in the install/upgrade operation. This is done "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:198
++#: apt.conf.5.xml:206
  msgid "Force-LoopBreak"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:199
++#: apt.conf.5.xml:207
  msgid ""
  "Never Enable this option unless you -really- know what you are doing. It "
  "permits APT to temporarily remove an essential package to break a Conflicts/"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:207
++#: apt.conf.5.xml:215
  msgid "Cache-Start, Cache-Grow and Cache-Limit"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:208
++#: apt.conf.5.xml:216
  msgid ""
  "APT uses since version 0.7.26 a resizable memory mapped cache file to store "
  "the 'available' information. <literal>Cache-Start</literal> acts as a hint "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:223
++#: apt.conf.5.xml:231
  msgid "Build-Essential"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:224
++#: apt.conf.5.xml:232
  msgid "Defines which package(s) are considered essential build dependencies."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:227
++#: apt.conf.5.xml:235
  msgid "Get"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:228
++#: apt.conf.5.xml:236
  msgid ""
  "The Get subsection controls the &apt-get; tool, please see its documentation "
  "for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:232
++#: apt.conf.5.xml:240
  msgid "Cache"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:233
++#: apt.conf.5.xml:241
  msgid ""
  "The Cache subsection controls the &apt-cache; tool, please see its "
  "documentation for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:237
++#: apt.conf.5.xml:245
  msgid "CDROM"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:238
++#: apt.conf.5.xml:246
  msgid ""
  "The CDROM subsection controls the &apt-cdrom; tool, please see its "
  "documentation for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:244
++#: apt.conf.5.xml:252
  msgid "The Acquire Group"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:249
++#: apt.conf.5.xml:257
  msgid "Check-Valid-Until"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:250
++#: apt.conf.5.xml:258
  msgid ""
  "Security related option defaulting to true as an expiring validation for a "
  "Release file prevents longtime replay attacks and can e.g. also help users "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:260
++#: apt.conf.5.xml:268
  msgid "Max-ValidTime"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:261
++#: apt.conf.5.xml:269
++msgid ""
++"Seconds the Release file should be considered valid after it was created "
++"(indicated by the <literal>Date</literal> header).  If the Release file "
++"itself includes a <literal>Valid-Until</literal> header the earlier date of "
++"the two is used as the expiration date.  The default value is <literal>0</"
++"literal> which stands for \"for ever\".  Archive specific settings can be "
++"made by appending the label of the archive to the option name."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
++#: apt.conf.5.xml:279
++msgid "Min-ValidTime"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:280
  msgid ""
--"Seconds the Release file should be considered valid after it was created. "
--"The default is \"for ever\" (0) if the Release file of the archive doesn't "
--"include a <literal>Valid-Until</literal> header.  If it does then this date "
--"is the default. The date from the Release file or the date specified by the "
--"creation time of the Release file (<literal>Date</literal> header) plus the "
--"seconds specified with this options are used to check if the validation of a "
--"file has expired by using the earlier date of the two. Archive specific "
--"settings can be made by appending the label of the archive to the option "
--"name."
++"Minimum of seconds the Release file should be considered valid after it was "
++"created (indicated by the <literal>Date</literal> header).  Use this if you "
++"need to use a seldomly updated (local) mirror of a more regular updated "
++"archive with a <literal>Valid-Until</literal> header instead of competely "
++"disabling the expiration date checking.  Archive specific settings can and "
++"should be used by appending the label of the archive to the option name."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:273
++#: apt.conf.5.xml:290
  msgid "PDiffs"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:274
++#: apt.conf.5.xml:291
  msgid ""
  "Try to download deltas called <literal>PDiffs</literal> for Packages or "
  "Sources files instead of downloading whole ones. True by default."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:277
++#: apt.conf.5.xml:294
  msgid ""
  "Two sub-options to limit the use of PDiffs are also available: With "
  "<literal>FileLimit</literal> can be specified how many PDiff files are "
  "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
--"other hand is the maximum precentage of the size of all patches compared to "
++"other hand is the maximum percentage of the size of all patches compared to "
  "the size of the targeted file. If one of these limits is exceeded the "
  "complete file is downloaded instead of the patches."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:286
++#: apt.conf.5.xml:303
  msgid "Queue-Mode"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:287
++#: apt.conf.5.xml:304
  msgid ""
  "Queuing mode; <literal>Queue-Mode</literal> can be one of <literal>host</"
  "literal> or <literal>access</literal> which determines how APT parallelizes "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:294
++#: apt.conf.5.xml:311
  msgid "Retries"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:295
++#: apt.conf.5.xml:312
  msgid ""
  "Number of retries to perform. If this is non-zero APT will retry failed "
  "files the given number of times."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:299
++#: apt.conf.5.xml:316
  msgid "Source-Symlinks"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:300
++#: apt.conf.5.xml:317
  msgid ""
  "Use symlinks for source archives. If set to true then source archives will "
  "be symlinked when possible instead of copying. True is the default."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:304 sources.list.5.xml:144
++#: apt.conf.5.xml:321 sources.list.5.xml:160
  msgid "http"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:305
++#: apt.conf.5.xml:322
  msgid ""
  "HTTP URIs; http::Proxy is the default http proxy to use. It is in the "
  "standard form of <literal>http://[[user][:pass]@]host[:port]/</literal>. Per "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:313
++#: apt.conf.5.xml:330
  msgid ""
  "Three settings are provided for cache control with HTTP/1.1 compliant proxy "
  "caches. <literal>No-Cache</literal> tells the proxy to not use its cached "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:323 apt.conf.5.xml:387
++#: apt.conf.5.xml:340 apt.conf.5.xml:404
  msgid ""
  "The option <literal>timeout</literal> sets the timeout timer used by the "
  "method, this applies to all things including connection timeout and data "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:326
++#: apt.conf.5.xml:343
  msgid ""
  "One setting is provided to control the pipeline depth in cases where the "
  "remote server is not RFC conforming or buggy (such as Squid 2.0.2).  "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:334
++#: apt.conf.5.xml:351
  msgid ""
  "The used bandwidth can be limited with <literal>Acquire::http::Dl-Limit</"
  "literal> which accepts integer values in kilobyte. The default value is 0 "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:339
++#: apt.conf.5.xml:356
  msgid ""
  "<literal>Acquire::http::User-Agent</literal> can be used to set a different "
  "User-Agent for the http download method as some proxies allow access for "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:345
++#: apt.conf.5.xml:362
  msgid "https"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:346
++#: apt.conf.5.xml:363
  msgid ""
  "HTTPS URIs. Cache-control, Timeout, AllowRedirect, Dl-Limit and proxy "
  "options are the same as for <literal>http</literal> method and will also "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:352
++#: apt.conf.5.xml:369
  msgid ""
  "<literal>CaInfo</literal> suboption specifies place of file that holds info "
  "about trusted certificates.  <literal>&lt;host&gt;::CaInfo</literal> is "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:370 sources.list.5.xml:155
++#: apt.conf.5.xml:387 sources.list.5.xml:171
  msgid "ftp"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:371
++#: apt.conf.5.xml:388
  msgid ""
  "FTP URIs; ftp::Proxy is the default ftp proxy to use. It is in the standard "
  "form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:390
++#: apt.conf.5.xml:407
  msgid ""
  "Several settings are provided to control passive mode. Generally it is safe "
  "to leave passive mode on, it works in nearly every environment.  However "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:397
++#: apt.conf.5.xml:414
  msgid ""
  "It is possible to proxy FTP over HTTP by setting the <envar>ftp_proxy</"
  "envar> environment variable to a http url - see the discussion of the http "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:402
++#: apt.conf.5.xml:419
  msgid ""
  "The setting <literal>ForceExtended</literal> controls the use of RFC2428 "
  "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:409 sources.list.5.xml:137
++#: apt.conf.5.xml:426 sources.list.5.xml:153
  msgid "cdrom"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:415
++#: apt.conf.5.xml:432
  #, no-wrap
  msgid "/cdrom/::Mount \"foo\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:410
++#: apt.conf.5.xml:427
  msgid ""
  "CDROM URIs; the only setting for CDROM URIs is the mount point, "
  "<literal>cdrom::Mount</literal> which must be the mount point for the CDROM "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:420
++#: apt.conf.5.xml:437
  msgid "gpgv"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:421
++#: apt.conf.5.xml:438
  msgid ""
  "GPGV URIs; the only option for GPGV URIs is the option to pass additional "
  "parameters to gpgv.  <literal>gpgv::Options</literal> Additional options "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:426
++#: apt.conf.5.xml:443
  msgid "CompressionTypes"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:432
++#: apt.conf.5.xml:449
  #, no-wrap
  msgid "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<replaceable>Methodname</replaceable>\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:427
++#: apt.conf.5.xml:444
  msgid ""
  "List of compression types which are understood by the acquire methods.  "
  "Files like <filename>Packages</filename> can be available in various "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:437
++#: apt.conf.5.xml:454
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order:: \"gz\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:440
++#: apt.conf.5.xml:457
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:433
++#: apt.conf.5.xml:450
  msgid ""
  "Also the <literal>Order</literal> subgroup can be used to define in which "
  "order the acquire system will try to download the compressed files. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:444
++#: apt.conf.5.xml:461
  #, no-wrap
  msgid "Dir::Bin::bzip2 \"/bin/bzip2\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:442
++#: apt.conf.5.xml:459
  msgid ""
  "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
  "replaceable></literal> will be checked: If this setting exists the method "
  "will only be used if this file exists, e.g. for the bzip2 method (the "
--"inbuilt) setting is <placeholder type=\"literallayout\" id=\"0\"/> Note also "
--"that list entries specified on the command line will be added at the end of "
--"the list specified in the configuration files, but before the default "
++"inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note "
++"also that list entries specified on the command line will be added at the "
++"end of the list specified in the configuration files, but before the default "
  "entries. To prefer a type in this case over the ones specified in the "
  "configuration files you can set the option direct - not in list style.  This "
  "will not override the defined list, it will only prefix the list with this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:449
++#: apt.conf.5.xml:466
  msgid ""
  "The special type <literal>uncompressed</literal> can be used to give "
--"uncompressed files a preference, but note that most archives doesn't provide "
++"uncompressed files a preference, but note that most archives don't provide "
  "uncompressed files so this is mostly only useable for local mirrors."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:454
++#: apt.conf.5.xml:471
  msgid "GzipIndexes"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:456
++#: apt.conf.5.xml:473
  msgid ""
  "When downloading <literal>gzip</literal> compressed indexes (Packages, "
  "Sources, or Translations), keep them gzip compressed locally instead of "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:463
++#: apt.conf.5.xml:480
  msgid "Languages"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:464
++#: apt.conf.5.xml:481
  msgid ""
  "The Languages subsection controls which <filename>Translation</filename> "
  "files are downloaded and in which order APT tries to display the Description-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><programlisting>
--#: apt.conf.5.xml:480
++#: apt.conf.5.xml:497
  #, no-wrap
  msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:470
++#: apt.conf.5.xml:487
  msgid ""
  "The default list includes \"environment\" and \"en\". "
  "\"<literal>environment</literal>\" has a special meaning here: It will be "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:245
++#: apt.conf.5.xml:253
  msgid ""
  "The <literal>Acquire</literal> group of options controls the download of "
  "packages and the URI handlers.  <placeholder type=\"variablelist\" id=\"0\"/>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:487
++#: apt.conf.5.xml:504
  msgid "Directories"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:489
++#: apt.conf.5.xml:506
  msgid ""
  "The <literal>Dir::State</literal> section has directories that pertain to "
  "local state information. <literal>lists</literal> is the directory to place "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:496
++#: apt.conf.5.xml:513
  msgid ""
  "<literal>Dir::Cache</literal> contains locations pertaining to local cache "
  "information, such as the two package caches <literal>srcpkgcache</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:505
++#: apt.conf.5.xml:522
  msgid ""
  "<literal>Dir::Etc</literal> contains the location of configuration files, "
  "<literal>sourcelist</literal> gives the location of the sourcelist and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:511
++#: apt.conf.5.xml:528
  msgid ""
  "The <literal>Dir::Parts</literal> setting reads in all the config fragments "
  "in lexical order from the directory specified. After this is done then the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:515
++#: apt.conf.5.xml:532
  msgid ""
  "Binary programs are pointed to by <literal>Dir::Bin</literal>. <literal>Dir::"
  "Bin::Methods</literal> specifies the location of the method handlers and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:523
++#: apt.conf.5.xml:540
  msgid ""
  "The configuration item <literal>RootDir</literal> has a special meaning.  If "
  "set, all paths in <literal>Dir::</literal> will be relative to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:536
++#: apt.conf.5.xml:553
  msgid ""
  "The <literal>Ignore-Files-Silently</literal> list can be used to specify "
  "which files APT should silently ignore while parsing the files in the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:545
++#: apt.conf.5.xml:562
  #, fuzzy
  msgid "APT in DSelect"
  msgstr "DSelect"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:547
++#: apt.conf.5.xml:564
  msgid ""
  "When APT is used as a &dselect; method several configuration directives "
  "control the default behaviour. These are in the <literal>DSelect</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:551
++#: apt.conf.5.xml:568
  msgid "Clean"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:552
++#: apt.conf.5.xml:569
  msgid ""
  "Cache Clean mode; this value may be one of always, prompt, auto, pre-auto "
  "and never.  always and prompt will remove all packages from the cache after "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:561
++#: apt.conf.5.xml:578
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the install phase."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:565
++#: apt.conf.5.xml:582
  msgid "Updateoptions"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:566
++#: apt.conf.5.xml:583
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the update phase."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:570
++#: apt.conf.5.xml:587
  msgid "PromptAfterUpdate"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:571
++#: apt.conf.5.xml:588
  msgid ""
  "If true the [U]pdate operation in &dselect; will always prompt to continue.  "
  "The default is to prompt only on error."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:577
++#: apt.conf.5.xml:594
  msgid "How APT calls dpkg"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:578
++#: apt.conf.5.xml:595
  msgid ""
  "Several configuration directives control how APT invokes &dpkg;. These are "
  "in the <literal>DPkg</literal> section."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:583
++#: apt.conf.5.xml:600
  msgid ""
  "This is a list of options to pass to dpkg. The options must be specified "
  "using the list notation and each list item is passed as a single argument to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Pre-Invoke"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Post-Invoke"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:589
++#: apt.conf.5.xml:606
  msgid ""
  "This is a list of shell commands to run before/after invoking &dpkg;.  Like "
  "<literal>options</literal> this must be specified in list notation. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:595
++#: apt.conf.5.xml:612
  msgid "Pre-Install-Pkgs"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:596
++#: apt.conf.5.xml:613
  msgid ""
  "This is a list of shell commands to run before invoking dpkg. Like "
  "<literal>options</literal> this must be specified in list notation. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:602
++#: apt.conf.5.xml:619
  msgid ""
  "Version 2 of this protocol dumps more information, including the protocol "
  "version, the APT configuration space and the packages, files and versions "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:609
++#: apt.conf.5.xml:626
  msgid "Run-Directory"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:610
++#: apt.conf.5.xml:627
  msgid ""
  "APT chdirs to this directory before invoking dpkg, the default is <filename>/"
  "</filename>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:614
++#: apt.conf.5.xml:631
  msgid "Build-options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:615
++#: apt.conf.5.xml:632
  msgid ""
  "These options are passed to &dpkg-buildpackage; when compiling packages, the "
  "default is to disable signing and produce all binaries."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
--#: apt.conf.5.xml:620
++#: apt.conf.5.xml:637
  msgid "dpkg trigger usage (and related options)"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:621
++#: apt.conf.5.xml:638
  msgid ""
  "APT can call dpkg in a way so it can make aggressive use of triggers over "
  "multiple calls of dpkg. Without further options dpkg will use triggers only "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para><literallayout>
--#: apt.conf.5.xml:636
++#: apt.conf.5.xml:653
  #, no-wrap
  msgid ""
  "DPkg::NoTriggers \"true\";\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:630
++#: apt.conf.5.xml:647
  msgid ""
  "Note that it is not guaranteed that APT will support these options or that "
  "these options will not cause (big) trouble in the future. If you have "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:642
++#: apt.conf.5.xml:659
  msgid "DPkg::NoTriggers"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:643
++#: apt.conf.5.xml:660
  msgid ""
  "Add the no triggers flag to all dpkg calls (except the ConfigurePending "
  "call).  See &dpkg; if you are interested in what this actually means. In "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:650
++#: apt.conf.5.xml:667
  msgid "PackageManager::Configure"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:651
++#: apt.conf.5.xml:668
  msgid ""
  "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
  "and \"<literal>no</literal>\".  \"<literal>all</literal>\" is the default "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:661
++#: apt.conf.5.xml:678
  msgid "DPkg::ConfigurePending"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:662
++#: apt.conf.5.xml:679
  msgid ""
  "If this option is set apt will call <command>dpkg --configure --pending</"
  "command> to let dpkg handle all required configurations and triggers. This "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:668
++#: apt.conf.5.xml:685
  msgid "DPkg::TriggersPending"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:669
++#: apt.conf.5.xml:686
  msgid ""
  "Useful for <literal>smart</literal> configuration as a package which has "
  "pending triggers is not considered as <literal>installed</literal> and dpkg "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:674
++#: apt.conf.5.xml:691
  msgid "PackageManager::UnpackAll"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:675
++#: apt.conf.5.xml:692
  msgid ""
  "As the configuration can be deferred to be done at the end by dpkg it can be "
  "tried to order the unpack series only by critical needs, e.g. by Pre-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:682
++#: apt.conf.5.xml:699
  msgid "OrderList::Score::Immediate"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:690
++#: apt.conf.5.xml:707
  #, no-wrap
  msgid ""
  "OrderList::Score {\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:683
++#: apt.conf.5.xml:700
  msgid ""
  "Essential packages (and there dependencies) should be configured immediately "
  "after unpacking. It will be a good idea to do this quite early in the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:703
++#: apt.conf.5.xml:720
  msgid "Periodic and Archives options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:704
++#: apt.conf.5.xml:721
  msgid ""
  "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
  "of options configure behavior of apt periodic updates, which is done by "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:712
++#: apt.conf.5.xml:729
  msgid "Debug options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:714
++#: apt.conf.5.xml:731
  msgid ""
  "Enabling options in the <literal>Debug::</literal> section will cause "
  "debugging information to be sent to the standard error stream of the program "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:725
++#: apt.conf.5.xml:742
  msgid ""
  "<literal>Debug::pkgProblemResolver</literal> enables output about the "
  "decisions made by <literal>dist-upgrade, upgrade, install, remove, purge</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:733
++#: apt.conf.5.xml:750
  msgid ""
  "<literal>Debug::NoLocking</literal> disables all file locking.  This can be "
  "used to run some operations (for instance, <literal>apt-get -s install</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:742
++#: apt.conf.5.xml:759
  msgid ""
  "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
  "time that <literal>apt</literal> invokes &dpkg;."
@@@ -5371,111 -5411,111 +5475,111 @@@ msgstr "
  #.       motivating example, except I haven't a clue why you'd want
  #.       to do this. 
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:750
++#: apt.conf.5.xml:767
  msgid ""
  "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
  "in CDROM IDs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:760
++#: apt.conf.5.xml:777
  msgid "A full list of debugging options to apt follows."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:765
++#: apt.conf.5.xml:782
  msgid "<literal>Debug::Acquire::cdrom</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:769
++#: apt.conf.5.xml:786
  msgid ""
  "Print information related to accessing <literal>cdrom://</literal> sources."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:776
++#: apt.conf.5.xml:793
  msgid "<literal>Debug::Acquire::ftp</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:780
++#: apt.conf.5.xml:797
  msgid "Print information related to downloading packages using FTP."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:787
++#: apt.conf.5.xml:804
  msgid "<literal>Debug::Acquire::http</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:791
++#: apt.conf.5.xml:808
  msgid "Print information related to downloading packages using HTTP."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:798
++#: apt.conf.5.xml:815
  msgid "<literal>Debug::Acquire::https</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:802
++#: apt.conf.5.xml:819
  msgid "Print information related to downloading packages using HTTPS."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:809
++#: apt.conf.5.xml:826
  msgid "<literal>Debug::Acquire::gpgv</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:813
++#: apt.conf.5.xml:830
  msgid ""
  "Print information related to verifying cryptographic signatures using "
  "<literal>gpg</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:820
++#: apt.conf.5.xml:837
  msgid "<literal>Debug::aptcdrom</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:824
++#: apt.conf.5.xml:841
  msgid ""
  "Output information about the process of accessing collections of packages "
  "stored on CD-ROMs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:831
++#: apt.conf.5.xml:848
  msgid "<literal>Debug::BuildDeps</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:834
++#: apt.conf.5.xml:851
  msgid "Describes the process of resolving build-dependencies in &apt-get;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:841
++#: apt.conf.5.xml:858
  msgid "<literal>Debug::Hashes</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:844
++#: apt.conf.5.xml:861
  msgid ""
  "Output each cryptographic hash that is generated by the <literal>apt</"
  "literal> libraries."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:851
++#: apt.conf.5.xml:868
  msgid "<literal>Debug::IdentCDROM</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:854
++#: apt.conf.5.xml:871
  msgid ""
  "Do not include information from <literal>statfs</literal>, namely the number "
  "of used and free blocks on the CD-ROM filesystem, when generating an ID for "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:862
++#: apt.conf.5.xml:879
  msgid "<literal>Debug::NoLocking</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:865
++#: apt.conf.5.xml:882
  msgid ""
  "Disable all file locking.  For instance, this will allow two instances of "
  "<quote><literal>apt-get update</literal></quote> to run at the same time."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:873
++#: apt.conf.5.xml:890
  msgid "<literal>Debug::pkgAcquire</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:877
++#: apt.conf.5.xml:894
  msgid "Log when items are added to or removed from the global download queue."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:884
++#: apt.conf.5.xml:901
  msgid "<literal>Debug::pkgAcquire::Auth</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:887
++#: apt.conf.5.xml:904
  msgid ""
  "Output status messages and errors related to verifying checksums and "
  "cryptographic signatures of downloaded files."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:894
++#: apt.conf.5.xml:911
  msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:897
++#: apt.conf.5.xml:914
  msgid ""
  "Output information about downloading and applying package index list diffs, "
  "and errors relating to package index list diffs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:905
++#: apt.conf.5.xml:922
  msgid "<literal>Debug::pkgAcquire::RRed</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:909
++#: apt.conf.5.xml:926
  msgid ""
  "Output information related to patching apt package lists when downloading "
  "index diffs instead of full indices."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:916
++#: apt.conf.5.xml:933
  msgid "<literal>Debug::pkgAcquire::Worker</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:920
++#: apt.conf.5.xml:937
  msgid ""
  "Log all interactions with the sub-processes that actually perform downloads."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:927
++#: apt.conf.5.xml:944
  msgid "<literal>Debug::pkgAutoRemove</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:931
++#: apt.conf.5.xml:948
  msgid ""
  "Log events related to the automatically-installed status of packages and to "
  "the removal of unused packages."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:938
++#: apt.conf.5.xml:955
  msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:941
++#: apt.conf.5.xml:958
  msgid ""
  "Generate debug messages describing which packages are being automatically "
  "installed to resolve dependencies.  This corresponds to the initial auto-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:952
++#: apt.conf.5.xml:969
  msgid "<literal>Debug::pkgDepCache::Marker</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:955
++#: apt.conf.5.xml:972
  msgid ""
  "Generate debug messages describing which package is marked as keep/install/"
  "remove while the ProblemResolver does his work.  Each addition or deletion "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:974
++#: apt.conf.5.xml:991
  msgid "<literal>Debug::pkgInitConfig</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:977
++#: apt.conf.5.xml:994
  msgid "Dump the default configuration to standard error on startup."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:984
++#: apt.conf.5.xml:1001
  msgid "<literal>Debug::pkgDPkgPM</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:987
++#: apt.conf.5.xml:1004
  msgid ""
  "When invoking &dpkg;, output the precise command line with which it is being "
  "invoked, with arguments separated by a single space character."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:995
++#: apt.conf.5.xml:1012
  msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:998
++#: apt.conf.5.xml:1015
  msgid ""
  "Output all the data received from &dpkg; on the status file descriptor and "
  "any errors encountered while parsing it."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1005
++#: apt.conf.5.xml:1022
  msgid "<literal>Debug::pkgOrderList</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1009
++#: apt.conf.5.xml:1026
  msgid ""
  "Generate a trace of the algorithm that decides the order in which "
  "<literal>apt</literal> should pass packages to &dpkg;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1017
++#: apt.conf.5.xml:1034
  msgid "<literal>Debug::pkgPackageManager</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1021
++#: apt.conf.5.xml:1038
  msgid ""
  "Output status messages tracing the steps performed when invoking &dpkg;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1028
++#: apt.conf.5.xml:1045
  msgid "<literal>Debug::pkgPolicy</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1032
++#: apt.conf.5.xml:1049
  msgid "Output the priority of each package list on startup."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1038
++#: apt.conf.5.xml:1055
  msgid "<literal>Debug::pkgProblemResolver</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1042
++#: apt.conf.5.xml:1059
  msgid ""
  "Trace the execution of the dependency resolver (this applies only to what "
  "happens when a complex dependency problem is encountered)."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1050
++#: apt.conf.5.xml:1067
  msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1053
++#: apt.conf.5.xml:1070
  msgid ""
  "Display a list of all installed packages with their calculated score used by "
  "the pkgProblemResolver. The description of the package is the same as "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1061
++#: apt.conf.5.xml:1078
  msgid "<literal>Debug::sourceList</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1065
++#: apt.conf.5.xml:1082
  msgid ""
  "Print information about the vendors read from <filename>/etc/apt/vendors."
  "list</filename>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1088
++#: apt.conf.5.xml:1105
  msgid ""
  "&configureindex; is a configuration file showing example values for all "
  "possible options."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt.conf.5.xml:1095
++#: apt.conf.5.xml:1112
  msgid "&file-aptconf;"
  msgstr ""
  
  #.  ? reading apt.conf 
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1100
++#: apt.conf.5.xml:1117
  msgid "&apt-cache;, &apt-config;, &apt-preferences;."
  msgstr ""
  
@@@ -5790,8 -5830,8 +5894,8 @@@ msgstr "
  msgid ""
  "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
  "directory are parsed in alphanumeric ascending order and need to obey the "
--"following naming convention: The files have no or \"<literal>pref</literal>"
--"\" as filename extension and which only contain alphanumeric, hyphen (-), "
++"following naming convention: The files have either no or \"<literal>pref</"
++"literal>\" as filename extension and only contain alphanumeric, hyphen (-), "
  "underscore (_) and period (.) characters.  Otherwise APT will print a notice "
  "that it has ignored a file if the file doesn't match a pattern in the "
  "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this "
@@@ -6109,7 -6149,58 +6213,58 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
- #: apt_preferences.5.xml:263
+ #: apt_preferences.5.xml:262
+ msgid "Regular expressions and glob() syntax"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:264
+ msgid ""
+ "APT also supports pinning by glob() expressions and regular expressions "
+ "surrounded by /. For example, the following example assigns the priority 500 "
+ "to all packages from experimental where the name starts with gnome (as a glob"
 -"()-like expression or contains the word kde (as a POSIX extended regular "
++"()-like expression) or contains the word kde (as a POSIX extended regular "
+ "expression surrounded by slashes)."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:273
+ #, no-wrap
+ msgid ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:279
+ msgid ""
+ "The rule for those expressions is that they can occur anywhere where a "
 -"string can occur. Those, the following pin assigns the priority 990 to all "
++"string can occur. Thus, the following pin assigns the priority 990 to all "
+ "packages from a release starting with karmic."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:285
+ #, no-wrap
+ msgid ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:290
+ msgid "Package"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:296
+ msgid "*"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><title>
+ #: apt_preferences.5.xml:306
  msgid "How APT Interprets Priorities"
  msgstr ""
  
@@@ -6750,7 -6841,7 +6905,7 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><literallayout>
  #: sources.list.5.xml:81
  #, no-wrap
--msgid "deb uri distribution [component1] [component2] [...]"
++msgid "deb [ options ] uri distribution [component1] [component2] [...]"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
@@@ -6795,6 -6886,6 +6950,38 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><para>
  #: sources.list.5.xml:112
  msgid ""
++"<literal>options</literal> is always optional and needs to be surounded by "
++"square brackets. It can consist of multiple settings in the form "
++"<literal><replaceable>setting</replaceable>=<replaceable>value</"
++"replaceable></literal>.  Multiple settings are separated by spaces. The "
++"following settings are supported by APT, note through that unsupported "
++"settings will be ignored silently:"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:117
++msgid ""
++"<literal>arch=<replaceable>arch1</replaceable>,<replaceable>arch2</"
++"replaceable>,…</literal> can be used to specify for which architectures "
++"packages information should be downloaded. If this option is not set all "
++"architectures defined by the <literal>APT::Architectures</literal> option "
++"will be downloaded."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:121
++msgid ""
++"<literal>trusted=yes</literal> can be set to indicate that packages from "
++"this source are always authenificated even if the <filename>Release</"
++"filename> file is not signed or the signature can't be checked. This "
++"disables parts of &apt-secure; and should therefore only be used in a local "
++"and trusted context. <literal>trusted=no</literal> is the opposite which "
++"handles even correctly authenificated sources as not authenificated."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:128
++msgid ""
  "It is important to list sources in order of preference, with the most "
  "preferred source listed first. Typically this will result in sorting by "
  "speed from fastest to slowest (CD-ROM followed by hosts on a local network, "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:117
++#: sources.list.5.xml:133
  msgid "Some examples:"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:119
++#: sources.list.5.xml:135
  #, no-wrap
  msgid ""
  "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: sources.list.5.xml:125
++#: sources.list.5.xml:141
  msgid "URI specification"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:130
++#: sources.list.5.xml:146
  msgid "file"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:132
++#: sources.list.5.xml:148
  msgid ""
  "The file scheme allows an arbitrary directory in the file system to be "
  "considered an archive. This is useful for NFS mounts and local mirrors or "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:139
++#: sources.list.5.xml:155
  msgid ""
  "The cdrom scheme allows APT to use a local CDROM drive with media swapping. "
  "Use the &apt-cdrom; program to create cdrom entries in the source list."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:146
++#: sources.list.5.xml:162
  msgid ""
  "The http scheme specifies an HTTP server for the archive. If an environment "
  "variable <envar>http_proxy</envar> is set with the format http://server:"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:157
++#: sources.list.5.xml:173
  msgid ""
  "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior "
  "is highly configurable; for more information see the &apt-conf; manual page. "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:166
++#: sources.list.5.xml:182
  msgid "copy"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:168
++#: sources.list.5.xml:184
  msgid ""
  "The copy scheme is identical to the file scheme except that packages are "
  "copied into the cache directory instead of used directly at their location.  "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "rsh"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "ssh"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:175
++#: sources.list.5.xml:191
  msgid ""
  "The rsh/ssh method invokes rsh/ssh to connect to a remote host as a given "
  "user and access the files. It is a good idea to do prior arrangements with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:183
++#: sources.list.5.xml:199
  msgid "more recognizable URI types"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:185
++#: sources.list.5.xml:201
  msgid ""
  "APT can be extended with more methods shipped in other optional packages "
  "which should follow the nameing scheme <literal>apt-transport-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:127
++#: sources.list.5.xml:143
  msgid ""
  "The currently recognized URI types are cdrom, file, http, ftp, copy, ssh, "
  "rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:199
++#: sources.list.5.xml:215
  msgid ""
  "Uses the archive stored locally (or NFS mounted) at /home/jason/debian for "
  "stable/main, stable/contrib, and stable/non-free."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:201
++#: sources.list.5.xml:217
  #, no-wrap
  msgid "deb file:/home/jason/debian stable main contrib non-free"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:203
++#: sources.list.5.xml:219
  msgid "As above, except this uses the unstable (development) distribution."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:204
++#: sources.list.5.xml:220
  #, no-wrap
  msgid "deb file:/home/jason/debian unstable main contrib non-free"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:206
++#: sources.list.5.xml:222
  msgid "Source line for the above"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:207
++#: sources.list.5.xml:223
  #, no-wrap
  msgid "deb-src file:/home/jason/debian unstable main contrib non-free"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:209
++#: sources.list.5.xml:225
++msgid ""
++"The first line gets package information for the architectures in "
++"<literal>APT::Architectures</literal> while the second always retrieves "
++"<literal>amd64</literal> and <literal>armel</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><literallayout>
++#: sources.list.5.xml:227
++#, no-wrap
++msgid ""
++"deb http://ftp.debian.org/debian &stable-codename; main\n"
++"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:230
  msgid ""
  "Uses HTTP to access the archive at archive.debian.org, and uses only the "
  "hamm/main area."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:211
++#: sources.list.5.xml:232
  #, no-wrap
  msgid "deb http://archive.debian.org/debian-archive hamm main"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:213
++#: sources.list.5.xml:234
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the &stable-codename;/contrib area."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:215
++#: sources.list.5.xml:236
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:217
++#: sources.list.5.xml:238
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the unstable/contrib area. If this line appears as "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:221
++#: sources.list.5.xml:242
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian unstable contrib"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><literallayout>
--#: sources.list.5.xml:230
++#: sources.list.5.xml:251
  #, no-wrap
  msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:223
++#: sources.list.5.xml:244
  msgid ""
  "Uses HTTP to access the archive at ftp.tlh.debian.org, under the universe "
  "directory, and uses only files found under <filename>unstable/binary-i386</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:235
++#: sources.list.5.xml:256
  msgid "&apt-cache; &apt-conf;"
  msgstr ""
  
diff --cc doc/po/ja.po
index d0d2ef2758e62e3bcc5d14a12e9f40078523b2c0,4b08de7dfa1529b33258215bb2612c2712d8d64b..4152e01f373e636d38f120d61ab80166b4597861
@@@ -7,7 -7,7 +7,7 @@@
  msgid ""
  msgstr ""
  "Project-Id-Version: apt 0.7.25.3\n"
- "POT-Creation-Date: 2011-04-05 10:22+0300\n"
 -"POT-Creation-Date: 2011-06-08 16:54+0300\n"
++"POT-Creation-Date: 2011-11-10 16:42+0100\n"
  "PO-Revision-Date: 2010-09-07 07:38+0900\n"
  "Last-Translator: KURASAWA Nozomu <nabetaro@caldron.jp>\n"
  "Language-Team: Debian Japanese List <debian-japanese@lists.debian.org>\n"
@@@ -791,8 -791,8 +791,8 @@@ msgstr "
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50
--#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114
- #: apt-key.8.xml:38 apt-mark.8.xml:55 apt-secure.8.xml:43
++#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:121
+ #: apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43
  #: apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36
  #: sources.list.5.xml:36
  msgid "Description"
@@@ -814,7 -814,7 +814,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt-cache.8.xml:70 apt-get.8.xml:120
++#: apt-cache.8.xml:70 apt-get.8.xml:127
  msgid ""
  "Unless the <option>-h</option>, or <option>--help</option> option is given, "
  "one of the commands below must be present."
@@@ -1329,8 -1329,8 +1329,8 @@@ msgstr "
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
  #: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59
- #: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:92
 -#: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:126
--#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
++#: apt-ftparchive.1.xml:525 apt-get.8.xml:342 apt-mark.8.xml:126
++#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:577 apt.conf.5.xml:599
  msgid "options"
  msgstr "オプション"
  
@@@ -1357,7 -1357,7 +1357,7 @@@ msgstr "
  "pkgcache</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:288 apt-ftparchive.1.xml:571 apt-get.8.xml:393
++#: apt-cache.8.xml:288 apt-ftparchive.1.xml:572 apt-get.8.xml:404
  #: apt-sortpkgs.1.xml:61
  msgid "<option>-s</option>"
  msgstr "<option>-s</option>"
@@@ -1384,12 -1384,12 +1384,12 @@@ msgstr "
  "<literal>Dir::Cache::srcpkgcache</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>-q</option>"
  msgstr "<option>-q</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>--quiet</option>"
  msgstr "<option>--quiet</option>"
  
@@@ -1475,7 -1475,7 +1475,7 @@@ msgstr "<option>--no-enhances</option>
  #, fuzzy
  msgid ""
  "Per default the <literal>depends</literal> and <literal>rdepends</literal> "
--"print all dependencies. This can be twicked with these flags which will omit "
++"print all dependencies. This can be tweaked with these flags which will omit "
  "the specified dependency type.  Configuration Item: <literal>APT::Cache::"
  "Show<replaceable>DependencyType</replaceable></literal> e.g. <literal>APT::"
  "Cache::ShowRecommends</literal>."
@@@ -1485,7 -1485,7 +1485,7 @@@ msgstr "
  "RecurseDepends</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:350
++#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:361
  msgid "<option>-f</option>"
  msgstr "<option>-f</option>"
  
@@@ -1505,7 -1505,7 +1505,8 @@@ msgstr "
  "ShowFull</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:583
++#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:584
++#: apt-get.8.xml:452
  msgid "<option>-a</option>"
  msgstr "<option>-a</option>"
  
@@@ -1627,15 -1627,15 +1628,15 @@@ msgstr "
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><variablelist>
  #: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101
--#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570
- #: apt-sortpkgs.1.xml:67
++#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:612 apt-get.8.xml:596
+ #: apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
  msgid "&apt-commonoptions;"
  msgstr "&apt-commonoptions;"
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:156 apt-mark.8.xml:125
- #: apt.conf.5.xml:1093 apt_preferences.5.xml:654
 -#: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:172 apt-mark.8.xml:144
 -#: apt.conf.5.xml:1093 apt_preferences.5.xml:697
++#: apt-cache.8.xml:372 apt-get.8.xml:601 apt-key.8.xml:175 apt-mark.8.xml:144
++#: apt.conf.5.xml:1110 apt_preferences.5.xml:697
  msgid "Files"
  msgstr "ファイル"
  
@@@ -1647,10 -1647,10 +1648,10 @@@ msgstr "&file-sourceslist; &file-statel
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106
--#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585
- #: apt-key.8.xml:177 apt-mark.8.xml:131 apt-secure.8.xml:185
- #: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:661
 -#: apt-key.8.xml:193 apt-mark.8.xml:150 apt-secure.8.xml:185
 -#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:704
--#: sources.list.5.xml:234
++#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:628 apt-get.8.xml:611
++#: apt-key.8.xml:196 apt-mark.8.xml:150 apt-secure.8.xml:185
++#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1116 apt_preferences.5.xml:704
++#: sources.list.5.xml:255
  msgid "See Also"
  msgstr "関連項目"
  
@@@ -1663,8 -1663,8 +1664,8 @@@ msgstr "&apt-conf;, &sources-list;, &ap
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111
--#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591
- #: apt-mark.8.xml:135 apt-sortpkgs.1.xml:76
++#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:632 apt-get.8.xml:617
+ #: apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
  msgid "Diagnostics"
  msgstr "診断メッセージ"
  
@@@ -1800,12 -1800,12 +1801,12 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cdrom.8.xml:94 apt-key.8.xml:142
 -#: apt-cdrom.8.xml:94 apt-key.8.xml:158
++#: apt-cdrom.8.xml:94 apt-key.8.xml:161
  msgid "Options"
  msgstr "オプション"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:539 apt-get.8.xml:345
++#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:540 apt-get.8.xml:356
  msgid "<option>-d</option>"
  msgstr "<option>-d</option>"
  
@@@ -1849,7 -1849,7 +1850,7 @@@ msgstr "
  "ます。設定項目 - <literal>APT::CDROM::Rename</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:116 apt-get.8.xml:364
++#: apt-cdrom.8.xml:116 apt-get.8.xml:375
  msgid "<option>-m</option>"
  msgstr "<option>-m</option>"
  
@@@ -1908,17 -1908,17 +1909,17 @@@ msgstr "
  "できます。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:143 apt-get.8.xml:395
++#: apt-cdrom.8.xml:143 apt-get.8.xml:406
  msgid "<option>--just-print</option>"
  msgstr "<option>--just-print</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:144 apt-get.8.xml:397
++#: apt-cdrom.8.xml:144 apt-get.8.xml:408
  msgid "<option>--recon</option>"
  msgstr "<option>--recon</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:145 apt-get.8.xml:398
++#: apt-cdrom.8.xml:145 apt-get.8.xml:409
  msgid "<option>--no-act</option>"
  msgstr "<option>--no-act</option>"
  
@@@ -2075,7 -2075,7 +2076,7 @@@ msgstr "設å®\9aç®\87æ\89\80ã\81®å\86\85容ã\82\92表示ã
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:628
++#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:629
  #: apt-sortpkgs.1.xml:73
  msgid "&apt-conf;"
  msgstr "&apt-conf;"
@@@ -2159,7 -2159,7 +2160,7 @@@ msgstr "
  "<filename>package.config.XXXX</filename> と言った形になります。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-extracttemplates.1.xml:63 apt-get.8.xml:504
++#: apt-extracttemplates.1.xml:63 apt-get.8.xml:530
  msgid "<option>-t</option>"
  msgstr "<option>-t</option>"
  
@@@ -2439,7 -2439,7 +2440,7 @@@ msgstr "
  "のディレクトリから作成するかを指定する、柔軟な方法を提供します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:145 apt-get.8.xml:287
++#: apt-ftparchive.1.xml:145 apt-get.8.xml:298
  msgid "clean"
  msgstr "clean"
  
@@@ -3041,8 -3041,8 +3042,8 @@@ msgstr "
  "<literal>main contrib non-free</literal>のようになります。"
  
  # type: <tag></tag>
--#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:394
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-ftparchive.1.xml:394 apt.conf.5.xml:157
  msgid "Architectures"
  msgstr "Architectures"
  
@@@ -3308,10 -3308,10 +3309,10 @@@ msgid "
  "Configuration Items: <literal>APT::FTPArchive::<replaceable>Checksum</"
  "replaceable></literal> and <literal>APT::FTPArchive::<replaceable>Index</"
  "replaceable>::<replaceable>Checksum</replaceable></literal> where "
--"<literal>Index</literal> can be <literal>Packages</literal>, "
--"<literal>Sources</literal> or <literal>Release</literal> and "
--"<literal>Checksum</literal> can be <literal>MD5</literal>, <literal>SHA1</"
--"literal> or <literal>SHA256</literal>."
++"<literal><replaceable>Index</replaceable></literal> can be "
++"<literal>Packages</literal>, <literal>Sources</literal> or <literal>Release</"
++"literal> and <literal><replaceable>Checksum</replaceable></literal> can be "
++"<literal>MD5</literal>, <literal>SHA1</literal> or <literal>SHA256</literal>."
  msgstr ""
  "Release ファイルの追加メタデータフィールドの値は、<literal>APT::FTPArchive::"
  "Release</literal> 以下の相当する値 (例: <literal>APT::FTPArchive::Release::"
  "<literal>Components</literal>, <literal>Description</literal> です。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:539
++#: apt-ftparchive.1.xml:540
  msgid "<option>--db</option>"
  msgstr "<option>--db</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:541
++#: apt-ftparchive.1.xml:542
  msgid ""
  "Use a binary caching DB. This has no effect on the generate command.  "
  "Configuration Item: <literal>APT::FTPArchive::DB</literal>."
@@@ -3338,7 -3338,7 +3339,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:547
++#: apt-ftparchive.1.xml:548
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -3351,13 -3351,13 +3352,13 @@@ msgstr "
  "<literal>quiet</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:553
++#: apt-ftparchive.1.xml:554
  msgid "<option>--delink</option>"
  msgstr "<option>--delink</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:555
++#: apt-ftparchive.1.xml:556
  msgid ""
  "Perform Delinking. If the <literal>External-Links</literal> setting is used "
  "then this option actually enables delinking of the files. It defaults to on "
@@@ -3370,13 -3370,13 +3371,13 @@@ msgstr "
  "<literal>APT::FTPArchive::DeLinkAct</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:561
++#: apt-ftparchive.1.xml:562
  msgid "<option>--contents</option>"
  msgstr "<option>--contents</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:563
++#: apt-ftparchive.1.xml:564
  msgid ""
  "Perform contents generation. When this option is set and package indexes are "
  "being generated with a cache DB then the file listing will also be extracted "
@@@ -3391,13 -3391,13 +3392,13 @@@ msgstr "
  "<literal>APT::FTPArchive::Contents</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:571
++#: apt-ftparchive.1.xml:572
  msgid "<option>--source-override</option>"
  msgstr "<option>--source-override</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:573
++#: apt-ftparchive.1.xml:574
  msgid ""
  "Select the source override file to use with the <literal>sources</literal> "
  "command.  Configuration Item: <literal>APT::FTPArchive::SourceOverride</"
@@@ -3407,13 -3407,13 +3408,13 @@@ msgstr "
  "選択します。設定項目 - <literal>APT::FTPArchive::SourceOverride</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:577
++#: apt-ftparchive.1.xml:578
  msgid "<option>--readonly</option>"
  msgstr "<option>--readonly</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:579
++#: apt-ftparchive.1.xml:580
  msgid ""
  "Make the caching databases read only.  Configuration Item: <literal>APT::"
  "FTPArchive::ReadOnlyDB</literal>."
@@@ -3422,13 -3422,13 +3423,13 @@@ msgstr "
  "FTPArchive::ReadOnlyDB</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:583
++#: apt-ftparchive.1.xml:584
  msgid "<option>--arch</option>"
  msgstr "<option>--arch</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:584
++#: apt-ftparchive.1.xml:585
  #, fuzzy
  msgid ""
  "Accept in the <literal>packages</literal> and <literal>contents</literal> "
@@@ -3442,12 -3442,12 +3443,12 @@@ msgstr "
  "literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:590
++#: apt-ftparchive.1.xml:591
  msgid "<option>APT::FTPArchive::AlwaysStat</option>"
  msgstr "<option>--version</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:592
++#: apt-ftparchive.1.xml:593
  msgid ""
  "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If "
  "packages are recompiled and/or republished with the same version again, this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:602
++#: apt-ftparchive.1.xml:603
  msgid "<option>APT::FTPArchive::LongDescription</option>"
  msgstr "<option>APT::FTPArchive::LongDescription</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:604
++#: apt-ftparchive.1.xml:605
  #, fuzzy
  msgid ""
  "This configuration option defaults to \"<literal>true</literal>\" and should "
@@@ -3482,14 -3482,14 +3483,14 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
- #: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:501
 -#: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:544
--#: sources.list.5.xml:198
++#: apt-ftparchive.1.xml:617 apt.conf.5.xml:1104 apt_preferences.5.xml:544
++#: sources.list.5.xml:214
  msgid "Examples"
  msgstr "サンプル"
  
  # type: Content of: <refentry><refsect1><para><programlisting>
  #. type: Content of: <refentry><refsect1><para><programlisting>
--#: apt-ftparchive.1.xml:622
++#: apt-ftparchive.1.xml:623
  #, no-wrap
  msgid "<command>apt-ftparchive</command> packages <replaceable>directory</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  msgstr ""
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:618
++#: apt-ftparchive.1.xml:619
  msgid ""
  "To create a compressed Packages file for a directory containing binary "
  "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
@@@ -3508,7 -3508,7 +3509,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:632
++#: apt-ftparchive.1.xml:633
  msgid ""
  "<command>apt-ftparchive</command> returns zero on normal operation, decimal "
  "100 on error."
@@@ -3540,15 -3540,15 +3541,45 @@@ msgstr "APT パッケージ操作ユー
  
  #. type: Content of: <refentry><refsynopsisdiv><cmdsynopsis>
  #: apt-get.8.xml:39
++#, fuzzy
++#| msgid ""
++#| "<command>apt-get</command> <arg><option>-sqdyfmubV</option></arg> <arg> "
++#| "<option>-o= <replaceable>config_string</replaceable> </option> </arg> "
++#| "<arg> <option>-c= <replaceable>config_file</replaceable> </option> </arg> "
++#| "<arg> <option>-t=</option> <arg choice='plain'> "
++#| "<replaceable>target_release</replaceable> </arg> </arg> <group choice="
++#| "\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</"
++#| "arg> <arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-"
++#| "upgrade</arg> <arg choice='plain'>install <arg choice=\"plain\" rep="
++#| "\"repeat\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
++#| "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> "
++#| "<arg choice='plain'> /<replaceable>target_release</replaceable> </arg> </"
++#| "group> </arg> </arg> </arg> <arg choice='plain'>remove <arg choice=\"plain"
++#| "\" rep=\"repeat\"><replaceable>pkg</replaceable></arg></arg> <arg "
++#| "choice='plain'>purge <arg choice=\"plain\" rep=\"repeat"
++#| "\"><replaceable>pkg</replaceable></arg></arg> <arg choice='plain'>source "
++#| "<arg choice=\"plain\" rep=\"repeat\"><replaceable>pkg</replaceable> <arg> "
++#| "<group choice='req'> <arg choice='plain'> "
++#| "=<replaceable>pkg_version_number</replaceable> </arg> <arg "
++#| "choice='plain'> /<replaceable>target_release</replaceable> </arg> </"
++#| "group> </arg> </arg> </arg> <arg choice='plain'>build-dep <arg choice="
++#| "\"plain\" rep=\"repeat\"><replaceable>pkg</replaceable></arg></arg> <arg "
++#| "choice='plain'>check</arg> <arg choice='plain'>clean</arg> <arg "
++#| "choice='plain'>autoclean</arg> <arg choice='plain'>autoremove</arg> <arg "
++#| "choice='plain'> <group choice='req'> <arg choice='plain'>-v</arg> <arg "
++#| "choice='plain'>--version</arg> </group> </arg> <arg choice='plain'> "
++#| "<group choice='req'> <arg choice='plain'>-h</arg> <arg choice='plain'>--"
++#| "help</arg> </group> </arg> </group>"
  msgid ""
  "<command>apt-get</command> <arg><option>-sqdyfmubV</option></arg> <arg> "
  "<option>-o= <replaceable>config_string</replaceable> </option> </arg> <arg> "
  "<option>-c= <replaceable>config_file</replaceable> </option> </arg> <arg> "
  "<option>-t=</option> <arg choice='plain'> <replaceable>target_release</"
--"replaceable> </arg> </arg> <group choice=\"req\"> <arg "
--"choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> <arg "
--"choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</arg> "
--"<arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
++"replaceable> </arg> </arg> <arg> <option>-a=</option> <arg choice='plain'> "
++"<replaceable>default_architecture</replaceable> </arg> </arg> <group choice="
++"\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> "
++"<arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</"
++"arg> <arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
  "\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
  "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> <arg "
  "choice='plain'> /<replaceable>target_release</replaceable> </arg> </group> </"
@@@ -3596,7 -3596,7 +3627,7 @@@ msgstr "
  "</group> </arg> </group>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:115
++#: apt-get.8.xml:122
  msgid ""
  "<command>apt-get</command> is the command-line tool for handling packages, "
  "and may be considered the user's \"back-end\" to other tools using the APT "
@@@ -3609,13 -3609,13 +3640,13 @@@ msgstr "
  "&wajig; などがあります。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:124 apt-key.8.xml:127
++#: apt-get.8.xml:131 apt-key.8.xml:127
  msgid "update"
  msgstr "update"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:125
++#: apt-get.8.xml:132
  msgid ""
  "<literal>update</literal> is used to resynchronize the package index files "
  "from their sources. The indexes of available packages are fetched from the "
@@@ -3638,13 -3638,13 +3669,13 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: <tag></tag>
--#: apt-get.8.xml:136 guide.sgml:121
++#: apt-get.8.xml:143 guide.sgml:121
  msgid "upgrade"
  msgstr "upgrade"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:137
++#: apt-get.8.xml:144
  msgid ""
  "<literal>upgrade</literal> is used to install the newest versions of all "
  "packages currently installed on the system from the sources enumerated in "
@@@ -3668,13 -3668,13 +3699,13 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:149
++#: apt-get.8.xml:156
  msgid "dselect-upgrade"
  msgstr "dselect-upgrade"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:150
++#: apt-get.8.xml:157
  msgid ""
  "<literal>dselect-upgrade</literal> is used in conjunction with the "
  "traditional Debian packaging front-end, &dselect;. <literal>dselect-upgrade</"
@@@ -3692,13 -3692,13 +3723,13 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: <tag></tag>
--#: apt-get.8.xml:159 guide.sgml:140
++#: apt-get.8.xml:166 guide.sgml:140
  msgid "dist-upgrade"
  msgstr "dist-upgrade"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:160
++#: apt-get.8.xml:167
  msgid ""
  "<literal>dist-upgrade</literal> in addition to performing the function of "
  "<literal>upgrade</literal>, also intelligently handles changing dependencies "
@@@ -3722,13 -3722,13 +3753,13 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: <tag></tag>
--#: apt-get.8.xml:172 guide.sgml:131
++#: apt-get.8.xml:179 guide.sgml:131
  msgid "install"
  msgstr "install"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:174
++#: apt-get.8.xml:181
  msgid ""
  "<literal>install</literal> is followed by one or more packages desired for "
  "installation or upgrading.  Each package is a package name, not a fully "
@@@ -3755,7 -3755,7 +3786,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:192
++#: apt-get.8.xml:199
  msgid ""
  "A specific version of a package can be selected for installation by "
  "following the package name with an equals and the version of the package to "
@@@ -3773,7 -3773,7 +3804,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:199
++#: apt-get.8.xml:206
  msgid ""
  "Both of the version selection mechanisms can downgrade packages and must be "
  "used with care."
@@@ -3782,7 -3782,7 +3813,7 @@@ msgstr "
  "なりません。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:202
++#: apt-get.8.xml:209
  msgid ""
  "This is also the target to use if you want to upgrade one or more already-"
  "installed packages without upgrading every package you have on your system. "
@@@ -3802,7 -3802,7 +3833,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:213
++#: apt-get.8.xml:220
  msgid ""
  "Finally, the &apt-preferences; mechanism allows you to create an alternative "
  "installation policy for individual packages."
@@@ -3812,7 -3812,7 +3843,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:217
++#: apt-get.8.xml:224
  msgid ""
  "If no package matches the given expression and the expression contains one "
  "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and "
@@@ -3829,13 -3829,13 +3860,13 @@@ msgstr "
  "ば、'^' や '$' を付けるか、もっと詳しい正規表現を指定してください。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:226
++#: apt-get.8.xml:233
  msgid "remove"
  msgstr "remove"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:227
++#: apt-get.8.xml:234
  msgid ""
  "<literal>remove</literal> is identical to <literal>install</literal> except "
  "that packages are removed instead of installed. Note the removing a package "
@@@ -3850,13 -3850,13 +3881,13 @@@ msgstr "
  "トールします。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:234
++#: apt-get.8.xml:241
  msgid "purge"
  msgstr "purge"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:235
++#: apt-get.8.xml:242
  msgid ""
  "<literal>purge</literal> is identical to <literal>remove</literal> except "
  "that packages are removed and purged (any configuration files are deleted "
@@@ -3867,13 -3867,13 +3898,13 @@@ msgstr "
  
  # type: Content of: <refentry><refnamediv><refname>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:239
++#: apt-get.8.xml:246
  msgid "source"
  msgstr "source"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:240
++#: apt-get.8.xml:247
  msgid ""
  "<literal>source</literal> causes <command>apt-get</command> to fetch source "
  "packages. APT will examine the available packages to decide which source "
@@@ -3892,7 -3892,7 +3923,7 @@@ msgstr "
  "literal> 構文で指定します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:248
++#: apt-get.8.xml:255
  msgid ""
  "Source packages are tracked separately from binary packages via <literal>deb-"
  "src</literal> type lines in the &sources-list; file. This means that you "
@@@ -3907,12 -3907,12 +3938,19 @@@ msgstr "
  "もっと適切なものを取得します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:255
++#: apt-get.8.xml:262
++#, fuzzy
++#| msgid ""
++#| "If the <option>--compile</option> option is specified then the package "
++#| "will be compiled to a binary .deb using <command>dpkg-buildpackage</"
++#| "command>, if <option>--download-only</option> is specified then the "
++#| "source package will not be unpacked."
  msgid ""
  "If the <option>--compile</option> option is specified then the package will "
--"be compiled to a binary .deb using <command>dpkg-buildpackage</command>, if "
--"<option>--download-only</option> is specified then the source package will "
--"not be unpacked."
++"be compiled to a binary .deb using <command>dpkg-buildpackage</command> for "
++"the architecture as defined by the <command>--host-architecture</command> "
++"option.  If <option>--download-only</option> is specified then the source "
++"package will not be unpacked."
  msgstr ""
  "<option>--compile</option> オプションを指定すると、<command>dpkg-"
  "buildpackage</command> を用いてバイナリ .deb パッケージをコンパイルします。"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:260
++#: apt-get.8.xml:269
  msgid ""
  "A specific source version can be retrieved by postfixing the source name "
  "with an equals and then the version to fetch, similar to the mechanism used "
@@@ -3936,7 -3936,7 +3974,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:266
++#: apt-get.8.xml:275
  msgid ""
  "Note that source packages are not tracked like binary packages, they exist "
  "only in the current directory and are similar to downloading source tar "
@@@ -3946,28 -3946,28 +3984,35 @@@ msgstr "
  "展開されることに注意してください。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:271
++#: apt-get.8.xml:280
  msgid "build-dep"
  msgstr "build-dep"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:272
++#: apt-get.8.xml:281
++#, fuzzy
++#| msgid ""
++#| "<literal>build-dep</literal> causes apt-get to install/remove packages in "
++#| "an attempt to satisfy the build dependencies for a source package."
  msgid ""
  "<literal>build-dep</literal> causes apt-get to install/remove packages in an "
--"attempt to satisfy the build dependencies for a source package."
++"attempt to satisfy the build dependencies for a source package. By default "
++"the dependencies are satisfied to build the package nativly. If desired a "
++"host-architecture can be specified with the <option>--host-architecture</"
++"option> option instead."
  msgstr ""
  "<literal>build-dep</literal> は、ソースパッケージの構築依存関係を満たすよう"
  "に、パッケージのインストール・削除を行います。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:276
++#: apt-get.8.xml:287
  msgid "check"
  msgstr "check"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:277
++#: apt-get.8.xml:288
  msgid ""
  "<literal>check</literal> is a diagnostic tool; it updates the package cache "
  "and checks for broken dependencies."
@@@ -3976,20 -3976,20 +4021,20 @@@ msgstr "
  "チェックする診断ツールです。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:281
++#: apt-get.8.xml:292
  msgid "download"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:282
++#: apt-get.8.xml:293
  msgid ""
  "<literal>download</literal> will download the given binary package into the "
--"current directoy."
++"current directory."
  msgstr ""
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:288
++#: apt-get.8.xml:299
  msgid ""
  "<literal>clean</literal> clears out the local repository of retrieved "
  "package files. It removes everything but the lock file from "
@@@ -4007,13 -4007,13 +4052,13 @@@ msgstr "
  "<literal>apt-get clean</literal> を実行したくなるでしょう。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:297
++#: apt-get.8.xml:308
  msgid "autoclean"
  msgstr "autoclean"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:298
++#: apt-get.8.xml:309
  msgid ""
  "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the "
  "local repository of retrieved package files. The difference is that it only "
@@@ -4032,28 -4032,28 +4077,33 @@@ msgstr "
  "防げます。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:307
++#: apt-get.8.xml:318
  msgid "autoremove"
  msgstr "autoremove"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:308
++#: apt-get.8.xml:319
++#, fuzzy
++#| msgid ""
++#| "<literal>autoremove</literal> is used to remove packages that were "
++#| "automatically installed to satisfy dependencies for some package and that "
++#| "are no more needed."
  msgid ""
  "<literal>autoremove</literal> is used to remove packages that were "
--"automatically installed to satisfy dependencies for some package and that "
--"are no more needed."
++"automatically installed to satisfy dependencies for other packages and are "
++"now no longer needed."
  msgstr ""
  "<literal>autoremove</literal> は、依存関係を満たすために自動的にインストール"
  "され、もう必要なくなったパッケージを削除するのに使用します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:312
++#: apt-get.8.xml:323
  msgid "changelog"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:313
++#: apt-get.8.xml:324
  msgid ""
  "<literal>changelog</literal> downloads a package changelog and displays it "
  "through <command>sensible-pager</command>. The server name and base "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:335
++#: apt-get.8.xml:346
  msgid "<option>--no-install-recommends</option>"
  msgstr "<option>--no-install-recommends</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:336
++#: apt-get.8.xml:347
  msgid ""
  "Do not consider recommended packages as a dependency for installing.  "
  "Configuration Item: <literal>APT::Install-Recommends</literal>."
@@@ -4081,7 -4081,7 +4131,7 @@@ msgstr "
  "<literal>APT::Install-Recommends</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:340
++#: apt-get.8.xml:351
  #, fuzzy
  #| msgid "<option>--no-suggests</option>"
  msgid "<option>--install-suggests</option>"
@@@ -4089,7 -4089,7 +4139,7 @@@ msgstr "<option>--no-suggests</option>
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:341
++#: apt-get.8.xml:352
  #, fuzzy
  #| msgid ""
  #| "Do not consider recommended packages as a dependency for installing.  "
@@@ -4102,13 -4102,13 +4152,13 @@@ msgstr "
  "<literal>APT::Install-Recommends</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:345
++#: apt-get.8.xml:356
  msgid "<option>--download-only</option>"
  msgstr "<option>--download-only</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:346
++#: apt-get.8.xml:357
  msgid ""
  "Download only; package files are only retrieved, not unpacked or installed.  "
  "Configuration Item: <literal>APT::Get::Download-Only</literal>."
@@@ -4117,13 -4117,13 +4167,13 @@@ msgstr "
  "いません。設定項目 - <literal>APT::Get::Download-Only</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:350
++#: apt-get.8.xml:361
  msgid "<option>--fix-broken</option>"
  msgstr "<option>--fix-broken</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:351
++#: apt-get.8.xml:362
  msgid ""
  "Fix; attempt to correct a system with broken dependencies in place. This "
  "option, when used with install/remove, can omit any packages to permit APT "
@@@ -4149,18 -4149,18 +4199,18 @@@ msgstr "
  "<literal>APT::Get::Fix-Broken</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:364
++#: apt-get.8.xml:375
  msgid "<option>--ignore-missing</option>"
  msgstr "<option>--ignore-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:365
++#: apt-get.8.xml:376
  msgid "<option>--fix-missing</option>"
  msgstr "<option>--fix-missing</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:366
++#: apt-get.8.xml:377
  msgid ""
  "Ignore missing packages; If packages cannot be retrieved or fail the "
  "integrity check after retrieval (corrupted package files), hold back those "
@@@ -4179,13 -4179,13 +4229,13 @@@ msgstr "
  "Get::Fix-Missing</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:376
++#: apt-get.8.xml:387
  msgid "<option>--no-download</option>"
  msgstr "<option>--no-download</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:377
++#: apt-get.8.xml:388
  msgid ""
  "Disables downloading of packages. This is best used with <option>--ignore-"
  "missing</option> to force APT to use only the .debs it has already "
@@@ -4197,7 -4197,7 +4247,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:384
++#: apt-get.8.xml:395
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -4216,18 -4216,18 +4266,18 @@@ msgstr "
  "literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:394
++#: apt-get.8.xml:405
  msgid "<option>--simulate</option>"
  msgstr "<option>--simulate</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:396
++#: apt-get.8.xml:407
  msgid "<option>--dry-run</option>"
  msgstr "<option>--dry-run</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:399
++#: apt-get.8.xml:410
  msgid ""
  "No action; perform a simulation of events that would occur but do not "
  "actually change the system.  Configuration Item: <literal>APT::Get::"
@@@ -4237,7 -4237,7 +4287,7 @@@ msgstr "
  "行いません。設定項目 - <literal>APT::Get::Simulate</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:403
++#: apt-get.8.xml:414
  msgid ""
  "Simulation run as user will deactivate locking (<literal>Debug::NoLocking</"
  "literal>)  automatic. Also a notice will be displayed indicating that this "
@@@ -4255,7 -4255,7 +4305,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:409
++#: apt-get.8.xml:420
  msgid ""
  "Simulate prints out a series of lines each one representing a dpkg "
  "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets "
@@@ -4267,23 -4267,23 +4317,23 @@@ msgstr "
  "空の角カッコは大した問題ではないことを表します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>-y</option>"
  msgstr "<option>-y</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>--yes</option>"
  msgstr "<option>--yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:417
++#: apt-get.8.xml:428
  msgid "<option>--assume-yes</option>"
  msgstr "<option>--assume-yes</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:418
++#: apt-get.8.xml:429
  msgid ""
  "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run "
  "non-interactively. If an undesirable situation, such as changing a held "
@@@ -4297,18 -4297,18 +4347,39 @@@ msgstr "
  "定項目 - <literal>APT::Get::Assume-Yes</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:436
++#, fuzzy
++#| msgid "<option>--assume-yes</option>"
++msgid "<option>--assume-no</option>"
++msgstr "<option>--assume-yes</option>"
++
++# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:437
++#, fuzzy
++#| msgid ""
++#| "Compile source packages after downloading them.  Configuration Item: "
++#| "<literal>APT::Get::Compile</literal>."
++msgid ""
++"Automatic \"no\" to all prompts.  Configuration Item: <literal>APT::Get::"
++"Assume-No</literal>."
++msgstr ""
++"ソースパッケージをダウンロード後、コンパイルします。設定項目 - <literal>APT::"
++"Get::Compile</literal>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:441
  msgid "<option>-u</option>"
  msgstr "<option>-u</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:441
  msgid "<option>--show-upgraded</option>"
  msgstr "<option>--show-upgraded</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:426
++#: apt-get.8.xml:442
  msgid ""
  "Show upgraded packages; Print out a list of all packages that are to be "
  "upgraded.  Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
@@@ -4317,18 -4317,18 +4388,18 @@@ msgstr "
  "<literal>APT::Get::Show-Upgraded</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>-V</option>"
  msgstr "<option>-V</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>--verbose-versions</option>"
  msgstr "<option>--verbose-versions</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:432
++#: apt-get.8.xml:448
  msgid ""
  "Show full versions for upgraded and installed packages.  Configuration Item: "
  "<literal>APT::Get::Show-Versions</literal>."
@@@ -4337,23 -4337,23 +4408,41 @@@ msgstr "
  "<literal>APT::Get::Show-Versions</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:453
++#, fuzzy
++#| msgid "<option>--recurse</option>"
++msgid "<option>--host-architecture</option>"
++msgstr "<option>--recurse</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:454
++msgid ""
++"This option controls the architecture packages are built for by <command>apt-"
++"get source --compile</command> and how cross-builddependencies are "
++"satisfied. By default is not set which means that the host architecture is "
++"the same as the build architecture (which is defined by <literal>APT::"
++"Architecture</literal>)  Configuration Item: <literal>APT::Get::Host-"
++"Architecture</literal>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:462
  msgid "<option>-b</option>"
  msgstr "<option>-b</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:462
  msgid "<option>--compile</option>"
  msgstr "<option>--compile</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:437
++#: apt-get.8.xml:463
  msgid "<option>--build</option>"
  msgstr "<option>--build</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:438
++#: apt-get.8.xml:464
  msgid ""
  "Compile source packages after downloading them.  Configuration Item: "
  "<literal>APT::Get::Compile</literal>."
@@@ -4362,13 -4362,13 +4451,13 @@@ msgstr "
  "Get::Compile</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:442
++#: apt-get.8.xml:468
  msgid "<option>--ignore-hold</option>"
  msgstr "<option>--ignore-hold</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:443
++#: apt-get.8.xml:469
  msgid ""
  "Ignore package Holds; This causes <command>apt-get</command> to ignore a "
  "hold placed on a package. This may be useful in conjunction with "
@@@ -4381,13 -4381,13 +4470,13 @@@ msgstr "
  "Hold</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:449
++#: apt-get.8.xml:475
  msgid "<option>--no-upgrade</option>"
  msgstr "<option>--no-upgrade</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:450
++#: apt-get.8.xml:476
  msgid ""
  "Do not upgrade packages; When used in conjunction with <literal>install</"
  "literal>, <literal>no-upgrade</literal> will prevent packages on the command "
@@@ -4399,12 -4399,12 +4488,12 @@@ msgstr "
  "ある場合に更新を行いません。設定項目 - <literal>APT::Get::Upgrade</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:456
++#: apt-get.8.xml:482
  msgid "<option>--only-upgrade</option>"
  msgstr "<option>--only-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:457
++#: apt-get.8.xml:483
  #, fuzzy
  msgid ""
  "Do not install new packages; When used in conjunction with <literal>install</"
@@@ -4417,13 -4417,13 +4506,13 @@@ msgstr "
  "ある場合に更新を行いません。設定項目 - <literal>APT::Get::Upgrade</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:463
++#: apt-get.8.xml:489
  msgid "<option>--force-yes</option>"
  msgstr "<option>--force-yes</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:464
++#: apt-get.8.xml:490
  msgid ""
  "Force yes; This is a dangerous option that will cause apt to continue "
  "without prompting if it is doing something potentially harmful. It should "
@@@ -4437,13 -4437,13 +4526,13 @@@ msgstr "
  "ねません! 設定項目 - <literal>APT::Get::force-yes</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:471
++#: apt-get.8.xml:497
  msgid "<option>--print-uris</option>"
  msgstr "<option>--print-uris</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:472
++#: apt-get.8.xml:498
  msgid ""
  "Instead of fetching the files to install their URIs are printed. Each URI "
  "will have the path, the destination file name, the size and the expected md5 "
@@@ -4464,13 -4464,13 +4553,13 @@@ msgstr "
  "Print-URIs</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:482
++#: apt-get.8.xml:508
  msgid "<option>--purge</option>"
  msgstr "<option>--purge</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:483
++#: apt-get.8.xml:509
  msgid ""
  "Use purge instead of remove for anything that would be removed.  An asterisk "
  "(\"*\") will be displayed next to packages which are scheduled to be purged. "
@@@ -4483,13 -4483,13 +4572,13 @@@ msgstr "
  "<literal>APT::Get::Purge</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:490
++#: apt-get.8.xml:516
  msgid "<option>--reinstall</option>"
  msgstr "<option>--reinstall</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:491
++#: apt-get.8.xml:517
  msgid ""
  "Re-Install packages that are already installed and at the newest version.  "
  "Configuration Item: <literal>APT::Get::ReInstall</literal>."
@@@ -4498,13 -4498,13 +4587,13 @@@ msgstr "
  "定項目 - <literal>APT::Get::ReInstall</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:495
++#: apt-get.8.xml:521
  msgid "<option>--list-cleanup</option>"
  msgstr "<option>--list-cleanup</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:496
++#: apt-get.8.xml:522
  msgid ""
  "This option defaults to on, use <literal>--no-list-cleanup</literal> to turn "
  "it off. When on <command>apt-get</command> will automatically manage the "
@@@ -4520,18 -4520,18 +4609,18 @@@ msgstr "
  "する時ぐらいでしょう。設定項目 - <literal>APT::Get::List-Cleanup</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:505
++#: apt-get.8.xml:531
  msgid "<option>--target-release</option>"
  msgstr "<option>--target-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:506
++#: apt-get.8.xml:532
  msgid "<option>--default-release</option>"
  msgstr "<option>--default-release</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:507
++#: apt-get.8.xml:533
  msgid ""
  "This option controls the default input to the policy engine, it creates a "
  "default pin at priority 990 using the specified release string.  This "
@@@ -4553,13 -4553,13 +4642,13 @@@ msgstr "
  "Release</literal>。&apt-preferences; のマニュアルページもご覧ください。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:520
++#: apt-get.8.xml:546
  msgid "<option>--trivial-only</option>"
  msgstr "<option>--trivial-only</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:522
++#: apt-get.8.xml:548
  msgid ""
  "Only perform operations that are 'trivial'. Logically this can be considered "
  "related to <option>--assume-yes</option>, where <option>--assume-yes</"
@@@ -4572,13 -4572,13 +4661,13 @@@ msgstr "
  "目 - <literal>APT::Get::Trivial-Only</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:528
++#: apt-get.8.xml:554
  msgid "<option>--no-remove</option>"
  msgstr "<option>--no-remove</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:529
++#: apt-get.8.xml:555
  msgid ""
  "If any packages are to be removed apt-get immediately aborts without "
  "prompting.  Configuration Item: <literal>APT::Get::Remove</literal>."
@@@ -4587,13 -4587,13 +4676,13 @@@ msgstr "
  "項目 - <literal>APT::Get::Remove</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:534
++#: apt-get.8.xml:560
  msgid "<option>--auto-remove</option>"
  msgstr "<option>--auto-remove</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:535
++#: apt-get.8.xml:561
  msgid ""
  "If the command is either <literal>install</literal> or <literal>remove</"
  "literal>, then this option acts like running <literal>autoremove</literal> "
@@@ -4606,13 -4606,13 +4695,13 @@@ msgstr "
  "literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:541
++#: apt-get.8.xml:567
  msgid "<option>--only-source</option>"
  msgstr "<option>--only-source</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:542
++#: apt-get.8.xml:568
  msgid ""
  "Only has meaning for the <literal>source</literal> and <literal>build-dep</"
  "literal> commands.  Indicates that the given source names are not to be "
@@@ -4630,23 -4630,23 +4719,23 @@@ msgstr "
  "literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--diff-only</option>"
  msgstr "<option>--diff-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--dsc-only</option>"
  msgstr "<option>--dsc-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--tar-only</option>"
  msgstr "<option>--tar-only</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:553
++#: apt-get.8.xml:579
  msgid ""
  "Download only the diff, dsc, or tar file of a source archive.  Configuration "
  "Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</"
@@@ -4657,13 -4657,13 +4746,13 @@@ msgstr "
  "Only</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:558
++#: apt-get.8.xml:584
  msgid "<option>--arch-only</option>"
  msgstr "<option>--arch-only</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:559
++#: apt-get.8.xml:585
  msgid ""
  "Only process architecture-dependent build-dependencies.  Configuration Item: "
  "<literal>APT::Get::Arch-Only</literal>."
@@@ -4672,13 -4672,13 +4761,13 @@@ msgstr "
  "<literal>APT::Get::Arch-Only</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:563
++#: apt-get.8.xml:589
  msgid "<option>--allow-unauthenticated</option>"
  msgstr "<option>--allow-unauthenticated</option>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:564
++#: apt-get.8.xml:590
  msgid ""
  "Ignore if packages can't be authenticated and don't prompt about it.  This "
  "is useful for tools like pbuilder.  Configuration Item: <literal>APT::Get::"
@@@ -4689,7 -4689,7 +4778,7 @@@ msgstr "
  "literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt-get.8.xml:577
++#: apt-get.8.xml:603
  msgid ""
  "&file-sourceslist; &file-aptconf; &file-preferences; &file-cachearchives; "
  "&file-statelists;"
@@@ -4699,7 -4699,7 +4788,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:586
++#: apt-get.8.xml:612
  msgid ""
  "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, "
  "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-"
@@@ -4711,7 -4711,7 +4800,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:592
++#: apt-get.8.xml:618
  msgid ""
  "<command>apt-get</command> returns zero on normal operation, decimal 100 on "
  "error."
@@@ -4720,22 -4720,22 +4809,22 @@@ msgstr "
  "100 を返します。"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:595
++#: apt-get.8.xml:621
  msgid "ORIGINAL AUTHORS"
  msgstr "原著者"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:596
++#: apt-get.8.xml:622
  msgid "&apt-author.jgunthorpe;"
  msgstr "&apt-author.jgunthorpe;"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:599
++#: apt-get.8.xml:625
  msgid "CURRENT AUTHORS"
  msgstr "現著者"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:601
++#: apt-get.8.xml:627
  msgid "&apt-author.team;"
  msgstr "&apt-author.team;"
  
@@@ -4874,18 -4874,34 +4963,36 @@@ msgstr "
  "gpg に上級オプションを渡します。adv --recv-key とすると、公開鍵をダウンロード"
  "できます。"
  
--# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-key.8.xml:131
  msgid ""
--"Update the local keyring with the keyring of Debian archive keys and removes "
--"from the keyring the archive keys which are no longer valid."
++"Update the local keyring with the archive keyring and remove from the local "
++"keyring the archive keys which are no longer valid.  The archive keyring is "
++"shipped in the <literal>archive-keyring</literal> package of your "
++"distribution, e.g. the <literal>ubuntu-archive-keyring</literal> package in "
++"Ubuntu."
+ msgstr ""
 -"Debian アーカイブキーで、ローカルキーリングを更新し、もう有効でないキーをキー"
 -"リングから削除します。"
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-key.8.xml:140
++#: apt-key.8.xml:141
+ #, fuzzy
+ #| msgid "update"
+ msgid "net-update"
+ msgstr "update"
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 -#: apt-key.8.xml:144
++#: apt-key.8.xml:145
+ msgid ""
 -"Update the local keyring with the keys of a key server and removes from the "
 -"keyring the archive keys which are no longer valid. This requires an "
 -"installed wget and an APT build configured to have a server to fetch from. "
 -"APT in Debian does not support this command, but Ubuntu's APT does."
++"Work similar to the <command>update</command> command above, but get the "
++"archive keyring from an URI instead and validate it against a master key.  "
++"This requires an installed &wget; and an APT build configured to have a "
++"server to fetch from and a master keyring to validate.  APT in Debian does "
++"not support this command and relies on <command>update</command> instead, "
++"but Ubuntu's APT does."
  msgstr ""
- "Debian アーカイブキーで、ローカルキーリングを更新し、もう有効でないキーをキー"
- "リングから削除します。"
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:143
 -#: apt-key.8.xml:159
++#: apt-key.8.xml:162
  msgid ""
  "Note that options need to be defined before the commands described in the "
  "previous section."
@@@ -4895,12 -4911,12 +5002,12 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><refsect2><para><programlisting>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:145
 -#: apt-key.8.xml:161
++#: apt-key.8.xml:164
  msgid "--keyring <replaceable>filename</replaceable>"
  msgstr "--keyring <replaceable>filename</replaceable>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:146
 -#: apt-key.8.xml:162
++#: apt-key.8.xml:165
  msgid ""
  "With this option it is possible to specify a specific keyring file the "
  "command should operate on. The default is that a command is executed on the "
@@@ -4916,49 -4932,49 +5023,58 @@@ msgstr "
  "加されます。"
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-key.8.xml:159
 -#: apt-key.8.xml:175
++#: apt-key.8.xml:178
  msgid "&file-trustedgpg;"
  msgstr "&file-trustedgpg;"
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:161
 -#: apt-key.8.xml:177
++#: apt-key.8.xml:180
  msgid "<filename>/etc/apt/trustdb.gpg</filename>"
  msgstr "<filename>/etc/apt/trustdb.gpg</filename>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:162
 -#: apt-key.8.xml:178
++#: apt-key.8.xml:181
  msgid "Local trust database of archive keys."
  msgstr "アーカイブキーのローカル信頼データベースです。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:165
 -#: apt-key.8.xml:181
--msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++#: apt-key.8.xml:184
++#, fuzzy
++#| msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"
  msgstr "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:166
 -#: apt-key.8.xml:182
--msgid "Keyring of Debian archive trusted keys."
++#: apt-key.8.xml:185
++#, fuzzy
++#| msgid "Keyring of Debian archive trusted keys."
++msgid "Keyring of Ubuntu archive trusted keys."
  msgstr "Debian アーカイブ信頼キーのキーリングです。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:169
 -#: apt-key.8.xml:185
++#: apt-key.8.xml:188
++#, fuzzy
++#| msgid ""
++#| "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  msgid ""
--"<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
++"<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"
  msgstr ""
  "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:170
 -#: apt-key.8.xml:186
--msgid "Keyring of Debian archive removed trusted keys."
++#: apt-key.8.xml:189
++#, fuzzy
++#| msgid "Keyring of Debian archive removed trusted keys."
++msgid "Keyring of Ubuntu archive removed trusted keys."
  msgstr "削除された Debian アーカイブ信頼キーのキーリングです。"
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:179
 -#: apt-key.8.xml:195
++#: apt-key.8.xml:198
  msgid "&apt-get;, &apt-secure;"
  msgstr "&apt-get;, &apt-secure;"
  
@@@ -5645,11 -5730,11 +5830,12 @@@ msgstr "<envar>APT_CONFIG</envar> ç\92°å¢
  #| "period (.) characters - otherwise they will be silently ignored."
  msgid ""
  "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
--"order which have no or \"<literal>conf</literal>\" as filename extension and "
--"which only contain alphanumeric, hyphen (-), underscore (_) and period (.) "
--"characters.  Otherwise APT will print a notice that it has ignored a file if "
--"the file doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</"
--"literal> configuration list - in this case it will be silently ignored."
++"order which have either no or \"<literal>conf</literal>\" as filename "
++"extension and which only contain alphanumeric, hyphen (-), underscore (_) "
++"and period (.) characters.  Otherwise APT will print a notice that it has "
++"ignored a file if the file doesn't match a pattern in the <literal>Dir::"
++"Ignore-Files-Silently</literal> configuration list - in this case it will be "
++"silently ignored."
  msgstr ""
  "<literal>Dir::Etc::Parts</literal> にあるすべてのファイルを英数字の昇順に。"
  "ファイル名には拡張子がないか、\"<literal>conf</literal>\" となっており、英数"
@@@ -5904,14 -5989,14 +6090,25 @@@ msgstr "
  "に使用するアーキテクチャをセットします。内部でのデフォルトは、apt をコンパイ"
  "ルしたアーキテクチャです。"
  
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:158
++msgid ""
++"All Architectures the system supports. Processors implementing the "
++"<literal>amd64</literal> are e.g. also able to execute binaries compiled for "
++"<literal>i386</literal>; This list is use when fetching files and parsing "
++"package lists. The internal default is always the native architecture "
++"(<literal>APT::Architecture</literal>)  and all foreign architectures it can "
++"retrieve by calling <command>dpkg --print-foreign-architectures</command>."
++msgstr ""
++
  # type: Content of: <refentry><refsect1><refsect2><para><programlisting>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:157
++#: apt.conf.5.xml:165
  msgid "Default-Release"
  msgstr "Default-Release"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:158
++#: apt.conf.5.xml:166
  msgid ""
  "Default release to install packages from if more than one version available. "
  "Contains release name, codename or release version. Examples: 'stable', "
@@@ -5924,13 -6009,13 +6121,13 @@@ msgstr "
  "'4.0', '5.0*'  となります。&apt-preferences; も参照してください。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:163
++#: apt.conf.5.xml:171
  msgid "Ignore-Hold"
  msgstr "Ignore-Hold"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:164
++#: apt.conf.5.xml:172
  msgid ""
  "Ignore Held packages; This global option causes the problem resolver to "
  "ignore held packages in its decision making."
@@@ -5940,13 -6025,13 +6137,13 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:168
++#: apt.conf.5.xml:176
  msgid "Clean-Installed"
  msgstr "Clean-Installed"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:169
++#: apt.conf.5.xml:177
  msgid ""
  "Defaults to on. When turned on the autoclean feature will remove any "
  "packages which can no longer be downloaded from the cache. If turned off "
@@@ -5961,12 -6046,12 +6158,12 @@@ msgstr "
  
  # type: Content of: <refentry><refnamediv><refname>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:175
++#: apt.conf.5.xml:183
  msgid "Immediate-Configure"
  msgstr "Immediate-Configure"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:176
++#: apt.conf.5.xml:184
  msgid ""
  "Defaults to on which will cause APT to install essential and important "
  "packages as fast as possible in the install/upgrade operation. This is done "
@@@ -6022,13 -6107,13 +6219,13 @@@ msgstr "
  "レポートをおねがいします。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:198
++#: apt.conf.5.xml:206
  msgid "Force-LoopBreak"
  msgstr "Force-LoopBreak"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:199
++#: apt.conf.5.xml:207
  msgid ""
  "Never Enable this option unless you -really- know what you are doing. It "
  "permits APT to temporarily remove an essential package to break a Conflicts/"
@@@ -6046,12 -6131,12 +6243,12 @@@ msgstr "
  "不可欠パッケージで動作します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:207
++#: apt.conf.5.xml:215
  msgid "Cache-Start, Cache-Grow and Cache-Limit"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:208
++#: apt.conf.5.xml:216
  msgid ""
  "APT uses since version 0.7.26 a resizable memory mapped cache file to store "
  "the 'available' information. <literal>Cache-Start</literal> acts as a hint "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:223
++#: apt.conf.5.xml:231
  msgid "Build-Essential"
  msgstr "Build-Essential"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:224
++#: apt.conf.5.xml:232
  msgid "Defines which package(s) are considered essential build dependencies."
  msgstr "構築依存関係で不可欠なパッケージを定義します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:227
++#: apt.conf.5.xml:235
  msgid "Get"
  msgstr "Get"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:228
++#: apt.conf.5.xml:236
  msgid ""
  "The Get subsection controls the &apt-get; tool, please see its documentation "
  "for more information about the options here."
@@@ -6097,13 -6182,13 +6294,13 @@@ msgstr "
  "&apt-get; の文書を参照してください。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:232
++#: apt.conf.5.xml:240
  msgid "Cache"
  msgstr "Cache"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:233
++#: apt.conf.5.xml:241
  msgid ""
  "The Cache subsection controls the &apt-cache; tool, please see its "
  "documentation for more information about the options here."
@@@ -6112,13 -6197,13 +6309,13 @@@ msgstr "
  "は &apt-cache; の文書を参照してください。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:237
++#: apt.conf.5.xml:245
  msgid "CDROM"
  msgstr "CDROM"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:238
++#: apt.conf.5.xml:246
  msgid ""
  "The CDROM subsection controls the &apt-cdrom; tool, please see its "
  "documentation for more information about the options here."
@@@ -6128,17 -6213,17 +6325,17 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:244
++#: apt.conf.5.xml:252
  msgid "The Acquire Group"
  msgstr "Acquire グループ"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:249
++#: apt.conf.5.xml:257
  msgid "Check-Valid-Until"
  msgstr "Check-Valid-Until"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:250
++#: apt.conf.5.xml:258
  msgid ""
  "Security related option defaulting to true as an expiring validation for a "
  "Release file prevents longtime replay attacks and can e.g. also help users "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:260
++#: apt.conf.5.xml:268
  msgid "Max-ValidTime"
  msgstr "Max-ValidTime"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:261
++#: apt.conf.5.xml:269
++msgid ""
++"Seconds the Release file should be considered valid after it was created "
++"(indicated by the <literal>Date</literal> header).  If the Release file "
++"itself includes a <literal>Valid-Until</literal> header the earlier date of "
++"the two is used as the expiration date.  The default value is <literal>0</"
++"literal> which stands for \"for ever\".  Archive specific settings can be "
++"made by appending the label of the archive to the option name."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
++#: apt.conf.5.xml:279
++#, fuzzy
++#| msgid "Max-ValidTime"
++msgid "Min-ValidTime"
++msgstr "Max-ValidTime"
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:280
  msgid ""
--"Seconds the Release file should be considered valid after it was created. "
--"The default is \"for ever\" (0) if the Release file of the archive doesn't "
--"include a <literal>Valid-Until</literal> header.  If it does then this date "
--"is the default. The date from the Release file or the date specified by the "
--"creation time of the Release file (<literal>Date</literal> header) plus the "
--"seconds specified with this options are used to check if the validation of a "
--"file has expired by using the earlier date of the two. Archive specific "
--"settings can be made by appending the label of the archive to the option "
--"name."
++"Minimum of seconds the Release file should be considered valid after it was "
++"created (indicated by the <literal>Date</literal> header).  Use this if you "
++"need to use a seldomly updated (local) mirror of a more regular updated "
++"archive with a <literal>Valid-Until</literal> header instead of competely "
++"disabling the expiration date checking.  Archive specific settings can and "
++"should be used by appending the label of the archive to the option name."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:273
++#: apt.conf.5.xml:290
  msgid "PDiffs"
  msgstr "PDiffs"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:274
++#: apt.conf.5.xml:291
  msgid ""
  "Try to download deltas called <literal>PDiffs</literal> for Packages or "
  "Sources files instead of downloading whole ones. True by default."
@@@ -6184,12 -6269,20 +6396,20 @@@ msgstr "
  "ルトでは True です。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:277
++#: apt.conf.5.xml:294
+ #, fuzzy
+ #| msgid ""
+ #| "Two sub-options to limit the use of PDiffs are also available: With "
+ #| "<literal>FileLimit</literal> can be specified how many PDiff files are "
+ #| "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
+ #| "other hand is the maximum percentage of the size of all patches compared "
+ #| "to the size of the targeted file. If one of these limits is exceeded the "
+ #| "complete file is downloaded instead of the patches."
  msgid ""
  "Two sub-options to limit the use of PDiffs are also available: With "
  "<literal>FileLimit</literal> can be specified how many PDiff files are "
  "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
--"other hand is the maximum precentage of the size of all patches compared to "
++"other hand is the maximum percentage of the size of all patches compared to "
  "the size of the targeted file. If one of these limits is exceeded the "
  "complete file is downloaded instead of the patches."
  msgstr ""
  "をダウンロードする代わりに、完全なファイルをダウンロードします。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:286
++#: apt.conf.5.xml:303
  msgid "Queue-Mode"
  msgstr "Queue-Mode"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:287
++#: apt.conf.5.xml:304
  msgid ""
  "Queuing mode; <literal>Queue-Mode</literal> can be one of <literal>host</"
  "literal> or <literal>access</literal> which determines how APT parallelizes "
@@@ -6221,13 -6314,13 +6441,13 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><refsect2><title>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:294
++#: apt.conf.5.xml:311
  msgid "Retries"
  msgstr "Retries"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:295
++#: apt.conf.5.xml:312
  msgid ""
  "Number of retries to perform. If this is non-zero APT will retry failed "
  "files the given number of times."
@@@ -6236,13 -6329,13 +6456,13 @@@ msgstr "
  "えられた回数だけリトライを行います。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:299
++#: apt.conf.5.xml:316
  msgid "Source-Symlinks"
  msgstr "Source-Symlinks"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:300
++#: apt.conf.5.xml:317
  msgid ""
  "Use symlinks for source archives. If set to true then source archives will "
  "be symlinked when possible instead of copying. True is the default."
@@@ -6253,13 -6346,13 +6473,13 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:304 sources.list.5.xml:144
++#: apt.conf.5.xml:321 sources.list.5.xml:160
  msgid "http"
  msgstr "http"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:305
++#: apt.conf.5.xml:322
  msgid ""
  "HTTP URIs; http::Proxy is the default http proxy to use. It is in the "
  "standard form of <literal>http://[[user][:pass]@]host[:port]/</literal>. Per "
@@@ -6277,7 -6370,7 +6497,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:313
++#: apt.conf.5.xml:330
  msgid ""
  "Three settings are provided for cache control with HTTP/1.1 compliant proxy "
  "caches. <literal>No-Cache</literal> tells the proxy to not use its cached "
@@@ -6302,7 -6395,7 +6522,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:323 apt.conf.5.xml:387
++#: apt.conf.5.xml:340 apt.conf.5.xml:404
  msgid ""
  "The option <literal>timeout</literal> sets the timeout timer used by the "
  "method, this applies to all things including connection timeout and data "
@@@ -6314,7 -6407,7 +6534,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:326
++#: apt.conf.5.xml:343
  msgid ""
  "One setting is provided to control the pipeline depth in cases where the "
  "remote server is not RFC conforming or buggy (such as Squid 2.0.2).  "
@@@ -6333,7 -6426,7 +6553,7 @@@ msgstr "
  "ます。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:334
++#: apt.conf.5.xml:351
  msgid ""
  "The used bandwidth can be limited with <literal>Acquire::http::Dl-Limit</"
  "literal> which accepts integer values in kilobyte. The default value is 0 "
@@@ -6347,7 -6440,7 +6567,7 @@@ msgstr "
  "ロードしなくなることに注意してください)。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:339
++#: apt.conf.5.xml:356
  msgid ""
  "<literal>Acquire::http::User-Agent</literal> can be used to set a different "
  "User-Agent for the http download method as some proxies allow access for "
@@@ -6359,12 -6452,12 +6579,12 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:345
++#: apt.conf.5.xml:362
  msgid "https"
  msgstr "https"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:346
++#: apt.conf.5.xml:363
  msgid ""
  "HTTPS URIs. Cache-control, Timeout, AllowRedirect, Dl-Limit and proxy "
  "options are the same as for <literal>http</literal> method and will also "
@@@ -6379,7 -6472,7 +6599,7 @@@ msgstr "
  "いません。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:352
++#: apt.conf.5.xml:369
  msgid ""
  "<literal>CaInfo</literal> suboption specifies place of file that holds info "
  "about trusted certificates.  <literal>&lt;host&gt;::CaInfo</literal> is "
@@@ -6416,13 -6509,13 +6636,13 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:370 sources.list.5.xml:155
++#: apt.conf.5.xml:387 sources.list.5.xml:171
  msgid "ftp"
  msgstr "ftp"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:371
++#: apt.conf.5.xml:388
  msgid ""
  "FTP URIs; ftp::Proxy is the default ftp proxy to use. It is in the standard "
  "form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host "
@@@ -6455,7 -6548,7 +6675,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:390
++#: apt.conf.5.xml:407
  msgid ""
  "Several settings are provided to control passive mode. Generally it is safe "
  "to leave passive mode on, it works in nearly every environment.  However "
@@@ -6471,7 -6564,7 +6691,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:397
++#: apt.conf.5.xml:414
  msgid ""
  "It is possible to proxy FTP over HTTP by setting the <envar>ftp_proxy</"
  "envar> environment variable to a http url - see the discussion of the http "
@@@ -6485,7 -6578,7 +6705,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:402
++#: apt.conf.5.xml:419
  msgid ""
  "The setting <literal>ForceExtended</literal> controls the use of RFC2428 "
  "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is "
@@@ -6502,19 -6595,19 +6722,19 @@@ msgstr "
  
  # type: Content of: <refentry><refnamediv><refname>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:409 sources.list.5.xml:137
++#: apt.conf.5.xml:426 sources.list.5.xml:153
  msgid "cdrom"
  msgstr "cdrom"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:415
++#: apt.conf.5.xml:432
  #, no-wrap
  msgid "/cdrom/::Mount \"foo\";"
  msgstr "/cdrom/::Mount \"foo\";"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:410
++#: apt.conf.5.xml:427
  msgid ""
  "CDROM URIs; the only setting for CDROM URIs is the mount point, "
  "<literal>cdrom::Mount</literal> which must be the mount point for the CDROM "
@@@ -6535,13 -6628,13 +6755,13 @@@ msgstr "
  "す。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:420
++#: apt.conf.5.xml:437
  msgid "gpgv"
  msgstr "gpgv"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:421
++#: apt.conf.5.xml:438
  msgid ""
  "GPGV URIs; the only option for GPGV URIs is the option to pass additional "
  "parameters to gpgv.  <literal>gpgv::Options</literal> Additional options "
@@@ -6552,18 -6645,18 +6772,18 @@@ msgstr "
  "す。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:426
++#: apt.conf.5.xml:443
  msgid "CompressionTypes"
  msgstr "CompressionTypes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:432
++#: apt.conf.5.xml:449
  #, no-wrap
  msgid "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<replaceable>Methodname</replaceable>\";"
  msgstr "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<replaceable>Methodname</replaceable>\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:427
++#: apt.conf.5.xml:444
  msgid ""
  "List of compression types which are understood by the acquire methods.  "
  "Files like <filename>Packages</filename> can be available in various "
@@@ -6581,19 -6674,19 +6801,19 @@@ msgstr "
  "す。構文は以下のようになります。<placeholder type=\"synopsis\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:437
++#: apt.conf.5.xml:454
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order:: \"gz\";"
  msgstr "Acquire::CompressionTypes::Order:: \"gz\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:440
++#: apt.conf.5.xml:457
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  msgstr "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:433
++#: apt.conf.5.xml:450
  msgid ""
  "Also the <literal>Order</literal> subgroup can be used to define in which "
  "order the acquire system will try to download the compressed files. The "
@@@ -6621,13 -6714,13 +6841,13 @@@ msgstr "
  "<literal>bz2</literal> は自動的に追加されるため、明示する必要はありません。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:444
++#: apt.conf.5.xml:461
  #, no-wrap
  msgid "Dir::Bin::bzip2 \"/bin/bzip2\";"
  msgstr "Dir::Bin::bzip2 \"/bin/bzip2\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:442
++#: apt.conf.5.xml:459
  #, fuzzy
  #| msgid ""
  #| "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
@@@ -6644,9 -6737,9 +6864,9 @@@ msgid "
  "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
  "replaceable></literal> will be checked: If this setting exists the method "
  "will only be used if this file exists, e.g. for the bzip2 method (the "
--"inbuilt) setting is <placeholder type=\"literallayout\" id=\"0\"/> Note also "
--"that list entries specified on the command line will be added at the end of "
--"the list specified in the configuration files, but before the default "
++"inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note "
++"also that list entries specified on the command line will be added at the "
++"end of the list specified in the configuration files, but before the default "
  "entries. To prefer a type in this case over the ones specified in the "
  "configuration files you can set the option direct - not in list style.  This "
  "will not override the defined list, it will only prefix the list with this "
@@@ -6663,21 -6756,21 +6883,21 @@@ msgstr "
  "す。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:449
++#: apt.conf.5.xml:466
  msgid ""
  "The special type <literal>uncompressed</literal> can be used to give "
--"uncompressed files a preference, but note that most archives doesn't provide "
++"uncompressed files a preference, but note that most archives don't provide "
  "uncompressed files so this is mostly only useable for local mirrors."
  msgstr ""
  
  # type: <tag></tag>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:454
++#: apt.conf.5.xml:471
  msgid "GzipIndexes"
  msgstr "GzipIndexes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:456
++#: apt.conf.5.xml:473
  msgid ""
  "When downloading <literal>gzip</literal> compressed indexes (Packages, "
  "Sources, or Translations), keep them gzip compressed locally instead of "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:463
++#: apt.conf.5.xml:480
  msgid "Languages"
  msgstr "Languages"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:464
++#: apt.conf.5.xml:481
  msgid ""
  "The Languages subsection controls which <filename>Translation</filename> "
  "files are downloaded and in which order APT tries to display the Description-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><programlisting>
--#: apt.conf.5.xml:480
++#: apt.conf.5.xml:497
  #, no-wrap
  msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  msgstr "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:470
++#: apt.conf.5.xml:487
  msgid ""
  "The default list includes \"environment\" and \"en\". "
  "\"<literal>environment</literal>\" has a special meaning here: It will be "
@@@ -6734,7 -6827,7 +6954,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:245
++#: apt.conf.5.xml:253
  msgid ""
  "The <literal>Acquire</literal> group of options controls the download of "
  "packages and the URI handlers.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -6745,13 -6838,13 +6965,13 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><refsect2><title>
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:487
++#: apt.conf.5.xml:504
  msgid "Directories"
  msgstr "ディレクトリ"
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:489
++#: apt.conf.5.xml:506
  msgid ""
  "The <literal>Dir::State</literal> section has directories that pertain to "
  "local state information. <literal>lists</literal> is the directory to place "
@@@ -6771,7 -6864,7 +6991,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:496
++#: apt.conf.5.xml:513
  msgid ""
  "<literal>Dir::Cache</literal> contains locations pertaining to local cache "
  "information, such as the two package caches <literal>srcpkgcache</literal> "
@@@ -6793,7 -6886,7 +7013,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:505
++#: apt.conf.5.xml:522
  msgid ""
  "<literal>Dir::Etc</literal> contains the location of configuration files, "
  "<literal>sourcelist</literal> gives the location of the sourcelist and "
@@@ -6808,7 -6901,7 +7028,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:511
++#: apt.conf.5.xml:528
  msgid ""
  "The <literal>Dir::Parts</literal> setting reads in all the config fragments "
  "in lexical order from the directory specified. After this is done then the "
@@@ -6820,7 -6913,7 +7040,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:515
++#: apt.conf.5.xml:532
  msgid ""
  "Binary programs are pointed to by <literal>Dir::Bin</literal>. <literal>Dir::"
  "Bin::Methods</literal> specifies the location of the method handlers and "
@@@ -6838,7 -6931,7 +7058,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:523
++#: apt.conf.5.xml:540
  msgid ""
  "The configuration item <literal>RootDir</literal> has a special meaning.  If "
  "set, all paths in <literal>Dir::</literal> will be relative to "
@@@ -6858,7 -6951,7 +7078,7 @@@ msgstr "
  "<filename>/tmp/staging/var/lib/dpkg/status</filename> から探します。"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:536
++#: apt.conf.5.xml:553
  msgid ""
  "The <literal>Ignore-Files-Silently</literal> list can be used to specify "
  "which files APT should silently ignore while parsing the files in the "
@@@ -6870,13 -6963,13 +7090,13 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:545
++#: apt.conf.5.xml:562
  msgid "APT in DSelect"
  msgstr "DSelect での APT"
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:547
++#: apt.conf.5.xml:564
  msgid ""
  "When APT is used as a &dselect; method several configuration directives "
  "control the default behaviour. These are in the <literal>DSelect</literal> "
@@@ -6886,13 -6979,13 +7106,13 @@@ msgstr "
  "設定項目で、デフォルトの動作を制御します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:551
++#: apt.conf.5.xml:568
  msgid "Clean"
  msgstr "Clean"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:552
++#: apt.conf.5.xml:569
  msgid ""
  "Cache Clean mode; this value may be one of always, prompt, auto, pre-auto "
  "and never.  always and prompt will remove all packages from the cache after "
@@@ -6909,7 -7002,7 +7129,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:561
++#: apt.conf.5.xml:578
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the install phase."
@@@ -6919,13 -7012,13 +7139,13 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:565
++#: apt.conf.5.xml:582
  msgid "Updateoptions"
  msgstr "Updateoptions"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:566
++#: apt.conf.5.xml:583
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the update phase."
@@@ -6934,13 -7027,13 +7154,13 @@@ msgstr "
  "されます。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:570
++#: apt.conf.5.xml:587
  msgid "PromptAfterUpdate"
  msgstr "PromptAfterUpdate"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:571
++#: apt.conf.5.xml:588
  msgid ""
  "If true the [U]pdate operation in &dselect; will always prompt to continue.  "
  "The default is to prompt only on error."
@@@ -6950,13 -7043,13 +7170,13 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:577
++#: apt.conf.5.xml:594
  msgid "How APT calls dpkg"
  msgstr "APT が dpkg を呼ぶ方法"
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:578
++#: apt.conf.5.xml:595
  msgid ""
  "Several configuration directives control how APT invokes &dpkg;. These are "
  "in the <literal>DPkg</literal> section."
@@@ -6966,7 -7059,7 +7186,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:583
++#: apt.conf.5.xml:600
  msgid ""
  "This is a list of options to pass to dpkg. The options must be specified "
  "using the list notation and each list item is passed as a single argument to "
@@@ -6976,18 -7069,18 +7196,18 @@@ msgstr "
  "ければなりません。また、各リストは単一の引数として &dpkg; に渡されます。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Pre-Invoke"
  msgstr "Pre-Invoke"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Post-Invoke"
  msgstr "Post-Invoke"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:589
++#: apt.conf.5.xml:606
  msgid ""
  "This is a list of shell commands to run before/after invoking &dpkg;.  Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -7001,13 -7094,13 +7221,13 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:595
++#: apt.conf.5.xml:612
  msgid "Pre-Install-Pkgs"
  msgstr "Pre-Install-Pkgs"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:596
++#: apt.conf.5.xml:613
  msgid ""
  "This is a list of shell commands to run before invoking dpkg. Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -7023,7 -7116,7 +7243,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:602
++#: apt.conf.5.xml:619
  msgid ""
  "Version 2 of this protocol dumps more information, including the protocol "
  "version, the APT configuration space and the packages, files and versions "
@@@ -7039,13 -7132,13 +7259,13 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><refsect2><title>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:609
++#: apt.conf.5.xml:626
  msgid "Run-Directory"
  msgstr "Run-Directory"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:610
++#: apt.conf.5.xml:627
  msgid ""
  "APT chdirs to this directory before invoking dpkg, the default is <filename>/"
  "</filename>."
@@@ -7055,13 -7148,13 +7275,13 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:614
++#: apt.conf.5.xml:631
  msgid "Build-options"
  msgstr "Build-options"
  
  # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:615
++#: apt.conf.5.xml:632
  msgid ""
  "These options are passed to &dpkg-buildpackage; when compiling packages, the "
  "default is to disable signing and produce all binaries."
@@@ -7070,12 -7163,12 +7290,12 @@@ msgstr "
  "ます。デフォルトでは署名を無効にし、全バイナリを生成します。"
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
--#: apt.conf.5.xml:620
++#: apt.conf.5.xml:637
  msgid "dpkg trigger usage (and related options)"
  msgstr "dpkg トリガの使い方 (および関連オプション)"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:621
++#: apt.conf.5.xml:638
  msgid ""
  "APT can call dpkg in a way so it can make aggressive use of triggers over "
  "multiple calls of dpkg. Without further options dpkg will use triggers only "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para><literallayout>
--#: apt.conf.5.xml:636
++#: apt.conf.5.xml:653
  #, no-wrap
  msgid ""
  "DPkg::NoTriggers \"true\";\n"
@@@ -7104,7 -7197,7 +7324,7 @@@ msgstr "
  "DPkg::TriggersPending \"true\";"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:630
++#: apt.conf.5.xml:647
  msgid ""
  "Note that it is not guaranteed that APT will support these options or that "
  "these options will not cause (big) trouble in the future. If you have "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:642
++#: apt.conf.5.xml:659
  msgid "DPkg::NoTriggers"
  msgstr "DPkg::NoTriggers"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:643
++#: apt.conf.5.xml:660
  msgid ""
  "Add the no triggers flag to all dpkg calls (except the ConfigurePending "
  "call).  See &dpkg; if you are interested in what this actually means. In "
@@@ -7136,12 -7229,12 +7356,12 @@@ msgstr "
  
  # type: <tag></tag>
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:650
++#: apt.conf.5.xml:667
  msgid "PackageManager::Configure"
  msgstr "PackageManager::Configure"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:651
++#: apt.conf.5.xml:668
  msgid ""
  "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
  "and \"<literal>no</literal>\".  \"<literal>all</literal>\" is the default "
@@@ -7158,12 -7251,12 +7378,12 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:661
++#: apt.conf.5.xml:678
  msgid "DPkg::ConfigurePending"
  msgstr "DPkg::ConfigurePending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:662
++#: apt.conf.5.xml:679
  msgid ""
  "If this option is set apt will call <command>dpkg --configure --pending</"
  "command> to let dpkg handle all required configurations and triggers. This "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:668
++#: apt.conf.5.xml:685
  msgid "DPkg::TriggersPending"
  msgstr "DPkg::TriggersPending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:669
++#: apt.conf.5.xml:686
  msgid ""
  "Useful for <literal>smart</literal> configuration as a package which has "
  "pending triggers is not considered as <literal>installed</literal> and dpkg "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:674
++#: apt.conf.5.xml:691
  msgid "PackageManager::UnpackAll"
  msgstr "PackageManager::UnpackAll"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:675
++#: apt.conf.5.xml:692
  msgid ""
  "As the configuration can be deferred to be done at the end by dpkg it can be "
  "tried to order the unpack series only by critical needs, e.g. by Pre-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:682
++#: apt.conf.5.xml:699
  msgid "OrderList::Score::Immediate"
  msgstr "OrderList::Score::Immediate"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:690
++#: apt.conf.5.xml:707
  #, no-wrap
  msgid ""
  "OrderList::Score {\n"
@@@ -7229,7 -7322,7 +7449,7 @@@ msgstr "
  "};"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:683
++#: apt.conf.5.xml:700
  msgid ""
  "Essential packages (and there dependencies) should be configured immediately "
  "after unpacking. It will be a good idea to do this quite early in the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:703
++#: apt.conf.5.xml:720
  msgid "Periodic and Archives options"
  msgstr "Periodic オプションと Archives オプション"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:704
++#: apt.conf.5.xml:721
  msgid ""
  "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
  "of options configure behavior of apt periodic updates, which is done by "
@@@ -7262,12 -7355,12 +7482,12 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:712
++#: apt.conf.5.xml:729
  msgid "Debug options"
  msgstr "デバッグオプション"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:714
++#: apt.conf.5.xml:731
  msgid ""
  "Enabling options in the <literal>Debug::</literal> section will cause "
  "debugging information to be sent to the standard error stream of the program "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:725
++#: apt.conf.5.xml:742
  msgid ""
  "<literal>Debug::pkgProblemResolver</literal> enables output about the "
  "decisions made by <literal>dist-upgrade, upgrade, install, remove, purge</"
@@@ -7289,7 -7382,7 +7509,7 @@@ msgstr "
  "にします。"
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:733
++#: apt.conf.5.xml:750
  msgid ""
  "<literal>Debug::NoLocking</literal> disables all file locking.  This can be "
  "used to run some operations (for instance, <literal>apt-get -s install</"
@@@ -7300,7 -7393,7 +7520,7 @@@ msgstr "
  "literal>) を行う場合に使用します。"
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:742
++#: apt.conf.5.xml:759
  msgid ""
  "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
  "time that <literal>apt</literal> invokes &dpkg;."
@@@ -7312,7 -7405,7 +7532,7 @@@ msgstr "
  #.       motivating example, except I haven't a clue why you'd want
  #.       to do this. 
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:750
++#: apt.conf.5.xml:767
  msgid ""
  "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
  "in CDROM IDs."
@@@ -7321,59 -7414,59 +7541,59 @@@ msgstr "
  "を無効にします。"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:760
++#: apt.conf.5.xml:777
  msgid "A full list of debugging options to apt follows."
  msgstr "以下は apt に対するデバッグオプションのすべてです。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:765
++#: apt.conf.5.xml:782
  msgid "<literal>Debug::Acquire::cdrom</literal>"
  msgstr "<literal>Debug::Acquire::cdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:769
++#: apt.conf.5.xml:786
  msgid ""
  "Print information related to accessing <literal>cdrom://</literal> sources."
  msgstr ""
  "<literal>cdrom://</literal> ソースへのアクセスに関する情報を出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:776
++#: apt.conf.5.xml:793
  msgid "<literal>Debug::Acquire::ftp</literal>"
  msgstr "<literal>Debug::Acquire::ftp</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:780
++#: apt.conf.5.xml:797
  msgid "Print information related to downloading packages using FTP."
  msgstr "FTP を用いたパッケージのダウンロードに関する情報を出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:787
++#: apt.conf.5.xml:804
  msgid "<literal>Debug::Acquire::http</literal>"
  msgstr "<literal>Debug::Acquire::http</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:791
++#: apt.conf.5.xml:808
  msgid "Print information related to downloading packages using HTTP."
  msgstr "HTTP を用いたパッケージのダウンロードに関する情報を出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:798
++#: apt.conf.5.xml:815
  msgid "<literal>Debug::Acquire::https</literal>"
  msgstr "<literal>Debug::Acquire::https</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:802
++#: apt.conf.5.xml:819
  msgid "Print information related to downloading packages using HTTPS."
  msgstr "HTTPS を用いたパッケージのダウンロードに関する情報を出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:809
++#: apt.conf.5.xml:826
  msgid "<literal>Debug::Acquire::gpgv</literal>"
  msgstr "<literal>Debug::Acquire::gpgv</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:813
++#: apt.conf.5.xml:830
  msgid ""
  "Print information related to verifying cryptographic signatures using "
  "<literal>gpg</literal>."
@@@ -7381,12 -7474,12 +7601,12 @@@ msgstr "
  "<literal>gpg</literal> を用いた暗号署名の検証に関する情報を出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:820
++#: apt.conf.5.xml:837
  msgid "<literal>Debug::aptcdrom</literal>"
  msgstr "<literal>Debug::aptcdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:824
++#: apt.conf.5.xml:841
  msgid ""
  "Output information about the process of accessing collections of packages "
  "stored on CD-ROMs."
@@@ -7395,22 -7488,22 +7615,22 @@@ msgstr "
  "します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:831
++#: apt.conf.5.xml:848
  msgid "<literal>Debug::BuildDeps</literal>"
  msgstr "<literal>Debug::BuildDeps</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:834
++#: apt.conf.5.xml:851
  msgid "Describes the process of resolving build-dependencies in &apt-get;."
  msgstr "&apt-get; での構築依存関係解決のプロセスを説明します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:841
++#: apt.conf.5.xml:858
  msgid "<literal>Debug::Hashes</literal>"
  msgstr "<literal>Debug::Hashes</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:844
++#: apt.conf.5.xml:861
  msgid ""
  "Output each cryptographic hash that is generated by the <literal>apt</"
  "literal> libraries."
@@@ -7418,12 -7511,12 +7638,12 @@@ msgstr "
  "<literal>apt</literal> ライブラリが生成した、暗号化ハッシュを出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:851
++#: apt.conf.5.xml:868
  msgid "<literal>Debug::IdentCDROM</literal>"
  msgstr "<literal>Debug::IdentCDROM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:854
++#: apt.conf.5.xml:871
  msgid ""
  "Do not include information from <literal>statfs</literal>, namely the number "
  "of used and free blocks on the CD-ROM filesystem, when generating an ID for "
@@@ -7433,12 -7526,12 +7653,12 @@@ msgstr "
  "システムにある使用済・未使用ブロックの数からの情報を含めないようにします。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:862
++#: apt.conf.5.xml:879
  msgid "<literal>Debug::NoLocking</literal>"
  msgstr "<literal>Debug::NoLocking</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:865
++#: apt.conf.5.xml:882
  msgid ""
  "Disable all file locking.  For instance, this will allow two instances of "
  "<quote><literal>apt-get update</literal></quote> to run at the same time."
@@@ -7447,23 -7540,23 +7667,23 @@@ msgstr "
  "<quote><literal>apt-get update</literal></quote> を実行できるようになります。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:873
++#: apt.conf.5.xml:890
  msgid "<literal>Debug::pkgAcquire</literal>"
  msgstr "<literal>Debug::pkgAcquire</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:877
++#: apt.conf.5.xml:894
  msgid "Log when items are added to or removed from the global download queue."
  msgstr ""
  "グローバルダウンロードキューに対する項目の追加・削除の際にログを出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:884
++#: apt.conf.5.xml:901
  msgid "<literal>Debug::pkgAcquire::Auth</literal>"
  msgstr "<literal>Debug::pkgAcquire::Auth</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:887
++#: apt.conf.5.xml:904
  msgid ""
  "Output status messages and errors related to verifying checksums and "
  "cryptographic signatures of downloaded files."
@@@ -7472,12 -7565,12 +7692,12 @@@ msgstr "
  "ジやエラーを出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:894
++#: apt.conf.5.xml:911
  msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
  msgstr "<literal>Debug::pkgAcquire::Diffs</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:897
++#: apt.conf.5.xml:914
  msgid ""
  "Output information about downloading and applying package index list diffs, "
  "and errors relating to package index list diffs."
@@@ -7486,12 -7579,12 +7706,12 @@@ msgstr "
  "します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:905
++#: apt.conf.5.xml:922
  msgid "<literal>Debug::pkgAcquire::RRed</literal>"
  msgstr "<literal>Debug::pkgAcquire::RRed</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:909
++#: apt.conf.5.xml:926
  msgid ""
  "Output information related to patching apt package lists when downloading "
  "index diffs instead of full indices."
@@@ -7500,24 -7593,24 +7720,24 @@@ msgstr "
  "リストへのパッチ適用に関する情報を出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:916
++#: apt.conf.5.xml:933
  msgid "<literal>Debug::pkgAcquire::Worker</literal>"
  msgstr "<literal>Debug::pkgAcquire::Worker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:920
++#: apt.conf.5.xml:937
  msgid ""
  "Log all interactions with the sub-processes that actually perform downloads."
  msgstr ""
  "実際のダウンロードを行う際の、サブプロセスとのやりとりをログに出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:927
++#: apt.conf.5.xml:944
  msgid "<literal>Debug::pkgAutoRemove</literal>"
  msgstr "<literal>Debug::pkgAutoRemove</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:931
++#: apt.conf.5.xml:948
  msgid ""
  "Log events related to the automatically-installed status of packages and to "
  "the removal of unused packages."
@@@ -7526,12 -7619,12 +7746,12 @@@ msgstr "
  "に出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:938
++#: apt.conf.5.xml:955
  msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  msgstr "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:941
++#: apt.conf.5.xml:958
  msgid ""
  "Generate debug messages describing which packages are being automatically "
  "installed to resolve dependencies.  This corresponds to the initial auto-"
@@@ -7546,12 -7639,12 +7766,12 @@@ msgstr "
  "路に対応しています。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:952
++#: apt.conf.5.xml:969
  msgid "<literal>Debug::pkgDepCache::Marker</literal>"
  msgstr "<literal>Debug::pkgDepCache::Marker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:955
++#: apt.conf.5.xml:972
  msgid ""
  "Generate debug messages describing which package is marked as keep/install/"
  "remove while the ProblemResolver does his work.  Each addition or deletion "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:974
++#: apt.conf.5.xml:991
  msgid "<literal>Debug::pkgInitConfig</literal>"
  msgstr "<literal>Debug::pkgInitConfig</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:977
++#: apt.conf.5.xml:994
  msgid "Dump the default configuration to standard error on startup."
  msgstr "起動時に、標準エラー出力へデフォルト設定を出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:984
++#: apt.conf.5.xml:1001
  msgid "<literal>Debug::pkgDPkgPM</literal>"
  msgstr "<literal>Debug::pkgDPkgPM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:987
++#: apt.conf.5.xml:1004
  msgid ""
  "When invoking &dpkg;, output the precise command line with which it is being "
  "invoked, with arguments separated by a single space character."
@@@ -7592,12 -7685,12 +7812,12 @@@ msgstr "
  "切られます。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:995
++#: apt.conf.5.xml:1012
  msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
  msgstr "<literal>Debug::pkgDPkgProgressReporting</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:998
++#: apt.conf.5.xml:1015
  msgid ""
  "Output all the data received from &dpkg; on the status file descriptor and "
  "any errors encountered while parsing it."
@@@ -7606,12 -7699,12 +7826,12 @@@ msgstr "
  "を解析中に発生したエラーを出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1005
++#: apt.conf.5.xml:1022
  msgid "<literal>Debug::pkgOrderList</literal>"
  msgstr "<literal>Debug::pkgOrderList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1009
++#: apt.conf.5.xml:1026
  msgid ""
  "Generate a trace of the algorithm that decides the order in which "
  "<literal>apt</literal> should pass packages to &dpkg;."
@@@ -7620,33 -7713,33 +7840,33 @@@ msgstr "
  "のトレースを生成します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1017
++#: apt.conf.5.xml:1034
  msgid "<literal>Debug::pkgPackageManager</literal>"
  msgstr "<literal>Debug::pkgPackageManager</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1021
++#: apt.conf.5.xml:1038
  msgid ""
  "Output status messages tracing the steps performed when invoking &dpkg;."
  msgstr "&dpkg; を呼び出す際に、実行手順を追跡した状態メッセージを出力します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1028
++#: apt.conf.5.xml:1045
  msgid "<literal>Debug::pkgPolicy</literal>"
  msgstr "<literal>Debug::pkgPolicy</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1032
++#: apt.conf.5.xml:1049
  msgid "Output the priority of each package list on startup."
  msgstr "起動時の各パッケージの優先度を表示します。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1038
++#: apt.conf.5.xml:1055
  msgid "<literal>Debug::pkgProblemResolver</literal>"
  msgstr "<literal>Debug::pkgProblemResolver</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1042
++#: apt.conf.5.xml:1059
  msgid ""
  "Trace the execution of the dependency resolver (this applies only to what "
  "happens when a complex dependency problem is encountered)."
@@@ -7655,12 -7748,12 +7875,12 @@@ msgstr "
  "した場合にのみ、適用されます)。"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1050
++#: apt.conf.5.xml:1067
  msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  msgstr "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1053
++#: apt.conf.5.xml:1070
  msgid ""
  "Display a list of all installed packages with their calculated score used by "
  "the pkgProblemResolver. The description of the package is the same as "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1061
++#: apt.conf.5.xml:1078
  msgid "<literal>Debug::sourceList</literal>"
  msgstr "<literal>Debug::sourceList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1065
++#: apt.conf.5.xml:1082
  msgid ""
  "Print information about the vendors read from <filename>/etc/apt/vendors."
  "list</filename>."
@@@ -7683,7 -7776,7 +7903,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1088
++#: apt.conf.5.xml:1105
  msgid ""
  "&configureindex; is a configuration file showing example values for all "
  "possible options."
@@@ -7693,14 -7786,14 +7913,14 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt.conf.5.xml:1095
++#: apt.conf.5.xml:1112
  msgid "&file-aptconf;"
  msgstr "&file-aptconf;"
  
  # type: Content of: <refentry><refsect1><para>
  #.  ? reading apt.conf 
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1100
++#: apt.conf.5.xml:1117
  msgid "&apt-cache;, &apt-config;, &apt-preferences;."
  msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
  
@@@ -7802,8 -7895,8 +8022,8 @@@ msgstr "
  msgid ""
  "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
  "directory are parsed in alphanumeric ascending order and need to obey the "
--"following naming convention: The files have no or \"<literal>pref</literal>"
--"\" as filename extension and which only contain alphanumeric, hyphen (-), "
++"following naming convention: The files have either no or \"<literal>pref</"
++"literal>\" as filename extension and only contain alphanumeric, hyphen (-), "
  "underscore (_) and period (.) characters.  Otherwise APT will print a notice "
  "that it has ignored a file if the file doesn't match a pattern in the "
  "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this "
@@@ -8257,9 -8350,81 +8477,81 @@@ msgstr "
  "Pin-Priority: 500\n"
  "\n"
  
 -"()-like expression or contains the word kde (as a POSIX extended regular "
+ #. type: Content of: <refentry><refsect1><refsect2><title>
+ #: apt_preferences.5.xml:262
+ msgid "Regular expressions and glob() syntax"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:264
+ msgid ""
+ "APT also supports pinning by glob() expressions and regular expressions "
+ "surrounded by /. For example, the following example assigns the priority 500 "
+ "to all packages from experimental where the name starts with gnome (as a glob"
 -"string can occur. Those, the following pin assigns the priority 990 to all "
++"()-like expression) or contains the word kde (as a POSIX extended regular "
+ "expression surrounded by slashes)."
+ msgstr ""
+ # type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting>
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:273
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ "\n"
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:279
+ msgid ""
+ "The rule for those expressions is that they can occur anywhere where a "
++"string can occur. Thus, the following pin assigns the priority 990 to all "
+ "packages from a release starting with karmic."
+ msgstr ""
+ # type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting>
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:285
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ "\n"
+ # type: <tag></tag>
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:290
+ #, fuzzy
+ #| msgid "Packages"
+ msgid "Package"
+ msgstr "Packages"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:296
+ msgid "*"
+ msgstr ""
  # type: Content of: <refentry><refsect1><refsect2><title>
  #. type: Content of: <refentry><refsect1><refsect2><title>
- #: apt_preferences.5.xml:263
+ #: apt_preferences.5.xml:306
  msgid "How APT Interprets Priorities"
  msgstr "APT が優先度に割り込む方法"
  
@@@ -9203,8 -9368,8 +9495,9 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><literallayout>
  #: sources.list.5.xml:81
--#, no-wrap
--msgid "deb uri distribution [component1] [component2] [...]"
++#, fuzzy, no-wrap
++#| msgid "deb uri distribution [component1] [component2] [...]"
++msgid "deb [ options ] uri distribution [component1] [component2] [...]"
  msgstr "deb uri distribution [component1] [component2] [...]"
  
  # type: Content of: <refentry><refsect1><para>
@@@ -9272,10 -9437,10 +9565,42 @@@ msgstr "
  "にアクセスするのに便利です。APT は、帯域の狭いサイトを効率よく扱うのに、異な"
  "るホストへは、接続を並行して行うようにもしています。"
  
--# type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
  #: sources.list.5.xml:112
  msgid ""
++"<literal>options</literal> is always optional and needs to be surounded by "
++"square brackets. It can consist of multiple settings in the form "
++"<literal><replaceable>setting</replaceable>=<replaceable>value</"
++"replaceable></literal>.  Multiple settings are separated by spaces. The "
++"following settings are supported by APT, note through that unsupported "
++"settings will be ignored silently:"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:117
++msgid ""
++"<literal>arch=<replaceable>arch1</replaceable>,<replaceable>arch2</"
++"replaceable>,…</literal> can be used to specify for which architectures "
++"packages information should be downloaded. If this option is not set all "
++"architectures defined by the <literal>APT::Architectures</literal> option "
++"will be downloaded."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:121
++msgid ""
++"<literal>trusted=yes</literal> can be set to indicate that packages from "
++"this source are always authenificated even if the <filename>Release</"
++"filename> file is not signed or the signature can't be checked. This "
++"disables parts of &apt-secure; and should therefore only be used in a local "
++"and trusted context. <literal>trusted=no</literal> is the opposite which "
++"handles even correctly authenificated sources as not authenificated."
++msgstr ""
++
++# type: Content of: <refentry><refsect1><para>
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:128
++msgid ""
  "It is important to list sources in order of preference, with the most "
  "preferred source listed first. Typically this will result in sorting by "
  "speed from fastest to slowest (CD-ROM followed by hosts on a local network, "
@@@ -9288,12 -9453,12 +9613,12 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:117
++#: sources.list.5.xml:133
  msgid "Some examples:"
  msgstr "例:"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:119
++#: sources.list.5.xml:135
  #, no-wrap
  msgid ""
  "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
@@@ -9306,19 -9471,19 +9631,19 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><title>
--#: sources.list.5.xml:125
++#: sources.list.5.xml:141
  msgid "URI specification"
  msgstr "URI の仕様"
  
  # type: Content of: <refentry><refsect1><title>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:130
++#: sources.list.5.xml:146
  msgid "file"
  msgstr "ファイル"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:132
++#: sources.list.5.xml:148
  msgid ""
  "The file scheme allows an arbitrary directory in the file system to be "
  "considered an archive. This is useful for NFS mounts and local mirrors or "
@@@ -9329,7 -9494,7 +9654,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:139
++#: sources.list.5.xml:155
  msgid ""
  "The cdrom scheme allows APT to use a local CDROM drive with media swapping. "
  "Use the &apt-cdrom; program to create cdrom entries in the source list."
@@@ -9340,7 -9505,7 +9665,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:146
++#: sources.list.5.xml:162
  msgid ""
  "The http scheme specifies an HTTP server for the archive. If an environment "
  "variable <envar>http_proxy</envar> is set with the format http://server:"
@@@ -9357,7 -9522,7 +9682,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:157
++#: sources.list.5.xml:173
  msgid ""
  "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior "
  "is highly configurable; for more information see the &apt-conf; manual page. "
@@@ -9376,13 -9541,13 +9701,13 @@@ msgstr "
  "れます。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:166
++#: sources.list.5.xml:182
  msgid "copy"
  msgstr "copy"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:168
++#: sources.list.5.xml:184
  msgid ""
  "The copy scheme is identical to the file scheme except that packages are "
  "copied into the cache directory instead of used directly at their location.  "
@@@ -9393,18 -9558,18 +9718,18 @@@ msgstr "
  "て、APT でコピーを行う場合に便利です。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "rsh"
  msgstr "rsh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "ssh"
  msgstr "ssh"
  
  # type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:175
++#: sources.list.5.xml:191
  msgid ""
  "The rsh/ssh method invokes rsh/ssh to connect to a remote host as a given "
  "user and access the files. It is a good idea to do prior arrangements with "
@@@ -9419,12 -9584,12 +9744,12 @@@ msgstr "
  "します。"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:183
++#: sources.list.5.xml:199
  msgid "more recognizable URI types"
  msgstr "さらに認識できる URI タイプ"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:185
++#: sources.list.5.xml:201
  msgid ""
  "APT can be extended with more methods shipped in other optional packages "
  "which should follow the nameing scheme <literal>apt-transport-"
@@@ -9438,7 -9603,7 +9763,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:127
++#: sources.list.5.xml:143
  msgid ""
  "The currently recognized URI types are cdrom, file, http, ftp, copy, ssh, "
  "rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -9448,7 -9613,7 +9773,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:199
++#: sources.list.5.xml:215
  msgid ""
  "Uses the archive stored locally (or NFS mounted) at /home/jason/debian for "
  "stable/main, stable/contrib, and stable/non-free."
@@@ -9457,38 -9622,38 +9782,61 @@@ msgstr "
  "free 用のローカル (または NFS) アーカイブを使用します。"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:201
++#: sources.list.5.xml:217
  #, no-wrap
  msgid "deb file:/home/jason/debian stable main contrib non-free"
  msgstr "deb file:/home/jason/debian stable main contrib non-free"
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:203
++#: sources.list.5.xml:219
  msgid "As above, except this uses the unstable (development) distribution."
  msgstr "上記同様ですが、不安定版 (開発版) を使用します。"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:204
++#: sources.list.5.xml:220
  #, no-wrap
  msgid "deb file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb file:/home/jason/debian unstable main contrib non-free"
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:206
++#: sources.list.5.xml:222
  msgid "Source line for the above"
  msgstr "上記のソース行"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:207
++#: sources.list.5.xml:223
  #, no-wrap
  msgid "deb-src file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb-src file:/home/jason/debian unstable main contrib non-free"
  
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:225
++msgid ""
++"The first line gets package information for the architectures in "
++"<literal>APT::Architectures</literal> while the second always retrieves "
++"<literal>amd64</literal> and <literal>armel</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><literallayout>
++#: sources.list.5.xml:227
++#, fuzzy, no-wrap
++#| msgid ""
++#| "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++#| "deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++#| "   "
++msgid ""
++"deb http://ftp.debian.org/debian &stable-codename; main\n"
++"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
++msgstr ""
++"deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++"deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++"   "
++
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:209
++#: sources.list.5.xml:230
  msgid ""
  "Uses HTTP to access the archive at archive.debian.org, and uses only the "
  "hamm/main area."
@@@ -9498,14 -9663,14 +9846,14 @@@ msgstr "
  
  # type: <example></example>
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:211
++#: sources.list.5.xml:232
  #, no-wrap
  msgid "deb http://archive.debian.org/debian-archive hamm main"
  msgstr "deb http://archive.debian.org/debian-archive hamm main"
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:213
++#: sources.list.5.xml:234
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the &stable-codename;/contrib area."
@@@ -9515,14 -9680,14 +9863,14 @@@ msgstr "
  
  # type: <example></example>
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:215
++#: sources.list.5.xml:236
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  msgstr "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:217
++#: sources.list.5.xml:238
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the unstable/contrib area. If this line appears as "
@@@ -9536,13 -9701,13 +9884,13 @@@ msgstr "
  
  # type: <example></example>
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:221
++#: sources.list.5.xml:242
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian unstable contrib"
  msgstr "deb ftp://ftp.debian.org/debian unstable contrib"
  
  #. type: Content of: <refentry><refsect1><para><literallayout>
--#: sources.list.5.xml:230
++#: sources.list.5.xml:251
  #, fuzzy, no-wrap
  #| msgid "deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/"
  msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
@@@ -9550,7 -9715,7 +9898,7 @@@ msgstr "deb http://ftp.de.debian.org/de
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:223
++#: sources.list.5.xml:244
  #, fuzzy
  #| msgid ""
  #| "Uses HTTP to access the archive at nonus.debian.org, under the debian-non-"
@@@ -9579,7 -9744,7 +9927,7 @@@ msgstr "
  
  # type: Content of: <refentry><refsect1><para>
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:235
++#: sources.list.5.xml:256
  msgid "&apt-cache; &apt-conf;"
  msgstr "&apt-cache; &apt-conf;"
  
@@@ -10767,19 -10932,42 +11115,50 @@@ msgstr "  # apt-get -o dir::cache::arch
  msgid "Which will use the already fetched archives on the disc."
  msgstr "これで、disc にある取得済みのアーカイブを使用するようになります。"
  
 -#~ msgid "<option>--md5</option>"
 -#~ msgstr "<option>--md5</option>"
 -
+ # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+ #~ msgid ""
 -#~ "Generate MD5 sums. This defaults to on, when turned off the generated "
 -#~ "index files will not have MD5Sum fields where possible.  Configuration "
 -#~ "Item: <literal>APT::FTPArchive::MD5</literal>"
++#~ "Update the local keyring with the keyring of Debian archive keys and "
++#~ "removes from the keyring the archive keys which are no longer valid."
+ #~ msgstr ""
 -#~ "MD5 sum を生成します。デフォルトで on になっており、off にすると生成したイ"
 -#~ "ンデックスファイルに MD5Sum フィールドがありません。設定項目 - "
 -#~ "<literal>APT::FTPArchive::MD5</literal>"
++#~ "Debian アーカイブキーで、ローカルキーリングを更新し、もう有効でないキーを"
++#~ "キーリングから削除します。"
+ #~ msgid "unmarkauto"
+ #~ msgstr "unmarkauto"
+ #~ msgid "<option>-h</option>"
+ #~ msgstr "<option>-h</option>"
+ #~ msgid "<option>--help</option>"
+ #~ msgstr "<option>--help</option>"
+ # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+ #~ msgid "Show a short usage summary."
+ #~ msgstr "短い使用方法を表示します。"
+ #~ msgid "<option>-v</option>"
+ #~ msgstr "<option>-v</option>"
+ #~ msgid "<option>--version</option>"
+ #~ msgstr "<option>--version</option>"
+ # type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+ #~ msgid "Show the program version."
+ #~ msgstr "プログラムのバージョン情報を表示します"
 +#~ msgid "<option>--md5</option>"
 +#~ msgstr "<option>--md5</option>"
 +
 +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 +#~ msgid ""
 +#~ "Generate MD5 sums. This defaults to on, when turned off the generated "
 +#~ "index files will not have MD5Sum fields where possible.  Configuration "
 +#~ "Item: <literal>APT::FTPArchive::MD5</literal>"
 +#~ msgstr ""
 +#~ "MD5 sum を生成します。デフォルトで on になっており、off にすると生成したイ"
 +#~ "ンデックスファイルに MD5Sum フィールドがありません。設定項目 - "
 +#~ "<literal>APT::FTPArchive::MD5</literal>"
 +
  # type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara>
  #~ msgid "to the version that is already installed (if any)."
  #~ msgstr "(あるならば) 既にインストールされているバージョン。"
diff --cc doc/po/pl.po
index 16b719978e67e8f6e1660afd81839e85fe1e6b8b,0721cbf132c7d8b4a5b2093887f24e39db593129..2f7566fe404309386ca84efefff28c960a91b28f
@@@ -10,7 -10,7 +10,7 @@@
  msgid ""
  msgstr ""
  "Project-Id-Version: apt 0.7.25.3\n"
- "POT-Creation-Date: 2011-04-05 10:22+0300\n"
 -"POT-Creation-Date: 2011-06-08 16:54+0300\n"
++"POT-Creation-Date: 2011-11-10 16:42+0100\n"
  "PO-Revision-Date: 2010-03-18 22:00+0100\n"
  "Last-Translator: Robert Luberda <robert@debian.org>\n"
  "Language-Team: <debian-l10n-polish@lists.debian.org>\n"
@@@ -787,8 -787,8 +787,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50
--#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114
- #: apt-key.8.xml:38 apt-mark.8.xml:55 apt-secure.8.xml:43
++#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:121
+ #: apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43
  #: apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36
  #: sources.list.5.xml:36
  msgid "Description"
@@@ -810,7 -810,7 +810,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><para>
--#: apt-cache.8.xml:70 apt-get.8.xml:120
++#: apt-cache.8.xml:70 apt-get.8.xml:127
  msgid ""
  "Unless the <option>-h</option>, or <option>--help</option> option is given, "
  "one of the commands below must be present."
@@@ -1335,8 -1335,8 +1335,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
  #: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59
- #: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:92
 -#: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:126
--#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
++#: apt-ftparchive.1.xml:525 apt-get.8.xml:342 apt-mark.8.xml:126
++#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:577 apt.conf.5.xml:599
  msgid "options"
  msgstr "opcje"
  
@@@ -1363,7 -1363,7 +1363,7 @@@ msgstr "
  "<literal>Dir::Cache::pkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:288 apt-ftparchive.1.xml:571 apt-get.8.xml:393
++#: apt-cache.8.xml:288 apt-ftparchive.1.xml:572 apt-get.8.xml:404
  #: apt-sortpkgs.1.xml:61
  msgid "<option>-s</option>"
  msgstr "<option>-s</option>"
@@@ -1391,12 -1391,12 +1391,12 @@@ msgstr "
  "Cache::srcpkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>-q</option>"
  msgstr "<option>-q</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>--quiet</option>"
  msgstr "<option>--quiet</option>"
  
@@@ -1503,7 -1503,7 +1503,7 @@@ msgstr "<option>--no-act</option>
  #| "<literal>APT::Cache::RecurseDepends</literal>."
  msgid ""
  "Per default the <literal>depends</literal> and <literal>rdepends</literal> "
--"print all dependencies. This can be twicked with these flags which will omit "
++"print all dependencies. This can be tweaked with these flags which will omit "
  "the specified dependency type.  Configuration Item: <literal>APT::Cache::"
  "Show<replaceable>DependencyType</replaceable></literal> e.g. <literal>APT::"
  "Cache::ShowRecommends</literal>."
@@@ -1514,7 -1514,7 +1514,7 @@@ msgstr "
  "konfiguracyjnym: <literal>APT::Cache::RecurseDepends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:350
++#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:361
  msgid "<option>-f</option>"
  msgstr "<option>-f</option>"
  
@@@ -1534,7 -1534,7 +1534,8 @@@ msgstr "
  "konfiguracyjnym: <literal>APT::Cache::ShowFull</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:583
++#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:584
++#: apt-get.8.xml:452
  msgid "<option>-a</option>"
  msgstr "<option>-a</option>"
  
@@@ -1660,14 -1660,14 +1661,14 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist>
  #: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101
--#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570
- #: apt-sortpkgs.1.xml:67
++#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:612 apt-get.8.xml:596
+ #: apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
  msgid "&apt-commonoptions;"
  msgstr "&apt-commonoptions;"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:156 apt-mark.8.xml:125
- #: apt.conf.5.xml:1093 apt_preferences.5.xml:654
 -#: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:172 apt-mark.8.xml:144
 -#: apt.conf.5.xml:1093 apt_preferences.5.xml:697
++#: apt-cache.8.xml:372 apt-get.8.xml:601 apt-key.8.xml:175 apt-mark.8.xml:144
++#: apt.conf.5.xml:1110 apt_preferences.5.xml:697
  msgid "Files"
  msgstr "Pliki"
  
@@@ -1678,10 -1678,10 +1679,10 @@@ msgstr "&file-sourceslist; &file-statel
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106
--#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585
- #: apt-key.8.xml:177 apt-mark.8.xml:131 apt-secure.8.xml:185
- #: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:661
 -#: apt-key.8.xml:193 apt-mark.8.xml:150 apt-secure.8.xml:185
 -#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:704
--#: sources.list.5.xml:234
++#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:628 apt-get.8.xml:611
++#: apt-key.8.xml:196 apt-mark.8.xml:150 apt-secure.8.xml:185
++#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1116 apt_preferences.5.xml:704
++#: sources.list.5.xml:255
  msgid "See Also"
  msgstr "Zobacz także"
  
@@@ -1693,8 -1693,8 +1694,8 @@@ msgstr "&apt-conf;, &sources-list;, &ap
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111
--#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591
- #: apt-mark.8.xml:135 apt-sortpkgs.1.xml:76
++#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:632 apt-get.8.xml:617
+ #: apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
  msgid "Diagnostics"
  msgstr "Diagnostyka"
  
@@@ -1837,12 -1837,12 +1838,12 @@@ msgstr "
  "\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cdrom.8.xml:94 apt-key.8.xml:142
 -#: apt-cdrom.8.xml:94 apt-key.8.xml:158
++#: apt-cdrom.8.xml:94 apt-key.8.xml:161
  msgid "Options"
  msgstr "Opcje"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:539 apt-get.8.xml:345
++#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:540 apt-get.8.xml:356
  msgid "<option>-d</option>"
  msgstr "<option>-d</option>"
  
@@@ -1888,7 -1888,7 +1889,7 @@@ msgstr "
  "CDROM::Rename</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:116 apt-get.8.xml:364
++#: apt-cdrom.8.xml:116 apt-get.8.xml:375
  msgid "<option>-m</option>"
  msgstr "<option>-m</option>"
  
@@@ -1948,17 -1948,17 +1949,17 @@@ msgstr "
  "znajdzie wszystkie takie pliki."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:143 apt-get.8.xml:395
++#: apt-cdrom.8.xml:143 apt-get.8.xml:406
  msgid "<option>--just-print</option>"
  msgstr "<option>--just-print</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:144 apt-get.8.xml:397
++#: apt-cdrom.8.xml:144 apt-get.8.xml:408
  msgid "<option>--recon</option>"
  msgstr "<option>--recon</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:145 apt-get.8.xml:398
++#: apt-cdrom.8.xml:145 apt-get.8.xml:409
  msgid "<option>--no-act</option>"
  msgstr "<option>--no-act</option>"
  
@@@ -2105,7 -2105,7 +2106,7 @@@ msgid "Just show the contents of the co
  msgstr "Wyświetla zawartość przestrzeni konfiguracji."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:628
++#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:629
  #: apt-sortpkgs.1.xml:73
  msgid "&apt-conf;"
  msgstr "&apt-conf;"
@@@ -2183,7 -2183,7 +2184,7 @@@ msgstr "
  "config.XXXX</filename>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-extracttemplates.1.xml:63 apt-get.8.xml:504
++#: apt-extracttemplates.1.xml:63 apt-get.8.xml:530
  msgid "<option>-t</option>"
  msgstr "<option>-t</option>"
  
@@@ -2432,7 -2432,7 +2433,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:145 apt-get.8.xml:287
++#: apt-ftparchive.1.xml:145 apt-get.8.xml:298
  msgid "clean"
  msgstr "clean"
  
@@@ -2901,8 -2901,8 +2902,8 @@@ msgid "
  "free</literal>"
  msgstr ""
  
--#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:394
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-ftparchive.1.xml:394 apt.conf.5.xml:157
  msgid "Architectures"
  msgstr ""
  
@@@ -3106,20 -3106,20 +3107,20 @@@ msgid "
  "Configuration Items: <literal>APT::FTPArchive::<replaceable>Checksum</"
  "replaceable></literal> and <literal>APT::FTPArchive::<replaceable>Index</"
  "replaceable>::<replaceable>Checksum</replaceable></literal> where "
--"<literal>Index</literal> can be <literal>Packages</literal>, "
--"<literal>Sources</literal> or <literal>Release</literal> and "
--"<literal>Checksum</literal> can be <literal>MD5</literal>, <literal>SHA1</"
--"literal> or <literal>SHA256</literal>."
++"<literal><replaceable>Index</replaceable></literal> can be "
++"<literal>Packages</literal>, <literal>Sources</literal> or <literal>Release</"
++"literal> and <literal><replaceable>Checksum</replaceable></literal> can be "
++"<literal>MD5</literal>, <literal>SHA1</literal> or <literal>SHA256</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:539
++#: apt-ftparchive.1.xml:540
  msgid "<option>--db</option>"
  msgstr "<option>--db</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:541
++#: apt-ftparchive.1.xml:542
  #, fuzzy
  msgid ""
  "Use a binary caching DB. This has no effect on the generate command.  "
@@@ -3130,7 -3130,7 +3131,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:547
++#: apt-ftparchive.1.xml:548
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -3144,13 -3144,13 +3145,13 @@@ msgstr "
  "pliku konfiguracyjnym: <literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:553
++#: apt-ftparchive.1.xml:554
  msgid "<option>--delink</option>"
  msgstr "<option>--delink</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:555
++#: apt-ftparchive.1.xml:556
  #, fuzzy
  msgid ""
  "Perform Delinking. If the <literal>External-Links</literal> setting is used "
@@@ -3164,12 -3164,12 +3165,12 @@@ msgstr "
  "<literal>APT::Cache::Generate</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:561
++#: apt-ftparchive.1.xml:562
  msgid "<option>--contents</option>"
  msgstr "<option>--contents</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:563
++#: apt-ftparchive.1.xml:564
  msgid ""
  "Perform contents generation. When this option is set and package indexes are "
  "being generated with a cache DB then the file listing will also be extracted "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:571
++#: apt-ftparchive.1.xml:572
  msgid "<option>--source-override</option>"
  msgstr "<option>--source-override</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:573
++#: apt-ftparchive.1.xml:574
  #, fuzzy
  msgid ""
  "Select the source override file to use with the <literal>sources</literal> "
@@@ -3197,13 -3197,13 +3198,13 @@@ msgstr "
  "konfiguracyjnym: <literal>APT::Cache::Installed</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:577
++#: apt-ftparchive.1.xml:578
  msgid "<option>--readonly</option>"
  msgstr "<option>--readonly</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:579
++#: apt-ftparchive.1.xml:580
  #, fuzzy
  msgid ""
  "Make the caching databases read only.  Configuration Item: <literal>APT::"
@@@ -3213,14 -3213,14 +3214,14 @@@ msgstr "
  "pliku konfiguracyjnym: <literal>APT::Cache::NamesOnly</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:583
++#: apt-ftparchive.1.xml:584
  #, fuzzy
  #| msgid "<option>-a</option>"
  msgid "<option>--arch</option>"
  msgstr "<option>-a</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:584
++#: apt-ftparchive.1.xml:585
  #, fuzzy
  #| msgid ""
  #| "If the command is either <literal>install</literal> or <literal>remove</"
@@@ -3240,13 -3240,13 +3241,13 @@@ msgstr "
  "AutomaticRemove</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:590
++#: apt-ftparchive.1.xml:591
  #, fuzzy
  msgid "<option>APT::FTPArchive::AlwaysStat</option>"
  msgstr "<option>--version</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:592
++#: apt-ftparchive.1.xml:593
  msgid ""
  "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If "
  "packages are recompiled and/or republished with the same version again, this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:602
++#: apt-ftparchive.1.xml:603
  #, fuzzy
  msgid "<option>APT::FTPArchive::LongDescription</option>"
  msgstr "<option>--version</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:604
++#: apt-ftparchive.1.xml:605
  msgid ""
  "This configuration option defaults to \"<literal>true</literal>\" and should "
  "only be set to <literal>\"false\"</literal> if the Archive generated with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:501
 -#: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:544
--#: sources.list.5.xml:198
++#: apt-ftparchive.1.xml:617 apt.conf.5.xml:1104 apt_preferences.5.xml:544
++#: sources.list.5.xml:214
  msgid "Examples"
  msgstr "Przykłady"
  
  #. type: Content of: <refentry><refsect1><para><programlisting>
--#: apt-ftparchive.1.xml:622
++#: apt-ftparchive.1.xml:623
  #, no-wrap
  msgid "<command>apt-ftparchive</command> packages <replaceable>directory</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  msgstr "<command>apt-ftparchive</command> packages <replaceable>katalog</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:618
++#: apt-ftparchive.1.xml:619
  msgid ""
  "To create a compressed Packages file for a directory containing binary "
  "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
@@@ -3296,7 -3296,7 +3297,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:632
++#: apt-ftparchive.1.xml:633
  msgid ""
  "<command>apt-ftparchive</command> returns zero on normal operation, decimal "
  "100 on error."
@@@ -3367,10 -3367,10 +3368,11 @@@ msgid "
  "<option>-o= <replaceable>config_string</replaceable> </option> </arg> <arg> "
  "<option>-c= <replaceable>config_file</replaceable> </option> </arg> <arg> "
  "<option>-t=</option> <arg choice='plain'> <replaceable>target_release</"
--"replaceable> </arg> </arg> <group choice=\"req\"> <arg "
--"choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> <arg "
--"choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</arg> "
--"<arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
++"replaceable> </arg> </arg> <arg> <option>-a=</option> <arg choice='plain'> "
++"<replaceable>default_architecture</replaceable> </arg> </arg> <group choice="
++"\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> "
++"<arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</"
++"arg> <arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
  "\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
  "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> <arg "
  "choice='plain'> /<replaceable>target_release</replaceable> </arg> </group> </"
@@@ -3424,7 -3424,7 +3426,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:115
++#: apt-get.8.xml:122
  #, fuzzy
  #| msgid ""
  #| "<command>apt-get</command> is the command-line tool for handling "
@@@ -3444,13 -3444,13 +3446,13 @@@ msgstr "
  "&wajig;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:124 apt-key.8.xml:127
++#: apt-get.8.xml:131 apt-key.8.xml:127
  msgid "update"
  msgstr "update"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:125
++#: apt-get.8.xml:132
  msgid ""
  "<literal>update</literal> is used to resynchronize the package index files "
  "from their sources. The indexes of available packages are fetched from the "
@@@ -3474,13 -3474,13 +3476,13 @@@ msgstr "
  "<filename>Packages.gz</filename> nie jest wcześniej znany."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:136 guide.sgml:121
++#: apt-get.8.xml:143 guide.sgml:121
  msgid "upgrade"
  msgstr "upgrade"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:137
++#: apt-get.8.xml:144
  msgid ""
  "<literal>upgrade</literal> is used to install the newest versions of all "
  "packages currently installed on the system from the sources enumerated in "
@@@ -3505,13 -3505,13 +3507,13 @@@ msgstr "
  "wcześniej wykonać <literal>update</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:149
++#: apt-get.8.xml:156
  msgid "dselect-upgrade"
  msgstr "dselect-upgrade"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:150
++#: apt-get.8.xml:157
  msgid ""
  "<literal>dselect-upgrade</literal> is used in conjunction with the "
  "traditional Debian packaging front-end, &dselect;. <literal>dselect-upgrade</"
@@@ -3529,13 -3529,13 +3531,13 @@@ msgstr "
  "nowych)."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:159 guide.sgml:140
++#: apt-get.8.xml:166 guide.sgml:140
  msgid "dist-upgrade"
  msgstr "dist-upgrade"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:160
++#: apt-get.8.xml:167
  msgid ""
  "<literal>dist-upgrade</literal> in addition to performing the function of "
  "<literal>upgrade</literal>, also intelligently handles changing dependencies "
@@@ -3559,13 -3559,13 +3561,13 @@@ msgstr "
  "poszczególnych pakietów."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:172 guide.sgml:131
++#: apt-get.8.xml:179 guide.sgml:131
  msgid "install"
  msgstr "install"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:174
++#: apt-get.8.xml:181
  msgid ""
  "<literal>install</literal> is followed by one or more packages desired for "
  "installation or upgrading.  Each package is a package name, not a fully "
@@@ -3595,7 -3595,7 +3597,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:192
++#: apt-get.8.xml:199
  msgid ""
  "A specific version of a package can be selected for installation by "
  "following the package name with an equals and the version of the package to "
@@@ -3613,7 -3613,7 +3615,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:199
++#: apt-get.8.xml:206
  msgid ""
  "Both of the version selection mechanisms can downgrade packages and must be "
  "used with care."
@@@ -3623,7 -3623,7 +3625,7 @@@ msgstr "
  "ostrożnie."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:202
++#: apt-get.8.xml:209
  msgid ""
  "This is also the target to use if you want to upgrade one or more already-"
  "installed packages without upgrading every package you have on your system. "
@@@ -3644,7 -3644,7 +3646,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:213
++#: apt-get.8.xml:220
  msgid ""
  "Finally, the &apt-preferences; mechanism allows you to create an alternative "
  "installation policy for individual packages."
@@@ -3654,7 -3654,7 +3656,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:217
++#: apt-get.8.xml:224
  msgid ""
  "If no package matches the given expression and the expression contains one "
  "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and "
@@@ -3675,13 -3675,13 +3677,13 @@@ msgstr "
  "lub \"$\", można też stworzyć bardziej specyficzne wyrażenie regularne."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:226
++#: apt-get.8.xml:233
  msgid "remove"
  msgstr "remove"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:227
++#: apt-get.8.xml:234
  msgid ""
  "<literal>remove</literal> is identical to <literal>install</literal> except "
  "that packages are removed instead of installed. Note the removing a package "
@@@ -3695,12 -3695,12 +3697,12 @@@ msgstr "
  "pakiet zostanie zainstalowany zamiast zostać usunięty."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:234
++#: apt-get.8.xml:241
  msgid "purge"
  msgstr "purge"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:235
++#: apt-get.8.xml:242
  msgid ""
  "<literal>purge</literal> is identical to <literal>remove</literal> except "
  "that packages are removed and purged (any configuration files are deleted "
@@@ -3711,13 -3711,13 +3713,13 @@@ msgstr "
  "wszystkie pliki konfiguracyjne)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:239
++#: apt-get.8.xml:246
  msgid "source"
  msgstr "source"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:240
++#: apt-get.8.xml:247
  msgid ""
  "<literal>source</literal> causes <command>apt-get</command> to fetch source "
  "packages. APT will examine the available packages to decide which source "
@@@ -3737,7 -3737,7 +3739,7 @@@ msgstr "
  "wydanie</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:248
++#: apt-get.8.xml:255
  msgid ""
  "Source packages are tracked separately from binary packages via <literal>deb-"
  "src</literal> type lines in the &sources-list; file. This means that you "
@@@ -3753,12 -3753,12 +3755,19 @@@ msgstr "
  "jest zainstalowana lub możliwa do zainstalowania."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:255
++#: apt-get.8.xml:262
++#, fuzzy
++#| msgid ""
++#| "If the <option>--compile</option> option is specified then the package "
++#| "will be compiled to a binary .deb using <command>dpkg-buildpackage</"
++#| "command>, if <option>--download-only</option> is specified then the "
++#| "source package will not be unpacked."
  msgid ""
  "If the <option>--compile</option> option is specified then the package will "
--"be compiled to a binary .deb using <command>dpkg-buildpackage</command>, if "
--"<option>--download-only</option> is specified then the source package will "
--"not be unpacked."
++"be compiled to a binary .deb using <command>dpkg-buildpackage</command> for "
++"the architecture as defined by the <command>--host-architecture</command> "
++"option.  If <option>--download-only</option> is specified then the source "
++"package will not be unpacked."
  msgstr ""
  "Jeżeli podano opcję <option>--compile</option>, to pakiet źródłowy zostanie "
  "skompilowany do pakietu binarnego .deb za pomocą programu <command>dpkg-"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:260
++#: apt-get.8.xml:269
  msgid ""
  "A specific source version can be retrieved by postfixing the source name "
  "with an equals and then the version to fetch, similar to the mechanism used "
@@@ -3783,7 -3783,7 +3792,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:266
++#: apt-get.8.xml:275
  msgid ""
  "Note that source packages are not tracked like binary packages, they exist "
  "only in the current directory and are similar to downloading source tar "
@@@ -3794,29 -3794,29 +3803,36 @@@ msgstr "
  "ściągnięte oryginalne źródła programu ze strony jego autorów."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:271
++#: apt-get.8.xml:280
  msgid "build-dep"
  msgstr "build-dep"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:272
++#: apt-get.8.xml:281
++#, fuzzy
++#| msgid ""
++#| "<literal>build-dep</literal> causes apt-get to install/remove packages in "
++#| "an attempt to satisfy the build dependencies for a source package."
  msgid ""
  "<literal>build-dep</literal> causes apt-get to install/remove packages in an "
--"attempt to satisfy the build dependencies for a source package."
++"attempt to satisfy the build dependencies for a source package. By default "
++"the dependencies are satisfied to build the package nativly. If desired a "
++"host-architecture can be specified with the <option>--host-architecture</"
++"option> option instead."
  msgstr ""
  "<literal>build-dep</literal> powoduje, że apt-get zainstaluje/usunie pakiety "
  "tak, żeby spełnić zależności wymagane do zbudowania danego pakietu "
  "źródłowego."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:276
++#: apt-get.8.xml:287
  msgid "check"
  msgstr "check"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:277
++#: apt-get.8.xml:288
  msgid ""
  "<literal>check</literal> is a diagnostic tool; it updates the package cache "
  "and checks for broken dependencies."
@@@ -3825,20 -3825,20 +3841,20 @@@ msgstr "
  "bufor (cache) pakietów i szuka zepsutych pakietów."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:281
++#: apt-get.8.xml:292
  msgid "download"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:282
++#: apt-get.8.xml:293
  msgid ""
  "<literal>download</literal> will download the given binary package into the "
--"current directoy."
++"current directory."
  msgstr ""
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:288
++#: apt-get.8.xml:299
  msgid ""
  "<literal>clean</literal> clears out the local repository of retrieved "
  "package files. It removes everything but the lock file from "
@@@ -3857,13 -3857,13 +3873,13 @@@ msgstr "
  "literal>, aby zwolnić trochę miejsca na dysku."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:297
++#: apt-get.8.xml:308
  msgid "autoclean"
  msgstr "autoclean"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:298
++#: apt-get.8.xml:309
  msgid ""
  "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the "
  "local repository of retrieved package files. The difference is that it only "
@@@ -3883,28 -3883,28 +3899,33 @@@ msgstr "
  "zawierających zainstalowane pakiety."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:307
++#: apt-get.8.xml:318
  msgid "autoremove"
  msgstr "autoremove"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:308
++#: apt-get.8.xml:319
++#, fuzzy
++#| msgid ""
++#| "<literal>autoremove</literal> is used to remove packages that were "
++#| "automatically installed to satisfy dependencies for some package and that "
++#| "are no more needed."
  msgid ""
  "<literal>autoremove</literal> is used to remove packages that were "
--"automatically installed to satisfy dependencies for some package and that "
--"are no more needed."
++"automatically installed to satisfy dependencies for other packages and are "
++"now no longer needed."
  msgstr ""
  "<literal>autoremove</literal> jest używane do usuwania pakietów, które  "
  "zostały zainstalowane automatycznie, żeby rozwiązać zależności, i nie są już "
  "potrzebne."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:312
++#: apt-get.8.xml:323
  msgid "changelog"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:313
++#: apt-get.8.xml:324
  msgid ""
  "<literal>changelog</literal> downloads a package changelog and displays it "
  "through <command>sensible-pager</command>. The server name and base "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:335
++#: apt-get.8.xml:346
  msgid "<option>--no-install-recommends</option>"
  msgstr "<option>--no-install-recommends</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:336
++#: apt-get.8.xml:347
  msgid ""
  "Do not consider recommended packages as a dependency for installing.  "
  "Configuration Item: <literal>APT::Install-Recommends</literal>."
@@@ -3931,14 -3931,14 +3952,14 @@@ msgstr "
  "Pozycja w pliku konfiguracyjnym: <literal>APT::Install-Recommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:340
++#: apt-get.8.xml:351
  #, fuzzy
  #| msgid "<option>--no-upgrade</option>"
  msgid "<option>--install-suggests</option>"
  msgstr "<option>--no-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:341
++#: apt-get.8.xml:352
  #, fuzzy
  #| msgid ""
  #| "Do not consider recommended packages as a dependency for installing.  "
@@@ -3951,13 -3951,13 +3972,13 @@@ msgstr "
  "Pozycja w pliku konfiguracyjnym: <literal>APT::Install-Recommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:345
++#: apt-get.8.xml:356
  msgid "<option>--download-only</option>"
  msgstr "<option>--download-only</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:346
++#: apt-get.8.xml:357
  msgid ""
  "Download only; package files are only retrieved, not unpacked or installed.  "
  "Configuration Item: <literal>APT::Get::Download-Only</literal>."
@@@ -3967,13 -3967,13 +3988,13 @@@ msgstr "
  "Download-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:350
++#: apt-get.8.xml:361
  msgid "<option>--fix-broken</option>"
  msgstr "<option>--fix-broken</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:351
++#: apt-get.8.xml:362
  msgid ""
  "Fix; attempt to correct a system with broken dependencies in place. This "
  "option, when used with install/remove, can omit any packages to permit APT "
@@@ -4000,18 -4000,18 +4021,18 @@@ msgstr "
  "konfiguracyjnym: <literal>APT::Get::Fix-Broken</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:364
++#: apt-get.8.xml:375
  msgid "<option>--ignore-missing</option>"
  msgstr "<option>--ignore-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:365
++#: apt-get.8.xml:376
  msgid "<option>--fix-missing</option>"
  msgstr "<option>--fix-missing</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:366
++#: apt-get.8.xml:377
  msgid ""
  "Ignore missing packages; If packages cannot be retrieved or fail the "
  "integrity check after retrieval (corrupted package files), hold back those "
@@@ -4030,13 -4030,13 +4051,13 @@@ msgstr "
  "konfiguracyjnym: <literal>APT::Get::Fix-Missing</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:376
++#: apt-get.8.xml:387
  msgid "<option>--no-download</option>"
  msgstr "<option>--no-download</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:377
++#: apt-get.8.xml:388
  msgid ""
  "Disables downloading of packages. This is best used with <option>--ignore-"
  "missing</option> to force APT to use only the .debs it has already "
@@@ -4049,7 -4049,7 +4070,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:384
++#: apt-get.8.xml:395
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -4069,18 -4069,18 +4090,18 @@@ msgstr "
  "spodziewa.  Pozycja w pliku konfiguracyjnym: <literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:394
++#: apt-get.8.xml:405
  msgid "<option>--simulate</option>"
  msgstr "<option>--simulate</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:396
++#: apt-get.8.xml:407
  msgid "<option>--dry-run</option>"
  msgstr "<option>--dry-run</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:399
++#: apt-get.8.xml:410
  msgid ""
  "No action; perform a simulation of events that would occur but do not "
  "actually change the system.  Configuration Item: <literal>APT::Get::"
@@@ -4091,7 -4091,7 +4112,7 @@@ msgstr "
  "Get::Simulate</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:403
++#: apt-get.8.xml:414
  msgid ""
  "Simulation run as user will deactivate locking (<literal>Debug::NoLocking</"
  "literal>)  automatic. Also a notice will be displayed indicating that this "
@@@ -4111,7 -4111,7 +4132,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:409
++#: apt-get.8.xml:420
  msgid ""
  "Simulate prints out a series of lines each one representing a dpkg "
  "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets "
@@@ -4125,23 -4125,23 +4146,23 @@@ msgstr "
  "znana (rzadkość)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>-y</option>"
  msgstr "<option>-y</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>--yes</option>"
  msgstr "<option>--yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:417
++#: apt-get.8.xml:428
  msgid "<option>--assume-yes</option>"
  msgstr "<option>--assume-yes</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:418
++#: apt-get.8.xml:429
  msgid ""
  "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run "
  "non-interactively. If an undesirable situation, such as changing a held "
@@@ -4157,18 -4157,18 +4178,39 @@@ msgstr "
  "Assume-Yes</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:436
++#, fuzzy
++#| msgid "<option>--assume-yes</option>"
++msgid "<option>--assume-no</option>"
++msgstr "<option>--assume-yes</option>"
++
++#
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:437
++#, fuzzy
++#| msgid ""
++#| "Compile source packages after downloading them.  Configuration Item: "
++#| "<literal>APT::Get::Compile</literal>."
++msgid ""
++"Automatic \"no\" to all prompts.  Configuration Item: <literal>APT::Get::"
++"Assume-No</literal>."
++msgstr ""
++"Skompiluj pakiety źródłowe po ich ściągnięciu.  Pozycja w pliku "
++"konfiguracyjnym: <literal>APT::Get::Compile</literal>."
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:441
  msgid "<option>-u</option>"
  msgstr "<option>-u</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:441
  msgid "<option>--show-upgraded</option>"
  msgstr "<option>--show-upgraded</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:426
++#: apt-get.8.xml:442
  msgid ""
  "Show upgraded packages; Print out a list of all packages that are to be "
  "upgraded.  Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
@@@ -4178,18 -4178,18 +4220,18 @@@ msgstr "
  "Upgraded</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>-V</option>"
  msgstr "<option>-V</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>--verbose-versions</option>"
  msgstr "<option>--verbose-versions</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:432
++#: apt-get.8.xml:448
  msgid ""
  "Show full versions for upgraded and installed packages.  Configuration Item: "
  "<literal>APT::Get::Show-Versions</literal>."
@@@ -4198,23 -4198,23 +4240,41 @@@ msgstr "
  "konfiguracyjnym: <literal>APT::Get::Show-Versions</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:453
++#, fuzzy
++#| msgid "<option>--recurse</option>"
++msgid "<option>--host-architecture</option>"
++msgstr "<option>--recurse</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:454
++msgid ""
++"This option controls the architecture packages are built for by <command>apt-"
++"get source --compile</command> and how cross-builddependencies are "
++"satisfied. By default is not set which means that the host architecture is "
++"the same as the build architecture (which is defined by <literal>APT::"
++"Architecture</literal>)  Configuration Item: <literal>APT::Get::Host-"
++"Architecture</literal>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:462
  msgid "<option>-b</option>"
  msgstr "<option>-b</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:462
  msgid "<option>--compile</option>"
  msgstr "<option>--compile</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:437
++#: apt-get.8.xml:463
  msgid "<option>--build</option>"
  msgstr "<option>--build</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:438
++#: apt-get.8.xml:464
  msgid ""
  "Compile source packages after downloading them.  Configuration Item: "
  "<literal>APT::Get::Compile</literal>."
@@@ -4223,13 -4223,13 +4283,13 @@@ msgstr "
  "konfiguracyjnym: <literal>APT::Get::Compile</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:442
++#: apt-get.8.xml:468
  msgid "<option>--ignore-hold</option>"
  msgstr "<option>--ignore-hold</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:443
++#: apt-get.8.xml:469
  msgid ""
  "Ignore package Holds; This causes <command>apt-get</command> to ignore a "
  "hold placed on a package. This may be useful in conjunction with "
@@@ -4243,13 -4243,13 +4303,13 @@@ msgstr "
  "<literal>APT::Ignore-Hold</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:449
++#: apt-get.8.xml:475
  msgid "<option>--no-upgrade</option>"
  msgstr "<option>--no-upgrade</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:450
++#: apt-get.8.xml:476
  msgid ""
  "Do not upgrade packages; When used in conjunction with <literal>install</"
  "literal>, <literal>no-upgrade</literal> will prevent packages on the command "
@@@ -4262,7 -4262,7 +4322,7 @@@ msgstr "
  "<literal>APT::Get::Upgrade</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:456
++#: apt-get.8.xml:482
  #, fuzzy
  #| msgid "<option>--no-upgrade</option>"
  msgid "<option>--only-upgrade</option>"
@@@ -4270,7 -4270,7 +4330,7 @@@ msgstr "<option>--no-upgrade</option>
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:457
++#: apt-get.8.xml:483
  #, fuzzy
  #| msgid ""
  #| "Do not upgrade packages; When used in conjunction with <literal>install</"
@@@ -4289,13 -4289,13 +4349,13 @@@ msgstr "
  "<literal>APT::Get::Upgrade</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:463
++#: apt-get.8.xml:489
  msgid "<option>--force-yes</option>"
  msgstr "<option>--force-yes</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:464
++#: apt-get.8.xml:490
  msgid ""
  "Force yes; This is a dangerous option that will cause apt to continue "
  "without prompting if it is doing something potentially harmful. It should "
@@@ -4311,13 -4311,13 +4371,13 @@@ msgstr "
  "force-yes</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:471
++#: apt-get.8.xml:497
  msgid "<option>--print-uris</option>"
  msgstr "<option>--print-uris</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:472
++#: apt-get.8.xml:498
  msgid ""
  "Instead of fetching the files to install their URIs are printed. Each URI "
  "will have the path, the destination file name, the size and the expected md5 "
@@@ -4339,13 -4339,13 +4399,13 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:482
++#: apt-get.8.xml:508
  msgid "<option>--purge</option>"
  msgstr "<option>--purge</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:483
++#: apt-get.8.xml:509
  msgid ""
  "Use purge instead of remove for anything that would be removed.  An asterisk "
  "(\"*\") will be displayed next to packages which are scheduled to be purged. "
@@@ -4359,13 -4359,13 +4419,13 @@@ msgstr "
  "pliku konfiguracyjnym: <literal>APT::Get::Purge</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:490
++#: apt-get.8.xml:516
  msgid "<option>--reinstall</option>"
  msgstr "<option>--reinstall</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:491
++#: apt-get.8.xml:517
  msgid ""
  "Re-Install packages that are already installed and at the newest version.  "
  "Configuration Item: <literal>APT::Get::ReInstall</literal>."
@@@ -4374,13 -4374,13 +4434,13 @@@ msgstr "
  "Pozycja w pliku konfiguracyjnym: <literal>APT::Get::ReInstall</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:495
++#: apt-get.8.xml:521
  msgid "<option>--list-cleanup</option>"
  msgstr "<option>--list-cleanup</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:496
++#: apt-get.8.xml:522
  msgid ""
  "This option defaults to on, use <literal>--no-list-cleanup</literal> to turn "
  "it off. When on <command>apt-get</command> will automatically manage the "
@@@ -4397,18 -4397,18 +4457,18 @@@ msgstr "
  "konfiguracyjnym: <literal>APT::Get::List-Cleanup</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:505
++#: apt-get.8.xml:531
  msgid "<option>--target-release</option>"
  msgstr "<option>--target-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:506
++#: apt-get.8.xml:532
  msgid "<option>--default-release</option>"
  msgstr "<option>--default-release</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:507
++#: apt-get.8.xml:533
  msgid ""
  "This option controls the default input to the policy engine, it creates a "
  "default pin at priority 990 using the specified release string.  This "
@@@ -4431,13 -4431,13 +4491,13 @@@ msgstr "
  "stronę podręcznika &apt-preferences;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:520
++#: apt-get.8.xml:546
  msgid "<option>--trivial-only</option>"
  msgstr "<option>--trivial-only</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:522
++#: apt-get.8.xml:548
  msgid ""
  "Only perform operations that are 'trivial'. Logically this can be considered "
  "related to <option>--assume-yes</option>, where <option>--assume-yes</"
@@@ -4451,13 -4451,13 +4511,13 @@@ msgstr "
  "Get::Trivial-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:528
++#: apt-get.8.xml:554
  msgid "<option>--no-remove</option>"
  msgstr "<option>--no-remove</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:529
++#: apt-get.8.xml:555
  msgid ""
  "If any packages are to be removed apt-get immediately aborts without "
  "prompting.  Configuration Item: <literal>APT::Get::Remove</literal>."
@@@ -4467,12 -4467,12 +4527,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:534
++#: apt-get.8.xml:560
  msgid "<option>--auto-remove</option>"
  msgstr "<option>--auto-remove</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:535
++#: apt-get.8.xml:561
  msgid ""
  "If the command is either <literal>install</literal> or <literal>remove</"
  "literal>, then this option acts like running <literal>autoremove</literal> "
@@@ -4486,13 -4486,13 +4546,13 @@@ msgstr "
  "AutomaticRemove</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:541
++#: apt-get.8.xml:567
  msgid "<option>--only-source</option>"
  msgstr "<option>--only-source</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:542
++#: apt-get.8.xml:568
  msgid ""
  "Only has meaning for the <literal>source</literal> and <literal>build-dep</"
  "literal> commands.  Indicates that the given source names are not to be "
@@@ -4511,23 -4511,23 +4571,23 @@@ msgstr "
  "Only-Source</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--diff-only</option>"
  msgstr "<option>--diff-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--dsc-only</option>"
  msgstr "<option>--dsc-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--tar-only</option>"
  msgstr "<option>--tar-only</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:553
++#: apt-get.8.xml:579
  msgid ""
  "Download only the diff, dsc, or tar file of a source archive.  Configuration "
  "Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</"
@@@ -4538,13 -4538,13 +4598,13 @@@ msgstr "
  "Dsc-Only</literal> oraz <literal>APT::Get::Tar-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:558
++#: apt-get.8.xml:584
  msgid "<option>--arch-only</option>"
  msgstr "<option>--arch-only</option>"
  
  #
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:559
++#: apt-get.8.xml:585
  msgid ""
  "Only process architecture-dependent build-dependencies.  Configuration Item: "
  "<literal>APT::Get::Arch-Only</literal>."
@@@ -4555,12 -4555,12 +4615,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:563
++#: apt-get.8.xml:589
  msgid "<option>--allow-unauthenticated</option>"
  msgstr "<option>--allow-unauthenticated</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:564
++#: apt-get.8.xml:590
  msgid ""
  "Ignore if packages can't be authenticated and don't prompt about it.  This "
  "is useful for tools like pbuilder.  Configuration Item: <literal>APT::Get::"
@@@ -4571,7 -4571,7 +4631,7 @@@ msgstr "
  "w pliku konfiguracyjnym: <literal>APT::Get::AllowUnauthenticated</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt-get.8.xml:577
++#: apt-get.8.xml:603
  msgid ""
  "&file-sourceslist; &file-aptconf; &file-preferences; &file-cachearchives; "
  "&file-statelists;"
@@@ -4581,7 -4581,7 +4641,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:586
++#: apt-get.8.xml:612
  msgid ""
  "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, "
  "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-"
@@@ -4593,7 -4593,7 +4653,7 @@@ msgstr "
  
  #
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:592
++#: apt-get.8.xml:618
  msgid ""
  "<command>apt-get</command> returns zero on normal operation, decimal 100 on "
  "error."
@@@ -4602,22 -4602,22 +4662,22 @@@ msgstr "
  "w przypadku błędu."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:595
++#: apt-get.8.xml:621
  msgid "ORIGINAL AUTHORS"
  msgstr "AUTORZY ORYGINAŁU"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:596
++#: apt-get.8.xml:622
  msgid "&apt-author.jgunthorpe;"
  msgstr "&apt-author.jgunthorpe;"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:599
++#: apt-get.8.xml:625
  msgid "CURRENT AUTHORS"
  msgstr "OBECNI AUTORZY"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:601
++#: apt-get.8.xml:627
  msgid "&apt-author.team;"
  msgstr "&apt-author.team;"
  
@@@ -4747,14 -4747,30 +4807,33 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-key.8.xml:131
  msgid ""
--"Update the local keyring with the keyring of Debian archive keys and removes "
--"from the keyring the archive keys which are no longer valid."
++"Update the local keyring with the archive keyring and remove from the local "
++"keyring the archive keys which are no longer valid.  The archive keyring is "
++"shipped in the <literal>archive-keyring</literal> package of your "
++"distribution, e.g. the <literal>ubuntu-archive-keyring</literal> package in "
++"Ubuntu."
+ msgstr ""
 -"Aktualizuje lokalną składnicę kluczy używając składnicy kluczy archiwum "
 -"Debiana i usuwa z lokalnej składnicy nieaktualne już klucze archiwów Debiana."
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-key.8.xml:140
++#: apt-key.8.xml:141
+ #, fuzzy
+ #| msgid "update"
+ msgid "net-update"
+ msgstr "update"
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 -#: apt-key.8.xml:144
++#: apt-key.8.xml:145
+ msgid ""
 -"Update the local keyring with the keys of a key server and removes from the "
 -"keyring the archive keys which are no longer valid. This requires an "
 -"installed wget and an APT build configured to have a server to fetch from. "
 -"APT in Debian does not support this command, but Ubuntu's APT does."
++"Work similar to the <command>update</command> command above, but get the "
++"archive keyring from an URI instead and validate it against a master key.  "
++"This requires an installed &wget; and an APT build configured to have a "
++"server to fetch from and a master keyring to validate.  APT in Debian does "
++"not support this command and relies on <command>update</command> instead, "
++"but Ubuntu's APT does."
  msgstr ""
- "Aktualizuje lokalną składnicę kluczy używając składnicy kluczy archiwum "
- "Debiana i usuwa z lokalnej składnicy nieaktualne już klucze archiwów Debiana."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:143
 -#: apt-key.8.xml:159
++#: apt-key.8.xml:162
  msgid ""
  "Note that options need to be defined before the commands described in the "
  "previous section."
@@@ -4763,12 -4779,12 +4842,12 @@@ msgstr "
  "opisanymi w poprzednim rozdziale."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:145
 -#: apt-key.8.xml:161
++#: apt-key.8.xml:164
  msgid "--keyring <replaceable>filename</replaceable>"
  msgstr "--keyring <replaceable>nazwa_pliku</replaceable>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:146
 -#: apt-key.8.xml:162
++#: apt-key.8.xml:165
  msgid ""
  "With this option it is possible to specify a specific keyring file the "
  "command should operate on. The default is that a command is executed on the "
@@@ -4784,44 -4800,44 +4863,53 @@@ msgstr "
  "kluczy, co oznacza na przykład to, że nowe klucze będą dodawane właśnie tam."
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-key.8.xml:159
 -#: apt-key.8.xml:175
++#: apt-key.8.xml:178
  msgid "&file-trustedgpg;"
  msgstr "&file-trustedgpg;"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:161
 -#: apt-key.8.xml:177
++#: apt-key.8.xml:180
  msgid "<filename>/etc/apt/trustdb.gpg</filename>"
  msgstr "<filename>/etc/apt/trustdb.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:162
 -#: apt-key.8.xml:178
++#: apt-key.8.xml:181
  msgid "Local trust database of archive keys."
  msgstr "Lokalna składnica zaufanych kluczy archiwum."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:165
 -#: apt-key.8.xml:181
--msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++#: apt-key.8.xml:184
++#, fuzzy
++#| msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"
  msgstr "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:166
 -#: apt-key.8.xml:182
--msgid "Keyring of Debian archive trusted keys."
++#: apt-key.8.xml:185
++#, fuzzy
++#| msgid "Keyring of Debian archive trusted keys."
++msgid "Keyring of Ubuntu archive trusted keys."
  msgstr "Składnica zaufanych kluczy archiwum Debiana."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:169
 -#: apt-key.8.xml:185
++#: apt-key.8.xml:188
++#, fuzzy
++#| msgid ""
++#| "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  msgid ""
--"<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
++"<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"
  msgstr ""
  "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:170
 -#: apt-key.8.xml:186
--msgid "Keyring of Debian archive removed trusted keys."
++#: apt-key.8.xml:189
++#, fuzzy
++#| msgid "Keyring of Debian archive removed trusted keys."
++msgid "Keyring of Ubuntu archive removed trusted keys."
  msgstr "Składnica usuniętych zaufanych kluczy archiwum Debiana."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:179
 -#: apt-key.8.xml:195
++#: apt-key.8.xml:198
  msgid "&apt-get;, &apt-secure;"
  msgstr "&apt-get;, &apt-secure;"
  
@@@ -5371,14 -5456,14 +5528,29 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><orderedlist><listitem><para>
  #: apt.conf.5.xml:52
++#, fuzzy
++#| msgid ""
++#| "The <filename>/etc/apt/sources.list.d</filename> directory provides a way "
++#| "to add sources.list entries in separate files.  The format is the same as "
++#| "for the regular <filename>sources.list</filename> file.  File names need "
++#| "to end with <filename>.list</filename> and may only contain letters (a-z "
++#| "and A-Z), digits (0-9), underscore (_), hyphen (-) and period (.) "
++#| "characters.  Otherwise they will be silently ignored."
  msgid ""
  "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
--"order which have no or \"<literal>conf</literal>\" as filename extension and "
--"which only contain alphanumeric, hyphen (-), underscore (_) and period (.) "
--"characters.  Otherwise APT will print a notice that it has ignored a file if "
--"the file doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</"
--"literal> configuration list - in this case it will be silently ignored."
++"order which have either no or \"<literal>conf</literal>\" as filename "
++"extension and which only contain alphanumeric, hyphen (-), underscore (_) "
++"and period (.) characters.  Otherwise APT will print a notice that it has "
++"ignored a file if the file doesn't match a pattern in the <literal>Dir::"
++"Ignore-Files-Silently</literal> configuration list - in this case it will be "
++"silently ignored."
  msgstr ""
++"Katalog <filename>/etc/apt/sources.list.d</filename>  umożliwia podzielenie "
++"pliku źródeł na osobne pliki. Format jest dokładnie taki sam, jak w "
++"przypadku zwykłego pliku <filename>sources.list</filename>. Nazwy plików w "
++"tym katalogu muszą się kończyć rozszerzeniem <filename>.list</filename> i "
++"mogą składać się tylko z liter (a-z i A-Z), cyfr (0-9), znaku podkreślenia "
++"(_), pauzy (-) i kropki (.). Inne pliki zostaną zignorowane."
  
  #. type: Content of: <refentry><refsect1><orderedlist><listitem><para>
  #: apt.conf.5.xml:59
@@@ -5555,13 -5640,13 +5727,24 @@@ msgid "
  "compiled for."
  msgstr ""
  
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:158
++msgid ""
++"All Architectures the system supports. Processors implementing the "
++"<literal>amd64</literal> are e.g. also able to execute binaries compiled for "
++"<literal>i386</literal>; This list is use when fetching files and parsing "
++"package lists. The internal default is always the native architecture "
++"(<literal>APT::Architecture</literal>)  and all foreign architectures it can "
++"retrieve by calling <command>dpkg --print-foreign-architectures</command>."
++msgstr ""
++
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:157
++#: apt.conf.5.xml:165
  msgid "Default-Release"
  msgstr "Default-Release"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:158
++#: apt.conf.5.xml:166
  msgid ""
  "Default release to install packages from if more than one version available. "
  "Contains release name, codename or release version. Examples: 'stable', "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:163
++#: apt.conf.5.xml:171
  msgid "Ignore-Hold"
  msgstr "Ignore-Hold"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:164
++#: apt.conf.5.xml:172
  msgid ""
  "Ignore Held packages; This global option causes the problem resolver to "
  "ignore held packages in its decision making."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:168
++#: apt.conf.5.xml:176
  #, fuzzy
  msgid "Clean-Installed"
  msgstr "B<--installed>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:169
++#: apt.conf.5.xml:177
  msgid ""
  "Defaults to on. When turned on the autoclean feature will remove any "
  "packages which can no longer be downloaded from the cache. If turned off "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:175
++#: apt.conf.5.xml:183
  msgid "Immediate-Configure"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:176
++#: apt.conf.5.xml:184
  msgid ""
  "Defaults to on which will cause APT to install essential and important "
  "packages as fast as possible in the install/upgrade operation. This is done "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:198
++#: apt.conf.5.xml:206
  msgid "Force-LoopBreak"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:199
++#: apt.conf.5.xml:207
  msgid ""
  "Never Enable this option unless you -really- know what you are doing. It "
  "permits APT to temporarily remove an essential package to break a Conflicts/"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:207
++#: apt.conf.5.xml:215
  msgid "Cache-Start, Cache-Grow and Cache-Limit"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:208
++#: apt.conf.5.xml:216
  msgid ""
  "APT uses since version 0.7.26 a resizable memory mapped cache file to store "
  "the 'available' information. <literal>Cache-Start</literal> acts as a hint "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:223
++#: apt.conf.5.xml:231
  msgid "Build-Essential"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:224
++#: apt.conf.5.xml:232
  msgid "Defines which package(s) are considered essential build dependencies."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:227
++#: apt.conf.5.xml:235
  msgid "Get"
  msgstr "Get"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:228
++#: apt.conf.5.xml:236
  msgid ""
  "The Get subsection controls the &apt-get; tool, please see its documentation "
  "for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:232
++#: apt.conf.5.xml:240
  msgid "Cache"
  msgstr "Cache"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:233
++#: apt.conf.5.xml:241
  msgid ""
  "The Cache subsection controls the &apt-cache; tool, please see its "
  "documentation for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:237
++#: apt.conf.5.xml:245
  msgid "CDROM"
  msgstr "CDROM"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:238
++#: apt.conf.5.xml:246
  msgid ""
  "The CDROM subsection controls the &apt-cdrom; tool, please see its "
  "documentation for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:244
++#: apt.conf.5.xml:252
  msgid "The Acquire Group"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:249
++#: apt.conf.5.xml:257
  msgid "Check-Valid-Until"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:250
++#: apt.conf.5.xml:258
  msgid ""
  "Security related option defaulting to true as an expiring validation for a "
  "Release file prevents longtime replay attacks and can e.g. also help users "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:260
++#: apt.conf.5.xml:268
  msgid "Max-ValidTime"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:261
++#: apt.conf.5.xml:269
++msgid ""
++"Seconds the Release file should be considered valid after it was created "
++"(indicated by the <literal>Date</literal> header).  If the Release file "
++"itself includes a <literal>Valid-Until</literal> header the earlier date of "
++"the two is used as the expiration date.  The default value is <literal>0</"
++"literal> which stands for \"for ever\".  Archive specific settings can be "
++"made by appending the label of the archive to the option name."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
++#: apt.conf.5.xml:279
++msgid "Min-ValidTime"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:280
  msgid ""
--"Seconds the Release file should be considered valid after it was created. "
--"The default is \"for ever\" (0) if the Release file of the archive doesn't "
--"include a <literal>Valid-Until</literal> header.  If it does then this date "
--"is the default. The date from the Release file or the date specified by the "
--"creation time of the Release file (<literal>Date</literal> header) plus the "
--"seconds specified with this options are used to check if the validation of a "
--"file has expired by using the earlier date of the two. Archive specific "
--"settings can be made by appending the label of the archive to the option "
--"name."
++"Minimum of seconds the Release file should be considered valid after it was "
++"created (indicated by the <literal>Date</literal> header).  Use this if you "
++"need to use a seldomly updated (local) mirror of a more regular updated "
++"archive with a <literal>Valid-Until</literal> header instead of competely "
++"disabling the expiration date checking.  Archive specific settings can and "
++"should be used by appending the label of the archive to the option name."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:273
++#: apt.conf.5.xml:290
  msgid "PDiffs"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:274
++#: apt.conf.5.xml:291
  msgid ""
  "Try to download deltas called <literal>PDiffs</literal> for Packages or "
  "Sources files instead of downloading whole ones. True by default."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:277
++#: apt.conf.5.xml:294
  msgid ""
  "Two sub-options to limit the use of PDiffs are also available: With "
  "<literal>FileLimit</literal> can be specified how many PDiff files are "
  "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
--"other hand is the maximum precentage of the size of all patches compared to "
++"other hand is the maximum percentage of the size of all patches compared to "
  "the size of the targeted file. If one of these limits is exceeded the "
  "complete file is downloaded instead of the patches."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:286
++#: apt.conf.5.xml:303
  msgid "Queue-Mode"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:287
++#: apt.conf.5.xml:304
  msgid ""
  "Queuing mode; <literal>Queue-Mode</literal> can be one of <literal>host</"
  "literal> or <literal>access</literal> which determines how APT parallelizes "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:294
++#: apt.conf.5.xml:311
  msgid "Retries"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:295
++#: apt.conf.5.xml:312
  msgid ""
  "Number of retries to perform. If this is non-zero APT will retry failed "
  "files the given number of times."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:299
++#: apt.conf.5.xml:316
  #, fuzzy
  msgid "Source-Symlinks"
  msgstr "Sources"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:300
++#: apt.conf.5.xml:317
  msgid ""
  "Use symlinks for source archives. If set to true then source archives will "
  "be symlinked when possible instead of copying. True is the default."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:304 sources.list.5.xml:144
++#: apt.conf.5.xml:321 sources.list.5.xml:160
  msgid "http"
  msgstr "http"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:305
++#: apt.conf.5.xml:322
  msgid ""
  "HTTP URIs; http::Proxy is the default http proxy to use. It is in the "
  "standard form of <literal>http://[[user][:pass]@]host[:port]/</literal>. Per "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:313
++#: apt.conf.5.xml:330
  msgid ""
  "Three settings are provided for cache control with HTTP/1.1 compliant proxy "
  "caches. <literal>No-Cache</literal> tells the proxy to not use its cached "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:323 apt.conf.5.xml:387
++#: apt.conf.5.xml:340 apt.conf.5.xml:404
  msgid ""
  "The option <literal>timeout</literal> sets the timeout timer used by the "
  "method, this applies to all things including connection timeout and data "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:326
++#: apt.conf.5.xml:343
  msgid ""
  "One setting is provided to control the pipeline depth in cases where the "
  "remote server is not RFC conforming or buggy (such as Squid 2.0.2).  "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:334
++#: apt.conf.5.xml:351
  msgid ""
  "The used bandwidth can be limited with <literal>Acquire::http::Dl-Limit</"
  "literal> which accepts integer values in kilobyte. The default value is 0 "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:339
++#: apt.conf.5.xml:356
  msgid ""
  "<literal>Acquire::http::User-Agent</literal> can be used to set a different "
  "User-Agent for the http download method as some proxies allow access for "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:345
++#: apt.conf.5.xml:362
  msgid "https"
  msgstr "https"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:346
++#: apt.conf.5.xml:363
  msgid ""
  "HTTPS URIs. Cache-control, Timeout, AllowRedirect, Dl-Limit and proxy "
  "options are the same as for <literal>http</literal> method and will also "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:352
++#: apt.conf.5.xml:369
  msgid ""
  "<literal>CaInfo</literal> suboption specifies place of file that holds info "
  "about trusted certificates.  <literal>&lt;host&gt;::CaInfo</literal> is "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:370 sources.list.5.xml:155
++#: apt.conf.5.xml:387 sources.list.5.xml:171
  msgid "ftp"
  msgstr "ftp"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:371
++#: apt.conf.5.xml:388
  msgid ""
  "FTP URIs; ftp::Proxy is the default ftp proxy to use. It is in the standard "
  "form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:390
++#: apt.conf.5.xml:407
  msgid ""
  "Several settings are provided to control passive mode. Generally it is safe "
  "to leave passive mode on, it works in nearly every environment.  However "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:397
++#: apt.conf.5.xml:414
  msgid ""
  "It is possible to proxy FTP over HTTP by setting the <envar>ftp_proxy</"
  "envar> environment variable to a http url - see the discussion of the http "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:402
++#: apt.conf.5.xml:419
  msgid ""
  "The setting <literal>ForceExtended</literal> controls the use of RFC2428 "
  "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:409 sources.list.5.xml:137
++#: apt.conf.5.xml:426 sources.list.5.xml:153
  msgid "cdrom"
  msgstr "cdrom"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:415
++#: apt.conf.5.xml:432
  #, no-wrap
  msgid "/cdrom/::Mount \"foo\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:410
++#: apt.conf.5.xml:427
  msgid ""
  "CDROM URIs; the only setting for CDROM URIs is the mount point, "
  "<literal>cdrom::Mount</literal> which must be the mount point for the CDROM "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:420
++#: apt.conf.5.xml:437
  msgid "gpgv"
  msgstr "gpgv"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:421
++#: apt.conf.5.xml:438
  msgid ""
  "GPGV URIs; the only option for GPGV URIs is the option to pass additional "
  "parameters to gpgv.  <literal>gpgv::Options</literal> Additional options "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:426
++#: apt.conf.5.xml:443
  msgid "CompressionTypes"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:432
++#: apt.conf.5.xml:449
  #, no-wrap
  msgid "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<replaceable>Methodname</replaceable>\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:427
++#: apt.conf.5.xml:444
  msgid ""
  "List of compression types which are understood by the acquire methods.  "
  "Files like <filename>Packages</filename> can be available in various "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:437
++#: apt.conf.5.xml:454
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order:: \"gz\";"
  msgstr "Acquire::CompressionTypes::Order:: \"gz\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:440
++#: apt.conf.5.xml:457
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  msgstr "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:433
++#: apt.conf.5.xml:450
  msgid ""
  "Also the <literal>Order</literal> subgroup can be used to define in which "
  "order the acquire system will try to download the compressed files. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:444
++#: apt.conf.5.xml:461
  #, no-wrap
  msgid "Dir::Bin::bzip2 \"/bin/bzip2\";"
  msgstr "Dir::Bin::bzip2 \"/bin/bzip2\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:442
++#: apt.conf.5.xml:459
  msgid ""
  "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
  "replaceable></literal> will be checked: If this setting exists the method "
  "will only be used if this file exists, e.g. for the bzip2 method (the "
--"inbuilt) setting is <placeholder type=\"literallayout\" id=\"0\"/> Note also "
--"that list entries specified on the command line will be added at the end of "
--"the list specified in the configuration files, but before the default "
++"inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note "
++"also that list entries specified on the command line will be added at the "
++"end of the list specified in the configuration files, but before the default "
  "entries. To prefer a type in this case over the ones specified in the "
  "configuration files you can set the option direct - not in list style.  This "
  "will not override the defined list, it will only prefix the list with this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:449
++#: apt.conf.5.xml:466
  msgid ""
  "The special type <literal>uncompressed</literal> can be used to give "
--"uncompressed files a preference, but note that most archives doesn't provide "
++"uncompressed files a preference, but note that most archives don't provide "
  "uncompressed files so this is mostly only useable for local mirrors."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:454
++#: apt.conf.5.xml:471
  msgid "GzipIndexes"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:456
++#: apt.conf.5.xml:473
  msgid ""
  "When downloading <literal>gzip</literal> compressed indexes (Packages, "
  "Sources, or Translations), keep them gzip compressed locally instead of "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:463
++#: apt.conf.5.xml:480
  msgid "Languages"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:464
++#: apt.conf.5.xml:481
  msgid ""
  "The Languages subsection controls which <filename>Translation</filename> "
  "files are downloaded and in which order APT tries to display the Description-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><programlisting>
--#: apt.conf.5.xml:480
++#: apt.conf.5.xml:497
  #, no-wrap
  msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:470
++#: apt.conf.5.xml:487
  msgid ""
  "The default list includes \"environment\" and \"en\". "
  "\"<literal>environment</literal>\" has a special meaning here: It will be "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:245
++#: apt.conf.5.xml:253
  msgid ""
  "The <literal>Acquire</literal> group of options controls the download of "
  "packages and the URI handlers.  <placeholder type=\"variablelist\" id=\"0\"/>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:487
++#: apt.conf.5.xml:504
  msgid "Directories"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:489
++#: apt.conf.5.xml:506
  msgid ""
  "The <literal>Dir::State</literal> section has directories that pertain to "
  "local state information. <literal>lists</literal> is the directory to place "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:496
++#: apt.conf.5.xml:513
  msgid ""
  "<literal>Dir::Cache</literal> contains locations pertaining to local cache "
  "information, such as the two package caches <literal>srcpkgcache</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:505
++#: apt.conf.5.xml:522
  msgid ""
  "<literal>Dir::Etc</literal> contains the location of configuration files, "
  "<literal>sourcelist</literal> gives the location of the sourcelist and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:511
++#: apt.conf.5.xml:528
  msgid ""
  "The <literal>Dir::Parts</literal> setting reads in all the config fragments "
  "in lexical order from the directory specified. After this is done then the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:515
++#: apt.conf.5.xml:532
  msgid ""
  "Binary programs are pointed to by <literal>Dir::Bin</literal>. <literal>Dir::"
  "Bin::Methods</literal> specifies the location of the method handlers and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:523
++#: apt.conf.5.xml:540
  msgid ""
  "The configuration item <literal>RootDir</literal> has a special meaning.  If "
  "set, all paths in <literal>Dir::</literal> will be relative to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:536
++#: apt.conf.5.xml:553
  msgid ""
  "The <literal>Ignore-Files-Silently</literal> list can be used to specify "
  "which files APT should silently ignore while parsing the files in the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:545
++#: apt.conf.5.xml:562
  msgid "APT in DSelect"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:547
++#: apt.conf.5.xml:564
  msgid ""
  "When APT is used as a &dselect; method several configuration directives "
  "control the default behaviour. These are in the <literal>DSelect</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:551
++#: apt.conf.5.xml:568
  #, fuzzy
  msgid "Clean"
  msgstr "B<clean>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:552
++#: apt.conf.5.xml:569
  msgid ""
  "Cache Clean mode; this value may be one of always, prompt, auto, pre-auto "
  "and never.  always and prompt will remove all packages from the cache after "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:561
++#: apt.conf.5.xml:578
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the install phase."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:565
++#: apt.conf.5.xml:582
  #, fuzzy
  msgid "Updateoptions"
  msgstr "opcje"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:566
++#: apt.conf.5.xml:583
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the update phase."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:570
++#: apt.conf.5.xml:587
  msgid "PromptAfterUpdate"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:571
++#: apt.conf.5.xml:588
  msgid ""
  "If true the [U]pdate operation in &dselect; will always prompt to continue.  "
  "The default is to prompt only on error."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:577
++#: apt.conf.5.xml:594
  msgid "How APT calls dpkg"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:578
++#: apt.conf.5.xml:595
  msgid ""
  "Several configuration directives control how APT invokes &dpkg;. These are "
  "in the <literal>DPkg</literal> section."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:583
++#: apt.conf.5.xml:600
  msgid ""
  "This is a list of options to pass to dpkg. The options must be specified "
  "using the list notation and each list item is passed as a single argument to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Pre-Invoke"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Post-Invoke"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:589
++#: apt.conf.5.xml:606
  msgid ""
  "This is a list of shell commands to run before/after invoking &dpkg;.  Like "
  "<literal>options</literal> this must be specified in list notation. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:595
++#: apt.conf.5.xml:612
  msgid "Pre-Install-Pkgs"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:596
++#: apt.conf.5.xml:613
  msgid ""
  "This is a list of shell commands to run before invoking dpkg. Like "
  "<literal>options</literal> this must be specified in list notation. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:602
++#: apt.conf.5.xml:619
  msgid ""
  "Version 2 of this protocol dumps more information, including the protocol "
  "version, the APT configuration space and the packages, files and versions "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:609
++#: apt.conf.5.xml:626
  msgid "Run-Directory"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:610
++#: apt.conf.5.xml:627
  msgid ""
  "APT chdirs to this directory before invoking dpkg, the default is <filename>/"
  "</filename>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:614
++#: apt.conf.5.xml:631
  #, fuzzy
  msgid "Build-options"
  msgstr "opcje"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:615
++#: apt.conf.5.xml:632
  msgid ""
  "These options are passed to &dpkg-buildpackage; when compiling packages, the "
  "default is to disable signing and produce all binaries."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
--#: apt.conf.5.xml:620
++#: apt.conf.5.xml:637
  msgid "dpkg trigger usage (and related options)"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:621
++#: apt.conf.5.xml:638
  msgid ""
  "APT can call dpkg in a way so it can make aggressive use of triggers over "
  "multiple calls of dpkg. Without further options dpkg will use triggers only "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para><literallayout>
--#: apt.conf.5.xml:636
++#: apt.conf.5.xml:653
  #, no-wrap
  msgid ""
  "DPkg::NoTriggers \"true\";\n"
@@@ -6437,7 -6522,7 +6633,7 @@@ msgstr "
  "DPkg::TriggersPending \"true\";"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:630
++#: apt.conf.5.xml:647
  msgid ""
  "Note that it is not guaranteed that APT will support these options or that "
  "these options will not cause (big) trouble in the future. If you have "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:642
++#: apt.conf.5.xml:659
  msgid "DPkg::NoTriggers"
  msgstr "DPkg::NoTriggers"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:643
++#: apt.conf.5.xml:660
  msgid ""
  "Add the no triggers flag to all dpkg calls (except the ConfigurePending "
  "call).  See &dpkg; if you are interested in what this actually means. In "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:650
++#: apt.conf.5.xml:667
  msgid "PackageManager::Configure"
  msgstr "PackageManager::Configure"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:651
++#: apt.conf.5.xml:668
  msgid ""
  "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
  "and \"<literal>no</literal>\".  \"<literal>all</literal>\" is the default "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:661
++#: apt.conf.5.xml:678
  msgid "DPkg::ConfigurePending"
  msgstr "DPkg::ConfigurePending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:662
++#: apt.conf.5.xml:679
  msgid ""
  "If this option is set apt will call <command>dpkg --configure --pending</"
  "command> to let dpkg handle all required configurations and triggers. This "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:668
++#: apt.conf.5.xml:685
  msgid "DPkg::TriggersPending"
  msgstr "DPkg::TriggersPending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:669
++#: apt.conf.5.xml:686
  msgid ""
  "Useful for <literal>smart</literal> configuration as a package which has "
  "pending triggers is not considered as <literal>installed</literal> and dpkg "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:674
++#: apt.conf.5.xml:691
  msgid "PackageManager::UnpackAll"
  msgstr "PackageManager::UnpackAll"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:675
++#: apt.conf.5.xml:692
  msgid ""
  "As the configuration can be deferred to be done at the end by dpkg it can be "
  "tried to order the unpack series only by critical needs, e.g. by Pre-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:682
++#: apt.conf.5.xml:699
  msgid "OrderList::Score::Immediate"
  msgstr "OrderList::Score::Immediate"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:690
++#: apt.conf.5.xml:707
  #, no-wrap
  msgid ""
  "OrderList::Score {\n"
@@@ -6560,7 -6645,7 +6756,7 @@@ msgstr "
  "};"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:683
++#: apt.conf.5.xml:700
  msgid ""
  "Essential packages (and there dependencies) should be configured immediately "
  "after unpacking. It will be a good idea to do this quite early in the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:703
++#: apt.conf.5.xml:720
  msgid "Periodic and Archives options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:704
++#: apt.conf.5.xml:721
  msgid ""
  "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
  "of options configure behavior of apt periodic updates, which is done by "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:712
++#: apt.conf.5.xml:729
  #, fuzzy
  msgid "Debug options"
  msgstr "opcje"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:714
++#: apt.conf.5.xml:731
  msgid ""
  "Enabling options in the <literal>Debug::</literal> section will cause "
  "debugging information to be sent to the standard error stream of the program "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:725
++#: apt.conf.5.xml:742
  msgid ""
  "<literal>Debug::pkgProblemResolver</literal> enables output about the "
  "decisions made by <literal>dist-upgrade, upgrade, install, remove, purge</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:733
++#: apt.conf.5.xml:750
  msgid ""
  "<literal>Debug::NoLocking</literal> disables all file locking.  This can be "
  "used to run some operations (for instance, <literal>apt-get -s install</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:742
++#: apt.conf.5.xml:759
  msgid ""
  "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
  "time that <literal>apt</literal> invokes &dpkg;."
@@@ -6631,7 -6716,7 +6827,7 @@@ msgstr "
  #.       motivating example, except I haven't a clue why you'd want
  #.       to do this. 
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:750
++#: apt.conf.5.xml:767
  #, fuzzy
  msgid ""
  "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
@@@ -6641,104 -6726,104 +6837,104 @@@ msgstr "
  "in CDROM IDs."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:760
++#: apt.conf.5.xml:777
  msgid "A full list of debugging options to apt follows."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:765
++#: apt.conf.5.xml:782
  msgid "<literal>Debug::Acquire::cdrom</literal>"
  msgstr "<literal>Debug::Acquire::cdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:769
++#: apt.conf.5.xml:786
  msgid ""
  "Print information related to accessing <literal>cdrom://</literal> sources."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:776
++#: apt.conf.5.xml:793
  msgid "<literal>Debug::Acquire::ftp</literal>"
  msgstr "<literal>Debug::Acquire::ftp</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:780
++#: apt.conf.5.xml:797
  msgid "Print information related to downloading packages using FTP."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:787
++#: apt.conf.5.xml:804
  msgid "<literal>Debug::Acquire::http</literal>"
  msgstr "<literal>Debug::Acquire::http</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:791
++#: apt.conf.5.xml:808
  msgid "Print information related to downloading packages using HTTP."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:798
++#: apt.conf.5.xml:815
  msgid "<literal>Debug::Acquire::https</literal>"
  msgstr "<literal>Debug::Acquire::https</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:802
++#: apt.conf.5.xml:819
  msgid "Print information related to downloading packages using HTTPS."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:809
++#: apt.conf.5.xml:826
  msgid "<literal>Debug::Acquire::gpgv</literal>"
  msgstr "<literal>Debug::Acquire::gpgv</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:813
++#: apt.conf.5.xml:830
  msgid ""
  "Print information related to verifying cryptographic signatures using "
  "<literal>gpg</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:820
++#: apt.conf.5.xml:837
  msgid "<literal>Debug::aptcdrom</literal>"
  msgstr "<literal>Debug::aptcdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:824
++#: apt.conf.5.xml:841
  msgid ""
  "Output information about the process of accessing collections of packages "
  "stored on CD-ROMs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:831
++#: apt.conf.5.xml:848
  msgid "<literal>Debug::BuildDeps</literal>"
  msgstr "<literal>Debug::BuildDeps</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:834
++#: apt.conf.5.xml:851
  msgid "Describes the process of resolving build-dependencies in &apt-get;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:841
++#: apt.conf.5.xml:858
  msgid "<literal>Debug::Hashes</literal>"
  msgstr "<literal>Debug::Hashes</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:844
++#: apt.conf.5.xml:861
  msgid ""
  "Output each cryptographic hash that is generated by the <literal>apt</"
  "literal> libraries."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:851
++#: apt.conf.5.xml:868
  msgid "<literal>Debug::IdentCDROM</literal>"
  msgstr "<literal>Debug::IdentCDROM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:854
++#: apt.conf.5.xml:871
  msgid ""
  "Do not include information from <literal>statfs</literal>, namely the number "
  "of used and free blocks on the CD-ROM filesystem, when generating an ID for "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:862
++#: apt.conf.5.xml:879
  msgid "<literal>Debug::NoLocking</literal>"
  msgstr "<literal>Debug::NoLocking</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:865
++#: apt.conf.5.xml:882
  msgid ""
  "Disable all file locking.  For instance, this will allow two instances of "
  "<quote><literal>apt-get update</literal></quote> to run at the same time."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:873
++#: apt.conf.5.xml:890
  msgid "<literal>Debug::pkgAcquire</literal>"
  msgstr "<literal>Debug::pkgAcquire</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:877
++#: apt.conf.5.xml:894
  msgid "Log when items are added to or removed from the global download queue."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:884
++#: apt.conf.5.xml:901
  msgid "<literal>Debug::pkgAcquire::Auth</literal>"
  msgstr "<literal>Debug::pkgAcquire::Auth</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:887
++#: apt.conf.5.xml:904
  msgid ""
  "Output status messages and errors related to verifying checksums and "
  "cryptographic signatures of downloaded files."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:894
++#: apt.conf.5.xml:911
  msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
  msgstr "<literal>Debug::pkgAcquire::Diffs</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:897
++#: apt.conf.5.xml:914
  msgid ""
  "Output information about downloading and applying package index list diffs, "
  "and errors relating to package index list diffs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:905
++#: apt.conf.5.xml:922
  msgid "<literal>Debug::pkgAcquire::RRed</literal>"
  msgstr "<literal>Debug::pkgAcquire::RRed</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:909
++#: apt.conf.5.xml:926
  msgid ""
  "Output information related to patching apt package lists when downloading "
  "index diffs instead of full indices."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:916
++#: apt.conf.5.xml:933
  msgid "<literal>Debug::pkgAcquire::Worker</literal>"
  msgstr "<literal>Debug::pkgAcquire::Worker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:920
++#: apt.conf.5.xml:937
  msgid ""
  "Log all interactions with the sub-processes that actually perform downloads."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:927
++#: apt.conf.5.xml:944
  msgid "<literal>Debug::pkgAutoRemove</literal>"
  msgstr "<literal>Debug::pkgAutoRemove</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:931
++#: apt.conf.5.xml:948
  msgid ""
  "Log events related to the automatically-installed status of packages and to "
  "the removal of unused packages."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:938
++#: apt.conf.5.xml:955
  msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  msgstr "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:941
++#: apt.conf.5.xml:958
  msgid ""
  "Generate debug messages describing which packages are being automatically "
  "installed to resolve dependencies.  This corresponds to the initial auto-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:952
++#: apt.conf.5.xml:969
  msgid "<literal>Debug::pkgDepCache::Marker</literal>"
  msgstr "<literal>Debug::pkgDepCache::Marker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:955
++#: apt.conf.5.xml:972
  msgid ""
  "Generate debug messages describing which package is marked as keep/install/"
  "remove while the ProblemResolver does his work.  Each addition or deletion "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:974
++#: apt.conf.5.xml:991
  msgid "<literal>Debug::pkgInitConfig</literal>"
  msgstr "<literal>Debug::pkgInitConfig</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:977
++#: apt.conf.5.xml:994
  msgid "Dump the default configuration to standard error on startup."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:984
++#: apt.conf.5.xml:1001
  msgid "<literal>Debug::pkgDPkgPM</literal>"
  msgstr "<literal>Debug::pkgDPkgPM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:987
++#: apt.conf.5.xml:1004
  msgid ""
  "When invoking &dpkg;, output the precise command line with which it is being "
  "invoked, with arguments separated by a single space character."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:995
++#: apt.conf.5.xml:1012
  msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
  msgstr "<literal>Debug::pkgDPkgProgressReporting</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:998
++#: apt.conf.5.xml:1015
  msgid ""
  "Output all the data received from &dpkg; on the status file descriptor and "
  "any errors encountered while parsing it."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1005
++#: apt.conf.5.xml:1022
  msgid "<literal>Debug::pkgOrderList</literal>"
  msgstr "<literal>Debug::pkgOrderList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1009
++#: apt.conf.5.xml:1026
  msgid ""
  "Generate a trace of the algorithm that decides the order in which "
  "<literal>apt</literal> should pass packages to &dpkg;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1017
++#: apt.conf.5.xml:1034
  msgid "<literal>Debug::pkgPackageManager</literal>"
  msgstr "<literal>Debug::pkgPackageManager</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1021
++#: apt.conf.5.xml:1038
  msgid ""
  "Output status messages tracing the steps performed when invoking &dpkg;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1028
++#: apt.conf.5.xml:1045
  msgid "<literal>Debug::pkgPolicy</literal>"
  msgstr "<literal>Debug::pkgPolicy</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1032
++#: apt.conf.5.xml:1049
  msgid "Output the priority of each package list on startup."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1038
++#: apt.conf.5.xml:1055
  msgid "<literal>Debug::pkgProblemResolver</literal>"
  msgstr "<literal>Debug::pkgProblemResolver</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1042
++#: apt.conf.5.xml:1059
  msgid ""
  "Trace the execution of the dependency resolver (this applies only to what "
  "happens when a complex dependency problem is encountered)."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1050
++#: apt.conf.5.xml:1067
  msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  msgstr "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1053
++#: apt.conf.5.xml:1070
  msgid ""
  "Display a list of all installed packages with their calculated score used by "
  "the pkgProblemResolver. The description of the package is the same as "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1061
++#: apt.conf.5.xml:1078
  msgid "<literal>Debug::sourceList</literal>"
  msgstr "<literal>Debug::sourceList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1065
++#: apt.conf.5.xml:1082
  msgid ""
  "Print information about the vendors read from <filename>/etc/apt/vendors."
  "list</filename>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1088
++#: apt.conf.5.xml:1105
  msgid ""
  "&configureindex; is a configuration file showing example values for all "
  "possible options."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt.conf.5.xml:1095
++#: apt.conf.5.xml:1112
  msgid "&file-aptconf;"
  msgstr "&file-aptconf;"
  
  #.  ? reading apt.conf 
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1100
++#: apt.conf.5.xml:1117
  msgid "&apt-cache;, &apt-config;, &apt-preferences;."
  msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
  
@@@ -7052,16 -7137,16 +7248,30 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><para>
  #: apt_preferences.5.xml:70
++#, fuzzy
++#| msgid ""
++#| "The <filename>/etc/apt/sources.list.d</filename> directory provides a way "
++#| "to add sources.list entries in separate files.  The format is the same as "
++#| "for the regular <filename>sources.list</filename> file.  File names need "
++#| "to end with <filename>.list</filename> and may only contain letters (a-z "
++#| "and A-Z), digits (0-9), underscore (_), hyphen (-) and period (.) "
++#| "characters.  Otherwise they will be silently ignored."
  msgid ""
  "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
  "directory are parsed in alphanumeric ascending order and need to obey the "
--"following naming convention: The files have no or \"<literal>pref</literal>"
--"\" as filename extension and which only contain alphanumeric, hyphen (-), "
++"following naming convention: The files have either no or \"<literal>pref</"
++"literal>\" as filename extension and only contain alphanumeric, hyphen (-), "
  "underscore (_) and period (.) characters.  Otherwise APT will print a notice "
  "that it has ignored a file if the file doesn't match a pattern in the "
  "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this "
  "case it will be silently ignored."
  msgstr ""
++"Katalog <filename>/etc/apt/sources.list.d</filename>  umożliwia podzielenie "
++"pliku źródeł na osobne pliki. Format jest dokładnie taki sam, jak w "
++"przypadku zwykłego pliku <filename>sources.list</filename>. Nazwy plików w "
++"tym katalogu muszą się kończyć rozszerzeniem <filename>.list</filename> i "
++"mogą składać się tylko z liter (a-z i A-Z), cyfr (0-9), znaku podkreślenia "
++"(_), pauzy (-) i kropki (.). Inne pliki zostaną zignorowane."
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
  #: apt_preferences.5.xml:79
@@@ -7402,7 -7487,72 +7612,72 @@@ msgstr "
  "Pin-Priority: 500\n"
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
- #: apt_preferences.5.xml:263
+ #: apt_preferences.5.xml:262
+ msgid "Regular expressions and glob() syntax"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:264
+ msgid ""
+ "APT also supports pinning by glob() expressions and regular expressions "
+ "surrounded by /. For example, the following example assigns the priority 500 "
+ "to all packages from experimental where the name starts with gnome (as a glob"
 -"()-like expression or contains the word kde (as a POSIX extended regular "
++"()-like expression) or contains the word kde (as a POSIX extended regular "
+ "expression surrounded by slashes)."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:273
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:279
+ msgid ""
+ "The rule for those expressions is that they can occur anywhere where a "
 -"string can occur. Those, the following pin assigns the priority 990 to all "
++"string can occur. Thus, the following pin assigns the priority 990 to all "
+ "packages from a release starting with karmic."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:285
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:290
+ msgid "Package"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:296
+ msgid "*"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><title>
+ #: apt_preferences.5.xml:306
  msgid "How APT Interprets Priorities"
  msgstr ""
  
@@@ -8158,8 -8308,8 +8433,9 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><literallayout>
  #: sources.list.5.xml:81
--#, no-wrap
--msgid "deb uri distribution [component1] [component2] [...]"
++#, fuzzy, no-wrap
++#| msgid "deb uri distribution [component1] [component2] [...]"
++msgid "deb [ options ] uri distribution [component1] [component2] [...]"
  msgstr "deb URI dystrybucja [komponent1] [komponent2] [...]"
  
  #. type: Content of: <refentry><refsect1><para>
@@@ -8232,6 -8382,6 +8508,38 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><para>
  #: sources.list.5.xml:112
  msgid ""
++"<literal>options</literal> is always optional and needs to be surounded by "
++"square brackets. It can consist of multiple settings in the form "
++"<literal><replaceable>setting</replaceable>=<replaceable>value</"
++"replaceable></literal>.  Multiple settings are separated by spaces. The "
++"following settings are supported by APT, note through that unsupported "
++"settings will be ignored silently:"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:117
++msgid ""
++"<literal>arch=<replaceable>arch1</replaceable>,<replaceable>arch2</"
++"replaceable>,…</literal> can be used to specify for which architectures "
++"packages information should be downloaded. If this option is not set all "
++"architectures defined by the <literal>APT::Architectures</literal> option "
++"will be downloaded."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:121
++msgid ""
++"<literal>trusted=yes</literal> can be set to indicate that packages from "
++"this source are always authenificated even if the <filename>Release</"
++"filename> file is not signed or the signature can't be checked. This "
++"disables parts of &apt-secure; and should therefore only be used in a local "
++"and trusted context. <literal>trusted=no</literal> is the opposite which "
++"handles even correctly authenificated sources as not authenificated."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:128
++msgid ""
  "It is important to list sources in order of preference, with the most "
  "preferred source listed first. Typically this will result in sorting by "
  "speed from fastest to slowest (CD-ROM followed by hosts on a local network, "
@@@ -8244,12 -8394,12 +8552,12 @@@ msgstr "
  "komputerami w Internecie)."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:117
++#: sources.list.5.xml:133
  msgid "Some examples:"
  msgstr "Kilka przykładów:"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:119
++#: sources.list.5.xml:135
  #, fuzzy, no-wrap
  #| msgid ""
  #| "deb http://http.us.debian.org/debian stable main contrib non-free\n"
@@@ -8265,17 -8415,17 +8573,17 @@@ msgstr "
  "   "
  
  #. type: Content of: <refentry><refsect1><title>
--#: sources.list.5.xml:125
++#: sources.list.5.xml:141
  msgid "URI specification"
  msgstr "Określanie URI"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:130
++#: sources.list.5.xml:146
  msgid "file"
  msgstr "file"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:132
++#: sources.list.5.xml:148
  msgid ""
  "The file scheme allows an arbitrary directory in the file system to be "
  "considered an archive. This is useful for NFS mounts and local mirrors or "
@@@ -8286,7 -8436,7 +8594,7 @@@ msgstr "
  "archiwów."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:139
++#: sources.list.5.xml:155
  msgid ""
  "The cdrom scheme allows APT to use a local CDROM drive with media swapping. "
  "Use the &apt-cdrom; program to create cdrom entries in the source list."
@@@ -8296,7 -8446,7 +8604,7 @@@ msgstr "
  "list."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:146
++#: sources.list.5.xml:162
  msgid ""
  "The http scheme specifies an HTTP server for the archive. If an environment "
  "variable <envar>http_proxy</envar> is set with the format http://server:"
@@@ -8313,7 -8463,7 +8621,7 @@@ msgstr "
  "bezpieczny."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:157
++#: sources.list.5.xml:173
  msgid ""
  "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior "
  "is highly configurable; for more information see the &apt-conf; manual page. "
@@@ -8332,12 -8482,12 +8640,12 @@@ msgstr "
  "używające http zostaną zignorowane."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:166
++#: sources.list.5.xml:182
  msgid "copy"
  msgstr "copy"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:168
++#: sources.list.5.xml:184
  msgid ""
  "The copy scheme is identical to the file scheme except that packages are "
  "copied into the cache directory instead of used directly at their location.  "
@@@ -8349,17 -8499,17 +8657,17 @@@ msgstr "
  "skopiowania plików przy użyciu APT."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "rsh"
  msgstr "rsh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "ssh"
  msgstr "ssh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:175
++#: sources.list.5.xml:191
  msgid ""
  "The rsh/ssh method invokes rsh/ssh to connect to a remote host as a given "
  "user and access the files. It is a good idea to do prior arrangements with "
@@@ -8375,12 -8525,12 +8683,12 @@@ msgstr "
  "ze zdalnego komputera."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:183
++#: sources.list.5.xml:199
  msgid "more recognizable URI types"
  msgstr "więcej rozpoznawanych typów URI"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:185
++#: sources.list.5.xml:201
  msgid ""
  "APT can be extended with more methods shipped in other optional packages "
  "which should follow the nameing scheme <literal>apt-transport-"
@@@ -8402,7 -8552,7 +8710,7 @@@ msgstr "
  "citerefentry>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:127
++#: sources.list.5.xml:143
  msgid ""
  "The currently recognized URI types are cdrom, file, http, ftp, copy, ssh, "
  "rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -8411,7 -8561,7 +8719,7 @@@ msgstr "
  "ssh, rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:199
++#: sources.list.5.xml:215
  msgid ""
  "Uses the archive stored locally (or NFS mounted) at /home/jason/debian for "
  "stable/main, stable/contrib, and stable/non-free."
@@@ -8420,36 -8570,36 +8728,59 @@@ msgstr "
  "debian dla zasobów stable/main, stable/contrib i stable/non-free."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:201
++#: sources.list.5.xml:217
  #, no-wrap
  msgid "deb file:/home/jason/debian stable main contrib non-free"
  msgstr "deb file:/home/jason/debian stable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:203
++#: sources.list.5.xml:219
  msgid "As above, except this uses the unstable (development) distribution."
  msgstr ""
  "Jak wyżej, z tą różnicą że używa dystrybucji niestabilnej (deweloperskiej)."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:204
++#: sources.list.5.xml:220
  #, no-wrap
  msgid "deb file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:206
++#: sources.list.5.xml:222
  msgid "Source line for the above"
  msgstr "Linie źródeł dla powyższego przykładu"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:207
++#: sources.list.5.xml:223
  #, no-wrap
  msgid "deb-src file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb-src file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:209
++#: sources.list.5.xml:225
++msgid ""
++"The first line gets package information for the architectures in "
++"<literal>APT::Architectures</literal> while the second always retrieves "
++"<literal>amd64</literal> and <literal>armel</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><literallayout>
++#: sources.list.5.xml:227
++#, fuzzy, no-wrap
++#| msgid ""
++#| "deb http://http.us.debian.org/debian stable main contrib non-free\n"
++#| "deb http://http.us.debian.org/debian dists/stable-updates/\n"
++#| "   "
++msgid ""
++"deb http://ftp.debian.org/debian &stable-codename; main\n"
++"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
++msgstr ""
++"deb http://http.us.debian.org/debian stable main contrib non-free\n"
++"deb http://http.us.debian.org/debian dists/stable-updates/\n"
++"   "
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:230
  msgid ""
  "Uses HTTP to access the archive at archive.debian.org, and uses only the "
  "hamm/main area."
@@@ -8458,13 -8608,13 +8789,13 @@@ msgstr "
  "org i dystrybucji hamm/main."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:211
++#: sources.list.5.xml:232
  #, no-wrap
  msgid "deb http://archive.debian.org/debian-archive hamm main"
  msgstr "deb http://archive.debian.org/debian-archive hamm main"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:213
++#: sources.list.5.xml:234
  #, fuzzy
  #| msgid ""
  #| "Uses FTP to access the archive at ftp.debian.org, under the debian "
@@@ -8477,14 -8627,14 +8808,14 @@@ msgstr "
  "dystrybucji stable/contrib."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:215
++#: sources.list.5.xml:236
  #, fuzzy, no-wrap
  #| msgid "deb ftp://ftp.debian.org/debian stable contrib"
  msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  msgstr "deb ftp://ftp.debian.org/debian stable contrib"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:217
++#: sources.list.5.xml:238
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the unstable/contrib area. If this line appears as "
@@@ -8497,20 -8647,20 +8828,20 @@@ msgstr "
  "to pojedyncza sesja FTP będzie użyta w celu uzyskania dostępu do obu zasobów."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:221
++#: sources.list.5.xml:242
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian unstable contrib"
  msgstr "deb ftp://ftp.debian.org/debian unstable contrib"
  
  #. type: Content of: <refentry><refsect1><para><literallayout>
--#: sources.list.5.xml:230
++#: sources.list.5.xml:251
  #, fuzzy, no-wrap
  #| msgid "deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/"
  msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
  msgstr "deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:223
++#: sources.list.5.xml:244
  #, fuzzy
  #| msgid ""
  #| "Uses HTTP to access the archive at nonus.debian.org, under the debian-non-"
@@@ -8538,7 -8688,7 +8869,7 @@@ msgstr "
  "<placeholder type=\"literallayout\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:235
++#: sources.list.5.xml:256
  msgid "&apt-cache; &apt-conf;"
  msgstr "&apt-cache;, &apt-conf;"
  
@@@ -10067,9 -10217,32 +10398,40 @@@ msgstr "  # apt-get -o dir::cache::arch
  msgid "Which will use the already fetched archives on the disc."
  msgstr "Które użyje pobranych uprzednio archiwów z dysku."
  
 -#~ msgid "<option>--md5</option>"
 -#~ msgstr "<option>--md5</option>"
++#~ msgid ""
++#~ "Update the local keyring with the keyring of Debian archive keys and "
++#~ "removes from the keyring the archive keys which are no longer valid."
++#~ msgstr ""
++#~ "Aktualizuje lokalną składnicę kluczy używając składnicy kluczy archiwum "
++#~ "Debiana i usuwa z lokalnej składnicy nieaktualne już klucze archiwów "
++#~ "Debiana."
+ #~ msgid "unmarkauto"
+ #~ msgstr "unmarkauto"
+ #~ msgid "<option>-h</option>"
+ #~ msgstr "<option>-h</option>"
+ #~ msgid "<option>--help</option>"
+ #~ msgstr "<option>--help</option>"
+ #
+ #~ msgid "Show a short usage summary."
+ #~ msgstr "Wyświetla krótkie informacje na temat użytkowania."
+ #~ msgid "<option>-v</option>"
+ #~ msgstr "<option>-v</option>"
+ #~ msgid "<option>--version</option>"
+ #~ msgstr "<option>--version</option>"
+ #
+ #~ msgid "Show the program version."
+ #~ msgstr "Wyświetla wersję programu."
 +#~ msgid "<option>--md5</option>"
 +#~ msgstr "<option>--md5</option>"
 +
  #
  #~ msgid "APT package handling utility -- cache manipulator"
  #~ msgstr "Narzędzie zarządzania pakietami APT -- manipulator bufora"
diff --cc doc/po/pt.po
index 42862cc4e7211cbb4269285770c29dceff9fddee,3c82b2df1e0c11bd67b4d1b145318a88cea78bb3..2d053d56637cc6c057be7f555f44ff4aee7f09d7
@@@ -6,7 -6,7 +6,7 @@@
  msgid ""
  msgstr ""
  "Project-Id-Version: apt 0.8.0~pre1\n"
- "POT-Creation-Date: 2011-04-05 10:22+0300\n"
 -"POT-Creation-Date: 2011-06-08 16:54+0300\n"
++"POT-Creation-Date: 2011-11-10 16:42+0100\n"
  "PO-Revision-Date: 2010-08-25 23:07+0100\n"
  "Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
  "Language-Team: Portuguese <traduz@debianpt.org>\n"
@@@ -762,8 -762,8 +762,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50
--#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114
- #: apt-key.8.xml:38 apt-mark.8.xml:55 apt-secure.8.xml:43
++#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:121
+ #: apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43
  #: apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36
  #: sources.list.5.xml:36
  msgid "Description"
@@@ -783,7 -783,7 +783,7 @@@ msgstr "
  "a partir dos metadados do pacote."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-cache.8.xml:70 apt-get.8.xml:120
++#: apt-cache.8.xml:70 apt-get.8.xml:127
  msgid ""
  "Unless the <option>-h</option>, or <option>--help</option> option is given, "
  "one of the commands below must be present."
@@@ -1279,8 -1279,8 +1279,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
  #: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59
- #: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:92
 -#: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:126
--#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
++#: apt-ftparchive.1.xml:525 apt-get.8.xml:342 apt-mark.8.xml:126
++#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:577 apt.conf.5.xml:599
  msgid "options"
  msgstr "opções"
  
@@@ -1306,7 -1306,7 +1306,7 @@@ msgstr "
  "<literal>Dir::Cache::pkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:288 apt-ftparchive.1.xml:571 apt-get.8.xml:393
++#: apt-cache.8.xml:288 apt-ftparchive.1.xml:572 apt-get.8.xml:404
  #: apt-sortpkgs.1.xml:61
  msgid "<option>-s</option>"
  msgstr "<option>-s</option>"
@@@ -1332,12 -1332,12 +1332,12 @@@ msgstr "
  "pacote. Item de Configuração: <literal>Dir::Cache::srcpkgcache</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>-q</option>"
  msgstr "<option>-q</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>--quiet</option>"
  msgstr "<option>--quiet</option>"
  
@@@ -1418,9 -1418,9 +1418,16 @@@ msgstr "<option>--no-enhances</option>
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-cache.8.xml:317
++#, fuzzy
++#| msgid ""
++#| "Per default the <literal>depends</literal> and <literal>rdepends</"
++#| "literal> print all dependencies. This can be twicked with these flags "
++#| "which will omit the specified dependency type.  Configuration Item: "
++#| "<literal>APT::Cache::Show<replaceable>DependencyType</replaceable></"
++#| "literal> e.g. <literal>APT::Cache::ShowRecommends</literal>."
  msgid ""
  "Per default the <literal>depends</literal> and <literal>rdepends</literal> "
--"print all dependencies. This can be twicked with these flags which will omit "
++"print all dependencies. This can be tweaked with these flags which will omit "
  "the specified dependency type.  Configuration Item: <literal>APT::Cache::"
  "Show<replaceable>DependencyType</replaceable></literal> e.g. <literal>APT::"
  "Cache::ShowRecommends</literal>."
@@@ -1432,7 -1432,7 +1439,7 @@@ msgstr "
  "ex. <literal>APT::Cache::ShowRecommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:350
++#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:361
  msgid "<option>-f</option>"
  msgstr "<option>-f</option>"
  
@@@ -1451,7 -1451,7 +1458,8 @@@ msgstr "
  "<literal>APT::Cache::ShowFull</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:583
++#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:584
++#: apt-get.8.xml:452
  msgid "<option>-a</option>"
  msgstr "<option>-a</option>"
  
@@@ -1568,14 -1568,14 +1576,14 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist>
  #: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101
--#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570
- #: apt-sortpkgs.1.xml:67
++#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:612 apt-get.8.xml:596
+ #: apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
  msgid "&apt-commonoptions;"
  msgstr "&apt-commonoptions;"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:156 apt-mark.8.xml:125
- #: apt.conf.5.xml:1093 apt_preferences.5.xml:654
 -#: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:172 apt-mark.8.xml:144
 -#: apt.conf.5.xml:1093 apt_preferences.5.xml:697
++#: apt-cache.8.xml:372 apt-get.8.xml:601 apt-key.8.xml:175 apt-mark.8.xml:144
++#: apt.conf.5.xml:1110 apt_preferences.5.xml:697
  msgid "Files"
  msgstr "Ficheiros"
  
@@@ -1586,10 -1586,10 +1594,10 @@@ msgstr "&file-sourceslist; &file-statel
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106
--#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585
- #: apt-key.8.xml:177 apt-mark.8.xml:131 apt-secure.8.xml:185
- #: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:661
 -#: apt-key.8.xml:193 apt-mark.8.xml:150 apt-secure.8.xml:185
 -#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:704
--#: sources.list.5.xml:234
++#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:628 apt-get.8.xml:611
++#: apt-key.8.xml:196 apt-mark.8.xml:150 apt-secure.8.xml:185
++#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1116 apt_preferences.5.xml:704
++#: sources.list.5.xml:255
  msgid "See Also"
  msgstr "Veja também"
  
@@@ -1600,8 -1600,8 +1608,8 @@@ msgstr "&apt-conf;, &sources-list;, &ap
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111
--#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591
- #: apt-mark.8.xml:135 apt-sortpkgs.1.xml:76
++#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:632 apt-get.8.xml:617
+ #: apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
  msgid "Diagnostics"
  msgstr "Diagnóstico"
  
@@@ -1730,12 -1730,12 +1738,12 @@@ msgstr "
  "\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cdrom.8.xml:94 apt-key.8.xml:142
 -#: apt-cdrom.8.xml:94 apt-key.8.xml:158
++#: apt-cdrom.8.xml:94 apt-key.8.xml:161
  msgid "Options"
  msgstr "Opções"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:539 apt-get.8.xml:345
++#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:540 apt-get.8.xml:356
  msgid "<option>-d</option>"
  msgstr "<option>-d</option>"
  
@@@ -1779,7 -1779,7 +1787,7 @@@ msgstr "
  "CDROM::Rename</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:116 apt-get.8.xml:364
++#: apt-cdrom.8.xml:116 apt-get.8.xml:375
  msgid "<option>-m</option>"
  msgstr "<option>-m</option>"
  
@@@ -1834,17 -1834,17 +1842,17 @@@ msgstr "
  "estranhos. Demora muito mais tempo a sondar o CD mas irá apanhá-los a todos."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:143 apt-get.8.xml:395
++#: apt-cdrom.8.xml:143 apt-get.8.xml:406
  msgid "<option>--just-print</option>"
  msgstr "<option>--just-print</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:144 apt-get.8.xml:397
++#: apt-cdrom.8.xml:144 apt-get.8.xml:408
  msgid "<option>--recon</option>"
  msgstr "<option>--recon</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:145 apt-get.8.xml:398
++#: apt-cdrom.8.xml:145 apt-get.8.xml:409
  msgid "<option>--no-act</option>"
  msgstr "<option>--no-act</option>"
  
@@@ -1988,7 -1988,7 +1996,7 @@@ msgid "Just show the contents of the co
  msgstr "Apenas mostra o conteúdo do espaço de configuração."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:628
++#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:629
  #: apt-sortpkgs.1.xml:73
  msgid "&apt-conf;"
  msgstr "&apt-conf;"
@@@ -2067,7 -2067,7 +2075,7 @@@ msgstr "
  "configuração.XXXX</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-extracttemplates.1.xml:63 apt-get.8.xml:504
++#: apt-extracttemplates.1.xml:63 apt-get.8.xml:530
  msgid "<option>-t</option>"
  msgstr "<option>-t</option>"
  
@@@ -2344,7 -2344,7 +2352,7 @@@ msgstr "
  "definições requeridas."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:145 apt-get.8.xml:287
++#: apt-ftparchive.1.xml:145 apt-get.8.xml:298
  msgid "clean"
  msgstr "clean"
  
@@@ -2910,8 -2910,8 +2918,8 @@@ msgstr "
  "distribuição, tipicamente isto é algo como <literal>main contrib non-free</"
  "literal>"
  
--#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:394
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-ftparchive.1.xml:394 apt.conf.5.xml:157
  msgid "Architectures"
  msgstr "Architectures"
  
@@@ -3153,10 -3153,10 +3161,10 @@@ msgid "
  "Configuration Items: <literal>APT::FTPArchive::<replaceable>Checksum</"
  "replaceable></literal> and <literal>APT::FTPArchive::<replaceable>Index</"
  "replaceable>::<replaceable>Checksum</replaceable></literal> where "
--"<literal>Index</literal> can be <literal>Packages</literal>, "
--"<literal>Sources</literal> or <literal>Release</literal> and "
--"<literal>Checksum</literal> can be <literal>MD5</literal>, <literal>SHA1</"
--"literal> or <literal>SHA256</literal>."
++"<literal><replaceable>Index</replaceable></literal> can be "
++"<literal>Packages</literal>, <literal>Sources</literal> or <literal>Release</"
++"literal> and <literal><replaceable>Checksum</replaceable></literal> can be "
++"<literal>MD5</literal>, <literal>SHA1</literal> or <literal>SHA256</literal>."
  msgstr ""
  "Valores para os campos de metadados adicionais no ficheiro Release são "
  "tomados a partir das variáveis correspondentes sob <literal>APT::FTPArchive::"
  "<literal>Description</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:539
++#: apt-ftparchive.1.xml:540
  msgid "<option>--db</option>"
  msgstr "<option>--db</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:541
++#: apt-ftparchive.1.xml:542
  msgid ""
  "Use a binary caching DB. This has no effect on the generate command.  "
  "Configuration Item: <literal>APT::FTPArchive::DB</literal>."
@@@ -3182,7 -3182,7 +3190,7 @@@ msgstr "
  "generate. Item de configuração: <literal>APT::FTPArchive::DB</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:547
++#: apt-ftparchive.1.xml:548
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -3196,12 -3196,12 +3204,12 @@@ msgstr "
  "<literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:553
++#: apt-ftparchive.1.xml:554
  msgid "<option>--delink</option>"
  msgstr "<option>--delink</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:555
++#: apt-ftparchive.1.xml:556
  msgid ""
  "Perform Delinking. If the <literal>External-Links</literal> setting is used "
  "then this option actually enables delinking of the files. It defaults to on "
@@@ -3214,12 -3214,12 +3222,12 @@@ msgstr "
  "option>. Item de Configuração: <literal>APT::FTPArchive::DeLinkAct</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:561
++#: apt-ftparchive.1.xml:562
  msgid "<option>--contents</option>"
  msgstr "<option>--contents</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:563
++#: apt-ftparchive.1.xml:564
  msgid ""
  "Perform contents generation. When this option is set and package indexes are "
  "being generated with a cache DB then the file listing will also be extracted "
@@@ -3235,12 -3235,12 +3243,12 @@@ msgstr "
  "de Configuração: <literal>APT::FTPArchive::Contents</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:571
++#: apt-ftparchive.1.xml:572
  msgid "<option>--source-override</option>"
  msgstr "<option>--source-override</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:573
++#: apt-ftparchive.1.xml:574
  msgid ""
  "Select the source override file to use with the <literal>sources</literal> "
  "command.  Configuration Item: <literal>APT::FTPArchive::SourceOverride</"
@@@ -3251,12 -3251,12 +3259,12 @@@ msgstr "
  "SourceOverride</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:577
++#: apt-ftparchive.1.xml:578
  msgid "<option>--readonly</option>"
  msgstr "<option>--readonly</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:579
++#: apt-ftparchive.1.xml:580
  msgid ""
  "Make the caching databases read only.  Configuration Item: <literal>APT::"
  "FTPArchive::ReadOnlyDB</literal>."
@@@ -3265,12 -3265,12 +3273,12 @@@ msgstr "
  "<literal>APT::FTPArchive::ReadOnlyDB</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:583
++#: apt-ftparchive.1.xml:584
  msgid "<option>--arch</option>"
  msgstr "<option>--arch</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:584
++#: apt-ftparchive.1.xml:585
  msgid ""
  "Accept in the <literal>packages</literal> and <literal>contents</literal> "
  "commands only package files matching <literal>*_arch.deb</literal> or "
@@@ -3284,12 -3284,12 +3292,12 @@@ msgstr "
  "FTPArchive::Architecture</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:590
++#: apt-ftparchive.1.xml:591
  msgid "<option>APT::FTPArchive::AlwaysStat</option>"
  msgstr "<option>APT::FTPArchive::AlwaysStat</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:592
++#: apt-ftparchive.1.xml:593
  msgid ""
  "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If "
  "packages are recompiled and/or republished with the same version again, this "
@@@ -3313,12 -3313,12 +3321,12 @@@ msgstr "
  "as verificações extras serão desnecessárias."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:602
++#: apt-ftparchive.1.xml:603
  msgid "<option>APT::FTPArchive::LongDescription</option>"
  msgstr "<option>APT::FTPArchive::LongDescription</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:604
++#: apt-ftparchive.1.xml:605
  msgid ""
  "This configuration option defaults to \"<literal>true</literal>\" and should "
  "only be set to <literal>\"false\"</literal> if the Archive generated with "
@@@ -3333,19 -3333,19 +3341,19 @@@ msgstr "
  "<filename>Translation-en</filename> só pode ser criado no comando generate."
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:501
 -#: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:544
--#: sources.list.5.xml:198
++#: apt-ftparchive.1.xml:617 apt.conf.5.xml:1104 apt_preferences.5.xml:544
++#: sources.list.5.xml:214
  msgid "Examples"
  msgstr "Examples"
  
  #. type: Content of: <refentry><refsect1><para><programlisting>
--#: apt-ftparchive.1.xml:622
++#: apt-ftparchive.1.xml:623
  #, no-wrap
  msgid "<command>apt-ftparchive</command> packages <replaceable>directory</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  msgstr "<command>apt-ftparchive</command> pacotes <replaceable>directório</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:618
++#: apt-ftparchive.1.xml:619
  msgid ""
  "To create a compressed Packages file for a directory containing binary "
  "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
@@@ -3354,7 -3354,7 +3362,7 @@@ msgstr "
  "pacotes binários (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:632
++#: apt-ftparchive.1.xml:633
  msgid ""
  "<command>apt-ftparchive</command> returns zero on normal operation, decimal "
  "100 on error."
@@@ -3386,15 -3386,15 +3394,45 @@@ msgstr "
  
  #. type: Content of: <refentry><refsynopsisdiv><cmdsynopsis>
  #: apt-get.8.xml:39
++#, fuzzy
++#| msgid ""
++#| "<command>apt-get</command> <arg><option>-sqdyfmubV</option></arg> <arg> "
++#| "<option>-o= <replaceable>config_string</replaceable> </option> </arg> "
++#| "<arg> <option>-c= <replaceable>config_file</replaceable> </option> </arg> "
++#| "<arg> <option>-t=</option> <arg choice='plain'> "
++#| "<replaceable>target_release</replaceable> </arg> </arg> <group choice="
++#| "\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</"
++#| "arg> <arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-"
++#| "upgrade</arg> <arg choice='plain'>install <arg choice=\"plain\" rep="
++#| "\"repeat\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
++#| "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> "
++#| "<arg choice='plain'> /<replaceable>target_release</replaceable> </arg> </"
++#| "group> </arg> </arg> </arg> <arg choice='plain'>remove <arg choice=\"plain"
++#| "\" rep=\"repeat\"><replaceable>pkg</replaceable></arg></arg> <arg "
++#| "choice='plain'>purge <arg choice=\"plain\" rep=\"repeat"
++#| "\"><replaceable>pkg</replaceable></arg></arg> <arg choice='plain'>source "
++#| "<arg choice=\"plain\" rep=\"repeat\"><replaceable>pkg</replaceable> <arg> "
++#| "<group choice='req'> <arg choice='plain'> "
++#| "=<replaceable>pkg_version_number</replaceable> </arg> <arg "
++#| "choice='plain'> /<replaceable>target_release</replaceable> </arg> </"
++#| "group> </arg> </arg> </arg> <arg choice='plain'>build-dep <arg choice="
++#| "\"plain\" rep=\"repeat\"><replaceable>pkg</replaceable></arg></arg> <arg "
++#| "choice='plain'>check</arg> <arg choice='plain'>clean</arg> <arg "
++#| "choice='plain'>autoclean</arg> <arg choice='plain'>autoremove</arg> <arg "
++#| "choice='plain'> <group choice='req'> <arg choice='plain'>-v</arg> <arg "
++#| "choice='plain'>--version</arg> </group> </arg> <arg choice='plain'> "
++#| "<group choice='req'> <arg choice='plain'>-h</arg> <arg choice='plain'>--"
++#| "help</arg> </group> </arg> </group>"
  msgid ""
  "<command>apt-get</command> <arg><option>-sqdyfmubV</option></arg> <arg> "
  "<option>-o= <replaceable>config_string</replaceable> </option> </arg> <arg> "
  "<option>-c= <replaceable>config_file</replaceable> </option> </arg> <arg> "
  "<option>-t=</option> <arg choice='plain'> <replaceable>target_release</"
--"replaceable> </arg> </arg> <group choice=\"req\"> <arg "
--"choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> <arg "
--"choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</arg> "
--"<arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
++"replaceable> </arg> </arg> <arg> <option>-a=</option> <arg choice='plain'> "
++"<replaceable>default_architecture</replaceable> </arg> </arg> <group choice="
++"\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> "
++"<arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</"
++"arg> <arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
  "\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
  "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> <arg "
  "choice='plain'> /<replaceable>target_release</replaceable> </arg> </group> </"
@@@ -3443,7 -3443,7 +3481,7 @@@ msgstr "
  "</group> </arg> </group>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:115
++#: apt-get.8.xml:122
  msgid ""
  "<command>apt-get</command> is the command-line tool for handling packages, "
  "and may be considered the user's \"back-end\" to other tools using the APT "
@@@ -3456,12 -3456,12 +3494,12 @@@ msgstr "
  "\"front-end\" como o &dselect;, &aptitude;, &synaptic; e &wajig;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:124 apt-key.8.xml:127
++#: apt-get.8.xml:131 apt-key.8.xml:127
  msgid "update"
  msgstr "update"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:125
++#: apt-get.8.xml:132
  msgid ""
  "<literal>update</literal> is used to resynchronize the package index files "
  "from their sources. The indexes of available packages are fetched from the "
@@@ -3485,12 -3485,12 +3523,12 @@@ msgstr "
  "ficheiros de pacotes não pode ser conhecido com antecedência."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:136 guide.sgml:121
++#: apt-get.8.xml:143 guide.sgml:121
  msgid "upgrade"
  msgstr "upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:137
++#: apt-get.8.xml:144
  msgid ""
  "<literal>upgrade</literal> is used to install the newest versions of all "
  "packages currently installed on the system from the sources enumerated in "
@@@ -3516,12 -3516,12 +3554,12 @@@ msgstr "
  "novas versões de pacotes."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:149
++#: apt-get.8.xml:156
  msgid "dselect-upgrade"
  msgstr "dselect-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:150
++#: apt-get.8.xml:157
  msgid ""
  "<literal>dselect-upgrade</literal> is used in conjunction with the "
  "traditional Debian packaging front-end, &dselect;. <literal>dselect-upgrade</"
@@@ -3537,12 -3537,12 +3575,12 @@@ msgstr "
  "estado (por exemplo, a remoção de pacotes antigos e a instalação de novos)."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:159 guide.sgml:140
++#: apt-get.8.xml:166 guide.sgml:140
  msgid "dist-upgrade"
  msgstr "dist-upgrade"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:160
++#: apt-get.8.xml:167
  msgid ""
  "<literal>dist-upgrade</literal> in addition to performing the function of "
  "<literal>upgrade</literal>, also intelligently handles changing dependencies "
@@@ -3566,12 -3566,12 +3604,12 @@@ msgstr "
  "sobrepor as definições gerais em pacotes individuais."
  
  #. type: <tag></tag>
--#: apt-get.8.xml:172 guide.sgml:131
++#: apt-get.8.xml:179 guide.sgml:131
  msgid "install"
  msgstr "install"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:174
++#: apt-get.8.xml:181
  msgid ""
  "<literal>install</literal> is followed by one or more packages desired for "
  "installation or upgrading.  Each package is a package name, not a fully "
@@@ -3599,7 -3599,7 +3637,7 @@@ msgstr "
  "decisões feitas pelo sistema de resolução de conflitos do apt-get."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:192
++#: apt-get.8.xml:199
  msgid ""
  "A specific version of a package can be selected for installation by "
  "following the package name with an equals and the version of the package to "
@@@ -3616,7 -3616,7 +3654,7 @@@ msgstr "
  "versão da distribuição ou o nome de Arquivo (stable, testing, unstable)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:199
++#: apt-get.8.xml:206
  msgid ""
  "Both of the version selection mechanisms can downgrade packages and must be "
  "used with care."
@@@ -3625,7 -3625,7 +3663,7 @@@ msgstr "
  "e devem ser usados com cuidado."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:202
++#: apt-get.8.xml:209
  msgid ""
  "This is also the target to use if you want to upgrade one or more already-"
  "installed packages without upgrading every package you have on your system. "
@@@ -3645,7 -3645,7 +3683,7 @@@ msgstr "
  "descarregadas e instaladas."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:213
++#: apt-get.8.xml:220
  msgid ""
  "Finally, the &apt-preferences; mechanism allows you to create an alternative "
  "installation policy for individual packages."
@@@ -3654,7 -3654,7 +3692,7 @@@ msgstr "
  "instalação alternativa para pacotes individuais."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:217
++#: apt-get.8.xml:224
  msgid ""
  "If no package matches the given expression and the expression contains one "
  "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and "
@@@ -3673,12 -3673,12 +3711,12 @@@ msgstr "
  "caractere '^' ou '$', para criar uma expressão regular mais específica."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:226
++#: apt-get.8.xml:233
  msgid "remove"
  msgstr "remove"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:227
++#: apt-get.8.xml:234
  msgid ""
  "<literal>remove</literal> is identical to <literal>install</literal> except "
  "that packages are removed instead of installed. Note the removing a package "
@@@ -3693,12 -3693,12 +3731,12 @@@ msgstr "
  "pacote identificado será instalado em vez de removido."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:234
++#: apt-get.8.xml:241
  msgid "purge"
  msgstr "purge"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:235
++#: apt-get.8.xml:242
  msgid ""
  "<literal>purge</literal> is identical to <literal>remove</literal> except "
  "that packages are removed and purged (any configuration files are deleted "
@@@ -3709,12 -3709,12 +3747,12 @@@ msgstr "
  "configuração são também apagados)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:239
++#: apt-get.8.xml:246
  msgid "source"
  msgstr "source"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:240
++#: apt-get.8.xml:247
  msgid ""
  "<literal>source</literal> causes <command>apt-get</command> to fetch source "
  "packages. APT will examine the available packages to decide which source "
@@@ -3733,7 -3733,7 +3771,7 @@@ msgstr "
  "<literal>pkg/release</literal>, se possível."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:248
++#: apt-get.8.xml:255
  msgid ""
  "Source packages are tracked separately from binary packages via <literal>deb-"
  "src</literal> type lines in the &sources-list; file. This means that you "
@@@ -3749,12 -3749,12 +3787,19 @@@ msgstr "
  "instalada ou pode instalar."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:255
++#: apt-get.8.xml:262
++#, fuzzy
++#| msgid ""
++#| "If the <option>--compile</option> option is specified then the package "
++#| "will be compiled to a binary .deb using <command>dpkg-buildpackage</"
++#| "command>, if <option>--download-only</option> is specified then the "
++#| "source package will not be unpacked."
  msgid ""
  "If the <option>--compile</option> option is specified then the package will "
--"be compiled to a binary .deb using <command>dpkg-buildpackage</command>, if "
--"<option>--download-only</option> is specified then the source package will "
--"not be unpacked."
++"be compiled to a binary .deb using <command>dpkg-buildpackage</command> for "
++"the architecture as defined by the <command>--host-architecture</command> "
++"option.  If <option>--download-only</option> is specified then the source "
++"package will not be unpacked."
  msgstr ""
  "Se for especificada a opção <option>--compile</option> então o pacote irá "
  "ser compilado para um binário .deb usando <command>dpkg-buildpackage</"
  "pacote fonte não será desempacotado."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:260
++#: apt-get.8.xml:269
  msgid ""
  "A specific source version can be retrieved by postfixing the source name "
  "with an equals and then the version to fetch, similar to the mechanism used "
@@@ -3777,7 -3777,7 +3822,7 @@@ msgstr "
  "Only-Source</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:266
++#: apt-get.8.xml:275
  msgid ""
  "Note that source packages are not tracked like binary packages, they exist "
  "only in the current directory and are similar to downloading source tar "
@@@ -3788,26 -3788,26 +3833,33 @@@ msgstr "
  "balls fonte."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:271
++#: apt-get.8.xml:280
  msgid "build-dep"
  msgstr "build-dep"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:272
++#: apt-get.8.xml:281
++#, fuzzy
++#| msgid ""
++#| "<literal>build-dep</literal> causes apt-get to install/remove packages in "
++#| "an attempt to satisfy the build dependencies for a source package."
  msgid ""
  "<literal>build-dep</literal> causes apt-get to install/remove packages in an "
--"attempt to satisfy the build dependencies for a source package."
++"attempt to satisfy the build dependencies for a source package. By default "
++"the dependencies are satisfied to build the package nativly. If desired a "
++"host-architecture can be specified with the <option>--host-architecture</"
++"option> option instead."
  msgstr ""
  "<literal>build-dep</literal> faz o apt-get instalar/remover pacotes numa "
  "tentativa de satisfazer dependências de compilação para um pacote fonte."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:276
++#: apt-get.8.xml:287
  msgid "check"
  msgstr "check"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:277
++#: apt-get.8.xml:288
  msgid ""
  "<literal>check</literal> is a diagnostic tool; it updates the package cache "
  "and checks for broken dependencies."
@@@ -3816,19 -3816,19 +3868,19 @@@ msgstr "
  "de pacotes e verifica por dependências quebradas."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:281
++#: apt-get.8.xml:292
  msgid "download"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:282
++#: apt-get.8.xml:293
  msgid ""
  "<literal>download</literal> will download the given binary package into the "
--"current directoy."
++"current directory."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:288
++#: apt-get.8.xml:299
  msgid ""
  "<literal>clean</literal> clears out the local repository of retrieved "
  "package files. It removes everything but the lock file from "
@@@ -3847,12 -3847,12 +3899,12 @@@ msgstr "
  "libertar espaço do disco."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:297
++#: apt-get.8.xml:308
  msgid "autoclean"
  msgstr "autoclean"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:298
++#: apt-get.8.xml:309
  msgid ""
  "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the "
  "local repository of retrieved package files. The difference is that it only "
@@@ -3871,28 -3871,28 +3923,33 @@@ msgstr "
  "pacotes instalados sejam apagados se estiver definida para 'off'."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:307
++#: apt-get.8.xml:318
  msgid "autoremove"
  msgstr "autoremove"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:308
++#: apt-get.8.xml:319
++#, fuzzy
++#| msgid ""
++#| "<literal>autoremove</literal> is used to remove packages that were "
++#| "automatically installed to satisfy dependencies for some package and that "
++#| "are no more needed."
  msgid ""
  "<literal>autoremove</literal> is used to remove packages that were "
--"automatically installed to satisfy dependencies for some package and that "
--"are no more needed."
++"automatically installed to satisfy dependencies for other packages and are "
++"now no longer needed."
  msgstr ""
  "<literal>autoremove</literal> é usado para remover pacotes que foram "
  "instalados automaticamente para satisfazer dependências de algum pacote e "
  "que já não são necessários."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:312
++#: apt-get.8.xml:323
  msgid "changelog"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:313
++#: apt-get.8.xml:324
  msgid ""
  "<literal>changelog</literal> downloads a package changelog and displays it "
  "through <command>sensible-pager</command>. The server name and base "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:335
++#: apt-get.8.xml:346
  msgid "<option>--no-install-recommends</option>"
  msgstr "<option>--no-install-recommends</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:336
++#: apt-get.8.xml:347
  msgid ""
  "Do not consider recommended packages as a dependency for installing.  "
  "Configuration Item: <literal>APT::Install-Recommends</literal>."
@@@ -3919,14 -3919,14 +3976,14 @@@ msgstr "
  "de Configuração: <literal>APT::Install-Recommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:340
++#: apt-get.8.xml:351
  #, fuzzy
  #| msgid "<option>--no-suggests</option>"
  msgid "<option>--install-suggests</option>"
  msgstr "<option>--no-suggests</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:341
++#: apt-get.8.xml:352
  #, fuzzy
  #| msgid ""
  #| "Do not consider recommended packages as a dependency for installing.  "
@@@ -3939,12 -3939,12 +3996,12 @@@ msgstr "
  "de Configuração: <literal>APT::Install-Recommends</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:345
++#: apt-get.8.xml:356
  msgid "<option>--download-only</option>"
  msgstr "<option>--download-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:346
++#: apt-get.8.xml:357
  msgid ""
  "Download only; package files are only retrieved, not unpacked or installed.  "
  "Configuration Item: <literal>APT::Get::Download-Only</literal>."
@@@ -3954,12 -3954,12 +4011,12 @@@ msgstr "
  "Download-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:350
++#: apt-get.8.xml:361
  msgid "<option>--fix-broken</option>"
  msgstr "<option>--fix-broken</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:351
++#: apt-get.8.xml:362
  msgid ""
  "Fix; attempt to correct a system with broken dependencies in place. This "
  "option, when used with install/remove, can omit any packages to permit APT "
@@@ -3987,17 -3987,17 +4044,17 @@@ msgstr "
  "<literal>APT::Get::Fix-Broken</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:364
++#: apt-get.8.xml:375
  msgid "<option>--ignore-missing</option>"
  msgstr "<option>--ignore-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:365
++#: apt-get.8.xml:376
  msgid "<option>--fix-missing</option>"
  msgstr "<option>--fix-missing</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:366
++#: apt-get.8.xml:377
  msgid ""
  "Ignore missing packages; If packages cannot be retrieved or fail the "
  "integrity check after retrieval (corrupted package files), hold back those "
@@@ -4016,12 -4016,12 +4073,12 @@@ msgstr "
  "de Configuração: <literal>APT::Get::Fix-Missing</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:376
++#: apt-get.8.xml:387
  msgid "<option>--no-download</option>"
  msgstr "<option>--no-download</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:377
++#: apt-get.8.xml:388
  msgid ""
  "Disables downloading of packages. This is best used with <option>--ignore-"
  "missing</option> to force APT to use only the .debs it has already "
@@@ -4032,7 -4032,7 +4089,7 @@@ msgstr "
  "descarregados. Item de Configuração: <literal>APT::Get::Download</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:384
++#: apt-get.8.xml:395
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
@@@ -4052,17 -4052,17 +4109,17 @@@ msgstr "
  "<literal>quiet</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:394
++#: apt-get.8.xml:405
  msgid "<option>--simulate</option>"
  msgstr "<option>--simulate</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:396
++#: apt-get.8.xml:407
  msgid "<option>--dry-run</option>"
  msgstr "<option>--dry-run</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:399
++#: apt-get.8.xml:410
  msgid ""
  "No action; perform a simulation of events that would occur but do not "
  "actually change the system.  Configuration Item: <literal>APT::Get::"
@@@ -4073,7 -4073,7 +4130,7 @@@ msgstr "
  "Simulate</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:403
++#: apt-get.8.xml:414
  msgid ""
  "Simulation run as user will deactivate locking (<literal>Debug::NoLocking</"
  "literal>)  automatic. Also a notice will be displayed indicating that this "
@@@ -4091,7 -4091,7 +4148,7 @@@ msgstr "
  "get</literal>)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:409
++#: apt-get.8.xml:420
  msgid ""
  "Simulate prints out a series of lines each one representing a dpkg "
  "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets "
@@@ -4104,22 -4104,22 +4161,22 @@@ msgstr "
  "vazios significam quebras que não têm consequência (raro)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>-y</option>"
  msgstr "<option>-y</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>--yes</option>"
  msgstr "<option>--yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:417
++#: apt-get.8.xml:428
  msgid "<option>--assume-yes</option>"
  msgstr "<option>--assume-yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:418
++#: apt-get.8.xml:429
  msgid ""
  "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run "
  "non-interactively. If an undesirable situation, such as changing a held "
@@@ -4135,17 -4135,17 +4192,37 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:436
++#, fuzzy
++#| msgid "<option>--assume-yes</option>"
++msgid "<option>--assume-no</option>"
++msgstr "<option>--assume-yes</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:437
++#, fuzzy
++#| msgid ""
++#| "Compile source packages after downloading them.  Configuration Item: "
++#| "<literal>APT::Get::Compile</literal>."
++msgid ""
++"Automatic \"no\" to all prompts.  Configuration Item: <literal>APT::Get::"
++"Assume-No</literal>."
++msgstr ""
++"Compila pacotes fonte após os descarregar. Item de Configuração: "
++"<literal>APT::Get::Compile</literal>."
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:441
  msgid "<option>-u</option>"
  msgstr "<option>-u</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:441
  msgid "<option>--show-upgraded</option>"
  msgstr "<option>--show-upgraded</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:426
++#: apt-get.8.xml:442
  msgid ""
  "Show upgraded packages; Print out a list of all packages that are to be "
  "upgraded.  Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
@@@ -4155,17 -4155,17 +4232,17 @@@ msgstr "
  "Upgraded</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>-V</option>"
  msgstr "<option>-V</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>--verbose-versions</option>"
  msgstr "<option>--verbose-versions</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:432
++#: apt-get.8.xml:448
  msgid ""
  "Show full versions for upgraded and installed packages.  Configuration Item: "
  "<literal>APT::Get::Show-Versions</literal>."
@@@ -4174,22 -4174,22 +4251,40 @@@ msgstr "
  "Configuração: <literal>APT::Get::Show-Versions</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:453
++#, fuzzy
++#| msgid "<option>--recurse</option>"
++msgid "<option>--host-architecture</option>"
++msgstr "<option>--recurse</option>"
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:454
++msgid ""
++"This option controls the architecture packages are built for by <command>apt-"
++"get source --compile</command> and how cross-builddependencies are "
++"satisfied. By default is not set which means that the host architecture is "
++"the same as the build architecture (which is defined by <literal>APT::"
++"Architecture</literal>)  Configuration Item: <literal>APT::Get::Host-"
++"Architecture</literal>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:462
  msgid "<option>-b</option>"
  msgstr "<option>-b</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:462
  msgid "<option>--compile</option>"
  msgstr "<option>--compile</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:437
++#: apt-get.8.xml:463
  msgid "<option>--build</option>"
  msgstr "<option>--build</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:438
++#: apt-get.8.xml:464
  msgid ""
  "Compile source packages after downloading them.  Configuration Item: "
  "<literal>APT::Get::Compile</literal>."
@@@ -4198,12 -4198,12 +4293,12 @@@ msgstr "
  "<literal>APT::Get::Compile</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:442
++#: apt-get.8.xml:468
  msgid "<option>--ignore-hold</option>"
  msgstr "<option>--ignore-hold</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:443
++#: apt-get.8.xml:469
  msgid ""
  "Ignore package Holds; This causes <command>apt-get</command> to ignore a "
  "hold placed on a package. This may be useful in conjunction with "
@@@ -4216,12 -4216,12 +4311,12 @@@ msgstr "
  "Item de Configuração: <literal>APT::Ignore-Hold</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:449
++#: apt-get.8.xml:475
  msgid "<option>--no-upgrade</option>"
  msgstr "<option>--no-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:450
++#: apt-get.8.xml:476
  msgid ""
  "Do not upgrade packages; When used in conjunction with <literal>install</"
  "literal>, <literal>no-upgrade</literal> will prevent packages on the command "
@@@ -4234,12 -4234,12 +4329,12 @@@ msgstr "
  "Configuração: <literal>APT::Get::Upgrade</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:456
++#: apt-get.8.xml:482
  msgid "<option>--only-upgrade</option>"
  msgstr "<option>--only-upgrade</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:457
++#: apt-get.8.xml:483
  msgid ""
  "Do not install new packages; When used in conjunction with <literal>install</"
  "literal>, <literal>only-upgrade</literal> will prevent packages on the "
@@@ -4252,12 -4252,12 +4347,12 @@@ msgstr "
  "de Configuração: <literal>APT::Get::Only-Upgrade</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:463
++#: apt-get.8.xml:489
  msgid "<option>--force-yes</option>"
  msgstr "<option>--force-yes</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:464
++#: apt-get.8.xml:490
  msgid ""
  "Force yes; This is a dangerous option that will cause apt to continue "
  "without prompting if it is doing something potentially harmful. It should "
@@@ -4272,12 -4272,12 +4367,12 @@@ msgstr "
  "<literal>APT::Get::force-yes</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:471
++#: apt-get.8.xml:497
  msgid "<option>--print-uris</option>"
  msgstr "<option>--print-uris</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:472
++#: apt-get.8.xml:498
  msgid ""
  "Instead of fetching the files to install their URIs are printed. Each URI "
  "will have the path, the destination file name, the size and the expected md5 "
@@@ -4298,12 -4298,12 +4393,12 @@@ msgstr "
  "Configuração: <literal>APT::Get::Print-URIs</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:482
++#: apt-get.8.xml:508
  msgid "<option>--purge</option>"
  msgstr "<option>--purge</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:483
++#: apt-get.8.xml:509
  msgid ""
  "Use purge instead of remove for anything that would be removed.  An asterisk "
  "(\"*\") will be displayed next to packages which are scheduled to be purged. "
@@@ -4316,12 -4316,12 +4411,12 @@@ msgstr "
  "option>. Item de Configuração: <literal>APT::Get::Purge</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:490
++#: apt-get.8.xml:516
  msgid "<option>--reinstall</option>"
  msgstr "<option>--reinstall</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:491
++#: apt-get.8.xml:517
  msgid ""
  "Re-Install packages that are already installed and at the newest version.  "
  "Configuration Item: <literal>APT::Get::ReInstall</literal>."
@@@ -4330,12 -4330,12 +4425,12 @@@ msgstr "
  "Configuração: <literal>APT::Get::ReInstall</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:495
++#: apt-get.8.xml:521
  msgid "<option>--list-cleanup</option>"
  msgstr "<option>--list-cleanup</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:496
++#: apt-get.8.xml:522
  msgid ""
  "This option defaults to on, use <literal>--no-list-cleanup</literal> to turn "
  "it off. When on <command>apt-get</command> will automatically manage the "
@@@ -4352,17 -4352,17 +4447,17 @@@ msgstr "
  "fontes. Item de Configuração: <literal>APT::Get::List-Cleanup</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:505
++#: apt-get.8.xml:531
  msgid "<option>--target-release</option>"
  msgstr "<option>--target-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:506
++#: apt-get.8.xml:532
  msgid "<option>--default-release</option>"
  msgstr "<option>--default-release</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:507
++#: apt-get.8.xml:533
  msgid ""
  "This option controls the default input to the policy engine, it creates a "
  "default pin at priority 990 using the specified release string.  This "
@@@ -4385,12 -4385,12 +4480,12 @@@ msgstr "
  "Release</literal>; veja também o manual &apt-preferences;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:520
++#: apt-get.8.xml:546
  msgid "<option>--trivial-only</option>"
  msgstr "<option>--trivial-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:522
++#: apt-get.8.xml:548
  msgid ""
  "Only perform operations that are 'trivial'. Logically this can be considered "
  "related to <option>--assume-yes</option>, where <option>--assume-yes</"
@@@ -4404,12 -4404,12 +4499,12 @@@ msgstr "
  "Trivial-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:528
++#: apt-get.8.xml:554
  msgid "<option>--no-remove</option>"
  msgstr "<option>--no-remove</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:529
++#: apt-get.8.xml:555
  msgid ""
  "If any packages are to be removed apt-get immediately aborts without "
  "prompting.  Configuration Item: <literal>APT::Get::Remove</literal>."
@@@ -4419,12 -4419,12 +4514,12 @@@ msgstr "
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:534
++#: apt-get.8.xml:560
  msgid "<option>--auto-remove</option>"
  msgstr "<option>--auto-remove</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:535
++#: apt-get.8.xml:561
  msgid ""
  "If the command is either <literal>install</literal> or <literal>remove</"
  "literal>, then this option acts like running <literal>autoremove</literal> "
@@@ -4437,12 -4437,12 +4532,12 @@@ msgstr "
  "Configuração: <literal>APT::Get::AutomaticRemove</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:541
++#: apt-get.8.xml:567
  msgid "<option>--only-source</option>"
  msgstr "<option>--only-source</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:542
++#: apt-get.8.xml:568
  msgid ""
  "Only has meaning for the <literal>source</literal> and <literal>build-dep</"
  "literal> commands.  Indicates that the given source names are not to be "
@@@ -4461,22 -4461,22 +4556,22 @@@ msgstr "
  "<literal>APT::Get::Only-Source</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--diff-only</option>"
  msgstr "<option>--diff-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--dsc-only</option>"
  msgstr "<option>--dsc-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--tar-only</option>"
  msgstr "<option>--tar-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:553
++#: apt-get.8.xml:579
  msgid ""
  "Download only the diff, dsc, or tar file of a source archive.  Configuration "
  "Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</"
@@@ -4487,12 -4487,12 +4582,12 @@@ msgstr "
  "Only</literal>, e <literal>APT::Get::Tar-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:558
++#: apt-get.8.xml:584
  msgid "<option>--arch-only</option>"
  msgstr "<option>--arch-only</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:559
++#: apt-get.8.xml:585
  msgid ""
  "Only process architecture-dependent build-dependencies.  Configuration Item: "
  "<literal>APT::Get::Arch-Only</literal>."
@@@ -4501,12 -4501,12 +4596,12 @@@ msgstr "
  "de Configuração: <literal>APT::Get::Arch-Only</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:563
++#: apt-get.8.xml:589
  msgid "<option>--allow-unauthenticated</option>"
  msgstr "<option>--allow-unauthenticated</option>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:564
++#: apt-get.8.xml:590
  msgid ""
  "Ignore if packages can't be authenticated and don't prompt about it.  This "
  "is useful for tools like pbuilder.  Configuration Item: <literal>APT::Get::"
@@@ -4517,7 -4517,7 +4612,7 @@@ msgstr "
  "Get::AllowUnauthenticated</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt-get.8.xml:577
++#: apt-get.8.xml:603
  msgid ""
  "&file-sourceslist; &file-aptconf; &file-preferences; &file-cachearchives; "
  "&file-statelists;"
@@@ -4526,7 -4526,7 +4621,7 @@@ msgstr "
  "&file-statelists;"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:586
++#: apt-get.8.xml:612
  msgid ""
  "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, "
  "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-"
@@@ -4537,7 -4537,7 +4632,7 @@@ msgstr "
  "&guidesdir;, &apt-preferences;, o Howto do APT."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:592
++#: apt-get.8.xml:618
  msgid ""
  "<command>apt-get</command> returns zero on normal operation, decimal 100 on "
  "error."
@@@ -4546,22 -4546,22 +4641,22 @@@ msgstr "
  "erro."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:595
++#: apt-get.8.xml:621
  msgid "ORIGINAL AUTHORS"
  msgstr "AUTORES ORIGINAIS"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:596
++#: apt-get.8.xml:622
  msgid "&apt-author.jgunthorpe;"
  msgstr "&apt-author.jgunthorpe;"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:599
++#: apt-get.8.xml:625
  msgid "CURRENT AUTHORS"
  msgstr "AUTORES ACTUAIS"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:601
++#: apt-get.8.xml:627
  msgid "&apt-author.team;"
  msgstr "&apt-author.team;"
  
@@@ -4688,14 -4688,30 +4783,33 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-key.8.xml:131
  msgid ""
--"Update the local keyring with the keyring of Debian archive keys and removes "
--"from the keyring the archive keys which are no longer valid."
++"Update the local keyring with the archive keyring and remove from the local "
++"keyring the archive keys which are no longer valid.  The archive keyring is "
++"shipped in the <literal>archive-keyring</literal> package of your "
++"distribution, e.g. the <literal>ubuntu-archive-keyring</literal> package in "
++"Ubuntu."
+ msgstr ""
 -"Actualiza o chaveiro local com o chaveiro das chaves de arquivos Debian e "
 -"remove do chaveiro as chaves de arquivo que já não são válidas."
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-key.8.xml:140
++#: apt-key.8.xml:141
+ #, fuzzy
+ #| msgid "update"
+ msgid "net-update"
+ msgstr "update"
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 -#: apt-key.8.xml:144
++#: apt-key.8.xml:145
+ msgid ""
 -"Update the local keyring with the keys of a key server and removes from the "
 -"keyring the archive keys which are no longer valid. This requires an "
 -"installed wget and an APT build configured to have a server to fetch from. "
 -"APT in Debian does not support this command, but Ubuntu's APT does."
++"Work similar to the <command>update</command> command above, but get the "
++"archive keyring from an URI instead and validate it against a master key.  "
++"This requires an installed &wget; and an APT build configured to have a "
++"server to fetch from and a master keyring to validate.  APT in Debian does "
++"not support this command and relies on <command>update</command> instead, "
++"but Ubuntu's APT does."
  msgstr ""
- "Actualiza o chaveiro local com o chaveiro das chaves de arquivos Debian e "
- "remove do chaveiro as chaves de arquivo que já não são válidas."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:143
 -#: apt-key.8.xml:159
++#: apt-key.8.xml:162
  msgid ""
  "Note that options need to be defined before the commands described in the "
  "previous section."
@@@ -4704,12 -4720,12 +4818,12 @@@ msgstr "
  "secção prévia."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:145
 -#: apt-key.8.xml:161
++#: apt-key.8.xml:164
  msgid "--keyring <replaceable>filename</replaceable>"
  msgstr "--keyring <replaceable>nome-de-ficheiro</replaceable>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:146
 -#: apt-key.8.xml:162
++#: apt-key.8.xml:165
  msgid ""
  "With this option it is possible to specify a specific keyring file the "
  "command should operate on. The default is that a command is executed on the "
@@@ -4726,44 -4742,44 +4840,53 @@@ msgstr "
  "chaves são adicionadas a este."
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-key.8.xml:159
 -#: apt-key.8.xml:175
++#: apt-key.8.xml:178
  msgid "&file-trustedgpg;"
  msgstr "&file-trustedgpg;"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:161
 -#: apt-key.8.xml:177
++#: apt-key.8.xml:180
  msgid "<filename>/etc/apt/trustdb.gpg</filename>"
  msgstr "<filename>/etc/apt/trustdb.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:162
 -#: apt-key.8.xml:178
++#: apt-key.8.xml:181
  msgid "Local trust database of archive keys."
  msgstr "Base de dados local de confiança de chaves de arquivos."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:165
 -#: apt-key.8.xml:181
--msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++#: apt-key.8.xml:184
++#, fuzzy
++#| msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"
  msgstr "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:166
 -#: apt-key.8.xml:182
--msgid "Keyring of Debian archive trusted keys."
++#: apt-key.8.xml:185
++#, fuzzy
++#| msgid "Keyring of Debian archive trusted keys."
++msgid "Keyring of Ubuntu archive trusted keys."
  msgstr "Chaveiro das chaves de confiança dos arquivos Debian."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:169
 -#: apt-key.8.xml:185
++#: apt-key.8.xml:188
++#, fuzzy
++#| msgid ""
++#| "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  msgid ""
--"<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
++"<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"
  msgstr ""
  "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:170
 -#: apt-key.8.xml:186
--msgid "Keyring of Debian archive removed trusted keys."
++#: apt-key.8.xml:189
++#, fuzzy
++#| msgid "Keyring of Debian archive removed trusted keys."
++msgid "Keyring of Ubuntu archive removed trusted keys."
  msgstr "Chaveiro das chaves de confiança removidas dos arquivos Debian."
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:179
 -#: apt-key.8.xml:195
++#: apt-key.8.xml:198
  msgid "&apt-get;, &apt-secure;"
  msgstr "&apt-get;, &apt-secure;"
  
@@@ -5420,11 -5505,11 +5612,12 @@@ msgstr "
  #| "period (.) characters - otherwise they will be silently ignored."
  msgid ""
  "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
--"order which have no or \"<literal>conf</literal>\" as filename extension and "
--"which only contain alphanumeric, hyphen (-), underscore (_) and period (.) "
--"characters.  Otherwise APT will print a notice that it has ignored a file if "
--"the file doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</"
--"literal> configuration list - in this case it will be silently ignored."
++"order which have either no or \"<literal>conf</literal>\" as filename "
++"extension and which only contain alphanumeric, hyphen (-), underscore (_) "
++"and period (.) characters.  Otherwise APT will print a notice that it has "
++"ignored a file if the file doesn't match a pattern in the <literal>Dir::"
++"Ignore-Files-Silently</literal> configuration list - in this case it will be "
++"silently ignored."
  msgstr ""
  "todos os ficheiros em <literal>Dir::Etc::Parts</literal> em ordem ascendente "
  "alfanumérica sem extensão ou com \"<literal>conf</literal>\" como extensão "
@@@ -5678,13 -5763,13 +5871,24 @@@ msgstr "
  "analisa listas de pacotes. A predefinição interna é a arquitectura para a "
  "qual o APT foi compilado."
  
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:158
++msgid ""
++"All Architectures the system supports. Processors implementing the "
++"<literal>amd64</literal> are e.g. also able to execute binaries compiled for "
++"<literal>i386</literal>; This list is use when fetching files and parsing "
++"package lists. The internal default is always the native architecture "
++"(<literal>APT::Architecture</literal>)  and all foreign architectures it can "
++"retrieve by calling <command>dpkg --print-foreign-architectures</command>."
++msgstr ""
++
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:157
++#: apt.conf.5.xml:165
  msgid "Default-Release"
  msgstr "Default-Release"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:158
++#: apt.conf.5.xml:166
  msgid ""
  "Default release to install packages from if more than one version available. "
  "Contains release name, codename or release version. Examples: 'stable', "
@@@ -5697,12 -5782,12 +5901,12 @@@ msgstr "
  "'&testing-codename;', '4.0', '5.0*'. Veja também &apt-preferences;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:163
++#: apt.conf.5.xml:171
  msgid "Ignore-Hold"
  msgstr "Ignore-Hold"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:164
++#: apt.conf.5.xml:172
  msgid ""
  "Ignore Held packages; This global option causes the problem resolver to "
  "ignore held packages in its decision making."
@@@ -5711,12 -5796,12 +5915,12 @@@ msgstr "
  "os pacotes segurados sejam ignorados na sua decisão de marcação."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:168
++#: apt.conf.5.xml:176
  msgid "Clean-Installed"
  msgstr "Clean-Installed"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:169
++#: apt.conf.5.xml:177
  msgid ""
  "Defaults to on. When turned on the autoclean feature will remove any "
  "packages which can no longer be downloaded from the cache. If turned off "
@@@ -5730,12 -5815,12 +5934,12 @@@ msgstr "
  "directo de os reinstalar."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:175
++#: apt.conf.5.xml:183
  msgid "Immediate-Configure"
  msgstr "Immediate-Configure"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:176
++#: apt.conf.5.xml:184
  msgid ""
  "Defaults to on which will cause APT to install essential and important "
  "packages as fast as possible in the install/upgrade operation. This is done "
@@@ -5799,12 -5884,12 +6003,12 @@@ msgstr "
  "correcção do processo de actualização."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:198
++#: apt.conf.5.xml:206
  msgid "Force-LoopBreak"
  msgstr "Force-LoopBreak"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:199
++#: apt.conf.5.xml:207
  msgid ""
  "Never Enable this option unless you -really- know what you are doing. It "
  "permits APT to temporarily remove an essential package to break a Conflicts/"
@@@ -5821,12 -5906,12 +6025,12 @@@ msgstr "
  "tar, gzip, libc, dpkg, bash ou qualquer coisa de que estes dependem."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:207
++#: apt.conf.5.xml:215
  msgid "Cache-Start, Cache-Grow and Cache-Limit"
  msgstr "Cache-Start, Cache-Grow e Cache-Limit"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:208
++#: apt.conf.5.xml:216
  msgid ""
  "APT uses since version 0.7.26 a resizable memory mapped cache file to store "
  "the 'available' information. <literal>Cache-Start</literal> acts as a hint "
@@@ -5863,24 -5948,24 +6067,24 @@@ msgstr "
  "da cache é desactivado."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:223
++#: apt.conf.5.xml:231
  msgid "Build-Essential"
  msgstr "Build-Essential"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:224
++#: apt.conf.5.xml:232
  msgid "Defines which package(s) are considered essential build dependencies."
  msgstr ""
  "Define quais pacote(s) são considerados dependências essenciais de "
  "compilação."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:227
++#: apt.conf.5.xml:235
  msgid "Get"
  msgstr "Get"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:228
++#: apt.conf.5.xml:236
  msgid ""
  "The Get subsection controls the &apt-get; tool, please see its documentation "
  "for more information about the options here."
@@@ -5889,12 -5974,12 +6093,12 @@@ msgstr "
  "documentação para mais informação acerca das opções daqui."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:232
++#: apt.conf.5.xml:240
  msgid "Cache"
  msgstr "Cache"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:233
++#: apt.conf.5.xml:241
  msgid ""
  "The Cache subsection controls the &apt-cache; tool, please see its "
  "documentation for more information about the options here."
@@@ -5903,12 -5988,12 +6107,12 @@@ msgstr "
  "documentação para mais informação acerca das opções daqui."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:237
++#: apt.conf.5.xml:245
  msgid "CDROM"
  msgstr "CDROM"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:238
++#: apt.conf.5.xml:246
  msgid ""
  "The CDROM subsection controls the &apt-cdrom; tool, please see its "
  "documentation for more information about the options here."
@@@ -5917,17 -6002,17 +6121,17 @@@ msgstr "
  "documentação para mais informação acerca das opções de aqui."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:244
++#: apt.conf.5.xml:252
  msgid "The Acquire Group"
  msgstr "O Grupo Acquire"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:249
++#: apt.conf.5.xml:257
  msgid "Check-Valid-Until"
  msgstr "Check-Valid-Until"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:250
++#: apt.conf.5.xml:258
  msgid ""
  "Security related option defaulting to true as an expiring validation for a "
  "Release file prevents longtime replay attacks and can e.g. also help users "
@@@ -5948,22 -6033,22 +6152,68 @@@ msgstr "
  "ValidTime</literal> seguinte."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:260
++#: apt.conf.5.xml:268
  msgid "Max-ValidTime"
  msgstr "Max-ValidTime"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:261
--msgid ""
--"Seconds the Release file should be considered valid after it was created. "
--"The default is \"for ever\" (0) if the Release file of the archive doesn't "
--"include a <literal>Valid-Until</literal> header.  If it does then this date "
--"is the default. The date from the Release file or the date specified by the "
--"creation time of the Release file (<literal>Date</literal> header) plus the "
--"seconds specified with this options are used to check if the validation of a "
--"file has expired by using the earlier date of the two. Archive specific "
--"settings can be made by appending the label of the archive to the option "
--"name."
++#: apt.conf.5.xml:269
++#, fuzzy
++#| msgid ""
++#| "Seconds the Release file should be considered valid after it was created. "
++#| "The default is \"for ever\" (0) if the Release file of the archive "
++#| "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
++#| "this date is the default. The date from the Release file or the date "
++#| "specified by the creation time of the Release file (<literal>Date</"
++#| "literal> header) plus the seconds specified with this options are used to "
++#| "check if the validation of a file has expired by using the earlier date "
++#| "of the two. Archive specific settings can be made by appending the label "
++#| "of the archive to the option name."
++msgid ""
++"Seconds the Release file should be considered valid after it was created "
++"(indicated by the <literal>Date</literal> header).  If the Release file "
++"itself includes a <literal>Valid-Until</literal> header the earlier date of "
++"the two is used as the expiration date.  The default value is <literal>0</"
++"literal> which stands for \"for ever\".  Archive specific settings can be "
++"made by appending the label of the archive to the option name."
++msgstr ""
++"Segundos em que o ficheiro Release deve considerado válido após ser criado. "
++"A predefinição é \"para sempre\" (0) se o ficheiro Release do arquivo não "
++"conter um cabeçalho <literal>Valid-Until</literal>. Se o tiver então esta "
++"data é a predefinida. A data do ficheiro Release ou a data especificada pela "
++"hora de criação do do ficheiro Release (cabeçalho <literal>Date</literal>) "
++"mais os segundos especificados com esta opção são usados para verificar se a "
++"validação de um ficheiro já expirou ao usar uma data anterior às duas. "
++"Definições específicas do Arquivo podem ser feitas ao adicionar a etiqueta "
++"do arquivo ao nome da opção. "
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
++#: apt.conf.5.xml:279
++#, fuzzy
++#| msgid "Max-ValidTime"
++msgid "Min-ValidTime"
++msgstr "Max-ValidTime"
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:280
++#, fuzzy
++#| msgid ""
++#| "Seconds the Release file should be considered valid after it was created. "
++#| "The default is \"for ever\" (0) if the Release file of the archive "
++#| "doesn't include a <literal>Valid-Until</literal> header.  If it does then "
++#| "this date is the default. The date from the Release file or the date "
++#| "specified by the creation time of the Release file (<literal>Date</"
++#| "literal> header) plus the seconds specified with this options are used to "
++#| "check if the validation of a file has expired by using the earlier date "
++#| "of the two. Archive specific settings can be made by appending the label "
++#| "of the archive to the option name."
++msgid ""
++"Minimum of seconds the Release file should be considered valid after it was "
++"created (indicated by the <literal>Date</literal> header).  Use this if you "
++"need to use a seldomly updated (local) mirror of a more regular updated "
++"archive with a <literal>Valid-Until</literal> header instead of competely "
++"disabling the expiration date checking.  Archive specific settings can and "
++"should be used by appending the label of the archive to the option name."
  msgstr ""
  "Segundos em que o ficheiro Release deve considerado válido após ser criado. "
  "A predefinição é \"para sempre\" (0) se o ficheiro Release do arquivo não "
  "do arquivo ao nome da opção. "
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:273
++#: apt.conf.5.xml:290
  msgid "PDiffs"
  msgstr "PDiffs"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:274
++#: apt.conf.5.xml:291
  msgid ""
  "Try to download deltas called <literal>PDiffs</literal> for Packages or "
  "Sources files instead of downloading whole ones. True by default."
@@@ -5991,12 -6076,20 +6241,20 @@@ msgstr "
  "predefinição."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:277
++#: apt.conf.5.xml:294
+ #, fuzzy
+ #| msgid ""
+ #| "Two sub-options to limit the use of PDiffs are also available: With "
+ #| "<literal>FileLimit</literal> can be specified how many PDiff files are "
+ #| "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
+ #| "other hand is the maximum percentage of the size of all patches compared "
+ #| "to the size of the targeted file. If one of these limits is exceeded the "
+ #| "complete file is downloaded instead of the patches."
  msgid ""
  "Two sub-options to limit the use of PDiffs are also available: With "
  "<literal>FileLimit</literal> can be specified how many PDiff files are "
  "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
--"other hand is the maximum precentage of the size of all patches compared to "
++"other hand is the maximum percentage of the size of all patches compared to "
  "the size of the targeted file. If one of these limits is exceeded the "
  "complete file is downloaded instead of the patches."
  msgstr ""
  "limites for excedido, é descarregado o ficheiro completo em vez das patches."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:286
++#: apt.conf.5.xml:303
  msgid "Queue-Mode"
  msgstr "Queue-Mode"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:287
++#: apt.conf.5.xml:304
  msgid ""
  "Queuing mode; <literal>Queue-Mode</literal> can be one of <literal>host</"
  "literal> or <literal>access</literal> which determines how APT parallelizes "
@@@ -6028,12 -6121,12 +6286,12 @@@ msgstr "
  "aberta uma ligação por tipo de URI."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:294
++#: apt.conf.5.xml:311
  msgid "Retries"
  msgstr "Retries"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:295
++#: apt.conf.5.xml:312
  msgid ""
  "Number of retries to perform. If this is non-zero APT will retry failed "
  "files the given number of times."
@@@ -6042,12 -6135,12 +6300,12 @@@ msgstr "
  "tentar, no número fornecido de vezes, obter ficheiros falhados."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:299
++#: apt.conf.5.xml:316
  msgid "Source-Symlinks"
  msgstr "Source-Symlinks"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:300
++#: apt.conf.5.xml:317
  msgid ""
  "Use symlinks for source archives. If set to true then source archives will "
  "be symlinked when possible instead of copying. True is the default."
@@@ -6057,12 -6150,12 +6315,12 @@@ msgstr "
  "A predefinição é verdadeiro."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:304 sources.list.5.xml:144
++#: apt.conf.5.xml:321 sources.list.5.xml:160
  msgid "http"
  msgstr "http"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:305
++#: apt.conf.5.xml:322
  msgid ""
  "HTTP URIs; http::Proxy is the default http proxy to use. It is in the "
  "standard form of <literal>http://[[user][:pass]@]host[:port]/</literal>. Per "
@@@ -6079,7 -6172,7 +6337,7 @@@ msgstr "
  "especificada, será usada a variável de ambiente <envar>http_proxy</envar>."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:313
++#: apt.conf.5.xml:330
  msgid ""
  "Three settings are provided for cache control with HTTP/1.1 compliant proxy "
  "caches. <literal>No-Cache</literal> tells the proxy to not use its cached "
@@@ -6104,7 -6197,7 +6362,7 @@@ msgstr "
  "suporta nenhuma destas opções."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:323 apt.conf.5.xml:387
++#: apt.conf.5.xml:340 apt.conf.5.xml:404
  msgid ""
  "The option <literal>timeout</literal> sets the timeout timer used by the "
  "method, this applies to all things including connection timeout and data "
@@@ -6115,7 -6208,7 +6373,7 @@@ msgstr "
  "e tempos limite de dados."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:326
++#: apt.conf.5.xml:343
  msgid ""
  "One setting is provided to control the pipeline depth in cases where the "
  "remote server is not RFC conforming or buggy (such as Squid 2.0.2).  "
@@@ -6134,7 -6227,7 +6392,7 @@@ msgstr "
  "As máquinas que requerem isto estão em violação de RFC 2068."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:334
++#: apt.conf.5.xml:351
  msgid ""
  "The used bandwidth can be limited with <literal>Acquire::http::Dl-Limit</"
  "literal> which accepts integer values in kilobyte. The default value is 0 "
@@@ -6149,7 -6242,7 +6407,7 @@@ msgstr "
  "múltiplos servidores ao mesmo tempo.)"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:339
++#: apt.conf.5.xml:356
  msgid ""
  "<literal>Acquire::http::User-Agent</literal> can be used to set a different "
  "User-Agent for the http download method as some proxies allow access for "
@@@ -6161,12 -6254,12 +6419,12 @@@ msgstr "
  "identificador conhecido."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:345
++#: apt.conf.5.xml:362
  msgid "https"
  msgstr "https"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:346
++#: apt.conf.5.xml:363
  msgid ""
  "HTTPS URIs. Cache-control, Timeout, AllowRedirect, Dl-Limit and proxy "
  "options are the same as for <literal>http</literal> method and will also "
@@@ -6181,7 -6274,7 +6439,7 @@@ msgstr "
  "literal> ainda não é suportada."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:352
++#: apt.conf.5.xml:369
  msgid ""
  "<literal>CaInfo</literal> suboption specifies place of file that holds info "
  "about trusted certificates.  <literal>&lt;host&gt;::CaInfo</literal> is "
@@@ -6218,12 -6311,12 +6476,12 @@@ msgstr "
  "host&gt;::SslForceVersion</literal> é a opção po máquina correspondente."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:370 sources.list.5.xml:155
++#: apt.conf.5.xml:387 sources.list.5.xml:171
  msgid "ftp"
  msgstr "ftp"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:371
++#: apt.conf.5.xml:388
  msgid ""
  "FTP URIs; ftp::Proxy is the default ftp proxy to use. It is in the standard "
  "form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host "
@@@ -6256,7 -6349,7 +6514,7 @@@ msgstr "
  "$(SITE_PORT)</literal>. Cada uma é tirada do seu componente URI respectivo."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:390
++#: apt.conf.5.xml:407
  msgid ""
  "Several settings are provided to control passive mode. Generally it is safe "
  "to leave passive mode on, it works in nearly every environment.  However "
@@@ -6272,7 -6365,7 +6530,7 @@@ msgstr "
  "específica (Veja a amostra de ficheiro de configuração para exemplos)."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:397
++#: apt.conf.5.xml:414
  msgid ""
  "It is possible to proxy FTP over HTTP by setting the <envar>ftp_proxy</"
  "envar> environment variable to a http url - see the discussion of the http "
@@@ -6286,7 -6379,7 +6544,7 @@@ msgstr "
  "eficiência."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:402
++#: apt.conf.5.xml:419
  msgid ""
  "The setting <literal>ForceExtended</literal> controls the use of RFC2428 "
  "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is "
@@@ -6301,18 -6394,18 +6559,18 @@@ msgstr "
  "ligações IPv4. Note que a maioria dos servidores FTP não suporta RFC2428."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:409 sources.list.5.xml:137
++#: apt.conf.5.xml:426 sources.list.5.xml:153
  msgid "cdrom"
  msgstr "cdrom"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:415
++#: apt.conf.5.xml:432
  #, no-wrap
  msgid "/cdrom/::Mount \"foo\";"
  msgstr "/cdrom/::Mount \"foo\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:410
++#: apt.conf.5.xml:427
  msgid ""
  "CDROM URIs; the only setting for CDROM URIs is the mount point, "
  "<literal>cdrom::Mount</literal> which must be the mount point for the CDROM "
@@@ -6333,12 -6426,12 +6591,12 @@@ msgstr "
  "Comandos para desmontar podem ser especificados usando UMount."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:420
++#: apt.conf.5.xml:437
  msgid "gpgv"
  msgstr "gpgv"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:421
++#: apt.conf.5.xml:438
  msgid ""
  "GPGV URIs; the only option for GPGV URIs is the option to pass additional "
  "parameters to gpgv.  <literal>gpgv::Options</literal> Additional options "
@@@ -6349,18 -6442,18 +6607,18 @@@ msgstr "
  "passadas ao gpgv."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:426
++#: apt.conf.5.xml:443
  msgid "CompressionTypes"
  msgstr "CompressionTypes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:432
++#: apt.conf.5.xml:449
  #, no-wrap
  msgid "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<replaceable>Methodname</replaceable>\";"
  msgstr "Acquire::CompressionTypes::<replaceable>Extensão de Ficheiro</replaceable> \"<replaceable>Nome de método</replaceable>\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:427
++#: apt.conf.5.xml:444
  msgid ""
  "List of compression types which are understood by the acquire methods.  "
  "Files like <filename>Packages</filename> can be available in various "
@@@ -6379,19 -6472,19 +6637,19 @@@ msgstr "
  "alterado. A sintaxe para isto é: <placeholder type=\"synopsis\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:437
++#: apt.conf.5.xml:454
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order:: \"gz\";"
  msgstr "Acquire::CompressionTypes::Order:: \"gz\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:440
++#: apt.conf.5.xml:457
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  msgstr "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:433
++#: apt.conf.5.xml:450
  msgid ""
  "Also the <literal>Order</literal> subgroup can be used to define in which "
  "order the acquire system will try to download the compressed files. The "
@@@ -6422,13 -6515,13 +6680,13 @@@ msgstr "
  "lista pois será adicionado automaticamente."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:444
++#: apt.conf.5.xml:461
  #, no-wrap
  msgid "Dir::Bin::bzip2 \"/bin/bzip2\";"
  msgstr "Dir::Bin::bzip2 \"/bin/bzip2\";"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:442
++#: apt.conf.5.xml:459
  #, fuzzy
  #| msgid ""
  #| "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
@@@ -6445,9 -6538,9 +6703,9 @@@ msgid "
  "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
  "replaceable></literal> will be checked: If this setting exists the method "
  "will only be used if this file exists, e.g. for the bzip2 method (the "
--"inbuilt) setting is <placeholder type=\"literallayout\" id=\"0\"/> Note also "
--"that list entries specified on the command line will be added at the end of "
--"the list specified in the configuration files, but before the default "
++"inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note "
++"also that list entries specified on the command line will be added at the "
++"end of the list specified in the configuration files, but before the default "
  "entries. To prefer a type in this case over the ones specified in the "
  "configuration files you can set the option direct - not in list style.  This "
  "will not override the defined list, it will only prefix the list with this "
@@@ -6465,20 -6558,20 +6723,20 @@@ msgstr "
  "sobrepor a lista definida, irá apenas prefixar a lista com este tipo."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:449
++#: apt.conf.5.xml:466
  msgid ""
  "The special type <literal>uncompressed</literal> can be used to give "
--"uncompressed files a preference, but note that most archives doesn't provide "
++"uncompressed files a preference, but note that most archives don't provide "
  "uncompressed files so this is mostly only useable for local mirrors."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:454
++#: apt.conf.5.xml:471
  msgid "GzipIndexes"
  msgstr "GzipIndexes"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:456
++#: apt.conf.5.xml:473
  msgid ""
  "When downloading <literal>gzip</literal> compressed indexes (Packages, "
  "Sources, or Translations), keep them gzip compressed locally instead of "
@@@ -6491,12 -6584,12 +6749,12 @@@ msgstr "
  "CPU quando constrói as caches de pacotes locais. Falso por predefinição."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:463
++#: apt.conf.5.xml:480
  msgid "Languages"
  msgstr "Languages"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:464
++#: apt.conf.5.xml:481
  msgid ""
  "The Languages subsection controls which <filename>Translation</filename> "
  "files are downloaded and in which order APT tries to display the Description-"
@@@ -6518,13 -6611,13 +6776,13 @@@ msgstr "
  "de definir aqui valores impossíveis."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><programlisting>
--#: apt.conf.5.xml:480
++#: apt.conf.5.xml:497
  #, no-wrap
  msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  msgstr "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:470
++#: apt.conf.5.xml:487
  msgid ""
  "The default list includes \"environment\" and \"en\". "
  "\"<literal>environment</literal>\" has a special meaning here: It will be "
@@@ -6564,7 -6657,7 +6822,7 @@@ msgstr "
  "ser \"fr, de, en\".  <placeholder type=\"programlisting\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:245
++#: apt.conf.5.xml:253
  msgid ""
  "The <literal>Acquire</literal> group of options controls the download of "
  "packages and the URI handlers.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -6573,12 -6666,12 +6831,12 @@@ msgstr "
  "e os manipuladores de URI. <placeholder type=\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:487
++#: apt.conf.5.xml:504
  msgid "Directories"
  msgstr "Directories"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:489
++#: apt.conf.5.xml:506
  msgid ""
  "The <literal>Dir::State</literal> section has directories that pertain to "
  "local state information. <literal>lists</literal> is the directory to place "
@@@ -6597,7 -6690,7 +6855,7 @@@ msgstr "
  "com <filename>/</filename> ou <filename>./</filename>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:496
++#: apt.conf.5.xml:513
  msgid ""
  "<literal>Dir::Cache</literal> contains locations pertaining to local cache "
  "information, such as the two package caches <literal>srcpkgcache</literal> "
@@@ -6618,7 -6711,7 +6876,7 @@@ msgstr "
  "literal> o directório predefinido é contido em <literal>Dir::Cache</literal>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:505
++#: apt.conf.5.xml:522
  msgid ""
  "<literal>Dir::Etc</literal> contains the location of configuration files, "
  "<literal>sourcelist</literal> gives the location of the sourcelist and "
@@@ -6633,7 -6726,7 +6891,7 @@@ msgstr "
  "ficheiro de configuração especificado por <envar>APT_CONFIG</envar>)."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:511
++#: apt.conf.5.xml:528
  msgid ""
  "The <literal>Dir::Parts</literal> setting reads in all the config fragments "
  "in lexical order from the directory specified. After this is done then the "
@@@ -6644,7 -6737,7 +6902,7 @@@ msgstr "
  "estar feito então é carregado o ficheiro de configuração principal."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:515
++#: apt.conf.5.xml:532
  msgid ""
  "Binary programs are pointed to by <literal>Dir::Bin</literal>. <literal>Dir::"
  "Bin::Methods</literal> specifies the location of the method handlers and "
@@@ -6662,7 -6755,7 +6920,7 @@@ msgstr "
  "respectivos programas."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:523
++#: apt.conf.5.xml:540
  msgid ""
  "The configuration item <literal>RootDir</literal> has a special meaning.  If "
  "set, all paths in <literal>Dir::</literal> will be relative to "
@@@ -6683,7 -6776,7 +6941,7 @@@ msgstr "
  "procurado em <filename>/tmp/staging/var/lib/dpkg/status</filename>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:536
++#: apt.conf.5.xml:553
  msgid ""
  "The <literal>Ignore-Files-Silently</literal> list can be used to specify "
  "which files APT should silently ignore while parsing the files in the "
@@@ -6701,12 -6794,12 +6959,12 @@@ msgstr "
  "expressão regular."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:545
++#: apt.conf.5.xml:562
  msgid "APT in DSelect"
  msgstr "APT em DSelect"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:547
++#: apt.conf.5.xml:564
  msgid ""
  "When APT is used as a &dselect; method several configuration directives "
  "control the default behaviour. These are in the <literal>DSelect</literal> "
@@@ -6717,12 -6810,12 +6975,12 @@@ msgstr "
  "<literal>DSelect</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:551
++#: apt.conf.5.xml:568
  msgid "Clean"
  msgstr "Clean"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:552
++#: apt.conf.5.xml:569
  msgid ""
  "Cache Clean mode; this value may be one of always, prompt, auto, pre-auto "
  "and never.  always and prompt will remove all packages from the cache after "
@@@ -6739,7 -6832,7 +6997,7 @@@ msgstr "
  "descarregar novos pacotes."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:561
++#: apt.conf.5.xml:578
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the install phase."
@@@ -6748,12 -6841,12 +7006,12 @@@ msgstr "
  "comandos quando é corrido para a fase de instalação."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:565
++#: apt.conf.5.xml:582
  msgid "Updateoptions"
  msgstr "Updateoptions"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:566
++#: apt.conf.5.xml:583
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the update phase."
@@@ -6762,12 -6855,12 +7020,12 @@@ msgstr "
  "comandos quando é executado para a fase de actualização."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:570
++#: apt.conf.5.xml:587
  msgid "PromptAfterUpdate"
  msgstr "PromptAfterUpdate"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:571
++#: apt.conf.5.xml:588
  msgid ""
  "If true the [U]pdate operation in &dselect; will always prompt to continue.  "
  "The default is to prompt only on error."
@@@ -6776,12 -6869,12 +7034,12 @@@ msgstr "
  "continuar. A predefinição é avisar apenas em caso de erro."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:577
++#: apt.conf.5.xml:594
  msgid "How APT calls dpkg"
  msgstr "Como o APT chama o dpkg"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:578
++#: apt.conf.5.xml:595
  msgid ""
  "Several configuration directives control how APT invokes &dpkg;. These are "
  "in the <literal>DPkg</literal> section."
@@@ -6790,7 -6883,7 +7048,7 @@@ msgstr "
  "&dpkg;. Estas estão na secção <literal>DPkg</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:583
++#: apt.conf.5.xml:600
  msgid ""
  "This is a list of options to pass to dpkg. The options must be specified "
  "using the list notation and each list item is passed as a single argument to "
@@@ -6801,17 -6894,17 +7059,17 @@@ msgstr "
  "um argumento único ao &dpkg;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Pre-Invoke"
  msgstr "Pre-Invoke"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Post-Invoke"
  msgstr "Post-Invoke"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:589
++#: apt.conf.5.xml:606
  msgid ""
  "This is a list of shell commands to run before/after invoking &dpkg;.  Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -6824,12 -6917,12 +7082,12 @@@ msgstr "
  "bin/sh</filename>, caso algum deles falhe, o APT irá abortar."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:595
++#: apt.conf.5.xml:612
  msgid "Pre-Install-Pkgs"
  msgstr "Pre-Install-Pkgs"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:596
++#: apt.conf.5.xml:613
  msgid ""
  "This is a list of shell commands to run before invoking dpkg. Like "
  "<literal>options</literal> this must be specified in list notation. The "
@@@ -6845,7 -6938,7 +7103,7 @@@ msgstr "
  "deb que vai instalar, um por cada linha."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:602
++#: apt.conf.5.xml:619
  msgid ""
  "Version 2 of this protocol dumps more information, including the protocol "
  "version, the APT configuration space and the packages, files and versions "
@@@ -6860,12 -6953,12 +7118,12 @@@ msgstr "
  "dado ao <literal>Pre-Install-Pkgs</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:609
++#: apt.conf.5.xml:626
  msgid "Run-Directory"
  msgstr "Run-Directory"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:610
++#: apt.conf.5.xml:627
  msgid ""
  "APT chdirs to this directory before invoking dpkg, the default is <filename>/"
  "</filename>."
@@@ -6874,12 -6967,12 +7132,12 @@@ msgstr "
  "predefinição é <filename>/</filename>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:614
++#: apt.conf.5.xml:631
  msgid "Build-options"
  msgstr "Build-options"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:615
++#: apt.conf.5.xml:632
  msgid ""
  "These options are passed to &dpkg-buildpackage; when compiling packages, the "
  "default is to disable signing and produce all binaries."
@@@ -6888,12 -6981,12 +7146,12 @@@ msgstr "
  "predefinição é desactivar a assinatura e produzir todos os binários."
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
--#: apt.conf.5.xml:620
++#: apt.conf.5.xml:637
  msgid "dpkg trigger usage (and related options)"
  msgstr "Utilização trigger do dpkg (e opções relacionadas)"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:621
++#: apt.conf.5.xml:638
  #, fuzzy
  #| msgid ""
  #| "APT can call dpkg in a way so it can make aggressive use of triggers over "
@@@ -6932,7 -7025,7 +7190,7 @@@ msgstr "
  "todos os pacotes."
  
  #. type: Content of: <refentry><refsect1><refsect2><para><literallayout>
--#: apt.conf.5.xml:636
++#: apt.conf.5.xml:653
  #, no-wrap
  msgid ""
  "DPkg::NoTriggers \"true\";\n"
@@@ -6946,7 -7039,7 +7204,7 @@@ msgstr "
  "DPkg::TriggersPending \"true\";"
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:630
++#: apt.conf.5.xml:647
  msgid ""
  "Note that it is not guaranteed that APT will support these options or that "
  "these options will not cause (big) trouble in the future. If you have "
@@@ -6970,12 -7063,12 +7228,12 @@@ msgstr "
  "\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:642
++#: apt.conf.5.xml:659
  msgid "DPkg::NoTriggers"
  msgstr "DPkg::NoTriggers"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:643
++#: apt.conf.5.xml:660
  msgid ""
  "Add the no triggers flag to all dpkg calls (except the ConfigurePending "
  "call).  See &dpkg; if you are interested in what this actually means. In "
@@@ -6996,12 -7089,12 +7254,12 @@@ msgstr "
  "chamadas unpack e remove."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:650
++#: apt.conf.5.xml:667
  msgid "PackageManager::Configure"
  msgstr "PackageManager::Configure"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:651
++#: apt.conf.5.xml:668
  msgid ""
  "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
  "and \"<literal>no</literal>\".  \"<literal>all</literal>\" is the default "
@@@ -7029,12 -7122,12 +7287,12 @@@ msgstr "
  "poderia não arrancar!"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:661
++#: apt.conf.5.xml:678
  msgid "DPkg::ConfigurePending"
  msgstr "DPkg::ConfigurePending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:662
++#: apt.conf.5.xml:679
  msgid ""
  "If this option is set apt will call <command>dpkg --configure --pending</"
  "command> to let dpkg handle all required configurations and triggers. This "
@@@ -7052,12 -7145,12 +7310,12 @@@ msgstr "
  "esta opção em todas excepto na última execução."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:668
++#: apt.conf.5.xml:685
  msgid "DPkg::TriggersPending"
  msgstr "DPkg::TriggersPending"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:669
++#: apt.conf.5.xml:686
  msgid ""
  "Useful for <literal>smart</literal> configuration as a package which has "
  "pending triggers is not considered as <literal>installed</literal> and dpkg "
@@@ -7073,12 -7166,12 +7331,12 @@@ msgstr "
  "configurar este pacote."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:674
++#: apt.conf.5.xml:691
  msgid "PackageManager::UnpackAll"
  msgstr "PackageManager::UnpackAll"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:675
++#: apt.conf.5.xml:692
  msgid ""
  "As the configuration can be deferred to be done at the end by dpkg it can be "
  "tried to order the unpack series only by critical needs, e.g. by Pre-"
@@@ -7097,12 -7190,12 +7355,12 @@@ msgstr "
  "experimental e necessita de mais melhorias antes de se tornar realmente útil."
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:682
++#: apt.conf.5.xml:699
  msgid "OrderList::Score::Immediate"
  msgstr "OrderList::Score::Immediate"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:690
++#: apt.conf.5.xml:707
  #, no-wrap
  msgid ""
  "OrderList::Score {\n"
@@@ -7120,7 -7213,7 +7378,7 @@@ msgstr "
  "};"
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:683
++#: apt.conf.5.xml:700
  msgid ""
  "Essential packages (and there dependencies) should be configured immediately "
  "after unpacking. It will be a good idea to do this quite early in the "
@@@ -7144,12 -7237,12 +7402,12 @@@ msgstr "
  "predefinidos. <placeholder type=\"literallayout\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:703
++#: apt.conf.5.xml:720
  msgid "Periodic and Archives options"
  msgstr "Opções Periodic e Archives"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:704
++#: apt.conf.5.xml:721
  msgid ""
  "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
  "of options configure behavior of apt periodic updates, which is done by "
@@@ -7162,12 -7255,12 +7420,12 @@@ msgstr "
  "Veja o cabeçalho deste script para uma breve documentação das suas opções."
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:712
++#: apt.conf.5.xml:729
  msgid "Debug options"
  msgstr "Opções de depuração"
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:714
++#: apt.conf.5.xml:731
  msgid ""
  "Enabling options in the <literal>Debug::</literal> section will cause "
  "debugging information to be sent to the standard error stream of the program "
@@@ -7184,7 -7277,7 +7442,7 @@@ msgstr "
  "interesse para o utilizador normal, mas algumas podem ter:"
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:725
++#: apt.conf.5.xml:742
  msgid ""
  "<literal>Debug::pkgProblemResolver</literal> enables output about the "
  "decisions made by <literal>dist-upgrade, upgrade, install, remove, purge</"
@@@ -7195,7 -7288,7 +7453,7 @@@ msgstr "
  "remove, purge</literal>."
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:733
++#: apt.conf.5.xml:750
  msgid ""
  "<literal>Debug::NoLocking</literal> disables all file locking.  This can be "
  "used to run some operations (for instance, <literal>apt-get -s install</"
@@@ -7206,7 -7299,7 +7464,7 @@@ msgstr "
  "<literal>apt-get -s install</literal>) como um utilizador não root."
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:742
++#: apt.conf.5.xml:759
  msgid ""
  "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
  "time that <literal>apt</literal> invokes &dpkg;."
@@@ -7218,7 -7311,7 +7476,7 @@@ msgstr "
  #.       motivating example, except I haven't a clue why you'd want
  #.       to do this. 
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:750
++#: apt.conf.5.xml:767
  msgid ""
  "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
  "in CDROM IDs."
@@@ -7227,17 -7320,17 +7485,17 @@@ msgstr "
  "IDs de CDROM."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:760
++#: apt.conf.5.xml:777
  msgid "A full list of debugging options to apt follows."
  msgstr "Segue-se uma lista completa de opções de depuração para o apt."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:765
++#: apt.conf.5.xml:782
  msgid "<literal>Debug::Acquire::cdrom</literal>"
  msgstr "<literal>Debug::Acquire::cdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:769
++#: apt.conf.5.xml:786
  msgid ""
  "Print information related to accessing <literal>cdrom://</literal> sources."
  msgstr ""
  "literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:776
++#: apt.conf.5.xml:793
  msgid "<literal>Debug::Acquire::ftp</literal>"
  msgstr "<literal>Debug::Acquire::ftp</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:780
++#: apt.conf.5.xml:797
  msgid "Print information related to downloading packages using FTP."
  msgstr ""
  "Escreve informação relacionada com o descarregamento de pacotes usando FTP."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:787
++#: apt.conf.5.xml:804
  msgid "<literal>Debug::Acquire::http</literal>"
  msgstr "<literal>Debug::Acquire::http</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:791
++#: apt.conf.5.xml:808
  msgid "Print information related to downloading packages using HTTP."
  msgstr ""
  "Escreve informação relacionada com o descarregamento de pacotes usando HTTP."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:798
++#: apt.conf.5.xml:815
  msgid "<literal>Debug::Acquire::https</literal>"
  msgstr "<literal>Debug::Acquire::https</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:802
++#: apt.conf.5.xml:819
  msgid "Print information related to downloading packages using HTTPS."
  msgstr ""
  "Escreve informação relacionada com o descarregamento de pacotes usando HTTPS."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:809
++#: apt.conf.5.xml:826
  msgid "<literal>Debug::Acquire::gpgv</literal>"
  msgstr "<literal>Debug::Acquire::gpgv</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:813
++#: apt.conf.5.xml:830
  msgid ""
  "Print information related to verifying cryptographic signatures using "
  "<literal>gpg</literal>."
@@@ -7292,12 -7385,12 +7550,12 @@@ msgstr "
  "criptográficas usando <literal>gpg</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:820
++#: apt.conf.5.xml:837
  msgid "<literal>Debug::aptcdrom</literal>"
  msgstr "<literal>Debug::aptcdrom</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:824
++#: apt.conf.5.xml:841
  msgid ""
  "Output information about the process of accessing collections of packages "
  "stored on CD-ROMs."
@@@ -7306,23 -7399,23 +7564,23 @@@ msgstr "
  "armazenados em CD-ROMs."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:831
++#: apt.conf.5.xml:848
  msgid "<literal>Debug::BuildDeps</literal>"
  msgstr "<literal>Debug::BuildDeps</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:834
++#: apt.conf.5.xml:851
  msgid "Describes the process of resolving build-dependencies in &apt-get;."
  msgstr ""
  "Descreve os processos de resolver dependências de compilação no &apt-get;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:841
++#: apt.conf.5.xml:858
  msgid "<literal>Debug::Hashes</literal>"
  msgstr "<literal>Debug::Hashes</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:844
++#: apt.conf.5.xml:861
  msgid ""
  "Output each cryptographic hash that is generated by the <literal>apt</"
  "literal> libraries."
@@@ -7331,12 -7424,12 +7589,12 @@@ msgstr "
  "<literal>apt</literal>."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:851
++#: apt.conf.5.xml:868
  msgid "<literal>Debug::IdentCDROM</literal>"
  msgstr "<literal>Debug::IdentCDROM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:854
++#: apt.conf.5.xml:871
  msgid ""
  "Do not include information from <literal>statfs</literal>, namely the number "
  "of used and free blocks on the CD-ROM filesystem, when generating an ID for "
@@@ -7347,12 -7440,12 +7605,12 @@@ msgstr "
  "para um CD-ROM."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:862
++#: apt.conf.5.xml:879
  msgid "<literal>Debug::NoLocking</literal>"
  msgstr "<literal>Debug::NoLocking</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:865
++#: apt.conf.5.xml:882
  msgid ""
  "Disable all file locking.  For instance, this will allow two instances of "
  "<quote><literal>apt-get update</literal></quote> to run at the same time."
@@@ -7362,24 -7455,24 +7620,24 @@@ msgstr "
  "literal></quote> ao mesmo tempo."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:873
++#: apt.conf.5.xml:890
  msgid "<literal>Debug::pkgAcquire</literal>"
  msgstr "<literal>Debug::pkgAcquire</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:877
++#: apt.conf.5.xml:894
  msgid "Log when items are added to or removed from the global download queue."
  msgstr ""
  "Regista no log quando os items são adicionados ou removidos da fila de "
  "download global."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:884
++#: apt.conf.5.xml:901
  msgid "<literal>Debug::pkgAcquire::Auth</literal>"
  msgstr "<literal>Debug::pkgAcquire::Auth</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:887
++#: apt.conf.5.xml:904
  msgid ""
  "Output status messages and errors related to verifying checksums and "
  "cryptographic signatures of downloaded files."
@@@ -7388,12 -7481,12 +7646,12 @@@ msgstr "
  "checksums e assinaturas criptográficas dos ficheiros descarregados."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:894
++#: apt.conf.5.xml:911
  msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
  msgstr "<literal>Debug::pkgAcquire::Diffs</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:897
++#: apt.conf.5.xml:914
  msgid ""
  "Output information about downloading and applying package index list diffs, "
  "and errors relating to package index list diffs."
@@@ -7403,12 -7496,12 +7661,12 @@@ msgstr "
  "pacote."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:905
++#: apt.conf.5.xml:922
  msgid "<literal>Debug::pkgAcquire::RRed</literal>"
  msgstr "<literal>Debug::pkgAcquire::RRed</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:909
++#: apt.conf.5.xml:926
  msgid ""
  "Output information related to patching apt package lists when downloading "
  "index diffs instead of full indices."
@@@ -7417,12 -7510,12 +7675,12 @@@ msgstr "
  "do apt quando se descarrega diffs de índice em vez de índices completos."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:916
++#: apt.conf.5.xml:933
  msgid "<literal>Debug::pkgAcquire::Worker</literal>"
  msgstr "<literal>Debug::pkgAcquire::Worker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:920
++#: apt.conf.5.xml:937
  msgid ""
  "Log all interactions with the sub-processes that actually perform downloads."
  msgstr ""
  "downloads."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:927
++#: apt.conf.5.xml:944
  msgid "<literal>Debug::pkgAutoRemove</literal>"
  msgstr "<literal>Debug::pkgAutoRemove</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:931
++#: apt.conf.5.xml:948
  msgid ""
  "Log events related to the automatically-installed status of packages and to "
  "the removal of unused packages."
@@@ -7444,12 -7537,12 +7702,12 @@@ msgstr "
  "de pacotes e com a remoção de pacotes não utilizados."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:938
++#: apt.conf.5.xml:955
  msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  msgstr "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:941
++#: apt.conf.5.xml:958
  msgid ""
  "Generate debug messages describing which packages are being automatically "
  "installed to resolve dependencies.  This corresponds to the initial auto-"
@@@ -7464,12 -7557,12 +7722,12 @@@ msgstr "
  "literal>; veja <literal>Debug::pkgProblemResolver</literal> para isso."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:952
++#: apt.conf.5.xml:969
  msgid "<literal>Debug::pkgDepCache::Marker</literal>"
  msgstr "<literal>Debug::pkgDepCache::Marker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:955
++#: apt.conf.5.xml:972
  msgid ""
  "Generate debug messages describing which package is marked as keep/install/"
  "remove while the ProblemResolver does his work.  Each addition or deletion "
@@@ -7499,22 -7592,22 +7757,22 @@@ msgstr "
  "pacote aparece."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:974
++#: apt.conf.5.xml:991
  msgid "<literal>Debug::pkgInitConfig</literal>"
  msgstr "<literal>Debug::pkgInitConfig</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:977
++#: apt.conf.5.xml:994
  msgid "Dump the default configuration to standard error on startup."
  msgstr "Despeja a configuração predefinida para o erro standard no arranque."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:984
++#: apt.conf.5.xml:1001
  msgid "<literal>Debug::pkgDPkgPM</literal>"
  msgstr "<literal>Debug::pkgDPkgPM</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:987
++#: apt.conf.5.xml:1004
  msgid ""
  "When invoking &dpkg;, output the precise command line with which it is being "
  "invoked, with arguments separated by a single space character."
@@@ -7524,12 -7617,12 +7782,12 @@@ msgstr "
  "único."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:995
++#: apt.conf.5.xml:1012
  msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
  msgstr "<literal>Debug::pkgDPkgProgressReporting</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:998
++#: apt.conf.5.xml:1015
  msgid ""
  "Output all the data received from &dpkg; on the status file descriptor and "
  "any errors encountered while parsing it."
@@@ -7538,12 -7631,12 +7796,12 @@@ msgstr "
  "estado e quaisquer erros encontrados enquanto os analisa."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1005
++#: apt.conf.5.xml:1022
  msgid "<literal>Debug::pkgOrderList</literal>"
  msgstr "<literal>Debug::pkgOrderList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1009
++#: apt.conf.5.xml:1026
  msgid ""
  "Generate a trace of the algorithm that decides the order in which "
  "<literal>apt</literal> should pass packages to &dpkg;."
@@@ -7552,12 -7645,12 +7810,12 @@@ msgstr "
  "literal> deve passar os pacotes ao &dpkg;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1017
++#: apt.conf.5.xml:1034
  msgid "<literal>Debug::pkgPackageManager</literal>"
  msgstr "<literal>Debug::pkgPackageManager</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1021
++#: apt.conf.5.xml:1038
  msgid ""
  "Output status messages tracing the steps performed when invoking &dpkg;."
  msgstr ""
  "&dpkg;."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1028
++#: apt.conf.5.xml:1045
  msgid "<literal>Debug::pkgPolicy</literal>"
  msgstr "<literal>Debug::pkgPolicy</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1032
++#: apt.conf.5.xml:1049
  msgid "Output the priority of each package list on startup."
  msgstr "Escreve a prioridade da cada lista de pacote no arranque."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1038
++#: apt.conf.5.xml:1055
  msgid "<literal>Debug::pkgProblemResolver</literal>"
  msgstr "<literal>Debug::pkgProblemResolver</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1042
++#: apt.conf.5.xml:1059
  msgid ""
  "Trace the execution of the dependency resolver (this applies only to what "
  "happens when a complex dependency problem is encountered)."
@@@ -7589,12 -7682,12 +7847,12 @@@ msgstr "
  "acontece quando é encontrado um problema de dependências complexo)."
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1050
++#: apt.conf.5.xml:1067
  msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  msgstr "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1053
++#: apt.conf.5.xml:1070
  msgid ""
  "Display a list of all installed packages with their calculated score used by "
  "the pkgProblemResolver. The description of the package is the same as "
@@@ -7605,12 -7698,12 +7863,12 @@@ msgstr "
  "mesma que é descrita em <literal>Debug::pkgDepCache::Marker</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1061
++#: apt.conf.5.xml:1078
  msgid "<literal>Debug::sourceList</literal>"
  msgstr "<literal>Debug::sourceList</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1065
++#: apt.conf.5.xml:1082
  msgid ""
  "Print information about the vendors read from <filename>/etc/apt/vendors."
  "list</filename>."
@@@ -7619,7 -7712,7 +7877,7 @@@ msgstr "
  "vendors.list</filename>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1088
++#: apt.conf.5.xml:1105
  msgid ""
  "&configureindex; is a configuration file showing example values for all "
  "possible options."
@@@ -7628,13 -7721,13 +7886,13 @@@ msgstr "
  "para todas as opções possíveis."
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt.conf.5.xml:1095
++#: apt.conf.5.xml:1112
  msgid "&file-aptconf;"
  msgstr "&file-aptconf;"
  
  #.  ? reading apt.conf 
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1100
++#: apt.conf.5.xml:1117
  msgid "&apt-cache;, &apt-config;, &apt-preferences;."
  msgstr "&apt-cache;, &apt-config;, &apt-preferences;."
  
@@@ -7743,8 -7836,8 +8001,8 @@@ msgstr "
  msgid ""
  "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
  "directory are parsed in alphanumeric ascending order and need to obey the "
--"following naming convention: The files have no or \"<literal>pref</literal>"
--"\" as filename extension and which only contain alphanumeric, hyphen (-), "
++"following naming convention: The files have either no or \"<literal>pref</"
++"literal>\" as filename extension and only contain alphanumeric, hyphen (-), "
  "underscore (_) and period (.) characters.  Otherwise APT will print a notice "
  "that it has ignored a file if the file doesn't match a pattern in the "
  "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this "
@@@ -8200,7 -8293,74 +8458,74 @@@ msgstr "
  "Pin-Priority: 500\n"
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
- #: apt_preferences.5.xml:263
+ #: apt_preferences.5.xml:262
+ msgid "Regular expressions and glob() syntax"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:264
+ msgid ""
+ "APT also supports pinning by glob() expressions and regular expressions "
+ "surrounded by /. For example, the following example assigns the priority 500 "
+ "to all packages from experimental where the name starts with gnome (as a glob"
 -"()-like expression or contains the word kde (as a POSIX extended regular "
++"()-like expression) or contains the word kde (as a POSIX extended regular "
+ "expression surrounded by slashes)."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:273
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:279
+ msgid ""
+ "The rule for those expressions is that they can occur anywhere where a "
 -"string can occur. Those, the following pin assigns the priority 990 to all "
++"string can occur. Thus, the following pin assigns the priority 990 to all "
+ "packages from a release starting with karmic."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:285
+ #, fuzzy, no-wrap
+ #| msgid ""
+ #| "Package: *\n"
+ #| "Pin: release a=unstable\n"
+ #| "Pin-Priority: 50\n"
+ msgid ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ msgstr ""
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:290
+ #, fuzzy
+ #| msgid "Packages"
+ msgid "Package"
+ msgstr "Packages"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:296
+ msgid "*"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><title>
+ #: apt_preferences.5.xml:306
  msgid "How APT Interprets Priorities"
  msgstr "Como o APT Interpreta as Prioridades"
  
@@@ -9093,8 -9253,8 +9418,9 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><literallayout>
  #: sources.list.5.xml:81
--#, no-wrap
--msgid "deb uri distribution [component1] [component2] [...]"
++#, fuzzy, no-wrap
++#| msgid "deb uri distribution [component1] [component2] [...]"
++msgid "deb [ options ] uri distribution [component1] [component2] [...]"
  msgstr "deb uri distribuição [componente1] [componente2] [...]"
  
  #. type: Content of: <refentry><refsect1><para>
@@@ -9165,6 -9325,6 +9491,38 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><para>
  #: sources.list.5.xml:112
  msgid ""
++"<literal>options</literal> is always optional and needs to be surounded by "
++"square brackets. It can consist of multiple settings in the form "
++"<literal><replaceable>setting</replaceable>=<replaceable>value</"
++"replaceable></literal>.  Multiple settings are separated by spaces. The "
++"following settings are supported by APT, note through that unsupported "
++"settings will be ignored silently:"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:117
++msgid ""
++"<literal>arch=<replaceable>arch1</replaceable>,<replaceable>arch2</"
++"replaceable>,…</literal> can be used to specify for which architectures "
++"packages information should be downloaded. If this option is not set all "
++"architectures defined by the <literal>APT::Architectures</literal> option "
++"will be downloaded."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:121
++msgid ""
++"<literal>trusted=yes</literal> can be set to indicate that packages from "
++"this source are always authenificated even if the <filename>Release</"
++"filename> file is not signed or the signature can't be checked. This "
++"disables parts of &apt-secure; and should therefore only be used in a local "
++"and trusted context. <literal>trusted=no</literal> is the opposite which "
++"handles even correctly authenificated sources as not authenificated."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:128
++msgid ""
  "It is important to list sources in order of preference, with the most "
  "preferred source listed first. Typically this will result in sorting by "
  "speed from fastest to slowest (CD-ROM followed by hosts on a local network, "
@@@ -9177,12 -9337,12 +9535,12 @@@ msgstr "
  "Internet, por exemplo)."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:117
++#: sources.list.5.xml:133
  msgid "Some examples:"
  msgstr "Alguns exemplos:"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:119
++#: sources.list.5.xml:135
  #, no-wrap
  msgid ""
  "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
@@@ -9194,17 -9354,17 +9552,17 @@@ msgstr "
  "   "
  
  #. type: Content of: <refentry><refsect1><title>
--#: sources.list.5.xml:125
++#: sources.list.5.xml:141
  msgid "URI specification"
  msgstr "Especificação da URI"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:130
++#: sources.list.5.xml:146
  msgid "file"
  msgstr "file"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:132
++#: sources.list.5.xml:148
  msgid ""
  "The file scheme allows an arbitrary directory in the file system to be "
  "considered an archive. This is useful for NFS mounts and local mirrors or "
@@@ -9215,7 -9375,7 +9573,7 @@@ msgstr "
  "arquivos locais."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:139
++#: sources.list.5.xml:155
  msgid ""
  "The cdrom scheme allows APT to use a local CDROM drive with media swapping. "
  "Use the &apt-cdrom; program to create cdrom entries in the source list."
@@@ -9225,7 -9385,7 +9583,7 @@@ msgstr "
  "fontes."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:146
++#: sources.list.5.xml:162
  msgid ""
  "The http scheme specifies an HTTP server for the archive. If an environment "
  "variable <envar>http_proxy</envar> is set with the format http://server:"
@@@ -9242,7 -9402,7 +9600,7 @@@ msgstr "
  "método de autenticação seguro."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:157
++#: sources.list.5.xml:173
  msgid ""
  "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior "
  "is highly configurable; for more information see the &apt-conf; manual page. "
@@@ -9261,12 -9421,12 +9619,12 @@@ msgstr "
  "especificados no ficheiro de configuração serão ignorados."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:166
++#: sources.list.5.xml:182
  msgid "copy"
  msgstr "copy"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:168
++#: sources.list.5.xml:184
  msgid ""
  "The copy scheme is identical to the file scheme except that packages are "
  "copied into the cache directory instead of used directly at their location.  "
@@@ -9278,17 -9438,17 +9636,17 @@@ msgstr "
  "com o APT."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "rsh"
  msgstr "rsh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "ssh"
  msgstr "ssh"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:175
++#: sources.list.5.xml:191
  msgid ""
  "The rsh/ssh method invokes rsh/ssh to connect to a remote host as a given "
  "user and access the files. It is a good idea to do prior arrangements with "
@@@ -9303,12 -9463,12 +9661,12 @@@ msgstr "
  "para executar as transferências de ficheiros remotos."
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:183
++#: sources.list.5.xml:199
  msgid "more recognizable URI types"
  msgstr "tipos de URI mais reconhecíveis"
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:185
++#: sources.list.5.xml:201
  msgid ""
  "APT can be extended with more methods shipped in other optional packages "
  "which should follow the nameing scheme <literal>apt-transport-"
@@@ -9330,7 -9490,7 +9688,7 @@@ msgstr "
  "<manvolnum>1</manvolnum></citerefentry>."
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:127
++#: sources.list.5.xml:143
  msgid ""
  "The currently recognized URI types are cdrom, file, http, ftp, copy, ssh, "
  "rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
@@@ -9339,7 -9499,7 +9697,7 @@@ msgstr "
  "ssh, rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:199
++#: sources.list.5.xml:215
  msgid ""
  "Uses the archive stored locally (or NFS mounted) at /home/jason/debian for "
  "stable/main, stable/contrib, and stable/non-free."
@@@ -9348,36 -9508,36 +9706,59 @@@ msgstr "
  "para stable/main, stable/contrib, e stable/non-free."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:201
++#: sources.list.5.xml:217
  #, no-wrap
  msgid "deb file:/home/jason/debian stable main contrib non-free"
  msgstr "deb file:/home/jason/debian stable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:203
++#: sources.list.5.xml:219
  msgid "As above, except this uses the unstable (development) distribution."
  msgstr ""
  "Como em cima, excepto que usa a distribuição unstable (de desenvolvimento)."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:204
++#: sources.list.5.xml:220
  #, no-wrap
  msgid "deb file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:206
++#: sources.list.5.xml:222
  msgid "Source line for the above"
  msgstr "Linha de fonte para o referido acima"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:207
++#: sources.list.5.xml:223
  #, no-wrap
  msgid "deb-src file:/home/jason/debian unstable main contrib non-free"
  msgstr "deb-src file:/home/jason/debian unstable main contrib non-free"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:209
++#: sources.list.5.xml:225
++msgid ""
++"The first line gets package information for the architectures in "
++"<literal>APT::Architectures</literal> while the second always retrieves "
++"<literal>amd64</literal> and <literal>armel</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><literallayout>
++#: sources.list.5.xml:227
++#, fuzzy, no-wrap
++#| msgid ""
++#| "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++#| "deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++#| "   "
++msgid ""
++"deb http://ftp.debian.org/debian &stable-codename; main\n"
++"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
++msgstr ""
++"deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
++"deb http://security.debian.org/ &stable-codename;/updates main contrib non-free\n"
++"   "
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:230
  msgid ""
  "Uses HTTP to access the archive at archive.debian.org, and uses only the "
  "hamm/main area."
@@@ -9386,13 -9546,13 +9767,13 @@@ msgstr "
  "hamm/main."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:211
++#: sources.list.5.xml:232
  #, no-wrap
  msgid "deb http://archive.debian.org/debian-archive hamm main"
  msgstr "deb http://archive.debian.org/debian-archive hamm main"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:213
++#: sources.list.5.xml:234
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the &stable-codename;/contrib area."
@@@ -9401,13 -9561,13 +9782,13 @@@ msgstr "
  "usa apenas a área &stable-codename;/contrib."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:215
++#: sources.list.5.xml:236
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  msgstr "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:217
++#: sources.list.5.xml:238
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the unstable/contrib area. If this line appears as "
@@@ -9420,20 -9580,20 +9801,20 @@@ msgstr "
  "uma única sessão FTP para ambas linhas de recurso."
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:221
++#: sources.list.5.xml:242
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian unstable contrib"
  msgstr "deb ftp://ftp.debian.org/debian unstable contrib"
  
  #. type: Content of: <refentry><refsect1><para><literallayout>
--#: sources.list.5.xml:230
++#: sources.list.5.xml:251
  #, fuzzy, no-wrap
  #| msgid "deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/"
  msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
  msgstr "deb http://ftp.de.debian.org/debian-non-US unstable/binary-$(ARCH)/"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:223
++#: sources.list.5.xml:244
  #, fuzzy
  #| msgid ""
  #| "Uses HTTP to access the archive at nonus.debian.org, under the debian-non-"
@@@ -9461,7 -9621,7 +9842,7 @@@ msgstr "
  "\"0\"/>"
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:235
++#: sources.list.5.xml:256
  msgid "&apt-cache; &apt-conf;"
  msgstr "&apt-cache; &apt-conf;"
  
@@@ -10978,18 -11138,39 +11359,46 @@@ msgstr "  # apt-get -o dir::cache::arch
  msgid "Which will use the already fetched archives on the disc."
  msgstr "O qual irá usar os arquivos já obtidos e que estão no disco."
  
 -#~ msgid "<option>--md5</option>"
 -#~ msgstr "<option>--md5</option>"
 -
+ #~ msgid ""
 -#~ "Generate MD5 sums. This defaults to on, when turned off the generated "
 -#~ "index files will not have MD5Sum fields where possible.  Configuration "
 -#~ "Item: <literal>APT::FTPArchive::MD5</literal>"
++#~ "Update the local keyring with the keyring of Debian archive keys and "
++#~ "removes from the keyring the archive keys which are no longer valid."
+ #~ msgstr ""
 -#~ "Gera sumários MD5. A predefinição é ligado, quando desligado os ficheiros "
 -#~ "índice gerados não terão campos MD5Sum onde possíveis. Item de "
 -#~ "Configuração: <literal>APT::FTPArchive::MD5</literal>"
++#~ "Actualiza o chaveiro local com o chaveiro das chaves de arquivos Debian e "
++#~ "remove do chaveiro as chaves de arquivo que já não são válidas."
+ #~ msgid "unmarkauto"
+ #~ msgstr "unmarkauto"
+ #~ msgid "<option>-h</option>"
+ #~ msgstr "<option>-h</option>"
+ #~ msgid "<option>--help</option>"
+ #~ msgstr "<option>--help</option>"
+ #~ msgid "Show a short usage summary."
+ #~ msgstr "Mostra um curto sumário de utilização."
+ #~ msgid "<option>-v</option>"
+ #~ msgstr "<option>-v</option>"
+ #~ msgid "<option>--version</option>"
+ #~ msgstr "<option>--version</option>"
+ #~ msgid "Show the program version."
+ #~ msgstr "Mostra a versão do programa."
 +#~ msgid "<option>--md5</option>"
 +#~ msgstr "<option>--md5</option>"
 +
 +#~ msgid ""
 +#~ "Generate MD5 sums. This defaults to on, when turned off the generated "
 +#~ "index files will not have MD5Sum fields where possible.  Configuration "
 +#~ "Item: <literal>APT::FTPArchive::MD5</literal>"
 +#~ msgstr ""
 +#~ "Gera sumários MD5. A predefinição é ligado, quando desligado os ficheiros "
 +#~ "índice gerados não terão campos MD5Sum onde possíveis. Item de "
 +#~ "Configuração: <literal>APT::FTPArchive::MD5</literal>"
 +
  #~ msgid "to the version that is already installed (if any)."
  #~ msgstr "para a versão que já está instalada (se alguma)."
  
diff --cc doc/po/pt_BR.po
index 5a8db4dd597682622fe37f6d50e52e4bda4eef14,488350186083f92dca43c1368009f02d5ffdb9ca..ba7ef6ac746f09f2ff21e13dd23fb130959a6fdb
@@@ -9,7 -9,7 +9,7 @@@
  msgid ""
  msgstr ""
  "Project-Id-Version: apt\n"
- "POT-Creation-Date: 2011-04-05 10:22+0300\n"
 -"POT-Creation-Date: 2011-06-08 16:54+0300\n"
++"POT-Creation-Date: 2011-11-10 16:42+0100\n"
  "PO-Revision-Date: 2004-09-20 17:02+0000\n"
  "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
  "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"
@@@ -577,8 -577,8 +577,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:64 apt-cdrom.8.xml:50 apt-config.8.xml:50
--#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:114
- #: apt-key.8.xml:38 apt-mark.8.xml:55 apt-secure.8.xml:43
++#: apt-extracttemplates.1.xml:46 apt-ftparchive.1.xml:59 apt-get.8.xml:121
+ #: apt-key.8.xml:38 apt-mark.8.xml:56 apt-secure.8.xml:43
  #: apt-sortpkgs.1.xml:47 apt.conf.5.xml:42 apt_preferences.5.xml:36
  #: sources.list.5.xml:36
  #, fuzzy
@@@ -595,7 -595,7 +595,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-cache.8.xml:70 apt-get.8.xml:120
++#: apt-cache.8.xml:70 apt-get.8.xml:127
  msgid ""
  "Unless the <option>-h</option>, or <option>--help</option> option is given, "
  "one of the commands below must be present."
@@@ -963,8 -963,8 +963,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
  #: apt-cache.8.xml:278 apt-config.8.xml:96 apt-extracttemplates.1.xml:59
- #: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:92
 -#: apt-ftparchive.1.xml:525 apt-get.8.xml:331 apt-mark.8.xml:126
--#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:560 apt.conf.5.xml:582
++#: apt-ftparchive.1.xml:525 apt-get.8.xml:342 apt-mark.8.xml:126
++#: apt-sortpkgs.1.xml:57 apt.conf.5.xml:577 apt.conf.5.xml:599
  msgid "options"
  msgstr ""
  
@@@ -987,7 -987,7 +987,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:288 apt-ftparchive.1.xml:571 apt-get.8.xml:393
++#: apt-cache.8.xml:288 apt-ftparchive.1.xml:572 apt-get.8.xml:404
  #: apt-sortpkgs.1.xml:61
  msgid "<option>-s</option>"
  msgstr ""
@@@ -1008,12 -1008,12 +1008,12 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>-q</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:296 apt-ftparchive.1.xml:545 apt-get.8.xml:383
++#: apt-cache.8.xml:296 apt-ftparchive.1.xml:546 apt-get.8.xml:394
  msgid "<option>--quiet</option>"
  msgstr ""
  
@@@ -1088,14 -1088,14 +1088,14 @@@ msgstr "
  #: apt-cache.8.xml:317
  msgid ""
  "Per default the <literal>depends</literal> and <literal>rdepends</literal> "
--"print all dependencies. This can be twicked with these flags which will omit "
++"print all dependencies. This can be tweaked with these flags which will omit "
  "the specified dependency type.  Configuration Item: <literal>APT::Cache::"
  "Show<replaceable>DependencyType</replaceable></literal> e.g. <literal>APT::"
  "Cache::ShowRecommends</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:350
++#: apt-cache.8.xml:323 apt-cdrom.8.xml:124 apt-get.8.xml:361
  msgid "<option>-f</option>"
  msgstr ""
  
@@@ -1112,7 -1112,7 +1112,8 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:583
++#: apt-cache.8.xml:328 apt-cdrom.8.xml:134 apt-ftparchive.1.xml:584
++#: apt-get.8.xml:452
  msgid "<option>-a</option>"
  msgstr ""
  
@@@ -1208,14 -1208,14 +1209,14 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><variablelist>
  #: apt-cache.8.xml:367 apt-cdrom.8.xml:153 apt-config.8.xml:101
--#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:611 apt-get.8.xml:570
- #: apt-sortpkgs.1.xml:67
++#: apt-extracttemplates.1.xml:70 apt-ftparchive.1.xml:612 apt-get.8.xml:596
+ #: apt-mark.8.xml:140 apt-sortpkgs.1.xml:67
  msgid "&apt-commonoptions;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:156 apt-mark.8.xml:125
- #: apt.conf.5.xml:1093 apt_preferences.5.xml:654
 -#: apt-cache.8.xml:372 apt-get.8.xml:575 apt-key.8.xml:172 apt-mark.8.xml:144
 -#: apt.conf.5.xml:1093 apt_preferences.5.xml:697
++#: apt-cache.8.xml:372 apt-get.8.xml:601 apt-key.8.xml:175 apt-mark.8.xml:144
++#: apt.conf.5.xml:1110 apt_preferences.5.xml:697
  msgid "Files"
  msgstr ""
  
@@@ -1226,10 -1226,10 +1227,10 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:379 apt-cdrom.8.xml:158 apt-config.8.xml:106
--#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:627 apt-get.8.xml:585
- #: apt-key.8.xml:177 apt-mark.8.xml:131 apt-secure.8.xml:185
- #: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:661
 -#: apt-key.8.xml:193 apt-mark.8.xml:150 apt-secure.8.xml:185
 -#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1099 apt_preferences.5.xml:704
--#: sources.list.5.xml:234
++#: apt-extracttemplates.1.xml:77 apt-ftparchive.1.xml:628 apt-get.8.xml:611
++#: apt-key.8.xml:196 apt-mark.8.xml:150 apt-secure.8.xml:185
++#: apt-sortpkgs.1.xml:72 apt.conf.5.xml:1116 apt_preferences.5.xml:704
++#: sources.list.5.xml:255
  #, fuzzy
  msgid "See Also"
  msgstr "Consulte também"
@@@ -1241,8 -1241,8 +1242,8 @@@ msgstr "
  
  #. type: Content of: <refentry><refsect1><title>
  #: apt-cache.8.xml:384 apt-cdrom.8.xml:163 apt-config.8.xml:111
--#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:631 apt-get.8.xml:591
- #: apt-mark.8.xml:135 apt-sortpkgs.1.xml:76
++#: apt-extracttemplates.1.xml:81 apt-ftparchive.1.xml:632 apt-get.8.xml:617
+ #: apt-mark.8.xml:154 apt-sortpkgs.1.xml:76
  msgid "Diagnostics"
  msgstr ""
  
@@@ -1341,12 -1341,12 +1342,12 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-cdrom.8.xml:94 apt-key.8.xml:142
 -#: apt-cdrom.8.xml:94 apt-key.8.xml:158
++#: apt-cdrom.8.xml:94 apt-key.8.xml:161
  msgid "Options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:539 apt-get.8.xml:345
++#: apt-cdrom.8.xml:98 apt-ftparchive.1.xml:540 apt-get.8.xml:356
  msgid "<option>-d</option>"
  msgstr ""
  
@@@ -1382,7 -1382,7 +1383,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:116 apt-get.8.xml:364
++#: apt-cdrom.8.xml:116 apt-get.8.xml:375
  msgid "<option>-m</option>"
  msgstr ""
  
@@@ -1427,17 -1427,17 +1428,17 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:143 apt-get.8.xml:395
++#: apt-cdrom.8.xml:143 apt-get.8.xml:406
  msgid "<option>--just-print</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:144 apt-get.8.xml:397
++#: apt-cdrom.8.xml:144 apt-get.8.xml:408
  msgid "<option>--recon</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-cdrom.8.xml:145 apt-get.8.xml:398
++#: apt-cdrom.8.xml:145 apt-get.8.xml:409
  msgid "<option>--no-act</option>"
  msgstr ""
  
@@@ -1551,7 -1551,7 +1552,7 @@@ msgid "Just show the contents of the co
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:628
++#: apt-config.8.xml:107 apt-extracttemplates.1.xml:78 apt-ftparchive.1.xml:629
  #: apt-sortpkgs.1.xml:73
  #, fuzzy
  msgid "&apt-conf;"
@@@ -1616,7 -1616,7 +1617,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-extracttemplates.1.xml:63 apt-get.8.xml:504
++#: apt-extracttemplates.1.xml:63 apt-get.8.xml:530
  msgid "<option>-t</option>"
  msgstr ""
  
@@@ -1817,7 -1817,7 +1818,7 @@@ msgid "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:145 apt-get.8.xml:287
++#: apt-ftparchive.1.xml:145 apt-get.8.xml:298
  msgid "clean"
  msgstr ""
  
@@@ -2279,8 -2279,8 +2280,8 @@@ msgid "
  "free</literal>"
  msgstr ""
  
--#. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:394
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-ftparchive.1.xml:394 apt.conf.5.xml:157
  msgid "Architectures"
  msgstr ""
  
@@@ -2481,26 -2481,26 +2482,26 @@@ msgid "
  "Configuration Items: <literal>APT::FTPArchive::<replaceable>Checksum</"
  "replaceable></literal> and <literal>APT::FTPArchive::<replaceable>Index</"
  "replaceable>::<replaceable>Checksum</replaceable></literal> where "
--"<literal>Index</literal> can be <literal>Packages</literal>, "
--"<literal>Sources</literal> or <literal>Release</literal> and "
--"<literal>Checksum</literal> can be <literal>MD5</literal>, <literal>SHA1</"
--"literal> or <literal>SHA256</literal>."
++"<literal><replaceable>Index</replaceable></literal> can be "
++"<literal>Packages</literal>, <literal>Sources</literal> or <literal>Release</"
++"literal> and <literal><replaceable>Checksum</replaceable></literal> can be "
++"<literal>MD5</literal>, <literal>SHA1</literal> or <literal>SHA256</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:539
++#: apt-ftparchive.1.xml:540
  msgid "<option>--db</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:541
++#: apt-ftparchive.1.xml:542
  msgid ""
  "Use a binary caching DB. This has no effect on the generate command.  "
  "Configuration Item: <literal>APT::FTPArchive::DB</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:547
++#: apt-ftparchive.1.xml:548
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:553
++#: apt-ftparchive.1.xml:554
  msgid "<option>--delink</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:555
++#: apt-ftparchive.1.xml:556
  msgid ""
  "Perform Delinking. If the <literal>External-Links</literal> setting is used "
  "then this option actually enables delinking of the files. It defaults to on "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:561
++#: apt-ftparchive.1.xml:562
  msgid "<option>--contents</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:563
++#: apt-ftparchive.1.xml:564
  msgid ""
  "Perform contents generation. When this option is set and package indexes are "
  "being generated with a cache DB then the file listing will also be extracted "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:571
++#: apt-ftparchive.1.xml:572
  msgid "<option>--source-override</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:573
++#: apt-ftparchive.1.xml:574
  msgid ""
  "Select the source override file to use with the <literal>sources</literal> "
  "command.  Configuration Item: <literal>APT::FTPArchive::SourceOverride</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:577
++#: apt-ftparchive.1.xml:578
  msgid "<option>--readonly</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:579
++#: apt-ftparchive.1.xml:580
  msgid ""
  "Make the caching databases read only.  Configuration Item: <literal>APT::"
  "FTPArchive::ReadOnlyDB</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:583
++#: apt-ftparchive.1.xml:584
  msgid "<option>--arch</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:584
++#: apt-ftparchive.1.xml:585
  msgid ""
  "Accept in the <literal>packages</literal> and <literal>contents</literal> "
  "commands only package files matching <literal>*_arch.deb</literal> or "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:590
++#: apt-ftparchive.1.xml:591
  msgid "<option>APT::FTPArchive::AlwaysStat</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:592
++#: apt-ftparchive.1.xml:593
  msgid ""
  "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If "
  "packages are recompiled and/or republished with the same version again, this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-ftparchive.1.xml:602
++#: apt-ftparchive.1.xml:603
  msgid "<option>APT::FTPArchive::LongDescription</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-ftparchive.1.xml:604
++#: apt-ftparchive.1.xml:605
  msgid ""
  "This configuration option defaults to \"<literal>true</literal>\" and should "
  "only be set to <literal>\"false\"</literal> if the Archive generated with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
- #: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:501
 -#: apt-ftparchive.1.xml:616 apt.conf.5.xml:1087 apt_preferences.5.xml:544
--#: sources.list.5.xml:198
++#: apt-ftparchive.1.xml:617 apt.conf.5.xml:1104 apt_preferences.5.xml:544
++#: sources.list.5.xml:214
  #, fuzzy
  msgid "Examples"
  msgstr "Exemplos"
  
  #. type: Content of: <refentry><refsect1><para><programlisting>
--#: apt-ftparchive.1.xml:622
++#: apt-ftparchive.1.xml:623
  #, no-wrap
  msgid "<command>apt-ftparchive</command> packages <replaceable>directory</replaceable> | <command>gzip</command> > <filename>Packages.gz</filename>\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:618
++#: apt-ftparchive.1.xml:619
  msgid ""
  "To create a compressed Packages file for a directory containing binary "
  "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-ftparchive.1.xml:632
++#: apt-ftparchive.1.xml:633
  msgid ""
  "<command>apt-ftparchive</command> returns zero on normal operation, decimal "
  "100 on error."
@@@ -2662,10 -2662,10 +2663,11 @@@ msgid "
  "<option>-o= <replaceable>config_string</replaceable> </option> </arg> <arg> "
  "<option>-c= <replaceable>config_file</replaceable> </option> </arg> <arg> "
  "<option>-t=</option> <arg choice='plain'> <replaceable>target_release</"
--"replaceable> </arg> </arg> <group choice=\"req\"> <arg "
--"choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> <arg "
--"choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</arg> "
--"<arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
++"replaceable> </arg> </arg> <arg> <option>-a=</option> <arg choice='plain'> "
++"<replaceable>default_architecture</replaceable> </arg> </arg> <group choice="
++"\"req\"> <arg choice='plain'>update</arg> <arg choice='plain'>upgrade</arg> "
++"<arg choice='plain'>dselect-upgrade</arg> <arg choice='plain'>dist-upgrade</"
++"arg> <arg choice='plain'>install <arg choice=\"plain\" rep=\"repeat"
  "\"><replaceable>pkg</replaceable> <arg> <group choice='req'> <arg "
  "choice='plain'> =<replaceable>pkg_version_number</replaceable> </arg> <arg "
  "choice='plain'> /<replaceable>target_release</replaceable> </arg> </group> </"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:115
++#: apt-get.8.xml:122
  msgid ""
  "<command>apt-get</command> is the command-line tool for handling packages, "
  "and may be considered the user's \"back-end\" to other tools using the APT "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:124 apt-key.8.xml:127
++#: apt-get.8.xml:131 apt-key.8.xml:127
  msgid "update"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:125
++#: apt-get.8.xml:132
  msgid ""
  "<literal>update</literal> is used to resynchronize the package index files "
  "from their sources. The indexes of available packages are fetched from the "
  msgstr ""
  
  #. type: <tag></tag>
--#: apt-get.8.xml:136 guide.sgml:121
++#: apt-get.8.xml:143 guide.sgml:121
  msgid "upgrade"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:137
++#: apt-get.8.xml:144
  msgid ""
  "<literal>upgrade</literal> is used to install the newest versions of all "
  "packages currently installed on the system from the sources enumerated in "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:149
++#: apt-get.8.xml:156
  msgid "dselect-upgrade"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:150
++#: apt-get.8.xml:157
  msgid ""
  "<literal>dselect-upgrade</literal> is used in conjunction with the "
  "traditional Debian packaging front-end, &dselect;. <literal>dselect-upgrade</"
  msgstr ""
  
  #. type: <tag></tag>
--#: apt-get.8.xml:159 guide.sgml:140
++#: apt-get.8.xml:166 guide.sgml:140
  msgid "dist-upgrade"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:160
++#: apt-get.8.xml:167
  msgid ""
  "<literal>dist-upgrade</literal> in addition to performing the function of "
  "<literal>upgrade</literal>, also intelligently handles changing dependencies "
  msgstr ""
  
  #. type: <tag></tag>
--#: apt-get.8.xml:172 guide.sgml:131
++#: apt-get.8.xml:179 guide.sgml:131
  msgid "install"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:174
++#: apt-get.8.xml:181
  msgid ""
  "<literal>install</literal> is followed by one or more packages desired for "
  "installation or upgrading.  Each package is a package name, not a fully "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:192
++#: apt-get.8.xml:199
  msgid ""
  "A specific version of a package can be selected for installation by "
  "following the package name with an equals and the version of the package to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:199
++#: apt-get.8.xml:206
  msgid ""
  "Both of the version selection mechanisms can downgrade packages and must be "
  "used with care."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:202
++#: apt-get.8.xml:209
  msgid ""
  "This is also the target to use if you want to upgrade one or more already-"
  "installed packages without upgrading every package you have on your system. "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:213
++#: apt-get.8.xml:220
  msgid ""
  "Finally, the &apt-preferences; mechanism allows you to create an alternative "
  "installation policy for individual packages."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:217
++#: apt-get.8.xml:224
  msgid ""
  "If no package matches the given expression and the expression contains one "
  "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:226
++#: apt-get.8.xml:233
  msgid "remove"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:227
++#: apt-get.8.xml:234
  msgid ""
  "<literal>remove</literal> is identical to <literal>install</literal> except "
  "that packages are removed instead of installed. Note the removing a package "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:234
++#: apt-get.8.xml:241
  msgid "purge"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:235
++#: apt-get.8.xml:242
  msgid ""
  "<literal>purge</literal> is identical to <literal>remove</literal> except "
  "that packages are removed and purged (any configuration files are deleted "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:239
++#: apt-get.8.xml:246
  msgid "source"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:240
++#: apt-get.8.xml:247
  msgid ""
  "<literal>source</literal> causes <command>apt-get</command> to fetch source "
  "packages. APT will examine the available packages to decide which source "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:248
++#: apt-get.8.xml:255
  msgid ""
  "Source packages are tracked separately from binary packages via <literal>deb-"
  "src</literal> type lines in the &sources-list; file. This means that you "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:255
++#: apt-get.8.xml:262
  msgid ""
  "If the <option>--compile</option> option is specified then the package will "
--"be compiled to a binary .deb using <command>dpkg-buildpackage</command>, if "
--"<option>--download-only</option> is specified then the source package will "
--"not be unpacked."
++"be compiled to a binary .deb using <command>dpkg-buildpackage</command> for "
++"the architecture as defined by the <command>--host-architecture</command> "
++"option.  If <option>--download-only</option> is specified then the source "
++"package will not be unpacked."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:260
++#: apt-get.8.xml:269
  msgid ""
  "A specific source version can be retrieved by postfixing the source name "
  "with an equals and then the version to fetch, similar to the mechanism used "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:266
++#: apt-get.8.xml:275
  msgid ""
  "Note that source packages are not tracked like binary packages, they exist "
  "only in the current directory and are similar to downloading source tar "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:271
++#: apt-get.8.xml:280
  msgid "build-dep"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:272
++#: apt-get.8.xml:281
  msgid ""
  "<literal>build-dep</literal> causes apt-get to install/remove packages in an "
--"attempt to satisfy the build dependencies for a source package."
++"attempt to satisfy the build dependencies for a source package. By default "
++"the dependencies are satisfied to build the package nativly. If desired a "
++"host-architecture can be specified with the <option>--host-architecture</"
++"option> option instead."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:276
++#: apt-get.8.xml:287
  msgid "check"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:277
++#: apt-get.8.xml:288
  msgid ""
  "<literal>check</literal> is a diagnostic tool; it updates the package cache "
  "and checks for broken dependencies."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:281
++#: apt-get.8.xml:292
  msgid "download"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:282
++#: apt-get.8.xml:293
  msgid ""
  "<literal>download</literal> will download the given binary package into the "
--"current directoy."
++"current directory."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:288
++#: apt-get.8.xml:299
  msgid ""
  "<literal>clean</literal> clears out the local repository of retrieved "
  "package files. It removes everything but the lock file from "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:297
++#: apt-get.8.xml:308
  msgid "autoclean"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:298
++#: apt-get.8.xml:309
  msgid ""
  "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the "
  "local repository of retrieved package files. The difference is that it only "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:307
++#: apt-get.8.xml:318
  msgid "autoremove"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:308
++#: apt-get.8.xml:319
  msgid ""
  "<literal>autoremove</literal> is used to remove packages that were "
--"automatically installed to satisfy dependencies for some package and that "
--"are no more needed."
++"automatically installed to satisfy dependencies for other packages and are "
++"now no longer needed."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:312
++#: apt-get.8.xml:323
  msgid "changelog"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:313
++#: apt-get.8.xml:324
  msgid ""
  "<literal>changelog</literal> downloads a package changelog and displays it "
  "through <command>sensible-pager</command>. The server name and base "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:335
++#: apt-get.8.xml:346
  msgid "<option>--no-install-recommends</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:336
++#: apt-get.8.xml:347
  msgid ""
  "Do not consider recommended packages as a dependency for installing.  "
  "Configuration Item: <literal>APT::Install-Recommends</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:340
++#: apt-get.8.xml:351
  msgid "<option>--install-suggests</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:341
++#: apt-get.8.xml:352
  msgid ""
  "Consider suggested packages as a dependency for installing.  Configuration "
  "Item: <literal>APT::Install-Suggests</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:345
++#: apt-get.8.xml:356
  msgid "<option>--download-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:346
++#: apt-get.8.xml:357
  msgid ""
  "Download only; package files are only retrieved, not unpacked or installed.  "
  "Configuration Item: <literal>APT::Get::Download-Only</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:350
++#: apt-get.8.xml:361
  msgid "<option>--fix-broken</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:351
++#: apt-get.8.xml:362
  msgid ""
  "Fix; attempt to correct a system with broken dependencies in place. This "
  "option, when used with install/remove, can omit any packages to permit APT "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:364
++#: apt-get.8.xml:375
  msgid "<option>--ignore-missing</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:365
++#: apt-get.8.xml:376
  msgid "<option>--fix-missing</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:366
++#: apt-get.8.xml:377
  msgid ""
  "Ignore missing packages; If packages cannot be retrieved or fail the "
  "integrity check after retrieval (corrupted package files), hold back those "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:376
++#: apt-get.8.xml:387
  msgid "<option>--no-download</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:377
++#: apt-get.8.xml:388
  msgid ""
  "Disables downloading of packages. This is best used with <option>--ignore-"
  "missing</option> to force APT to use only the .debs it has already "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:384
++#: apt-get.8.xml:395
  msgid ""
  "Quiet; produces output suitable for logging, omitting progress indicators.  "
  "More q's will produce more quiet up to a maximum of 2. You can also use "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:394
++#: apt-get.8.xml:405
  msgid "<option>--simulate</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:396
++#: apt-get.8.xml:407
  msgid "<option>--dry-run</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:399
++#: apt-get.8.xml:410
  msgid ""
  "No action; perform a simulation of events that would occur but do not "
  "actually change the system.  Configuration Item: <literal>APT::Get::"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:403
++#: apt-get.8.xml:414
  msgid ""
  "Simulation run as user will deactivate locking (<literal>Debug::NoLocking</"
  "literal>)  automatic. Also a notice will be displayed indicating that this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:409
++#: apt-get.8.xml:420
  msgid ""
  "Simulate prints out a series of lines each one representing a dpkg "
  "operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>-y</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:416
++#: apt-get.8.xml:427
  msgid "<option>--yes</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:417
++#: apt-get.8.xml:428
  msgid "<option>--assume-yes</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:418
++#: apt-get.8.xml:429
  msgid ""
  "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run "
  "non-interactively. If an undesirable situation, such as changing a held "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:436
++msgid "<option>--assume-no</option>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:437
++msgid ""
++"Automatic \"no\" to all prompts.  Configuration Item: <literal>APT::Get::"
++"Assume-No</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:441
  msgid "<option>-u</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:425
++#: apt-get.8.xml:441
  msgid "<option>--show-upgraded</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:426
++#: apt-get.8.xml:442
  msgid ""
  "Show upgraded packages; Print out a list of all packages that are to be "
  "upgraded.  Configuration Item: <literal>APT::Get::Show-Upgraded</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>-V</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:431
++#: apt-get.8.xml:447
  msgid "<option>--verbose-versions</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:432
++#: apt-get.8.xml:448
  msgid ""
  "Show full versions for upgraded and installed packages.  Configuration Item: "
  "<literal>APT::Get::Show-Versions</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:453
++msgid "<option>--host-architecture</option>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt-get.8.xml:454
++msgid ""
++"This option controls the architecture packages are built for by <command>apt-"
++"get source --compile</command> and how cross-builddependencies are "
++"satisfied. By default is not set which means that the host architecture is "
++"the same as the build architecture (which is defined by <literal>APT::"
++"Architecture</literal>)  Configuration Item: <literal>APT::Get::Host-"
++"Architecture</literal>"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
++#: apt-get.8.xml:462
  msgid "<option>-b</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:436
++#: apt-get.8.xml:462
  msgid "<option>--compile</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:437
++#: apt-get.8.xml:463
  msgid "<option>--build</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:438
++#: apt-get.8.xml:464
  msgid ""
  "Compile source packages after downloading them.  Configuration Item: "
  "<literal>APT::Get::Compile</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:442
++#: apt-get.8.xml:468
  msgid "<option>--ignore-hold</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:443
++#: apt-get.8.xml:469
  msgid ""
  "Ignore package Holds; This causes <command>apt-get</command> to ignore a "
  "hold placed on a package. This may be useful in conjunction with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:449
++#: apt-get.8.xml:475
  msgid "<option>--no-upgrade</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:450
++#: apt-get.8.xml:476
  msgid ""
  "Do not upgrade packages; When used in conjunction with <literal>install</"
  "literal>, <literal>no-upgrade</literal> will prevent packages on the command "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:456
++#: apt-get.8.xml:482
  msgid "<option>--only-upgrade</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:457
++#: apt-get.8.xml:483
  msgid ""
  "Do not install new packages; When used in conjunction with <literal>install</"
  "literal>, <literal>only-upgrade</literal> will prevent packages on the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:463
++#: apt-get.8.xml:489
  msgid "<option>--force-yes</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:464
++#: apt-get.8.xml:490
  msgid ""
  "Force yes; This is a dangerous option that will cause apt to continue "
  "without prompting if it is doing something potentially harmful. It should "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:471
++#: apt-get.8.xml:497
  msgid "<option>--print-uris</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:472
++#: apt-get.8.xml:498
  msgid ""
  "Instead of fetching the files to install their URIs are printed. Each URI "
  "will have the path, the destination file name, the size and the expected md5 "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:482
++#: apt-get.8.xml:508
  msgid "<option>--purge</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:483
++#: apt-get.8.xml:509
  msgid ""
  "Use purge instead of remove for anything that would be removed.  An asterisk "
  "(\"*\") will be displayed next to packages which are scheduled to be purged. "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:490
++#: apt-get.8.xml:516
  msgid "<option>--reinstall</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:491
++#: apt-get.8.xml:517
  msgid ""
  "Re-Install packages that are already installed and at the newest version.  "
  "Configuration Item: <literal>APT::Get::ReInstall</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:495
++#: apt-get.8.xml:521
  msgid "<option>--list-cleanup</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:496
++#: apt-get.8.xml:522
  msgid ""
  "This option defaults to on, use <literal>--no-list-cleanup</literal> to turn "
  "it off. When on <command>apt-get</command> will automatically manage the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:505
++#: apt-get.8.xml:531
  msgid "<option>--target-release</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:506
++#: apt-get.8.xml:532
  msgid "<option>--default-release</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:507
++#: apt-get.8.xml:533
  msgid ""
  "This option controls the default input to the policy engine, it creates a "
  "default pin at priority 990 using the specified release string.  This "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:520
++#: apt-get.8.xml:546
  msgid "<option>--trivial-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:522
++#: apt-get.8.xml:548
  msgid ""
  "Only perform operations that are 'trivial'. Logically this can be considered "
  "related to <option>--assume-yes</option>, where <option>--assume-yes</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:528
++#: apt-get.8.xml:554
  msgid "<option>--no-remove</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:529
++#: apt-get.8.xml:555
  msgid ""
  "If any packages are to be removed apt-get immediately aborts without "
  "prompting.  Configuration Item: <literal>APT::Get::Remove</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:534
++#: apt-get.8.xml:560
  msgid "<option>--auto-remove</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:535
++#: apt-get.8.xml:561
  msgid ""
  "If the command is either <literal>install</literal> or <literal>remove</"
  "literal>, then this option acts like running <literal>autoremove</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:541
++#: apt-get.8.xml:567
  msgid "<option>--only-source</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:542
++#: apt-get.8.xml:568
  msgid ""
  "Only has meaning for the <literal>source</literal> and <literal>build-dep</"
  "literal> commands.  Indicates that the given source names are not to be "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--diff-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--dsc-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:552
++#: apt-get.8.xml:578
  msgid "<option>--tar-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:553
++#: apt-get.8.xml:579
  msgid ""
  "Download only the diff, dsc, or tar file of a source archive.  Configuration "
  "Item: <literal>APT::Get::Diff-Only</literal>, <literal>APT::Get::Dsc-Only</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:558
++#: apt-get.8.xml:584
  msgid "<option>--arch-only</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:559
++#: apt-get.8.xml:585
  msgid ""
  "Only process architecture-dependent build-dependencies.  Configuration Item: "
  "<literal>APT::Get::Arch-Only</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt-get.8.xml:563
++#: apt-get.8.xml:589
  msgid "<option>--allow-unauthenticated</option>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt-get.8.xml:564
++#: apt-get.8.xml:590
  msgid ""
  "Ignore if packages can't be authenticated and don't prompt about it.  This "
  "is useful for tools like pbuilder.  Configuration Item: <literal>APT::Get::"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt-get.8.xml:577
++#: apt-get.8.xml:603
  msgid ""
  "&file-sourceslist; &file-aptconf; &file-preferences; &file-cachearchives; "
  "&file-statelists;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:586
++#: apt-get.8.xml:612
  msgid ""
  "&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;, &apt-conf;, "
  "&apt-config;, &apt-secure;, The APT User's guide in &guidesdir;, &apt-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:592
++#: apt-get.8.xml:618
  msgid ""
  "<command>apt-get</command> returns zero on normal operation, decimal 100 on "
  "error."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:595
++#: apt-get.8.xml:621
  msgid "ORIGINAL AUTHORS"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:596
++#: apt-get.8.xml:622
  msgid "&apt-author.jgunthorpe;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt-get.8.xml:599
++#: apt-get.8.xml:625
  msgid "CURRENT AUTHORS"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt-get.8.xml:601
++#: apt-get.8.xml:627
  msgid "&apt-author.team;"
  msgstr ""
  
@@@ -3638,19 -3638,33 +3672,38 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
  #: apt-key.8.xml:131
  msgid ""
--"Update the local keyring with the keyring of Debian archive keys and removes "
--"from the keyring the archive keys which are no longer valid."
++"Update the local keyring with the archive keyring and remove from the local "
++"keyring the archive keys which are no longer valid.  The archive keyring is "
++"shipped in the <literal>archive-keyring</literal> package of your "
++"distribution, e.g. the <literal>ubuntu-archive-keyring</literal> package in "
++"Ubuntu."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
 -#: apt-key.8.xml:140
++#: apt-key.8.xml:141
+ msgid "net-update"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
 -#: apt-key.8.xml:144
++#: apt-key.8.xml:145
+ msgid ""
 -"Update the local keyring with the keys of a key server and removes from the "
 -"keyring the archive keys which are no longer valid. This requires an "
 -"installed wget and an APT build configured to have a server to fetch from. "
 -"APT in Debian does not support this command, but Ubuntu's APT does."
++"Work similar to the <command>update</command> command above, but get the "
++"archive keyring from an URI instead and validate it against a master key.  "
++"This requires an installed &wget; and an APT build configured to have a "
++"server to fetch from and a master keyring to validate.  APT in Debian does "
++"not support this command and relies on <command>update</command> instead, "
++"but Ubuntu's APT does."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:143
 -#: apt-key.8.xml:159
++#: apt-key.8.xml:162
  msgid ""
  "Note that options need to be defined before the commands described in the "
  "previous section."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:145
 -#: apt-key.8.xml:161
++#: apt-key.8.xml:164
  #, fuzzy
  msgid "--keyring <replaceable>filename</replaceable>"
  msgstr ""
  "apt-get install <replaceable>pacote</replaceable>/testing\n"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:146
 -#: apt-key.8.xml:162
++#: apt-key.8.xml:165
  msgid ""
  "With this option it is possible to specify a specific keyring file the "
  "command should operate on. The default is that a command is executed on the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
- #: apt-key.8.xml:159
 -#: apt-key.8.xml:175
++#: apt-key.8.xml:178
  msgid "&file-trustedgpg;"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:161
 -#: apt-key.8.xml:177
++#: apt-key.8.xml:180
  #, fuzzy
  msgid "<filename>/etc/apt/trustdb.gpg</filename>"
  msgstr "<filename>/etc/apt.conf</>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:162
 -#: apt-key.8.xml:178
++#: apt-key.8.xml:181
  msgid "Local trust database of archive keys."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:165
 -#: apt-key.8.xml:181
--msgid "<filename>/usr/share/keyrings/debian-archive-keyring.gpg</filename>"
--msgstr ""
++#: apt-key.8.xml:184
++#, fuzzy
++msgid "<filename>/usr/share/keyrings/ubuntu-archive-keyring.gpg</filename>"
++msgstr "<filename>/etc/apt.conf</>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:166
 -#: apt-key.8.xml:182
--msgid "Keyring of Debian archive trusted keys."
++#: apt-key.8.xml:185
++msgid "Keyring of Ubuntu archive trusted keys."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
- #: apt-key.8.xml:169
 -#: apt-key.8.xml:185
++#: apt-key.8.xml:188
++#, fuzzy
  msgid ""
--"<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"
--msgstr ""
++"<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"
++msgstr "<filename>/etc/apt.conf</>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
- #: apt-key.8.xml:170
 -#: apt-key.8.xml:186
--msgid "Keyring of Debian archive removed trusted keys."
++#: apt-key.8.xml:189
++msgid "Keyring of Ubuntu archive removed trusted keys."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
- #: apt-key.8.xml:179
 -#: apt-key.8.xml:195
++#: apt-key.8.xml:198
  #, fuzzy
  msgid "&apt-get;, &apt-secure;"
  msgstr "&apt-get; &apt-cache; &apt-conf; &sources-list;"
@@@ -4196,11 -4235,11 +4276,12 @@@ msgstr "
  #: apt.conf.5.xml:52
  msgid ""
  "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending "
--"order which have no or \"<literal>conf</literal>\" as filename extension and "
--"which only contain alphanumeric, hyphen (-), underscore (_) and period (.) "
--"characters.  Otherwise APT will print a notice that it has ignored a file if "
--"the file doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</"
--"literal> configuration list - in this case it will be silently ignored."
++"order which have either no or \"<literal>conf</literal>\" as filename "
++"extension and which only contain alphanumeric, hyphen (-), underscore (_) "
++"and period (.) characters.  Otherwise APT will print a notice that it has "
++"ignored a file if the file doesn't match a pattern in the <literal>Dir::"
++"Ignore-Files-Silently</literal> configuration list - in this case it will be "
++"silently ignored."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><orderedlist><listitem><para>
@@@ -4372,13 -4411,13 +4453,24 @@@ msgid "
  "compiled for."
  msgstr ""
  
++#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:158
++msgid ""
++"All Architectures the system supports. Processors implementing the "
++"<literal>amd64</literal> are e.g. also able to execute binaries compiled for "
++"<literal>i386</literal>; This list is use when fetching files and parsing "
++"package lists. The internal default is always the native architecture "
++"(<literal>APT::Architecture</literal>)  and all foreign architectures it can "
++"retrieve by calling <command>dpkg --print-foreign-architectures</command>."
++msgstr ""
++
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:157
++#: apt.conf.5.xml:165
  msgid "Default-Release"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:158
++#: apt.conf.5.xml:166
  msgid ""
  "Default release to install packages from if more than one version available. "
  "Contains release name, codename or release version. Examples: 'stable', "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:163
++#: apt.conf.5.xml:171
  msgid "Ignore-Hold"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:164
++#: apt.conf.5.xml:172
  msgid ""
  "Ignore Held packages; This global option causes the problem resolver to "
  "ignore held packages in its decision making."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:168
++#: apt.conf.5.xml:176
  msgid "Clean-Installed"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:169
++#: apt.conf.5.xml:177
  msgid ""
  "Defaults to on. When turned on the autoclean feature will remove any "
  "packages which can no longer be downloaded from the cache. If turned off "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:175
++#: apt.conf.5.xml:183
  msgid "Immediate-Configure"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:176
++#: apt.conf.5.xml:184
  msgid ""
  "Defaults to on which will cause APT to install essential and important "
  "packages as fast as possible in the install/upgrade operation. This is done "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:198
++#: apt.conf.5.xml:206
  msgid "Force-LoopBreak"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:199
++#: apt.conf.5.xml:207
  msgid ""
  "Never Enable this option unless you -really- know what you are doing. It "
  "permits APT to temporarily remove an essential package to break a Conflicts/"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:207
++#: apt.conf.5.xml:215
  msgid "Cache-Start, Cache-Grow and Cache-Limit"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:208
++#: apt.conf.5.xml:216
  msgid ""
  "APT uses since version 0.7.26 a resizable memory mapped cache file to store "
  "the 'available' information. <literal>Cache-Start</literal> acts as a hint "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:223
++#: apt.conf.5.xml:231
  msgid "Build-Essential"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:224
++#: apt.conf.5.xml:232
  msgid "Defines which package(s) are considered essential build dependencies."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:227
++#: apt.conf.5.xml:235
  msgid "Get"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:228
++#: apt.conf.5.xml:236
  msgid ""
  "The Get subsection controls the &apt-get; tool, please see its documentation "
  "for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:232
++#: apt.conf.5.xml:240
  msgid "Cache"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:233
++#: apt.conf.5.xml:241
  msgid ""
  "The Cache subsection controls the &apt-cache; tool, please see its "
  "documentation for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:237
++#: apt.conf.5.xml:245
  msgid "CDROM"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:238
++#: apt.conf.5.xml:246
  msgid ""
  "The CDROM subsection controls the &apt-cdrom; tool, please see its "
  "documentation for more information about the options here."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:244
++#: apt.conf.5.xml:252
  msgid "The Acquire Group"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:249
++#: apt.conf.5.xml:257
  msgid "Check-Valid-Until"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:250
++#: apt.conf.5.xml:258
  msgid ""
  "Security related option defaulting to true as an expiring validation for a "
  "Release file prevents longtime replay attacks and can e.g. also help users "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:260
++#: apt.conf.5.xml:268
  msgid "Max-ValidTime"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:261
++#: apt.conf.5.xml:269
  msgid ""
--"Seconds the Release file should be considered valid after it was created. "
--"The default is \"for ever\" (0) if the Release file of the archive doesn't "
--"include a <literal>Valid-Until</literal> header.  If it does then this date "
--"is the default. The date from the Release file or the date specified by the "
--"creation time of the Release file (<literal>Date</literal> header) plus the "
--"seconds specified with this options are used to check if the validation of a "
--"file has expired by using the earlier date of the two. Archive specific "
--"settings can be made by appending the label of the archive to the option "
--"name."
++"Seconds the Release file should be considered valid after it was created "
++"(indicated by the <literal>Date</literal> header).  If the Release file "
++"itself includes a <literal>Valid-Until</literal> header the earlier date of "
++"the two is used as the expiration date.  The default value is <literal>0</"
++"literal> which stands for \"for ever\".  Archive specific settings can be "
++"made by appending the label of the archive to the option name."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:273
++#: apt.conf.5.xml:279
++msgid "Min-ValidTime"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
++#: apt.conf.5.xml:280
++msgid ""
++"Minimum of seconds the Release file should be considered valid after it was "
++"created (indicated by the <literal>Date</literal> header).  Use this if you "
++"need to use a seldomly updated (local) mirror of a more regular updated "
++"archive with a <literal>Valid-Until</literal> header instead of competely "
++"disabling the expiration date checking.  Archive specific settings can and "
++"should be used by appending the label of the archive to the option name."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
++#: apt.conf.5.xml:290
  msgid "PDiffs"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:274
++#: apt.conf.5.xml:291
  msgid ""
  "Try to download deltas called <literal>PDiffs</literal> for Packages or "
  "Sources files instead of downloading whole ones. True by default."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:277
++#: apt.conf.5.xml:294
  msgid ""
  "Two sub-options to limit the use of PDiffs are also available: With "
  "<literal>FileLimit</literal> can be specified how many PDiff files are "
  "downloaded at most to patch a file. <literal>SizeLimit</literal> on the "
--"other hand is the maximum precentage of the size of all patches compared to "
++"other hand is the maximum percentage of the size of all patches compared to "
  "the size of the targeted file. If one of these limits is exceeded the "
  "complete file is downloaded instead of the patches."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:286
++#: apt.conf.5.xml:303
  msgid "Queue-Mode"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:287
++#: apt.conf.5.xml:304
  msgid ""
  "Queuing mode; <literal>Queue-Mode</literal> can be one of <literal>host</"
  "literal> or <literal>access</literal> which determines how APT parallelizes "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:294
++#: apt.conf.5.xml:311
  msgid "Retries"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:295
++#: apt.conf.5.xml:312
  msgid ""
  "Number of retries to perform. If this is non-zero APT will retry failed "
  "files the given number of times."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:299
++#: apt.conf.5.xml:316
  msgid "Source-Symlinks"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:300
++#: apt.conf.5.xml:317
  msgid ""
  "Use symlinks for source archives. If set to true then source archives will "
  "be symlinked when possible instead of copying. True is the default."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:304 sources.list.5.xml:144
++#: apt.conf.5.xml:321 sources.list.5.xml:160
  msgid "http"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:305
++#: apt.conf.5.xml:322
  msgid ""
  "HTTP URIs; http::Proxy is the default http proxy to use. It is in the "
  "standard form of <literal>http://[[user][:pass]@]host[:port]/</literal>. Per "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:313
++#: apt.conf.5.xml:330
  msgid ""
  "Three settings are provided for cache control with HTTP/1.1 compliant proxy "
  "caches. <literal>No-Cache</literal> tells the proxy to not use its cached "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:323 apt.conf.5.xml:387
++#: apt.conf.5.xml:340 apt.conf.5.xml:404
  msgid ""
  "The option <literal>timeout</literal> sets the timeout timer used by the "
  "method, this applies to all things including connection timeout and data "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:326
++#: apt.conf.5.xml:343
  msgid ""
  "One setting is provided to control the pipeline depth in cases where the "
  "remote server is not RFC conforming or buggy (such as Squid 2.0.2).  "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:334
++#: apt.conf.5.xml:351
  msgid ""
  "The used bandwidth can be limited with <literal>Acquire::http::Dl-Limit</"
  "literal> which accepts integer values in kilobyte. The default value is 0 "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:339
++#: apt.conf.5.xml:356
  msgid ""
  "<literal>Acquire::http::User-Agent</literal> can be used to set a different "
  "User-Agent for the http download method as some proxies allow access for "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:345
++#: apt.conf.5.xml:362
  msgid "https"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:346
++#: apt.conf.5.xml:363
  msgid ""
  "HTTPS URIs. Cache-control, Timeout, AllowRedirect, Dl-Limit and proxy "
  "options are the same as for <literal>http</literal> method and will also "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:352
++#: apt.conf.5.xml:369
  msgid ""
  "<literal>CaInfo</literal> suboption specifies place of file that holds info "
  "about trusted certificates.  <literal>&lt;host&gt;::CaInfo</literal> is "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:370 sources.list.5.xml:155
++#: apt.conf.5.xml:387 sources.list.5.xml:171
  msgid "ftp"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:371
++#: apt.conf.5.xml:388
  msgid ""
  "FTP URIs; ftp::Proxy is the default ftp proxy to use. It is in the standard "
  "form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:390
++#: apt.conf.5.xml:407
  msgid ""
  "Several settings are provided to control passive mode. Generally it is safe "
  "to leave passive mode on, it works in nearly every environment.  However "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:397
++#: apt.conf.5.xml:414
  msgid ""
  "It is possible to proxy FTP over HTTP by setting the <envar>ftp_proxy</"
  "envar> environment variable to a http url - see the discussion of the http "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:402
++#: apt.conf.5.xml:419
  msgid ""
  "The setting <literal>ForceExtended</literal> controls the use of RFC2428 "
  "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:409 sources.list.5.xml:137
++#: apt.conf.5.xml:426 sources.list.5.xml:153
  msgid "cdrom"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:415
++#: apt.conf.5.xml:432
  #, no-wrap
  msgid "/cdrom/::Mount \"foo\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:410
++#: apt.conf.5.xml:427
  msgid ""
  "CDROM URIs; the only setting for CDROM URIs is the mount point, "
  "<literal>cdrom::Mount</literal> which must be the mount point for the CDROM "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:420
++#: apt.conf.5.xml:437
  msgid "gpgv"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:421
++#: apt.conf.5.xml:438
  msgid ""
  "GPGV URIs; the only option for GPGV URIs is the option to pass additional "
  "parameters to gpgv.  <literal>gpgv::Options</literal> Additional options "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:426
++#: apt.conf.5.xml:443
  msgid "CompressionTypes"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:432
++#: apt.conf.5.xml:449
  #, no-wrap
  msgid "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> \"<replaceable>Methodname</replaceable>\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:427
++#: apt.conf.5.xml:444
  msgid ""
  "List of compression types which are understood by the acquire methods.  "
  "Files like <filename>Packages</filename> can be available in various "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:437
++#: apt.conf.5.xml:454
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order:: \"gz\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><synopsis>
--#: apt.conf.5.xml:440
++#: apt.conf.5.xml:457
  #, no-wrap
  msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:433
++#: apt.conf.5.xml:450
  msgid ""
  "Also the <literal>Order</literal> subgroup can be used to define in which "
  "order the acquire system will try to download the compressed files. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:444
++#: apt.conf.5.xml:461
  #, no-wrap
  msgid "Dir::Bin::bzip2 \"/bin/bzip2\";"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:442
++#: apt.conf.5.xml:459
  msgid ""
  "Note that at run time the <literal>Dir::Bin::<replaceable>Methodname</"
  "replaceable></literal> will be checked: If this setting exists the method "
  "will only be used if this file exists, e.g. for the bzip2 method (the "
--"inbuilt) setting is <placeholder type=\"literallayout\" id=\"0\"/> Note also "
--"that list entries specified on the command line will be added at the end of "
--"the list specified in the configuration files, but before the default "
++"inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note "
++"also that list entries specified on the command line will be added at the "
++"end of the list specified in the configuration files, but before the default "
  "entries. To prefer a type in this case over the ones specified in the "
  "configuration files you can set the option direct - not in list style.  This "
  "will not override the defined list, it will only prefix the list with this "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:449
++#: apt.conf.5.xml:466
  msgid ""
  "The special type <literal>uncompressed</literal> can be used to give "
--"uncompressed files a preference, but note that most archives doesn't provide "
++"uncompressed files a preference, but note that most archives don't provide "
  "uncompressed files so this is mostly only useable for local mirrors."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:454
++#: apt.conf.5.xml:471
  msgid "GzipIndexes"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:456
++#: apt.conf.5.xml:473
  msgid ""
  "When downloading <literal>gzip</literal> compressed indexes (Packages, "
  "Sources, or Translations), keep them gzip compressed locally instead of "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: apt.conf.5.xml:463
++#: apt.conf.5.xml:480
  msgid "Languages"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:464
++#: apt.conf.5.xml:481
  msgid ""
  "The Languages subsection controls which <filename>Translation</filename> "
  "files are downloaded and in which order APT tries to display the Description-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para><programlisting>
--#: apt.conf.5.xml:480
++#: apt.conf.5.xml:497
  #, no-wrap
  msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:470
++#: apt.conf.5.xml:487
  msgid ""
  "The default list includes \"environment\" and \"en\". "
  "\"<literal>environment</literal>\" has a special meaning here: It will be "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:245
++#: apt.conf.5.xml:253
  msgid ""
  "The <literal>Acquire</literal> group of options controls the download of "
  "packages and the URI handlers.  <placeholder type=\"variablelist\" id=\"0\"/>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:487
++#: apt.conf.5.xml:504
  msgid "Directories"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:489
++#: apt.conf.5.xml:506
  msgid ""
  "The <literal>Dir::State</literal> section has directories that pertain to "
  "local state information. <literal>lists</literal> is the directory to place "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:496
++#: apt.conf.5.xml:513
  msgid ""
  "<literal>Dir::Cache</literal> contains locations pertaining to local cache "
  "information, such as the two package caches <literal>srcpkgcache</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:505
++#: apt.conf.5.xml:522
  msgid ""
  "<literal>Dir::Etc</literal> contains the location of configuration files, "
  "<literal>sourcelist</literal> gives the location of the sourcelist and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:511
++#: apt.conf.5.xml:528
  msgid ""
  "The <literal>Dir::Parts</literal> setting reads in all the config fragments "
  "in lexical order from the directory specified. After this is done then the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:515
++#: apt.conf.5.xml:532
  msgid ""
  "Binary programs are pointed to by <literal>Dir::Bin</literal>. <literal>Dir::"
  "Bin::Methods</literal> specifies the location of the method handlers and "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:523
++#: apt.conf.5.xml:540
  msgid ""
  "The configuration item <literal>RootDir</literal> has a special meaning.  If "
  "set, all paths in <literal>Dir::</literal> will be relative to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:536
++#: apt.conf.5.xml:553
  msgid ""
  "The <literal>Ignore-Files-Silently</literal> list can be used to specify "
  "which files APT should silently ignore while parsing the files in the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:545
++#: apt.conf.5.xml:562
  msgid "APT in DSelect"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:547
++#: apt.conf.5.xml:564
  msgid ""
  "When APT is used as a &dselect; method several configuration directives "
  "control the default behaviour. These are in the <literal>DSelect</literal> "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:551
++#: apt.conf.5.xml:568
  msgid "Clean"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:552
++#: apt.conf.5.xml:569
  msgid ""
  "Cache Clean mode; this value may be one of always, prompt, auto, pre-auto "
  "and never.  always and prompt will remove all packages from the cache after "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:561
++#: apt.conf.5.xml:578
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the install phase."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:565
++#: apt.conf.5.xml:582
  msgid "Updateoptions"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:566
++#: apt.conf.5.xml:583
  msgid ""
  "The contents of this variable is passed to &apt-get; as command line options "
  "when it is run for the update phase."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:570
++#: apt.conf.5.xml:587
  msgid "PromptAfterUpdate"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:571
++#: apt.conf.5.xml:588
  msgid ""
  "If true the [U]pdate operation in &dselect; will always prompt to continue.  "
  "The default is to prompt only on error."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:577
++#: apt.conf.5.xml:594
  msgid "How APT calls dpkg"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:578
++#: apt.conf.5.xml:595
  msgid ""
  "Several configuration directives control how APT invokes &dpkg;. These are "
  "in the <literal>DPkg</literal> section."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:583
++#: apt.conf.5.xml:600
  msgid ""
  "This is a list of options to pass to dpkg. The options must be specified "
  "using the list notation and each list item is passed as a single argument to "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Pre-Invoke"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:588
++#: apt.conf.5.xml:605
  msgid "Post-Invoke"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:589
++#: apt.conf.5.xml:606
  msgid ""
  "This is a list of shell commands to run before/after invoking &dpkg;.  Like "
  "<literal>options</literal> this must be specified in list notation. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:595
++#: apt.conf.5.xml:612
  msgid "Pre-Install-Pkgs"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:596
++#: apt.conf.5.xml:613
  msgid ""
  "This is a list of shell commands to run before invoking dpkg. Like "
  "<literal>options</literal> this must be specified in list notation. The "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:602
++#: apt.conf.5.xml:619
  msgid ""
  "Version 2 of this protocol dumps more information, including the protocol "
  "version, the APT configuration space and the packages, files and versions "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:609
++#: apt.conf.5.xml:626
  msgid "Run-Directory"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:610
++#: apt.conf.5.xml:627
  msgid ""
  "APT chdirs to this directory before invoking dpkg, the default is <filename>/"
  "</filename>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:614
++#: apt.conf.5.xml:631
  msgid "Build-options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:615
++#: apt.conf.5.xml:632
  msgid ""
  "These options are passed to &dpkg-buildpackage; when compiling packages, the "
  "default is to disable signing and produce all binaries."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
--#: apt.conf.5.xml:620
++#: apt.conf.5.xml:637
  msgid "dpkg trigger usage (and related options)"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:621
++#: apt.conf.5.xml:638
  msgid ""
  "APT can call dpkg in a way so it can make aggressive use of triggers over "
  "multiple calls of dpkg. Without further options dpkg will use triggers only "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para><literallayout>
--#: apt.conf.5.xml:636
++#: apt.conf.5.xml:653
  #, no-wrap
  msgid ""
  "DPkg::NoTriggers \"true\";\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><para>
--#: apt.conf.5.xml:630
++#: apt.conf.5.xml:647
  msgid ""
  "Note that it is not guaranteed that APT will support these options or that "
  "these options will not cause (big) trouble in the future. If you have "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:642
++#: apt.conf.5.xml:659
  msgid "DPkg::NoTriggers"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:643
++#: apt.conf.5.xml:660
  msgid ""
  "Add the no triggers flag to all dpkg calls (except the ConfigurePending "
  "call).  See &dpkg; if you are interested in what this actually means. In "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:650
++#: apt.conf.5.xml:667
  msgid "PackageManager::Configure"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:651
++#: apt.conf.5.xml:668
  msgid ""
  "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" "
  "and \"<literal>no</literal>\".  \"<literal>all</literal>\" is the default "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:661
++#: apt.conf.5.xml:678
  msgid "DPkg::ConfigurePending"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:662
++#: apt.conf.5.xml:679
  msgid ""
  "If this option is set apt will call <command>dpkg --configure --pending</"
  "command> to let dpkg handle all required configurations and triggers. This "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:668
++#: apt.conf.5.xml:685
  msgid "DPkg::TriggersPending"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:669
++#: apt.conf.5.xml:686
  msgid ""
  "Useful for <literal>smart</literal> configuration as a package which has "
  "pending triggers is not considered as <literal>installed</literal> and dpkg "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:674
++#: apt.conf.5.xml:691
  msgid "PackageManager::UnpackAll"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:675
++#: apt.conf.5.xml:692
  msgid ""
  "As the configuration can be deferred to be done at the end by dpkg it can be "
  "tried to order the unpack series only by critical needs, e.g. by Pre-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><term>
--#: apt.conf.5.xml:682
++#: apt.conf.5.xml:699
  msgid "OrderList::Score::Immediate"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout>
--#: apt.conf.5.xml:690
++#: apt.conf.5.xml:707
  #, no-wrap
  msgid ""
  "OrderList::Score {\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:683
++#: apt.conf.5.xml:700
  msgid ""
  "Essential packages (and there dependencies) should be configured immediately "
  "after unpacking. It will be a good idea to do this quite early in the "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:703
++#: apt.conf.5.xml:720
  msgid "Periodic and Archives options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:704
++#: apt.conf.5.xml:721
  msgid ""
  "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups "
  "of options configure behavior of apt periodic updates, which is done by "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: apt.conf.5.xml:712
++#: apt.conf.5.xml:729
  msgid "Debug options"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:714
++#: apt.conf.5.xml:731
  msgid ""
  "Enabling options in the <literal>Debug::</literal> section will cause "
  "debugging information to be sent to the standard error stream of the program "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:725
++#: apt.conf.5.xml:742
  msgid ""
  "<literal>Debug::pkgProblemResolver</literal> enables output about the "
  "decisions made by <literal>dist-upgrade, upgrade, install, remove, purge</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:733
++#: apt.conf.5.xml:750
  msgid ""
  "<literal>Debug::NoLocking</literal> disables all file locking.  This can be "
  "used to run some operations (for instance, <literal>apt-get -s install</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:742
++#: apt.conf.5.xml:759
  msgid ""
  "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each "
  "time that <literal>apt</literal> invokes &dpkg;."
@@@ -5432,120 -5471,120 +5537,120 @@@ msgstr "
  #.       motivating example, except I haven't a clue why you'd want
  #.       to do this. 
  #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
--#: apt.conf.5.xml:750
++#: apt.conf.5.xml:767
  msgid ""
  "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data "
  "in CDROM IDs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:760
++#: apt.conf.5.xml:777
  msgid "A full list of debugging options to apt follows."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:765
++#: apt.conf.5.xml:782
  #, fuzzy
  msgid "<literal>Debug::Acquire::cdrom</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:769
++#: apt.conf.5.xml:786
  msgid ""
  "Print information related to accessing <literal>cdrom://</literal> sources."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:776
++#: apt.conf.5.xml:793
  #, fuzzy
  msgid "<literal>Debug::Acquire::ftp</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:780
++#: apt.conf.5.xml:797
  msgid "Print information related to downloading packages using FTP."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:787
++#: apt.conf.5.xml:804
  #, fuzzy
  msgid "<literal>Debug::Acquire::http</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:791
++#: apt.conf.5.xml:808
  msgid "Print information related to downloading packages using HTTP."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:798
++#: apt.conf.5.xml:815
  #, fuzzy
  msgid "<literal>Debug::Acquire::https</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:802
++#: apt.conf.5.xml:819
  msgid "Print information related to downloading packages using HTTPS."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:809
++#: apt.conf.5.xml:826
  #, fuzzy
  msgid "<literal>Debug::Acquire::gpgv</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:813
++#: apt.conf.5.xml:830
  msgid ""
  "Print information related to verifying cryptographic signatures using "
  "<literal>gpg</literal>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:820
++#: apt.conf.5.xml:837
  #, fuzzy
  msgid "<literal>Debug::aptcdrom</literal>"
  msgstr "a linha <literal>Version:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:824
++#: apt.conf.5.xml:841
  msgid ""
  "Output information about the process of accessing collections of packages "
  "stored on CD-ROMs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:831
++#: apt.conf.5.xml:848
  #, fuzzy
  msgid "<literal>Debug::BuildDeps</literal>"
  msgstr "a linha <literal>Label:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:834
++#: apt.conf.5.xml:851
  msgid "Describes the process of resolving build-dependencies in &apt-get;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:841
++#: apt.conf.5.xml:858
  #, fuzzy
  msgid "<literal>Debug::Hashes</literal>"
  msgstr "a linha <literal>Label:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:844
++#: apt.conf.5.xml:861
  msgid ""
  "Output each cryptographic hash that is generated by the <literal>apt</"
  "literal> libraries."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:851
++#: apt.conf.5.xml:868
  #, fuzzy
  msgid "<literal>Debug::IdentCDROM</literal>"
  msgstr "a linha <literal>Label:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:854
++#: apt.conf.5.xml:871
  msgid ""
  "Do not include information from <literal>statfs</literal>, namely the number "
  "of used and free blocks on the CD-ROM filesystem, when generating an ID for "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:862
++#: apt.conf.5.xml:879
  #, fuzzy
  msgid "<literal>Debug::NoLocking</literal>"
  msgstr "a linha <literal>Origin:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:865
++#: apt.conf.5.xml:882
  msgid ""
  "Disable all file locking.  For instance, this will allow two instances of "
  "<quote><literal>apt-get update</literal></quote> to run at the same time."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:873
++#: apt.conf.5.xml:890
  #, fuzzy
  msgid "<literal>Debug::pkgAcquire</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:877
++#: apt.conf.5.xml:894
  msgid "Log when items are added to or removed from the global download queue."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:884
++#: apt.conf.5.xml:901
  #, fuzzy
  msgid "<literal>Debug::pkgAcquire::Auth</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:887
++#: apt.conf.5.xml:904
  msgid ""
  "Output status messages and errors related to verifying checksums and "
  "cryptographic signatures of downloaded files."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:894
++#: apt.conf.5.xml:911
  #, fuzzy
  msgid "<literal>Debug::pkgAcquire::Diffs</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:897
++#: apt.conf.5.xml:914
  msgid ""
  "Output information about downloading and applying package index list diffs, "
  "and errors relating to package index list diffs."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:905
++#: apt.conf.5.xml:922
  #, fuzzy
  msgid "<literal>Debug::pkgAcquire::RRed</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:909
++#: apt.conf.5.xml:926
  msgid ""
  "Output information related to patching apt package lists when downloading "
  "index diffs instead of full indices."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:916
++#: apt.conf.5.xml:933
  #, fuzzy
  msgid "<literal>Debug::pkgAcquire::Worker</literal>"
  msgstr "a linha <literal>Archive:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:920
++#: apt.conf.5.xml:937
  msgid ""
  "Log all interactions with the sub-processes that actually perform downloads."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:927
++#: apt.conf.5.xml:944
  msgid "<literal>Debug::pkgAutoRemove</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:931
++#: apt.conf.5.xml:948
  msgid ""
  "Log events related to the automatically-installed status of packages and to "
  "the removal of unused packages."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:938
++#: apt.conf.5.xml:955
  msgid "<literal>Debug::pkgDepCache::AutoInstall</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:941
++#: apt.conf.5.xml:958
  msgid ""
  "Generate debug messages describing which packages are being automatically "
  "installed to resolve dependencies.  This corresponds to the initial auto-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:952
++#: apt.conf.5.xml:969
  msgid "<literal>Debug::pkgDepCache::Marker</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:955
++#: apt.conf.5.xml:972
  msgid ""
  "Generate debug messages describing which package is marked as keep/install/"
  "remove while the ProblemResolver does his work.  Each addition or deletion "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:974
++#: apt.conf.5.xml:991
  #, fuzzy
  msgid "<literal>Debug::pkgInitConfig</literal>"
  msgstr "a linha <literal>Version:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:977
++#: apt.conf.5.xml:994
  msgid "Dump the default configuration to standard error on startup."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:984
++#: apt.conf.5.xml:1001
  #, fuzzy
  msgid "<literal>Debug::pkgDPkgPM</literal>"
  msgstr "a linha <literal>Package:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:987
++#: apt.conf.5.xml:1004
  msgid ""
  "When invoking &dpkg;, output the precise command line with which it is being "
  "invoked, with arguments separated by a single space character."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:995
++#: apt.conf.5.xml:1012
  msgid "<literal>Debug::pkgDPkgProgressReporting</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:998
++#: apt.conf.5.xml:1015
  msgid ""
  "Output all the data received from &dpkg; on the status file descriptor and "
  "any errors encountered while parsing it."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1005
++#: apt.conf.5.xml:1022
  #, fuzzy
  msgid "<literal>Debug::pkgOrderList</literal>"
  msgstr "a linha <literal>Origin:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1009
++#: apt.conf.5.xml:1026
  msgid ""
  "Generate a trace of the algorithm that decides the order in which "
  "<literal>apt</literal> should pass packages to &dpkg;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1017
++#: apt.conf.5.xml:1034
  #, fuzzy
  msgid "<literal>Debug::pkgPackageManager</literal>"
  msgstr "a linha <literal>Package:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1021
++#: apt.conf.5.xml:1038
  msgid ""
  "Output status messages tracing the steps performed when invoking &dpkg;."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1028
++#: apt.conf.5.xml:1045
  #, fuzzy
  msgid "<literal>Debug::pkgPolicy</literal>"
  msgstr "a linha <literal>Label:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1032
++#: apt.conf.5.xml:1049
  msgid "Output the priority of each package list on startup."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1038
++#: apt.conf.5.xml:1055
  msgid "<literal>Debug::pkgProblemResolver</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1042
++#: apt.conf.5.xml:1059
  msgid ""
  "Trace the execution of the dependency resolver (this applies only to what "
  "happens when a complex dependency problem is encountered)."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1050
++#: apt.conf.5.xml:1067
  msgid "<literal>Debug::pkgProblemResolver::ShowScores</literal>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1053
++#: apt.conf.5.xml:1070
  msgid ""
  "Display a list of all installed packages with their calculated score used by "
  "the pkgProblemResolver. The description of the package is the same as "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
--#: apt.conf.5.xml:1061
++#: apt.conf.5.xml:1078
  #, fuzzy
  msgid "<literal>Debug::sourceList</literal>"
  msgstr "a linha <literal>Version:</literal>"
  
  #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
--#: apt.conf.5.xml:1065
++#: apt.conf.5.xml:1082
  msgid ""
  "Print information about the vendors read from <filename>/etc/apt/vendors."
  "list</filename>."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1088
++#: apt.conf.5.xml:1105
  msgid ""
  "&configureindex; is a configuration file showing example values for all "
  "possible options."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><variablelist>
--#: apt.conf.5.xml:1095
++#: apt.conf.5.xml:1112
  msgid "&file-aptconf;"
  msgstr ""
  
  #.  ? reading apt.conf 
  #. type: Content of: <refentry><refsect1><para>
--#: apt.conf.5.xml:1100
++#: apt.conf.5.xml:1117
  #, fuzzy
  msgid "&apt-cache;, &apt-config;, &apt-preferences;."
  msgstr "&apt-get; &apt-cache; &apt-conf; &sources-list;"
@@@ -5895,8 -5934,8 +6000,8 @@@ msgstr "
  msgid ""
  "Note that the files in the <filename>/etc/apt/preferences.d</filename> "
  "directory are parsed in alphanumeric ascending order and need to obey the "
--"following naming convention: The files have no or \"<literal>pref</literal>"
--"\" as filename extension and which only contain alphanumeric, hyphen (-), "
++"following naming convention: The files have either no or \"<literal>pref</"
++"literal>\" as filename extension and only contain alphanumeric, hyphen (-), "
  "underscore (_) and period (.) characters.  Otherwise APT will print a notice "
  "that it has ignored a file if the file doesn't match a pattern in the "
  "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in this "
@@@ -6350,7 -6389,66 +6455,66 @@@ msgstr "
  "Pin-Priority: 50\n"
  
  #. type: Content of: <refentry><refsect1><refsect2><title>
- #: apt_preferences.5.xml:263
+ #: apt_preferences.5.xml:262
+ msgid "Regular expressions and glob() syntax"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:264
+ msgid ""
+ "APT also supports pinning by glob() expressions and regular expressions "
+ "surrounded by /. For example, the following example assigns the priority 500 "
+ "to all packages from experimental where the name starts with gnome (as a glob"
 -"()-like expression or contains the word kde (as a POSIX extended regular "
++"()-like expression) or contains the word kde (as a POSIX extended regular "
+ "expression surrounded by slashes)."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:273
+ #, fuzzy, no-wrap
+ msgid ""
+ "Package: gnome* /kde/\n"
+ "Pin: release n=experimental\n"
+ "Pin-Priority: 500\n"
+ msgstr ""
+ "<programlisting>\n"
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><para>
+ #: apt_preferences.5.xml:279
+ msgid ""
+ "The rule for those expressions is that they can occur anywhere where a "
 -"string can occur. Those, the following pin assigns the priority 990 to all "
++"string can occur. Thus, the following pin assigns the priority 990 to all "
+ "packages from a release starting with karmic."
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><programlisting>
+ #: apt_preferences.5.xml:285
+ #, fuzzy, no-wrap
+ msgid ""
+ "Package: *\n"
+ "Pin: release n=karmic*\n"
+ "Pin-Priority: 990\n"
+ msgstr ""
+ "<programlisting>\n"
+ "Package: *\n"
+ "Pin: release a=unstable\n"
+ "Pin-Priority: 50\n"
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:290
+ msgid "Package"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><literal>
+ #: apt_preferences.5.xml:296
+ msgid "*"
+ msgstr ""
+ #. type: Content of: <refentry><refsect1><refsect2><title>
+ #: apt_preferences.5.xml:306
  #, fuzzy
  msgid "How APT Interprets Priorities"
  msgstr "Como o APT Interpreta Prioridades"
@@@ -7248,7 -7346,7 +7412,7 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><literallayout>
  #: sources.list.5.xml:81
  #, no-wrap
--msgid "deb uri distribution [component1] [component2] [...]"
++msgid "deb [ options ] uri distribution [component1] [component2] [...]"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
@@@ -7293,6 -7391,6 +7457,38 @@@ msgstr "
  #. type: Content of: <refentry><refsect1><para>
  #: sources.list.5.xml:112
  msgid ""
++"<literal>options</literal> is always optional and needs to be surounded by "
++"square brackets. It can consist of multiple settings in the form "
++"<literal><replaceable>setting</replaceable>=<replaceable>value</"
++"replaceable></literal>.  Multiple settings are separated by spaces. The "
++"following settings are supported by APT, note through that unsupported "
++"settings will be ignored silently:"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:117
++msgid ""
++"<literal>arch=<replaceable>arch1</replaceable>,<replaceable>arch2</"
++"replaceable>,…</literal> can be used to specify for which architectures "
++"packages information should be downloaded. If this option is not set all "
++"architectures defined by the <literal>APT::Architectures</literal> option "
++"will be downloaded."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para>
++#: sources.list.5.xml:121
++msgid ""
++"<literal>trusted=yes</literal> can be set to indicate that packages from "
++"this source are always authenificated even if the <filename>Release</"
++"filename> file is not signed or the signature can't be checked. This "
++"disables parts of &apt-secure; and should therefore only be used in a local "
++"and trusted context. <literal>trusted=no</literal> is the opposite which "
++"handles even correctly authenificated sources as not authenificated."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:128
++msgid ""
  "It is important to list sources in order of preference, with the most "
  "preferred source listed first. Typically this will result in sorting by "
  "speed from fastest to slowest (CD-ROM followed by hosts on a local network, "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:117
++#: sources.list.5.xml:133
  #, fuzzy
  msgid "Some examples:"
  msgstr "Exemplos"
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:119
++#: sources.list.5.xml:135
  #, no-wrap
  msgid ""
  "deb http://ftp.debian.org/debian &stable-codename; main contrib non-free\n"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><title>
--#: sources.list.5.xml:125
++#: sources.list.5.xml:141
  msgid "URI specification"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:130
++#: sources.list.5.xml:146
  msgid "file"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:132
++#: sources.list.5.xml:148
  msgid ""
  "The file scheme allows an arbitrary directory in the file system to be "
  "considered an archive. This is useful for NFS mounts and local mirrors or "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:139
++#: sources.list.5.xml:155
  msgid ""
  "The cdrom scheme allows APT to use a local CDROM drive with media swapping. "
  "Use the &apt-cdrom; program to create cdrom entries in the source list."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:146
++#: sources.list.5.xml:162
  msgid ""
  "The http scheme specifies an HTTP server for the archive. If an environment "
  "variable <envar>http_proxy</envar> is set with the format http://server:"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:157
++#: sources.list.5.xml:173
  msgid ""
  "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior "
  "is highly configurable; for more information see the &apt-conf; manual page. "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:166
++#: sources.list.5.xml:182
  msgid "copy"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:168
++#: sources.list.5.xml:184
  msgid ""
  "The copy scheme is identical to the file scheme except that packages are "
  "copied into the cache directory instead of used directly at their location.  "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "rsh"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:173
++#: sources.list.5.xml:189
  msgid "ssh"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:175
++#: sources.list.5.xml:191
  msgid ""
  "The rsh/ssh method invokes rsh/ssh to connect to a remote host as a given "
  "user and access the files. It is a good idea to do prior arrangements with "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term>
--#: sources.list.5.xml:183
++#: sources.list.5.xml:199
  msgid "more recognizable URI types"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para>
--#: sources.list.5.xml:185
++#: sources.list.5.xml:201
  msgid ""
  "APT can be extended with more methods shipped in other optional packages "
  "which should follow the nameing scheme <literal>apt-transport-"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:127
++#: sources.list.5.xml:143
  msgid ""
  "The currently recognized URI types are cdrom, file, http, ftp, copy, ssh, "
  "rsh.  <placeholder type=\"variablelist\" id=\"0\"/>"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:199
++#: sources.list.5.xml:215
  msgid ""
  "Uses the archive stored locally (or NFS mounted) at /home/jason/debian for "
  "stable/main, stable/contrib, and stable/non-free."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:201
++#: sources.list.5.xml:217
  #, no-wrap
  msgid "deb file:/home/jason/debian stable main contrib non-free"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:203
++#: sources.list.5.xml:219
  msgid "As above, except this uses the unstable (development) distribution."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:204
++#: sources.list.5.xml:220
  #, no-wrap
  msgid "deb file:/home/jason/debian unstable main contrib non-free"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:206
++#: sources.list.5.xml:222
  msgid "Source line for the above"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:207
++#: sources.list.5.xml:223
  #, no-wrap
  msgid "deb-src file:/home/jason/debian unstable main contrib non-free"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:209
++#: sources.list.5.xml:225
++msgid ""
++"The first line gets package information for the architectures in "
++"<literal>APT::Architectures</literal> while the second always retrieves "
++"<literal>amd64</literal> and <literal>armel</literal>."
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><literallayout>
++#: sources.list.5.xml:227
++#, no-wrap
++msgid ""
++"deb http://ftp.debian.org/debian &stable-codename; main\n"
++"deb [ arch=amd64,armel ] http://ftp.debian.org/debian &stable-codename; main"
++msgstr ""
++
++#. type: Content of: <refentry><refsect1><para>
++#: sources.list.5.xml:230
  msgid ""
  "Uses HTTP to access the archive at archive.debian.org, and uses only the "
  "hamm/main area."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:211
++#: sources.list.5.xml:232
  #, no-wrap
  msgid "deb http://archive.debian.org/debian-archive hamm main"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:213
++#: sources.list.5.xml:234
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the &stable-codename;/contrib area."
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:215
++#: sources.list.5.xml:236
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:217
++#: sources.list.5.xml:238
  msgid ""
  "Uses FTP to access the archive at ftp.debian.org, under the debian "
  "directory, and uses only the unstable/contrib area. If this line appears as "
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><literallayout>
--#: sources.list.5.xml:221
++#: sources.list.5.xml:242
  #, no-wrap
  msgid "deb ftp://ftp.debian.org/debian unstable contrib"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para><literallayout>
--#: sources.list.5.xml:230
++#: sources.list.5.xml:251
  #, no-wrap
  msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:223
++#: sources.list.5.xml:244
  msgid ""
  "Uses HTTP to access the archive at ftp.tlh.debian.org, under the universe "
  "directory, and uses only files found under <filename>unstable/binary-i386</"
  msgstr ""
  
  #. type: Content of: <refentry><refsect1><para>
--#: sources.list.5.xml:235
++#: sources.list.5.xml:256
  #, fuzzy
  msgid "&apt-cache; &apt-conf;"
  msgstr "&apt-get; &apt-cache; &apt-conf; &sources-list;"
@@@ -8593,10 -8691,10 +8805,6 @@@ msgstr "
  #~ "menos o último valor especificado em uma linha iniciando com <literal>Pin-"
  #~ "Priority: release ...</literal>."
  
--#, fuzzy
--#~ msgid "<filename>/etc/apt/trusted.gpg</filename>"
--#~ msgstr "<filename>/etc/apt.conf</>"
--
  #, fuzzy
  #~ msgid "/usr/share/doc/apt/"
  #~ msgstr "/usr/share/doc/apt/"
diff --cc po/apt-all.pot
index 245ffce915025afbfc77025a3c782f636274b790,8e4d9d62be6f58268f2267aaca2e9c8d82bb62fa..c655eb9a6423ca2e7b055d9e392c86feaab46a76
@@@ -7,7 -7,7 +7,7 @@@ msgid "
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
  "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2011-07-14 11:38+0200\n"
 -"POT-Creation-Date: 2011-10-30 13:46-0500\n"
++"POT-Creation-Date: 2011-11-10 16:46+0100\n"
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@@ -152,9 -152,10 +152,10 @@@ msgstr "
  msgid "  Version table:"
  msgstr ""
  
- #: cmdline/apt-cache.cc:1675 cmdline/apt-cdrom.cc:197 cmdline/apt-config.cc:73
- #: cmdline/apt-extracttemplates.cc:225 ftparchive/apt-ftparchive.cc:589
- #: cmdline/apt-get.cc:3125 cmdline/apt-mark.cc:264 cmdline/apt-sortpkgs.cc:144
+ #: cmdline/apt-cache.cc:1679 cmdline/apt-cdrom.cc:199 cmdline/apt-config.cc:75
+ #: cmdline/apt-extracttemplates.cc:227 ftparchive/apt-ftparchive.cc:590
 -#: cmdline/apt-get.cc:3244 cmdline/apt-internal-solver.cc:32
++#: cmdline/apt-get.cc:3247 cmdline/apt-internal-solver.cc:32
+ #: cmdline/apt-mark.cc:266 cmdline/apt-sortpkgs.cc:147
  #, c-format
  msgid "%s %s for %s compiled on %s %s\n"
  msgstr ""
@@@ -1083,7 -1088,7 +1088,7 @@@ msgstr "
  #, c-format
  msgid ""
  "Please use:\n"
--"bzr get %s\n"
++"bzr branch %s\n"
  "to retrieve the latest (possibly unreleased) updates to the package.\n"
  msgstr ""
  
@@@ -1196,11 -1222,11 +1222,11 @@@ msgstr "
  msgid "Changelog for %s (%s)"
  msgstr ""
  
- #: cmdline/apt-get.cc:3130
 -#: cmdline/apt-get.cc:3249
++#: cmdline/apt-get.cc:3252
  msgid "Supported modules:"
  msgstr ""
  
- #: cmdline/apt-get.cc:3171
 -#: cmdline/apt-get.cc:3290
++#: cmdline/apt-get.cc:3293
  msgid ""
  "Usage: apt-get [options] command\n"
  "       apt-get [options] install|remove pkg1 [pkg2 ...]\n"
  "                       This APT has Super Cow Powers.\n"
  msgstr ""
  
- #: cmdline/apt-get.cc:3333
 -#: cmdline/apt-get.cc:3455
++#: cmdline/apt-get.cc:3458
  msgid ""
  "NOTE: This is only a simulation!\n"
  "      apt-get needs root privileges for real execution.\n"
@@@ -2527,29 -2578,27 +2578,27 @@@ msgstr "
  msgid "Type '%s' is not known on line %u in source list %s"
  msgstr ""
  
- #: apt-pkg/packagemanager.cc:335 apt-pkg/packagemanager.cc:623
 -#: apt-pkg/packagemanager.cc:298 apt-pkg/packagemanager.cc:770
++#: apt-pkg/packagemanager.cc:298 apt-pkg/packagemanager.cc:775
  #, c-format
  msgid ""
  "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf "
  "under APT::Immediate-Configure for details. (%d)"
  msgstr ""
  
- #: apt-pkg/packagemanager.cc:456
 -#: apt-pkg/packagemanager.cc:432 apt-pkg/packagemanager.cc:462
++#: apt-pkg/packagemanager.cc:437 apt-pkg/packagemanager.cc:467
  #, c-format
- msgid ""
- "This installation run will require temporarily removing the essential "
- "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
- "you really want to do it, activate the APT::Force-LoopBreak option."
+ msgid "Could not configure '%s'. "
  msgstr ""
  
- #: apt-pkg/packagemanager.cc:501
 -#: apt-pkg/packagemanager.cc:502
++#: apt-pkg/packagemanager.cc:507
  #, c-format
  msgid ""
- "Could not perform immediate configuration on already unpacked '%s'. Please "
- "see man 5 apt.conf under APT::Immediate-Configure for details."
+ "This installation run will require temporarily removing the essential "
+ "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if "
+ "you really want to do it, activate the APT::Force-LoopBreak option."
  msgstr ""
  
- #: apt-pkg/pkgrecords.cc:32
+ #: apt-pkg/pkgrecords.cc:34
  #, c-format
  msgid "Index file type '%s' is not supported"
  msgstr ""
@@@ -3035,111 -3053,135 +3053,135 @@@ msgstr "
  msgid "Can't select installed version from package %s as it is not installed"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:53
+ #: apt-pkg/edsp.cc:41 apt-pkg/edsp.cc:61
+ msgid "Send scenario to solver"
+ msgstr ""
+ #: apt-pkg/edsp.cc:213
+ msgid "Send request to solver"
+ msgstr ""
+ #: apt-pkg/edsp.cc:281
+ msgid "Prepare for receiving solution"
+ msgstr ""
+ #: apt-pkg/edsp.cc:288
+ msgid "External solver failed without a proper error message"
+ msgstr ""
+ #: apt-pkg/edsp.cc:559 apt-pkg/edsp.cc:562 apt-pkg/edsp.cc:567
+ msgid "Execute external solver"
+ msgstr ""
 -#: apt-pkg/deb/dpkgpm.cc:71
++#: apt-pkg/deb/dpkgpm.cc:70
  #, c-format
  msgid "Installing %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:54 apt-pkg/deb/dpkgpm.cc:847
 -#: apt-pkg/deb/dpkgpm.cc:72 apt-pkg/deb/dpkgpm.cc:866
++#: apt-pkg/deb/dpkgpm.cc:71 apt-pkg/deb/dpkgpm.cc:865
  #, c-format
  msgid "Configuring %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:55 apt-pkg/deb/dpkgpm.cc:854
 -#: apt-pkg/deb/dpkgpm.cc:73 apt-pkg/deb/dpkgpm.cc:873
++#: apt-pkg/deb/dpkgpm.cc:72 apt-pkg/deb/dpkgpm.cc:872
  #, c-format
  msgid "Removing %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:56
 -#: apt-pkg/deb/dpkgpm.cc:74
++#: apt-pkg/deb/dpkgpm.cc:73
  #, c-format
  msgid "Completely removing %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:57
 -#: apt-pkg/deb/dpkgpm.cc:75
++#: apt-pkg/deb/dpkgpm.cc:74
  #, c-format
  msgid "Noting disappearance of %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:58
 -#: apt-pkg/deb/dpkgpm.cc:76
++#: apt-pkg/deb/dpkgpm.cc:75
  #, c-format
  msgid "Running post-installation trigger %s"
  msgstr ""
  
  #. FIXME: use a better string after freeze
- #: apt-pkg/deb/dpkgpm.cc:653
 -#: apt-pkg/deb/dpkgpm.cc:672
++#: apt-pkg/deb/dpkgpm.cc:671
  #, c-format
  msgid "Directory '%s' missing"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:668 apt-pkg/deb/dpkgpm.cc:688
 -#: apt-pkg/deb/dpkgpm.cc:687 apt-pkg/deb/dpkgpm.cc:707
++#: apt-pkg/deb/dpkgpm.cc:686 apt-pkg/deb/dpkgpm.cc:706
  #, c-format
  msgid "Could not open file '%s'"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:840
 -#: apt-pkg/deb/dpkgpm.cc:859
++#: apt-pkg/deb/dpkgpm.cc:858
  #, c-format
  msgid "Preparing %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:841
 -#: apt-pkg/deb/dpkgpm.cc:860
++#: apt-pkg/deb/dpkgpm.cc:859
  #, c-format
  msgid "Unpacking %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:846
 -#: apt-pkg/deb/dpkgpm.cc:865
++#: apt-pkg/deb/dpkgpm.cc:864
  #, c-format
  msgid "Preparing to configure %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:848
 -#: apt-pkg/deb/dpkgpm.cc:867
++#: apt-pkg/deb/dpkgpm.cc:866
  #, c-format
  msgid "Installed %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:853
 -#: apt-pkg/deb/dpkgpm.cc:872
++#: apt-pkg/deb/dpkgpm.cc:871
  #, c-format
  msgid "Preparing for removal of %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:855
 -#: apt-pkg/deb/dpkgpm.cc:874
++#: apt-pkg/deb/dpkgpm.cc:873
  #, c-format
  msgid "Removed %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:860
 -#: apt-pkg/deb/dpkgpm.cc:879
++#: apt-pkg/deb/dpkgpm.cc:878
  #, c-format
  msgid "Preparing to completely remove %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:861
 -#: apt-pkg/deb/dpkgpm.cc:880
++#: apt-pkg/deb/dpkgpm.cc:879
  #, c-format
  msgid "Completely removed %s"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:1081
 -#: apt-pkg/deb/dpkgpm.cc:1111
++#: apt-pkg/deb/dpkgpm.cc:1110
  msgid "Can not write log, openpty() failed (/dev/pts not mounted?)\n"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:1112
 -#: apt-pkg/deb/dpkgpm.cc:1141
++#: apt-pkg/deb/dpkgpm.cc:1140
  msgid "Running dpkg"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:1337
 -#: apt-pkg/deb/dpkgpm.cc:1320
++#: apt-pkg/deb/dpkgpm.cc:1319
+ msgid "Operation was interrupted before it could finish"
+ msgstr ""
 -#: apt-pkg/deb/dpkgpm.cc:1377
++#: apt-pkg/deb/dpkgpm.cc:1376
  msgid "No apport report written because MaxReports is reached already"
  msgstr ""
  
  #. check if its not a follow up error
- #: apt-pkg/deb/dpkgpm.cc:1342
 -#: apt-pkg/deb/dpkgpm.cc:1382
++#: apt-pkg/deb/dpkgpm.cc:1381
  msgid "dependency problems - leaving unconfigured"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:1344
 -#: apt-pkg/deb/dpkgpm.cc:1384
++#: apt-pkg/deb/dpkgpm.cc:1383
  msgid ""
  "No apport report written because the error message indicates its a followup "
  "error from a previous failure."
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:1350
 -#: apt-pkg/deb/dpkgpm.cc:1390
++#: apt-pkg/deb/dpkgpm.cc:1389
  msgid ""
  "No apport report written because the error message indicates a disk full "
  "error"
@@@ -3151,13 -3193,7 +3193,13 @@@ msgid "
  "error"
  msgstr ""
  
- #: apt-pkg/deb/dpkgpm.cc:1364 apt-pkg/deb/dpkgpm.cc:1370
 -#: apt-pkg/deb/dpkgpm.cc:1403
++#: apt-pkg/deb/dpkgpm.cc:1403 apt-pkg/deb/dpkgpm.cc:1409
 +msgid ""
 +"No apport report written because the error message indicates an issue on the "
 +"local system"
 +msgstr ""
 +
- #: apt-pkg/deb/dpkgpm.cc:1391
++#: apt-pkg/deb/dpkgpm.cc:1430
  msgid ""
  "No apport report written because the error message indicates a dpkg I/O error"
  msgstr ""