summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26German manpage translation updateChris Leick1-57/+62
2019-09-19Release 1.9.41.9.4Julian Andres Klode2-3/+3
2019-08-19Release 1.9.31.9.3Julian Andres Klode11-86/+3053
2019-08-19doc/po4a: Fixup location of translated apt-patterns(7) xmlJulian Andres Klode1-1/+1
2019-08-15Add ?virtual patternJulian Andres Klode1-0/+5
This matches any package that does not have versions.
2019-08-15Add the ?exact-name patternJulian Andres Klode1-0/+3
The ?exact-name pattern matches the name exactly, there is no substring matching going on, or any regular expression or fnmatch magic.
2019-08-15Add ?essential patternJulian Andres Klode1-0/+3
This matches all packages where at least one of the versions is marked essential; or well, whenver apt considers a package essential.
2019-08-15Add ?broken patternJulian Andres Klode1-0/+3
This matches all packages that have broken dependencies in the installed version or the version selected for install.
2019-08-15Add ?config-files and ?installed patternsJulian Andres Klode1-0/+9
These two are mutually exclusive states of installed-ness. And ?installed package is fully unpacked and configured; a ?config-files package only has config files left.
2019-08-15Add ?obsolete and ?upgradable patternsJulian Andres Klode1-0/+6
These match packages that have no version in a repository, or where an upgrade is available. Notably, ?and(?obsolete,?upgradable) == ?false because an upgradable package is by definition not obsolete.
2019-08-15Add ?automatic and ?garbage patternsJulian Andres Klode1-0/+11
These patterns allow you to identify automatically installed packages, as well as automatically installed packages that are no longer reachable from the manually installed ones.
2019-08-15Add patterns for the existing CacheFilter::Matcher classesJulian Andres Klode1-2/+36
This implements the basic logic patterns: ?and ?false ?not ?or ?true and the basic package patterns: ?architecture ?name ?x-name-fnmatch
2019-08-15doc: Add apt-patterns(7) manual pageJulian Andres Klode3-0/+89
This does not describe much yet, as there's not much to talk about.
2019-08-05Release 1.9.21.9.2Julian Andres Klode2-3/+3
2019-06-20Release 1.9.11.9.1Julian Andres Klode2-3/+3
2019-06-17Release 1.9.0 to experimental1.9.0Julian Andres Klode19-68/+455
2019-06-12doc/apt-get.8.xml: Fix typo in satisfy command descriptionJulian Andres Klode1-1/+1
Gbp-Dch: ignore
2019-06-11Introduce apt satisfy and apt-get satisfyJulian Andres Klode3-0/+23
Allow to satisfy dependency strings supplied on the command line, optionally prefixed with "Conflicts:" to satisfy them like Conflicts. Build profiles and architecture restriction lists, as used in build dependencies, are supported as well. Compared to build-dep, build-essential is not installed automatically, and installing of recommended packages follows the global default, which defaults to yes. Closes: #275379 See merge request apt-team/apt!63
2019-06-11Merge tag '1.8.2'Julian Andres Klode4-39/+26
apt Debian release 1.8.2
2019-05-28Release 1.8.21.8.2Julian Andres Klode2-3/+3
2019-05-21French manpages translation updateJean-Pierre Giraud1-34/+21
Closes: #929290
2019-05-21Portuguese manpages translation updateAmérico Monteiro1-895/+1333
Closes: #926614
2019-05-21Fix typo in German manpage translationTilmanK1-1/+1
Github-Fixes: #89 (cherry picked from commit 46ef1a3e8c8895c53ff1e4787dc96d4f6c5dba27)
2019-05-10More minor wording improvements in documentationJulian Andres Klode11-11/+11
2019-05-06Merge tag '1.8.1'Julian Andres Klode2-2/+2
apt Debian release 1.8.1
2019-05-06Release 1.8.11.8.1Julian Andres Klode2-2/+2
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode1-0/+3
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode1-0/+3
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886
2019-04-19Fix typo in German manpage translationTilmanK1-1/+1
Github-Fixes: #89
2019-04-08Portuguese manpages translation updateAmérico Monteiro1-899/+1338
Closes: #926614
2019-04-08Apply minor copy-editing to translations, tooDavid Kalnischkies10-94/+94
Prevent the translations to become fuzzy due to the simple copy-editing done recently on the english "translation". References: 30e6fad9ad892a21d271fa93319f7a3ee23da134 Gbp-Dch: Ignore
2019-04-04Perform minor copy-editing on the docsMartin Michlmayr9-14/+14
2019-03-08Release 1.8.01.8.0Julian Andres Klode3-7/+4
2019-03-06Dutch manpages translation updateFrans Spiesschaert1-5/+4
Closes: #923834
2019-02-26Release 1.8.0~rc41.8.0_rc4Julian Andres Klode2-3/+3
2019-02-11Release 1.8.0~rc31.8.0_rc3Julian Andres Klode2-3/+3
2019-02-10Dutch manpages translation updateFrans Spiesschaert1-30/+20
Closes: #921941 Reviewed-By: Debian L10n Dutch <debian-l10n-dutch@lists.debian.org>
2019-02-10Fix various typos in the documentationJakub Wilk15-41/+41
2019-02-07json-hooks-protocol: The "pin" field is optionalJulian Andres Klode1-1/+1
2019-02-04Release 1.8.0~rc21.8.0_rc2Julian Andres Klode1-1/+1
2019-02-04Release 1.8.0~rc11.8.0_rc1Julian Andres Klode13-42/+117
2019-01-27Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett2-1/+5
aptitude has a similar "reinstall" command for precedent.
2019-01-23Release 1.8.0~beta11.8.0_beta1Julian Andres Klode12-50/+270
2019-01-22Merge tag '1.8.0_alpha3.1'Julian Andres Klode2-3/+3
apt Debian release 1.8.0~alpha3.1
2019-01-22Release 1.8.0~alpha3.11.8.0_alpha3.1Julian Andres Klode2-3/+3
2019-01-22doc/apt-verbatim.ent: Debian buster is stableJulian Andres Klode1-4/+4
Move everything up one "old", and change testing to be bullseye.
2019-01-22doc/apt-verbatim.ent: Point ubuntu-codename to discoJulian Andres Klode1-1/+1
LP: #1812696
2019-01-10apt-mark: Introduce minimize-manualJulian Andres Klode1-0/+8
This visits dependencies of all manually installed metapackages, as determined by APT::Never-MarkAuto-Sections, and marks them as automatically installed. It can be used to clean up autoflags after a d-i install, for example.
2018-12-22Dutch manpages translation updateFrans Spiesschaert1-53/+32
Closes: #916358
2018-12-22French manpages translation updateJean-Pierre Giraud1-220/+169
Closes: #915952