summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* add APT::FTPArchive::AlwaysStat to disable the too aggressiveDavid Kalnischkies2009-11-281-12/+12
| | | | | caching if versions are build multiply times (not recommend) Patch by Christoph Goehre, thanks! (Closes: #463260)
* add --debian-only as alias for --diff-only for all source v3 loversDavid Kalnischkies2009-11-271-2/+2
|
* merge with lp:~mvo/apt/debian-sid and update all pot's and po'sDavid Kalnischkies2009-11-2744-5242/+7258
|\
| * Italian translation updatebubulle@debian.org2009-11-121-21/+11
| |
| * Italian translation updatebubulle@debian.org2009-11-111-26/+38
| |
* | merge the german translations from lp:~mvo/apt/debian-sidDavid Kalnischkies2009-10-291-251/+262
|\| | | | | | | | | | | * remerge the de-manpage in as it has some Ümläüte problems * fixing the buildprocess for de by adding some boilerplate addendums * correcting some syntaxbreaking typos and rebuild all manpage langs
| * German translation completedbubulle@debian.org2009-10-211-24/+13
| |
| * German translation updatebubulle@debian.org2009-10-191-237/+259
| |
* | only warn if (free) space can't be determined as it overflows the structDavid Kalnischkies2009-10-201-97/+98
| | | | | | | | as this prevents e.g. download operations on large RAIDs (Closes: #522238)
* | rewrite FindSrc() in cmdline/apt-get.cc to fix some bugs, including:David Kalnischkies2009-10-191-60/+71
| | | | | | | | | | | | | | * cmdline/apt-get.cc: - source should displays his final pkg pick (Closes: #249383, #550952) - source doesn't need the complete version for match (Closes: #245250) - source ignores versions/releases if not available (Closes: #377424)
* | improve the documentation and errormessages regarding a failingDavid Kalnischkies2009-10-011-1/+15
|/ | | | | immediate configuration as the old message was quite a bit scare and uninformative.
* French translation completedbubulle@debian.org2009-09-271-17/+10
|
* Update PO filesbubulle@debian.org2009-09-2745-849/+994
|
* Polish translation updatebubulle@debian.org2009-09-271-36/+47
|
* Enable Lithuanian translationsbubulle@debian.org2009-09-261-1/+1
|
* Enable Asturian translationsbubulle@debian.org2009-09-261-1/+1
|
* Disable hebrew on translator's requestbubulle@debian.org2009-09-261-1/+1
|
* Update POT filebubulle@debian.org2009-09-261-86/+91
|
* French translation updatebubulle@debian.org2009-09-261-3/+2
|
* Update PO filesbubulle@debian.org2009-09-2642-4370/+4583
|
* merge with lp:~mvo/apt/debian-sid including the complete(!) frDavid Kalnischkies2009-09-181-12/+12
|\ | | | | | | - fix a little markup typo in doc/po/fr.po (start literal-tag with <)
* | Add even more config options and try to handle configuration problemsDavid Kalnischkies2009-09-151-15/+15
| | | | | | | | | | 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-13/+13
| | | | | | | | | | | | | | | | | | | | | | 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.
* | use only one xsl file (and therefore utf-8) for all languagesDavid Kalnischkies2009-09-091-17/+17
|/
* merge with lp:~mvo/apt/debian-sid with the bugfix release 0.7.23.1 in it.David Kalnischkies2009-08-2942-11287/+11296
|\
| * French translation updatebubulle@debian.org2009-08-271-10/+6
| |
| * Update PO(T) filesbubulle@debian.org2009-08-2743-11341/+11354
| |
* | merge with my po4a branch & update both pot'sDavid Kalnischkies2009-08-281-53/+53
|/ | | | | | 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!
* "backport" the APT::Configuration class to apt-sidDavid Kalnischkies2009-08-251-11/+11
| | | | | | 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 the pkg/release syntax to the source command in apt-get and alsoDavid Kalnischkies2009-08-121-59/+59
| | | | | | | add the understanding for codenames instead of archives here [cmdline/apt-get.cc] - add pkg/archive and codename in source (Closes: #414105, #441178)
* [cmdline/apt-get.cc]David Kalnischkies2009-08-121-59/+59
| | | | | - use SourceVersion instead of the BinaryVersion to get the source Patch by Matt Kraai, thanks! (Closes: #382826)
* Add a Acquire::CompressionTypes config variable from there theDavid Kalnischkies2009-08-121-9/+9
| | | | | | | | | | | | | | | | | | | | 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!
* [cmdline/apt-get.cc] check for availability ofstatfs.f_typeDavid Kalnischkies2009-08-091-106/+106
| | | | Patch from Robert Millan, thanks! (Closes: #509313)
* merge with apt-sidDavid Kalnischkies2009-08-081-26/+27
|\ | | | | | | * backout my fix for the sources.list issue, there is already one in
* | [cmdline/apt-get.cc] add APT::Get::HideAutoRemove=small to display onlyDavid Kalnischkies2009-07-311-65/+71
|/ | | | a short line instead of the full package list. (Closes: #537450)
* merge with lp:apt/debian-sidDavid Kalnischkies2009-07-261-1/+1
| | | | | Remove a bug (= an evil amok running if) introduced by the merge in 1817 which cause a segfault in the destructor for the dynamic mmap.
* merge from the donkult branchMichael Vogt2009-07-241-210/+212
|\
| * merge with lp:~mvo/apt/debian-sidDavid Kalnischkies2009-07-153-605/+695
| |\
| * | versions with a pin of -1 shouldn't be a candidate (Closes: #355237)David Kalnischkies2009-07-011-4/+4
| | |
| * | * add hook for MarkInstall and MarkDelete (closes: #470035)David Kalnischkies2009-06-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * honor the dpkg hold state in new Marker hooks (closes: #64141) Combine the proposed AutoInstOk and IsAutoInstallOk to more general hooks for MarkInstall (and another one for MarkDelete) with the same parameters as the call these hooks should check.
| * | add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-174/+174
| | |
* | | French translation yet-another-updatebubulle@debian.org2009-07-211-22/+23
| | |
* | | Update all PO filesbubulle@debian.org2009-07-2144-10456/+13334
| | |
* | | Slovak translation updatedbubulle@debian.org2009-07-211-165/+181
| | |
* | | * apt-pkg/acquire.cc:Michael Vogt2009-07-211-89/+127
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * | merged from the debian-sid branchMichael Vogt2008-12-0944-6646/+7982
| |\ \
| * \ \ * apt-ftparchive might write corrupt Release files (LP: #46439)Michael Vogt2008-10-2844-2085/+5422
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Apply --important option to apt-cache depends (LP: #16947) * apt-pkg/acquire-item.cc: - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz' available. (Closes: #409284) * apt-pkg/algorithm.cc: - Strip username and password from source URL in error message. (Closes: #425150) * Fix typos: - 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) * doc/apt-cache.8.xml: - search command uses POSIX regex, and searches for virtual packages too (closes: #277536) * doc/offline.sgml: clarify remote and target hosts (thanks to Nikolaus Schulz, closes: #175940) * Fix several typos in docs, translations and debian/changelog (thanks to timeless, Nicolas Bonifas and Josh Triplett, closes: #368665, #298821, #411532, #431636, #461458) * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575) * Better documentation for apt-get --option (thanks to Tomas Pospisek, closes: #386579) * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276) * Better documentation on using both APT::Default-Release and /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575) * doc/apt-cache.8.xml: - add missing citerefentry * Upload to unstable * apt-pkg/deb/dpkgpm.cc: - Store the trigger state descriptions in a way that does not break the ABI. The approach taken makes the search for a string O(n) rather than O(lg(n)), but since n == 4, I do not consider this a major concern. If it becomes a concern, we can sort the static array and use std::equal_range(). (Closes: #499322) * apt-pkg/pkgcachegen.cc: - do not add multiple identical descriptions for the same language (closes: #400768) * Catalan updated. Closes: #499462 * Fix typo in cron.daily script. Closes: #486179 * Traditional Chinese updated. Closes: #488526 * German corrected and completed. Closes: #490532, #480002, #498018 * French completed * Bulgarian updated. Closes: #492473 * Slovak updated. Closes: #492475 * Galician updated. Closes: #492794 * Japanese updated. Closes: #492975 * Fix missing space in Greek translation. Closes: #493922 * Greek updated. * Brazilian Portuguese updated. * Basque updated. Closes: #496754 * Romanian updated. Closes: #492773, #488361 * Portuguese updated. Closes: #491790 * Simplified Chinese updated. Closes: #489344 * Norwegian Bokmål updated. Closes: #480022 * Czech updated. Closes: #479628, #497277 * Korean updated. Closes: #464515 * Spanish updated. Closes: #457706 * Lithuanian added. Closes: #493328 * Swedish updated. Closes: #497496 * Vietnamese updated. Closes: #497893 * Portuguese updated. Closes: #498411 * Greek updated. Closes: #498687 * Polish updated. * merge patch that enforces stricter https server certificate checking (thanks to Arnaud Ebalard, closes: #485960) * allow per-mirror specific https settings (thanks to Arnaud Ebalard, closes: #485965) * add doc/examples/apt-https-method-example.cof (thanks to Arnaud Ebalard, closes: #485964) * apt-pkg/depcache.cc: - when checking for new important deps, skip critical ones (closes: #485943) * improve apt progress reporting, display trigger actions * add DPkg::NoTriggers option so that applications that call apt/aptitude (like the installer) defer trigger processing (thanks to Joey Hess) * doc/makefile: - add examples/apt-https-method-example.conf * Russian updated. Closes: #479777, #499029 * fix FTBFS by changing build-depends to * ABI library name change because it's built against * Package that contains all the new features * Branch that contains all the new features:
| * \ \ \ merged from the debian-sid branchMichael Vogt2008-05-2816-1161/+1098
| |\ \ \ \
| * | | | | * improve apt progress reporting, display trigger actionsMichael Vogt2008-05-231-15/+26
| | | | | |
* | | | | | German translation completedbubulle@debian.org2009-07-121-2/+7
| | | | | |