summaryrefslogtreecommitdiff
path: root/po/apt-all.pot
Commit message (Collapse)AuthorAgeFilesLines
* merged r1972 from lp:~paolorotolo/apt/fix-for-967393Michael Vogt2012-04-121-1/+1
|
* prepare new experimtnal uploadMichael Vogt2012-04-111-47/+49
|
* merged from debian-sidMichael Vogt2011-12-191-252/+248
|\
| * * German manpage translation updateChris Leick2011-11-201-230/+230
| | | | | | | | | | * doc/*.xml: - find and fix a bunch of misspellings
* | merge with my debian-sid branchDavid Kalnischkies2011-10-301-703/+712
|\|
| * refresh po/*Michael Vogt2011-07-261-433/+575
| |
* | merge lp:~mvo/apt/abi-breakMichael Vogt2011-06-291-413/+560
|/
* * apt-pkg/acquire-item.cc:Ben Finney2011-04-261-2/+2
| | | | | - apply fix for poorly worded 'locate file' error message from Ben Finney, thanks! (Closes: #623171)
* * merged lp:~evfool/apt/fix641673Michael Vogt2011-02-101-1/+1
| | | | - String-fix in the source and the translations for the grammatical mistake reported in bug LP: #641673, thanks to Robert Roth
* * methods/https.cc:David Kalnischkies2011-01-121-192/+202
| | | - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
* * apt-pkg/packagemanager.cc:David Kalnischkies2010-09-291-266/+278
| | | - Add a space between period and 'Please' and unfuzzy all translations
* Fix missing space after dot in a message from apt-pkgbubulle@debian.org2010-09-091-1/+1
| | | Translations unfuzzied. Thanks to Holger Wansing.
* Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org2010-08-241-1/+1
| | | Closes: #594211
* Update PO(T) filesbubulle@debian.org2010-08-231-12/+85
|
* refresh po/pot files in doc/ and po/Michael Vogt2010-07-301-265/+213
|
* [ Martin Pitt ]David Kalnischkies2010-07-111-443/+599
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * debian/rules: - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. * apt-pkg/contrib/fileutl.{h,cc}: - Add support for reading of gzipped files with the new "ReadOnlyGzip" OpenMode. (Closes: #188407) - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. - [ABI BREAK] This adds a new private member to FileFd, but its initialization is in the public header file. * configure.in: - Check for zlib library and headers. * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc, apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h, cmdline/apt-cache.cc: - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode. * apt-pkg/deb/debindexfile.cc: - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. * apt-pkg/acquire-item.cc: - If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it. * doc/apt.conf.5.xml: - Document the new Acquire::GzipIndexes option. * doc/po/apt-doc.pot, doc/po/de.po: - German translation of new Acquire::GzipIndexes option. * Add test/test-indexes.sh: - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. * methods/gzip.cc: With FileFd now being able to read gzipped files, there is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead.
* | make update-poDavid Kalnischkies2010-05-041-338/+376
| |
* | replace backticks with single quote in broken packages message.David Kalnischkies2010-04-211-2/+2
| | | | | | Thanks to Jari Aalto for spotting & patching! (Closes: #577168)
* | merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies2010-03-141-166/+201
|/ | | | | | | | | | | | | | | | | typos in doc/po/es.po to generate the manpages properly. [ Christian Perrier ] * German translation update. Closes: #571037 * Spanish manpages translation update. Closes: #573293 [ Julian Andres Klode ] * cmdline/apt-mark: - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). * apt-inst/contrib/arfile.h: - Add public ARArchive::Members() which returns the list of members. * debian/rules: - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
* * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-231-164/+185
| | | | | | | | | | | | | | | | | | | | | | | | - Fix the newly introduced method GetListOfFilesInDir to not accept every file if no extension is enforced (= restore old behaviour). (Closes: #565213) * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here * apt-pkg/deb/dpkgpm.cc: - don't segfault if term.log file can't be opened. Thanks Sam Brightman for the patch! (Closes: #475770) * doc/*: - replace the per language addendum with a global addendum - add a explanation why translations include (maybe) english parts to the new global addendum (Closes: #561636) * apt-pkg/contrib/strutl.cc: - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
* * French manpage translation updateMichael Vogt2010-01-081-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
* merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt2009-12-101-161/+207
|\
| * merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt2009-12-101-521/+427
| |
| * merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt2009-12-101-447/+536
| |\
| | * 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.
* Update PO filesbubulle@debian.org2009-09-271-5/+5
|
* Update POT filebubulle@debian.org2009-09-261-86/+91
|
* 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 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
|\
| * 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
| |
* | * 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)
| * * improve apt progress reporting, display trigger actionsMichael Vogt2008-05-231-15/+26
| |
* | merged r1811..1815 from lp:~donkult/apt/experimentalMichael Vogt2009-06-301-135/+135
| |
* | * add Debug::pkgDepCache::Marker with more detailed debug output Michael Vogt2009-06-291-4/+4
| | | | | | | | * add Debug::pkgProblemResolver::ShowScores and make the scores adjustable