summaryrefslogtreecommitdiff
path: root/doc/apt.conf.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc/apt.conf.5.xml: Deprecate #include, we have apt.conf.d nowadays which ↵Julian Andres Klode2009-09-281-1/+2
| | | | | should be sufficient.
* doc/apt.conf.5.xml: Restrict option names to alphanumerical characters and ↵Julian Andres Klode2009-09-261-3/+4
| | | | "/-:._+".
* doc/apt.conf.5.xml: Start deprecating stuff.Julian Andres Klode2009-09-261-2/+5
| | | | - Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash).
* fix same typos in debian/changelog and doc/apt.conf.5.xmlDavid Kalnischkies2009-09-251-8/+8
|
* try to be cristal clear about the usage of :: and {} (Closes: #503481)David Kalnischkies2009-09-241-3/+26
| | | | | See the bugreport (and merged ones) for discussion details which lead to these additions to the introduction of the apt.conf manpage.
* document the Acquire::http::Dl-Limit option in the manpageDavid Kalnischkies2009-09-241-1/+6
|
* cleanup commit for trigger processing:David Kalnischkies2009-09-181-10/+2
| | | | | | | | - remove the DPkg::NoConfTriggers - absolutely useless as we need TriggersPending already so we can use --no-triggers. - remove the Immediate-option from the example, it doesn't help much. - UnpackCritical uses DepUnPackPre with a D (on simple letter...) - the "smart" optimisation to skip A was not so smart - revert.
* Add even more config options and try to handle configuration problemsDavid Kalnischkies2009-09-151-19/+62
| | | | | arising if we upgrade essential or predependencies which need to be configured before even unpacking packages depending on them.
* add and document experimental options to make aggressiveDavid Kalnischkies2009-09-131-0/+46
| | | | | | | | | | | use of dpkg's trigger and configuration handling (Closes: #473461) Add NoTriggers option to add --no-triggers to all dpkg calls, NoConfiguration to prevent apt from trying to configure packages - dpkg should handle this in the last ConfigurePending call. This options are for now deactivated as they require more testing in real world situations, but the plan is to enable them in the near future if anything works well.
* doc/apt.ent: move the description of files to globally usable entitiesDavid Kalnischkies2009-09-081-9/+1
|
* Rework the CompressionTypes system by adding an Order subgroup toDavid Kalnischkies2009-09-081-9/+23
| | | | | simplify customisation of the order and improve the documentation about this setting group.
* merge with my po4a branch & update both pot'sDavid Kalnischkies2009-08-281-0/+1
|\ | | | | | | | | | | Thanks again for the initial patch from KURASAWA Nozomu and for the improvements and cleanups done by Nicolas François to get po4a up and running for apt man page translations!
| * [ Nicolas François ]David Kalnischkies2009-08-261-0/+1
| | | | | | | | | | * doc/*.?.xml (manpages): - add contrib to author tags and also add refmiscinfo to fix warnings
* | merged from lp:~donkult/apt/sidMichael Vogt2009-08-271-1/+26
|\|
| * "backport" the APT::Configuration class to apt-sidDavid Kalnischkies2009-08-251-1/+1
| | | | | | | | | | | | We can use it to simplify the internal code to operate with Acquire::CompressionTypes group. This also made it possible to set this setting with the -o flag.
| * Add a Acquire::CompressionTypes config variable from there theDavid Kalnischkies2009-08-121-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acquire-items choose which compression file they should (try first to) download to easily add new or change the order of the compression types. And because it is easy now we directly add builtin lzma support. The compression ratio is better than bzip2 but we prefer the later for now as no (official) mirror uses lzma, so this would only generate useless hits on the servers. Maybe sometime in the future lzma will be the default... [apt-pkg/acquire-item.cc] - use configsettings for dynamic compression type use and order. Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746) [apt-pkg/init.cc] - add default configuration for compression types and add lzma support. Order is now bzip2, lzma, gzip, none (Closes: #510526) [ftparchive/writer.cc] - add lzma support also here, patch for this (and inspiration for the one above) by Robert Millan, thanks!
| * [doc/apt.conf.5.xml] mention the apt.conf.d dirDavid Kalnischkies2009-08-081-1/+11
| | | | | | | | Patch from Vincent McIntyre, thanks! (Closes: #520831)
* | merged from the jackyf-devel branchMichael Vogt2009-08-191-5/+10
|\ \ | |/ |/|
| * Make apt proxy options have the highest priority, unified proxy determining ↵Eugene V. Lyubimkin2008-12-151-5/+10
| | | | | | | | code.
* | merged from the mvo branchMichael Vogt2009-07-221-4/+8
|\ \
| * | * doc/apt.conf.5.xml:Michael Vogt2009-07-221-4/+8
| | | | | | | | | | | | - merged patch from Aurélien Couderc to improve the text (thanks!)
* | | * add Debug::pkgDepCache::Marker with more detailed debug output Michael Vogt2009-06-291-0/+11
| | | | | | | | | | | | * add Debug::pkgProblemResolver::ShowScores and make the scores adjustable
* | | * add depth information to the debug output and show what dependsMichael Vogt2009-06-291-0/+21
| | | | | | | | | | | | | | | type triggers a autoinst (closes: #458389) * add debug::pkgDepCache::Marker with more detailed debug output (closes: #87520)
* | | [apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies2009-05-071-1/+1
| |/ |/| | | | | | | * MatchType::Release checks first for archive than for codename equality * new n= option in apt_preference to be able to pin based on a codeName
* | apt.conf: mentioned '/* ... */'-comments.Eugene V. Lyubimkin2008-12-101-3/+4
|/
* Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.Eugene V. Lyubimkin2008-12-061-0/+9
|
* Applied patch from Daniel Burrows to document 'Debug' group of options.Eugene V. Lyubimkin2008-12-061-10/+344
|
* Documented briefly 'APT::https' group of options.Eugene V. Lyubimkin2008-12-061-0/+23
|
* * Fix typos:Michael Vogt2008-11-051-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - apt-pkg/depcache.cc * Fix compilation warnings: - apt-pkg/acquire.cc - apt-pkg/versionmatch.cc * Compilation fixes and portability improvement for compiling APT against non-GNU libc (thanks to Martin Koeppe, closes: #392063): - buildlib/apti18n.h.in: + textdomain() and bindtextdomain() must not be visible when --disable-nls - buildlib/inttypes.h.in: undefine standard int*_t types - Append INTLLIBS to SLIBS: + cmdline/makefile + ftparchive/makefile + methods/makefile * doc/apt.conf.5.xml: - clarify whether configuration items of apt.conf are case-sensitive (thanks to Vincent McIntyre, closes: #345901)
| * Clarify whether configuration items of apt.conf are case-sensitiveLuca Bruno2008-10-111-0/+3
| |
* | Documented 'Acquire::PDiffs' in apt.conf manpage.Eugene V. Lyubimkin2008-11-021-0/+6
| |
* | Documented 'APT::Default-Release' in apt.conf.Eugene V. Lyubimkin2008-11-021-0/+5
|/
* Fix typos in manpagesbubulle@debian.org2008-02-191-4/+4
|
* * apt-pkg/contrib/configuration.cc:Otavio Salvador2007-12-161-0/+13
| | | | - if RootDir is set, then FindFile and FindDir will return paths relative to the directory stored in RootDir, closes: #456457.
* * merged with apt--fixes--0Michael Vogt2005-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-7 * fixed incorrect man-page example * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-8 * changelog udpate * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-9 * we only need to check once for xmlto * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-10 * fix a bug in a man-page, fix a problem with overly long lines in apt-cdrom * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-11 * merged with apt--main--0 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-12 * fix a incorrect error message (it always added .gz regardless what was downloaded) * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-13 * merged with main * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-14 * added Hashsum support for file and cdrom * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-15 * added README.arch * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-16 * merged with main * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-17 * move the changelog to the right place * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-18 * Change pkgPolicy::Pin from private to protected * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-19 * added a default constructor for PrvIterator * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-20 * applied otavios patch to reread the statusFile on debSystem::Initialize * otavio@debian.org--2005/apt--fixes--0--patch-28 Reread status configuration, needed for clients using independent apt ...
* * merge with matts tree, added documentation for the gpgv stuffMichael Vogt2005-02-091-1/+10
| | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--main--0--patch-59 Open 0.6.32 * apt@packages.debian.org/apt--main--0--patch-60 Merge apt--mvo--0 * apt@packages.debian.org/apt--main--0--patch-61 Add missing whitespace in new Debug::Acquire::gpgv output
* Merge from CVSMatt Zimmerman2004-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * apt@arch.ubuntu.com/apt--MAIN--0--patch-1304 Basque correction. * apt@arch.ubuntu.com/apt--MAIN--0--patch-1305 Updated Brazilian Portuguese and Greek (256396 and 2567... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1306 New Korean translation from Changwoo Ryu <cwryu@debian.... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1307 German translation now available in two flavours: with ... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1308 Finalize 0.5.26 * apt@arch.ubuntu.com/apt--MAIN--0--patch-1309 Remove duplicate entry * apt@arch.ubuntu.com/apt--MAIN--0--patch-1310 Note about archtable when architecture test fails * apt@arch.ubuntu.com/apt--MAIN--0--patch-1311 0.5.26 (really) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1312 German translation now available in two flavours: with ... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1313 New Finnish translation from Tapio Lehtonen <tale@debia... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1314 New Bosnian translation from Safir ��e��erovi�� <sapphi... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1315 Fix Italian incontrario * apt@arch.ubuntu.com/apt--MAIN--0--patch-1316 * Bring configure-index up to date with documented opti... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1317 configure-index contains example values, not strictly d... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1318 Updated Spanish from Ruben Porras (Closes:#260483) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1319 Updated Danish from Claus Hindsgaul (Closes: #260569) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1320 Updated Slovak from Peter Mann (Closes: #260627) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1321 Updated Portuguese from Miguel Figueiredo (Closes: #261423) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1322 * Add Polish translation of offline.sgml (Closes: #259229) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1323 urgency=high * apt@arch.ubuntu.com/apt--MAIN--0--patch-1324 Sync with new POT. * apt@arch.ubuntu.com/apt--MAIN--0--patch-1325 Updated Hungarian from Kelemen G��bor <kelemeng@gnome.hu>. * apt@arch.ubuntu.com/apt--MAIN--0--patch-1326 Updated Greek from George Papamichelakis (Closes: #265004) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1327 Updated Simplified Chinese from Tchaikov (Closes: #265190) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1328 Updated French by Christian Perrier (Closes: #265816) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1329 Updated Japanese by Kenshi Muto (Closes: #265630) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1330 Updated French by Christian Perrier (Closes: #265816) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1331 - Updated Catalan from Jordi Mallach * apt@arch.ubuntu.com/apt--MAIN--0--patch-1332 Updated Dutch from Bart Cornelis (Closes: #268258) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1333 Updated Portuguese from Miguel Figueiredo (Closes: #268265) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1334 Updated Dutch from Bart Cornelis (Closes: #268258) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1335 APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-C... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1336 Updated Polish from Robert Luberda <robert@debian.org> ... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1337 Updated Danish from Claus Hindsgaul (Closes: #269417) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1338 Updated Norwegian Nynorsk from H��vard Korsvoll <korsvo... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1339 Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes:... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1340 Updated Italian from Samuele Giovanni Tonon (Closes: #2... * apt@arch.ubuntu.com/apt--MAIN--0--patch-1341 Updated Dutch from Bart Cornelis (Closes: #278697) * apt@arch.ubuntu.com/apt--MAIN--0--patch-1342 Updated Slovak from Peter Mann (Closes: #279481)
* * Updates to XML man pages from richard.bos@xs4all.nlArch Librarian2004-09-201-2/+9
| | | | | | Author: mdz Date: 2004-03-11 18:17:08 GMT * Updates to XML man pages from richard.bos@xs4all.nl
* * Document unit for Cache-Limit (bytes) (Closes: #234737)Arch Librarian2004-09-201-1/+1
| | | | | | Author: mdz Date: 2004-02-27 00:55:08 GMT * Document unit for Cache-Limit (bytes) (Closes: #234737)
* * Replace SGML manpages with XML man pages from richard...Arch Librarian2004-09-201-0/+389
Author: mdz Date: 2004-02-07 21:48:14 GMT * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl (Closes: #230687)