summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145 bubulle@debian.org2010-12-151-2/+2
| | | | * Correct a typo and an error in French manpages translation. Closes: # 607170
* merged from lp:~donkult/apt/sidMichael Vogt2010-11-309-240/+141
|
* Drop useless untranslatable sections from apt.8bubulle@debian.org2010-10-301-4/+0
|
* Fix "typos" in French manpages translations. Thanks tobubulle@debian.org2010-10-301-4/+4
| | | Cyril Brulebois for bashing me.
* * doc/examples/apt-https-method-example.conf:Olly Betts2010-10-151-5/+5
| | | | - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
* * doc/apt-verbatim.ent:David Kalnischkies2010-10-141-3/+3
| | | - change the codenames to reflect the situation after squeeze release
* * doc/apt.ent:David Kalnischkies2010-10-1424-12720/+8760
| | | | - move some strings into apt-verbatim.ent to avoid showing them in apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
* doc/po/fr.po: refreshed after running makeMichael Vogt2010-10-131-32/+54
|
* * debian/apt.cron.daily:Michael Vogt2010-10-131-0/+1
|\ | | | | | | | | | | - source /etc/default/locale (if available) so that the apt-get update cron job fetches the right translated package descriptions * fix test failure on amd64
| * doc/examples/configure-index:Michael Vogt2010-09-211-0/+1
| | | | | | | | - add info on debug::acquire::cdrom
* | * Another typo fixed in French ("Anfin"). Thanks to bubullebubulle@debian.org2010-10-061-54/+32
| | | | | | | | * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog Closes: #599265
* | Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.bubulle@debian.org2010-10-051-1/+1
| |
* | * doc/po/de.po:Chris Leick2010-09-301-1/+1
| | | | | | | | - remove the duplicated "angefertigt" in translation-holder string
* | German manpage translation (Chris Leick). Closes: #597163David Kalnischkies2010-09-171-590/+292
| |
* | * doc/po/fr.po:David Kalnischkies2010-09-171-9/+10
| | | | | | - correct two syntax issues to ensure we can build fine
* | Japanese (KURASAWA Nozomu). Closes: #595862bubulle@debian.org2010-09-071-1854/+795
| |
* | Spanish (Omar Campagne). Closes: #595557bubulle@debian.org2010-09-051-590/+328
| |
* | French translation fixedbubulle@debian.org2010-08-311-36/+34
| |
* | doc/po/fr.po: fix xml errors in the fr translationMichael Vogt2010-08-301-7/+11
|/
* * Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org2010-08-271-302/+159
| | | * Portuguese (Américo Monteiro)
* Update PO(T) filesbubulle@debian.org2010-08-232-306/+190
|
* French manpages translation updatebubulle@debian.org2010-08-231-170/+146
|
* refresh po/pot files in doc/ and po/Michael Vogt2010-07-309-6103/+8191
|
* * cmdline/apt-cache.cc:David Kalnischkies2010-07-161-0/+14
| | | - be able to omit dependency types in (r)depends (Closes: #319006)
* [ Martin Pitt ]David Kalnischkies2010-07-1110-1491/+1651
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * * doc/po/apt-doc.pot, doc/po/de.po:martin@piware.de2010-06-112-240/+273
| | | | | | - German translation of new Acquire::GzipIndexes option.
| * * doc/apt.conf.5.xml:martin@piware.de2010-06-111-0/+9
| | | | | | - Document the new Acquire::GzipIndexes option.
* | * doc/apt.conf.5.xml:David Kalnischkies2010-07-092-4/+17
| | | | | | - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-06-261-0/+9
| | | | | | | | | | - show notice about ignored file instead of being always silent - add a Dir::Ignore-Files-Silently list option to control the notice *
* | - backport forgotten Valid-Until patch from the obsolete experimentalDavid Kalnischkies2010-06-093-1/+30
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch to prevent replay attacks better, thanks to Thomas Viehmann for the initial patch! (Closes: #499897) * doc/apt.conf.5.xml: - document the new Valid-Until related options * apt-pkg/contrib/strutl.cc: - split StrToTime() into HTTP1.1 and FTP date parser methods and use strptime() instead of some self-made scanf mangling - use the portable timegm shown in his manpage instead of a strange looking code copycat from wget * ftparchive/writer.cc: - add ValidTime option to generate a Valid-Until header in Release file
| * | rename the options, document them and reorder the changelog a bitDavid Kalnischkies2010-06-092-0/+28
| | |
| * | * ftparchive/writer.cc:David Kalnischkies2010-06-091-1/+2
| | | | | | | | | - add ValidTime option to generate a Valid-Until header in Release file
* | | * apt-pkg/deb/debsystem.cc:David Kalnischkies2010-05-283-8/+10
|/ / | | | | - add better config item for extended_states file
* | remove the gnome-apt reference as it is removed from unstableDavid Kalnischkies2010-05-242-7/+1
| |
* | * doc/apt-get.8.xml:David Kalnischkies2010-05-241-20/+6
| | | | | | | | - do not say explicit target_release_{name,version,codename}, it should be clear by itself and 'man' can break lines again (Closes: #566166)
* | add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)David Kalnischkies2010-05-131-1/+9
| |
* | * doc/apt.entDavid Kalnischkies2010-05-135-17/+22
| | | | | | | | | | | | | | - add entities for the current oldstable/stable/testing codenames * doc/sources.list.5.xml: - use stable-codename instead of stable in the examples (Closes: #531492) * doc/apt_preferences.5.xml: - adapt some examples here to use current codenames as well
* | make update-poDavid Kalnischkies2010-05-049-2252/+2923
| |
* | * doc/cache.sgml:David Kalnischkies2010-05-041-824/+0
| | | | | | | | - drop the file in favor of inplace documentation with doxygen
* | * doc/files.sgml:David Kalnischkies2010-05-031-103/+78
| | | | | | | | - sync documentation with status quo, regarding files/directories in use, extended_states and uri schemes.
* | * doc/po/de.po:David Kalnischkies2010-04-241-4/+4
| | | | | | - correct typos in german apt_preferences manpage, thanks Chris Leick!
* | * doc/apt.ent:David Kalnischkies2010-04-241-1/+3
| | | | | | - Add a note about APT_CONFIG in the -c description (Closes: #578267)
* | * apt-pkg/acquire-item.cc:David Kalnischkies2010-04-091-0/+1
| | | | | | | | | | - Acquire::ForceHash to force method for expected hash - display MD5Sum in --print-uris if not forced to use another method instead of displaying the strongest available (Closes: #576420)
* | merged from lp:~donkult/apt/sidMichael Vogt2010-04-0122-1407/+12718
|\ \ | |/ |/|
| * remove wrong pin-priority is optional remark (Closes: #574944)David Kalnischkies2010-03-271-4/+0
| |
| * origin can be used to match a hostname (Closes: #352667)David Kalnischkies2010-03-261-2/+9
| |
| * * doc/po/de.po:David Kalnischkies2010-03-261-46/+22
| | | | | | | | - correct a few typos in the german manpage translation. Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
| * * doc/apt_preferences.5.xml:David Kalnischkies2010-03-261-1/+1
| | | | | | | | - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
| * Switch the TranslationWriter to use MultiCompress to be able to generateDavid Kalnischkies2010-03-261-7/+13
| | | | | | | | | | | | the compressed files as we want them and to prevent the file to be replaced without a reason which could save us from steady redownloads of a file with the same content.
| * Inclusion of Long Descriptions in the Packages files can be set nowDavid Kalnischkies2010-03-261-4/+23
| | | | | | | | | | | | also in TreeDefaults and Tree to support generation of archives which should support and which shouldn't support splitted out Translation-en files in the same run.