summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.1.101.1.10Julian Andres Klode2015-12-3011-12/+12
|
* fix 3 typos/omissions in apt.conf(5)Beatrice Torracca2015-12-2711-144/+155
| | | | Closes: 809160
* Release 1.1.91.1.9Julian Andres Klode2015-12-2711-12/+12
|
* doc/acquire-additional-files.txt: Mention apt-helper cat-fileJulian Andres Klode2015-12-271-1/+2
| | | | People should know that this is exists.
* Release 1.1.81.1.8Julian Andres Klode2015-12-2611-12/+12
| | | | This release is made for Niels Thykier and apt-file.
* Release 1.1.71.1.7Julian Andres Klode2015-12-2611-12/+12
|
* 1.1.6 Christmas releaseJulian Andres Klode2015-12-2412-13/+13
|
* buildsystem: deal with spaces in path to sourceDavid Kalnischkies2015-12-192-3/+3
| | | | Git-Dch: Ignore
* Release 1.1.51.1.5Julian Andres Klode2015-12-1412-13/+13
|
* mention APT::AutoRemove::{Recommends,Suggests}Important optionAndreas Metzler2015-12-141-0/+3
| | | | Closes: 807413
* Release 1.1.41.1.4Julian Andres Klode2015-12-0712-40/+40
|
* use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies2015-12-0212-13/+13
| | | | | | | | | This should make it more obvious that CHANGEPATH is a placeholder which apt will replace with a package specific path rather than a string constant. Mail-Reference: <87d1upgvaf.fsf@deep-thought.43-1.org> Mail-Archive: https://lists.debian.org/debian-dak/2015/12/msg00005.html
* release 1.1.31.1.3Michael Vogt2015-11-3011-12/+12
| | | | Git-dch: ignore
* Release 1.1.21.1.2Julian Andres Klode2015-11-2811-12/+12
|
* ./prepare-release pre-export1.1.1Michael Vogt2015-11-2712-13/+13
|
* release apt 1.11.1Michael Vogt2015-11-2612-111/+102
|
* Fix missing </literal> in sources.list.5.xml pageMichael Vogt2015-11-261-1/+1
| | | | Git-Dch: ignore
* Merge remote-tracking branch 'donkult/debian/experimental' into ↵Michael Vogt2015-11-261-9/+8
|\ | | | | | | debian/experimental
| * reword Trusted paragraph in sources.list(5)Justin B Rye2015-11-261-9/+8
| | | | | | | | Git-Dch: Ignore
* | Run ./prepare-release pre-exportMichael Vogt2015-11-2511-21/+30
|/
* update manpage last-modified from git via pre-export hookDavid Kalnischkies2015-11-2513-13/+13
| | | | | | | | 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
* enforce a slightly more sensible default headerDavid Kalnischkies2015-11-2512-1124/+1445
| | | | | | | | | | | | In 12f7536 I chose to opt for a slightly better text which avoids assigning copyright to the FSF (not because it would be wrong to do it, but is usually not what the contributor intended, but just the default. xgettext has a --foreign flag for avoiding the copyright, but po4a hasn't and an empty copyright-holder doesn't work either, so this little rework of files with sed and cat. Git-Dch: Ignore
* typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies2015-11-2511-78/+78
| | | | | | The manpages were fixed by Justin B Rye, lets deal with the rest now. Git-Dch: Ignore
* review sources.list(5) manpageJustin B Rye2015-11-251-59/+61
|
* review apt-secure(8) manpageJustin B Rye2015-11-251-12/+11
|
* review apt-mark(8) manpageJustin B Rye2015-11-251-10/+10
|
* review apt(8) manpageJustin B Rye2015-11-251-19/+19
|
* review of new/changed translatable program stringsJustin B Rye2015-11-2112-33/+33
| | | | | Reference mail: https://lists.debian.org/debian-l10n-english/2015/11/msg00006.html
* fix a few typos in code-comments/apt manpageDavid Kalnischkies2015-11-2011-22/+22
| | | | | Reported-By: codespell Git-Dch: Ignore
* more sensible default text in pot filesDavid Kalnischkies2015-11-191-2/+1
| | | | Git-Dch: Ignore
* Dutch manpages translation (NEW)Frans Spiesschaert2015-11-191-0/+11593
| | | | Closes: 805474
* 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.
* revamp all tools help messagesDavid Kalnischkies2015-11-0410-22/+106
| | | | | | | | | | | | | | | | The general idea is: A small paragraph on the tool itself as a description, a list of the most used (!= all) commands available in the tool, a remark where to find more information on the tool and its commands (aka: in the manpage) and finally a common block referring to even more manpages. In exchange options are completely omitted from the output as well as deprecated or obscure commands. (Better) Information about them is available in the manpages anyway and the few options which were listed before were also the least interesting ones (-o -c -q and co are hardly of interest for someone totally new looking to find info by asking for help and anyone with a bit of experience doesn't need this short list. Those would need a list of options applying to the command they call, but they are too numerous and command specific to list them sanely in this context.
* split up help messages for simpler reuseDavid Kalnischkies2015-11-049-1795/+4836
| | | | | | | | | | | | | That is one huge commit with busy work only: Help messages used to be one big translateable string, which is a pain for translators and hard to reuse for us. This change there 'explodes' this single string into new string for each documented string trying hard to split up the translated messages as well. This actually restores many translations as previously adding a single command made all of the bug message fuzzy. The splitup also highlighted that its easy to forget a line, duplicate one and similar stuff. Git-Dch: Ignore
* revamp apt(8) to refer more instead of duplicatingDavid Kalnischkies2015-11-042-111/+114
| | | | | | As apt is targetted at users, lets try to make apt(8) for users as well by giving only a quick overview about what is available and some pointers for how to find a whole lot more details.
* add binary-specific options via Binary scopeDavid Kalnischkies2015-11-041-0/+20
| | | | | | Especially with apt now, it can be useful to set an option only for apt and not for apt-get. Using a binary-specific subtree which is merged into the root seems like a simple enough trick to achieve this.
* refer to apt-secure(8) in unsecure repositories warningDavid Kalnischkies2015-11-042-38/+64
| | | | | | The manpage is also slightly updated to work better as a central hub to push people from all angles into the right directions without writting a book disguised as an error message.
* revert accidental removal of documentation for trusted option in sources.listDavid Kalnischkies2015-11-041-0/+14
| | | | | | | | In b0d408547734100bf86781615f546487ecf390d9 I accidently removed the documentation for Trusted and replaced it with Signed-By instead of adding it. Git-Dch: Ignore
* allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies2015-11-042-52/+99
| | | | | | As we have support for 'hold', we need support for undoing a hold which in effect means that we implemented most other states as well, just that they weren't exposed in the interface directly so far.
* releasing 1.1~exp141.1_exp14Michael Vogt2015-10-2010-11/+11
|
* Run "./prepare-release pre-export"Michael Vogt2015-10-0510-8010/+8439
| | | | Git-dch: ignore
* Use --add-location=file for po/ and doc/poMichael Vogt2015-09-221-0/+4
| | | | | | | This avoids churn in the po/pot files when just the location line number in the source code changes. Git-Dch: ignore
* add by-hash sources.list option and document all of by-hashDavid Kalnischkies2015-09-143-0/+29
| | | | | | | | | | | | This changes the semantics of the option (which is renamed too) to be a yes/no value with the special additional value "force" as this allows by-hash to be disabled even if the repository indicates it would be supported and is more in line with our other yes/no options like pdiff which disable themselves if no support can be detected. The feature wasn't documented so far and hasn't reached a (un)stable release yet, so changing it without trying too hard to keep compatibility seems okay.
* add --sha512 option + documentation for apt-ftparchiveDavid Kalnischkies2015-09-141-4/+8
|
* add Source-Version field for EDSPDavid Kalnischkies2015-09-141-0/+6
| | | | | | The syntax of "Source" is different in EDSP compared to the the field of the same name in 'the rest' of Debian, so documented this accordingly and send the version as a new field.
* Sort pot input filesMichael Vogt2015-09-121-1/+1
| | | | Git-Dch: ignore
* releasing package apt version 1.1~exp12Michael Vogt2015-09-1110-1495/+1651
|
* fix valid-until-min typo in sources.list(5)David Kalnischkies2015-08-311-1/+1
| | | | Git-Dch: Ignore
* implement $(NATIVE_ARCHITECTURE) substvar for indextargetsDavid Kalnischkies2015-08-301-0/+3
|
* implement indextargets option 'DefaultEnabled'David Kalnischkies2015-08-291-24/+61
| | | | | | | | | | | Some targets like Contents-udeb are special-needs targets. Shipping the configuration snippet for them is okay, but they shouldn't be downloaded by default. Forcing the user to enable targets by uncommenting targets is wrong and this would still not really solve the problem completely as even if you want to download some -udebs it will probably not be for all sources you have enabled, so having the possibility of disabling a target by default, but giving the user the option to enable it on a per-source entry basis is better.