summaryrefslogtreecommitdiff
path: root/doc/apt-ftparchive.1.xml
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.9.0 to experimental1.9.0Julian Andres Klode2019-06-171-1/+1
|
* More minor wording improvements in documentationJulian Andres Klode2019-05-101-1/+1
|
* Perform minor copy-editing on the docsMartin Michlmayr2019-04-041-2/+2
|
* Release 1.7.01.7.0Julian Andres Klode2018-10-071-1/+1
|
* Release 1.4~beta11.4_beta1Julian Andres Klode2016-11-251-1/+1
|
* apt-ftparchive: Support NotAutomatic and ButAutomaticUpgrades fieldsJames Clarke2016-11-111-1/+3
| | | | | | | This also changes Acquire-By-Hash to be "yes" rather than "true", so it is consistent with dak's output. Closes: #272557
* releasing package apt version 1.3~pre3+cmake21.3_pre3+cmake2Julian Andres Klode2016-08-061-1/+1
|
* releasing package apt version 1.3~pre3+cmake11.3_pre3+cmake1Julian Andres Klode2016-08-061-1/+1
|
* Release 1.3~pre31.3_pre3Julian Andres Klode2016-08-041-1/+1
|
* Release 1.3~pre21.3_pre2Julian Andres Klode2016-07-081-1/+1
| | | | | Yes, we might still add new features to 1.3 or break some more stuff. Stay tuned!
* Release 1.3~pre11.3_pre1Julian Andres Klode2016-07-071-1/+1
|
* Release 1.3~exp31.3_exp3Julian Andres Klode2016-06-221-1/+1
| | | | Quite a huge churn of new strings.
* Release 1.3~exp21.3_exp2Julian Andres Klode2016-06-111-1/+1
|
* fix and document on the fly compressor configDavid Kalnischkies2016-05-271-15/+19
| | | | | | | libapt allows to configure compressors to be used by its system via configuration implemented in 03bef78461c6f443187b60799402624326843396, but that was never really documented and also only partly working, which also explains why the tests weren't using it…
* change debian related entities to a more explicit nameDavid Kalnischkies2016-01-141-1/+1
| | | | Git-Dch: Ignore
* ./prepare-release pre-export1.1.1Michael Vogt2015-11-271-1/+1
|
* update manpage last-modified from git via pre-export hookDavid Kalnischkies2015-11-251-1/+1
| | | | | | | | Never updating this information is wrong, updating it automatically isn't super correct either, but it seems conventional to have it and updating it more often than needed seems better than updating it never. Git-Dch: Ignore
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-041-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a discussion with Niels Thykier who asked for Contents-all this implements apt trying for all architecture dependent files to get a file for the architecture all, which is treated internally now as an official architecture which is always around (like native). This way arch:all data can be shared instead of duplicated for each architecture requiring the user to download the same information again and again. There is one problem however: In Debian there is already a binary-all/ Packages file, but the binary-any files still include arch:all packages, so that downloading this file now would be a waste of time, bandwidth and diskspace. We therefore need a way to decide if it makes sense to download the all file for Packages in Debian or not. The obvious answer would be a special flag in the Release file indicating this, which would need to default to 'no' and every reasonable repository would override it to 'yes' in a few years time, but the flag would be there "forever". Looking closer at a Release file we see the field "Architectures", which doesn't include 'all' at the moment. With the idea outlined above that 'all' is a "proper" architecture now, we interpret this field as being authoritative in declaring which architectures are supported by this repository. If it says 'all', apt will try to get all, if not it will be skipped. This gives us another interesting feature: If I configure a source to download armel and mips, but it declares it supports only armel apt will now print a notice saying as much. Previously this was a very cryptic failure. If on the other hand the repository supports mips, too, but for some reason doesn't ship mips packages at the moment, this 'missing' file is silently ignored (= that is the same as the repository including an empty file). The Architectures field isn't mandatory through, so if it isn't there, we assume that every architecture is supported by this repository, which skips the arch:all if not listed in the release file.
* add --sha512 option + documentation for apt-ftparchiveDavid Kalnischkies2015-09-141-4/+8
|
* ensure that all docs use all entities filesDavid Kalnischkies2014-08-261-9/+3
| | | | | | | | | Not all are needed for all files at the moment, but the new docbook building hadn't available some of the entities it used as the files weren't correctly copied around in all cases and having the same across the bord makes working with all of them a little easier. Git-Dch: Ignore
* add a vendor specific file to have configurable entitiesDavid Kalnischkies2013-11-301-0/+2
| | | | | | | manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later.
* * ftparchive/apt-ftparchive.cc:David Kalnischkies2012-06-091-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 manpagesDavid Kalnischkies2012-06-091-1/+1
|
* * doc/apt-sortpkgs.1.xml:Justin B Rye2012-06-071-1/+1
| | | | - review and fix typo, grammar and style issues
* * doc/apt-ftparchive.8.xml:Justin B Rye2012-06-041-17/+17
| | | | - fix typo, grammar and style issues
* use docbook DTD 4.5 instead of 4.2 to have valid docsDavid Kalnischkies2012-05-231-2/+2
|
* * doc/*.xml:David Kalnischkies2012-05-231-7/+7
| | | | - mark even more stuff as untranslateable and improve the markup here and there (no real text change)
* auto-generate the correct <date> translationDavid Kalnischkies2012-05-211-1/+1
|
* in <term> mark all options with <option> and mark <term><option>David Kalnischkies2012-05-211-50/+50
| | | as untranslated for po4a removing ~200 unless "translateable" strings
* * doc/*:David Kalnischkies2012-04-051-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/*.xmlMichael Vogt2011-06-281-2/+3
|
* add options to disable specific checksums for IndexesDavid Kalnischkies2011-02-221-4/+7
|
* * ftparchive/writer.cc:David Kalnischkies2011-01-201-4/+7
| | | - add config option to search for more patterns in release command
* * doc/apt.ent:David Kalnischkies2010-10-141-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 Kalnischkies2010-06-091-1/+2
| | | - add ValidTime option to generate a Valid-Until header in Release file
* * doc/apt.entDavid Kalnischkies2010-05-131-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 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.
* - add --arch option for apt-ftparchive packages and contents commandsDavid Kalnischkies2010-02-181-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 stateDavid Kalnischkies2009-12-221-2/+2
|\
| * remove informalexample tag which hides the programlisting in theDavid Kalnischkies2009-12-121-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-ftparchiveDavid Kalnischkies2009-12-111-1/+1
| | | | | | | | thanks Karl Goetz! (Closes: #558757)
| * merged -r 1920..1922 from lp:~donkult/apt/sidMichael Vogt2009-12-101-2/+11
| |
* | fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies2009-12-011-1/+1
| | | | | | | | thanks Karl Goetz! (Closes: #558757)
* | add APT::FTPArchive::AlwaysStat to disable the too aggressiveDavid Kalnischkies2009-11-281-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 theDavid Kalnischkies2009-11-261-2/+11
|/ | | | LongDescriptions in the generated Packages file.
* correct various errors, typos and oddities in the manpagesDavid Kalnischkies2009-10-291-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 -obubulle@debian.org2009-09-261-1/+1
|
* [ Nicolas François ]David Kalnischkies2009-08-261-0/+1
| | | | | * doc/*.?.xml (manpages): - add contrib to author tags and also add refmiscinfo to fix warnings
* Fix typos in manpagesbubulle@debian.org2008-02-191-1/+1
|