summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2009-09-25fix same typos in debian/changelog and doc/apt.conf.5.xmlDavid Kalnischkies
2009-09-24readd the pl-translation for the offline apt documentation for now asDavid Kalnischkies
long as these files are not included in the po4a-powered translation work
2009-09-24try to be cristal clear about the usage of :: and {} (Closes: #503481)David Kalnischkies
See the bugreport (and merged ones) for discussion details which lead to these additions to the introduction of the apt.conf manpage.
2009-09-24clarify the note for the pkgnames command in the manpage (Closes: #547599)David Kalnischkies
2009-09-24document the Acquire::http::Dl-Limit option in the manpageDavid Kalnischkies
2009-09-18merge with lp:~mvo/apt/debian-sid including the complete(!) frDavid Kalnischkies
- fix a little markup typo in doc/po/fr.po (start literal-tag with <)
2009-09-18cleanup commit for trigger processing:David Kalnischkies
- 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.
2009-09-16Drop de and pl "translations" of manpagesbubulle@debian.org
2009-09-15Add even more config options and try to handle configuration problemsDavid Kalnischkies
arising if we upgrade essential or predependencies which need to be configured before even unpacking packages depending on them.
2009-09-14French translation *comp-ple-ted*!bubulle@debian.org
Champaign!
2009-09-13add and document experimental options to make aggressiveDavid Kalnischkies
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.
2009-09-12Progress of the weekbubulle@debian.org
2009-09-09use only one xsl file (and therefore utf-8) for all languagesDavid Kalnischkies
2009-09-09merge with lp:~mvo/apt/debian-sidDavid Kalnischkies
2009-09-08document the new preferences.d folder in apt_preferences(Closes: #544017)David Kalnischkies
2009-09-08doc/apt.ent: move the description of files to globally usable entitiesDavid Kalnischkies
2009-09-08Rework the CompressionTypes system by adding an Order subgroup toDavid Kalnischkies
simplify customisation of the order and improve the documentation about this setting group.
2009-09-08doc/apt-get.8.xml: fix two little typos in the --simulate description.David Kalnischkies
(half-closes #545059)
2009-09-05Switch French manpages translation to po4abubulle@debian.org
2009-08-28merge with my po4a branch & update both pot'sDavid Kalnischkies
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!
2009-08-27 * buildlib/po4a_manpage.mak, doc/makefile, configure:David Kalnischkies
- simplify the makefiles needed for po4a manpages Add a bit more autodetection to the buildsystem to be able to add only half translated languages (only a few man pages, not all) and try to reduce the overhead needed to add new languages.
2009-08-27merged from lp:~donkult/apt/sidMichael Vogt
2009-08-26 [ Nicolas François ]David Kalnischkies
* doc/ja/*, doc/po/ja.po: - remove the old ja man page translation and replace it with the new po4a-powered translation by KURASAWA Nozomu.
2009-08-26 [ Nicolas François ]David Kalnischkies
* Cleaned up the first patch draft from KURASAWA Nozomu to finally get po4a support for translating the man pages. Many thanks to both for this excellent work! (Closes: #441608)
2009-08-26 [ Nicolas François ]David Kalnischkies
* doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak: - fix a few typos in the comments of this files
2009-08-26* doc/Doxyfile.inDavid Kalnischkies
- activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9 The description for this option is: # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. Even oldstable has a newer dot version, so the debian package doxygen activate it per default and we will follow this recommendation now.
2009-08-26 * doc/Doxyfile.in:David Kalnischkies
- update file with doxygen 1.6.1 (current unstable)
2009-08-26[ Nicolas François ]David Kalnischkies
* doc/*.?.xml (manpages): - add contrib to author tags and also add refmiscinfo to fix warnings
2009-08-25"backport" the APT::Configuration class to apt-sidDavid Kalnischkies
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.
2009-08-19merged from the jackyf-devel branchMichael Vogt
2009-08-12[doc/apt-get.8.xml]David Kalnischkies
- update the source description to reflect what it actually does and how it can be used. (Closes: #413021)
2009-08-12Add a Acquire::CompressionTypes config variable from there theDavid Kalnischkies
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!
2009-08-09[doc/apt-mark.8.xml] improve manpage based on patch by Carl Chenet, thanks!David Kalnischkies
(Closes: #510286) add also showauto and command synopsis
2009-08-08[doc/apt.conf.5.xml] mention the apt.conf.d dirDavid Kalnischkies
Patch from Vincent McIntyre, thanks! (Closes: #520831)
2009-07-22merged from the mvo branchMichael Vogt
2009-07-22* doc/apt.conf.5.xml:Michael Vogt
- merged patch from Aurélien Couderc to improve the text (thanks!)
2009-07-21The 'not dead yet' releaseMichael Vogt
* add hook for MarkInstall and MarkDelete (closes: #470035) * add the various foldmarkers in apt-pkg & cmdline (no code change) * versions with a pin of -1 shouldn't be a candidate (Closes: #355237) * prefer mmap as memory allocator in MMap instead of a static char array which can (at least in theory) grow dynamic * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc which can arise if cache doesn't fit into the mmap (Closes: #535218) * display warnings instead of errors if the parts dirs doesn't exist * honor the dpkg hold state in new Marker hooks (closes: #64141)
2009-07-21* apt-pkg/acquire.cc:Michael Vogt
- make the max pipeline depth of the acquire queue configurable via Acquire::Max-Pipeline-Depth * apt-pkg/deb/dpkgpm.cc: - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3 (off by default) - send "dpkg-exec" message on the status fd when dpkg is run - provide DPkg::Chroot-Directory config option (useful for testing) - fix potential hang when in a backgroud process group * apt-pkg/algorithms.cc: - consider recommends when making the scores for the problem resolver * apt-pkg/acquire-worker.cc: - show error details of failed methods * apt-pkg/contrib/fileutl.cc: - if a process aborts with signal, show signal number * methods/http.cc: - ignore SIGPIPE, we deal with EPIPE from write in HttpMethod::ServerDie() (LP: #385144) * apt-pkg/indexcopy.cc: - support having CDs with no Packages file (just a Packages.gz) by not forcing a verification on non-existing files (LP: #255545) - remove the gettext from a string that consists entirely of variables (LP: #56792) * apt-pkg/cacheiterators.h: - add missing checks for Owner == 0 in end() * apt-pkg/indexrecords.cc: - fix some i18n issues * apt-pkg/contrib/strutl.h: - add new strprintf() function to make i18n strings easier - fix compiler warning * apt-pkg/deb/debsystem.cc: - make strings i18n able * fix problematic use of tolower() when calculating the version hash by using locale independant tolower_ascii() function. Thanks to M. Vefa Bicakci (LP: #80248) * build fixes for g++-4.4 * cmdline/apt-mark: - add "showauto" option to show automatically installed packages * document --install-recommends and --no-install-recommends (thanks to Dereck Wonnacott, LP: #126180) * Updated cron script to support backups by hardlinks and verbose levels. All features turned off by default. * Added more error handlings. Closes: #438803, #462734, #454989, * Refactored condition structure to make download and upgrade performed if only previous steps succeeded. Closes: #341970 * Documented all cron script related configuration items in configure-index. * apt-ftparchive might write corrupt Release files (LP: #46439) * Apply --important option to apt-cache depends (LP: #16947)
2009-07-17Update French manpage translationbubulle@debian.org
2009-07-15merge with lp:~mvo/apt/debian-sidDavid Kalnischkies
2009-07-07[apt-get] add possibility to hide the user simulation noteDavid Kalnischkies
2009-07-06Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)Julian Andres Klode
2009-07-06configure-index: document Dir::Etc::SourceParts and some other optionsJulian Andres Klode
(Closes: #459605)
2009-06-29* add Debug::pkgDepCache::Marker with more detailed debug output Michael Vogt
* add Debug::pkgProblemResolver::ShowScores and make the scores adjustable
2009-06-29* add depth information to the debug output and show what dependsMichael Vogt
type triggers a autoinst (closes: #458389) * add debug::pkgDepCache::Marker with more detailed debug output (closes: #87520)
2009-06-29support running "--simulate" as userMichael Vogt
2009-05-07[apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies
* 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
2009-04-22Fix typo in French translationbubulle@debian.org
2009-04-09* apt-pkg/contrib/strutl.cc:Michael Vogt
- fix TimeToStr i18n (LP: #289807) * [ABI break] merge support for http redirects, thanks to Jeff Licquia and Anthony Towns * [ABI break] use int for the package IDs (thanks to Steve Cotton) * apt-pkg/pkgcache.cc: - do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) * methods/https.cc: - add Acquire::https::AllowRedirect support * Clarify the --help for 'purge' (LP: #243948) * cmdline/apt-get.cc - fix "apt-get source pkg" if there is a binary package and a source package of the same name but from different packages (LP: #330103) * cmdline/acqprogress.cc: - Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234).
2009-02-08merge the 0.7.20.2 uploadMichael Vogt