Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * ftparchive/apt-ftparchive.cc: | David Kalnischkies | 2012-06-09 | 1 | -1/+1 |
| | | | | - default to putting the Contents-* files below $(SECTION) as apt-file expects them there - thanks Martin-Éric Racine! (Closes: #675827) | ||||
* | updating <date> tags and the po files for the manpages | David Kalnischkies | 2012-06-09 | 1 | -1/+1 |
| | |||||
* | * doc/apt-sortpkgs.1.xml: | Justin B Rye | 2012-06-07 | 1 | -1/+1 |
| | | | | - review and fix typo, grammar and style issues | ||||
* | * doc/apt-ftparchive.8.xml: | Justin B Rye | 2012-06-04 | 1 | -17/+17 |
| | | | | - fix typo, grammar and style issues | ||||
* | use docbook DTD 4.5 instead of 4.2 to have valid docs | David Kalnischkies | 2012-05-23 | 1 | -2/+2 |
| | |||||
* | * doc/*.xml: | David Kalnischkies | 2012-05-23 | 1 | -7/+7 |
| | | | | - mark even more stuff as untranslateable and improve the markup here and there (no real text change) | ||||
* | auto-generate the correct <date> translation | David Kalnischkies | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | in <term> mark all options with <option> and mark <term><option> | David Kalnischkies | 2012-05-21 | 1 | -50/+50 |
| | | | as untranslated for po4a removing ~200 unless "translateable" strings | ||||
* | * doc/*: | David Kalnischkies | 2012-04-05 | 1 | -23/+2 |
| | | | | | - move the command synopsis out of each manpage into apt-verbatim.ent as they are a hell to translate and just single out the parameters which can be translated to apt.ent | ||||
* | various typo and syntax corrections in doc/*.xml | Michael Vogt | 2011-06-28 | 1 | -2/+3 |
| | |||||
* | add options to disable specific checksums for Indexes | David Kalnischkies | 2011-02-22 | 1 | -4/+7 |
| | |||||
* | * ftparchive/writer.cc: | David Kalnischkies | 2011-01-20 | 1 | -4/+7 |
| | | | - add config option to search for more patterns in release command | ||||
* | * doc/apt.ent: | David Kalnischkies | 2010-10-14 | 1 | -0/+3 |
| | | | | - move some strings into apt-verbatim.ent to avoid showing them in apt-doc.pot as they are untranslatable anyway (e.g. manpage references) | ||||
* | * ftparchive/writer.cc: | David Kalnischkies | 2010-06-09 | 1 | -1/+2 |
| | | | - add ValidTime option to generate a Valid-Until header in Release file | ||||
* | * doc/apt.ent | David Kalnischkies | 2010-05-13 | 1 | -1/+1 |
| | | | | | | | - 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 | ||||
* | Switch the TranslationWriter to use MultiCompress to be able to generate | David Kalnischkies | 2010-03-26 | 1 | -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 now | David Kalnischkies | 2010-03-26 | 1 | -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. | ||||
* | - add --arch option for apt-ftparchive packages and contents commands | David Kalnischkies | 2010-02-18 | 1 | -2/+10 |
| | | | | | - if an arch is given accept only *_all.deb and *_arch.deb instead of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710) | ||||
* | merge with lp:~mvo/apt/sid to get the finale 0.7.25 state | David Kalnischkies | 2009-12-22 | 1 | -2/+2 |
|\ | |||||
| * | remove informalexample tag which hides the programlisting in the | David Kalnischkies | 2009-12-12 | 1 | -2/+2 |
| | | | | | | | | | | tree section of the apt-ftparchive manpage, thanks Chris Leick for noticing it! | ||||
| * | fix a few typos in strings, comments and manpage of apt-ftparchive | David Kalnischkies | 2009-12-11 | 1 | -1/+1 |
| | | | | | | | | thanks Karl Goetz! (Closes: #558757) | ||||
| * | merged -r 1920..1922 from lp:~donkult/apt/sid | Michael Vogt | 2009-12-10 | 1 | -2/+11 |
| | | |||||
* | | fix a few typos in strings, comments and manpage of apt-ftparchive | David Kalnischkies | 2009-12-01 | 1 | -1/+1 |
| | | | | | | | | thanks Karl Goetz! (Closes: #558757) | ||||
* | | add APT::FTPArchive::AlwaysStat to disable the too aggressive | David Kalnischkies | 2009-11-28 | 1 | -0/+12 |
| | | | | | | | | | | caching if versions are build multiply times (not recommend) Patch by Christoph Goehre, thanks! (Closes: #463260) | ||||
* | | Add APT::FTPArchive::LongDescription to disable the inclusion of the | David Kalnischkies | 2009-11-26 | 1 | -2/+11 |
|/ | | | | LongDescriptions in the generated Packages file. | ||||
* | correct various errors, typos and oddities in the manpages | David Kalnischkies | 2009-10-29 | 1 | -1/+1 |
| | | | | | | | | Patch by Chris Leick which closes his on bug. Thanks! * doc/ various manpages: - correct various errors, typos and oddities (Closes: #552535) * doc/apt-secure.8.xml: - replace literal with emphasis tags in Archive configuration | ||||
* | Fix ftp(archive(1) documentation of -o | bubulle@debian.org | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | [ Nicolas François ] | David Kalnischkies | 2009-08-26 | 1 | -0/+1 |
| | | | | | * doc/*.?.xml (manpages): - add contrib to author tags and also add refmiscinfo to fix warnings | ||||
* | Fix typos in manpages | bubulle@debian.org | 2008-02-19 | 1 | -1/+1 |
| | |||||
* | * merged documentation patch (debian #307756) | Michael Vogt | 2006-04-26 | 1 | -2/+2 |
| | |||||
* | * Updates to XML man pages from richard.bos@xs4all.nl | Arch Librarian | 2004-09-20 | 1 | -2/+9 |
| | | | | | | Author: mdz Date: 2004-03-11 18:17:08 GMT * Updates to XML man pages from richard.bos@xs4all.nl | ||||
* | * Replace SGML manpages with XML man pages from richard... | Arch Librarian | 2004-09-20 | 1 | -0/+565 |
Author: mdz Date: 2004-02-07 21:48:14 GMT * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl (Closes: #230687) |