Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-19 | Release 1.9.3 | Julian Andres Klode | |
2019-08-19 | doc/po4a: Fixup location of translated apt-patterns(7) xml | Julian Andres Klode | |
2019-08-15 | Add ?virtual pattern | Julian Andres Klode | |
This matches any package that does not have versions. | |||
2019-08-15 | Add the ?exact-name pattern | Julian Andres Klode | |
The ?exact-name pattern matches the name exactly, there is no substring matching going on, or any regular expression or fnmatch magic. | |||
2019-08-15 | Add ?essential pattern | Julian Andres Klode | |
This matches all packages where at least one of the versions is marked essential; or well, whenver apt considers a package essential. | |||
2019-08-15 | Add ?broken pattern | Julian Andres Klode | |
This matches all packages that have broken dependencies in the installed version or the version selected for install. | |||
2019-08-15 | Add ?config-files and ?installed patterns | Julian Andres Klode | |
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-15 | Add ?obsolete and ?upgradable patterns | Julian Andres Klode | |
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-15 | Add ?automatic and ?garbage patterns | Julian Andres Klode | |
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-15 | Add patterns for the existing CacheFilter::Matcher classes | Julian Andres Klode | |
This implements the basic logic patterns: ?and ?false ?not ?or ?true and the basic package patterns: ?architecture ?name ?x-name-fnmatch | |||
2019-08-15 | doc: Add apt-patterns(7) manual page | Julian Andres Klode | |
This does not describe much yet, as there's not much to talk about. | |||
2019-08-05 | Release 1.9.21.9.2 | Julian Andres Klode | |
2019-06-20 | Release 1.9.11.9.1 | Julian Andres Klode | |
2019-06-17 | Release 1.9.0 to experimental1.9.0 | Julian Andres Klode | |
2019-06-12 | doc/apt-get.8.xml: Fix typo in satisfy command description | Julian Andres Klode | |
Gbp-Dch: ignore | |||
2019-06-11 | Introduce apt satisfy and apt-get satisfy | Julian Andres Klode | |
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-11 | Merge tag '1.8.2' | Julian Andres Klode | |
apt Debian release 1.8.2 | |||
2019-05-28 | Release 1.8.21.8.2 | Julian Andres Klode | |
2019-05-21 | French manpages translation update | Jean-Pierre Giraud | |
Closes: #929290 | |||
2019-05-21 | Portuguese manpages translation update | Américo Monteiro | |
Closes: #926614 | |||
2019-05-21 | Fix typo in German manpage translation | TilmanK | |
Github-Fixes: #89 (cherry picked from commit 46ef1a3e8c8895c53ff1e4787dc96d4f6c5dba27) | |||
2019-05-10 | More minor wording improvements in documentation | Julian Andres Klode | |
2019-05-06 | Merge tag '1.8.1' | Julian Andres Klode | |
apt Debian release 1.8.1 | |||
2019-05-06 | Release 1.8.11.8.1 | Julian Andres Klode | |
2019-05-03 | Prevent shutdown while running dpkg | Julian Andres Klode | |
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886 | |||
2019-05-03 | Prevent shutdown while running dpkg | Julian Andres Klode | |
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886 | |||
2019-04-19 | Fix typo in German manpage translation | TilmanK | |
Github-Fixes: #89 | |||
2019-04-08 | Portuguese manpages translation update | Américo Monteiro | |
Closes: #926614 | |||
2019-04-08 | Apply minor copy-editing to translations, too | David Kalnischkies | |
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-04 | Perform minor copy-editing on the docs | Martin Michlmayr | |
2019-03-08 | Release 1.8.01.8.0 | Julian Andres Klode | |
2019-03-06 | Dutch manpages translation update | Frans Spiesschaert | |
Closes: #923834 | |||
2019-02-26 | Release 1.8.0~rc41.8.0_rc4 | Julian Andres Klode | |
2019-02-11 | Release 1.8.0~rc31.8.0_rc3 | Julian Andres Klode | |
2019-02-10 | Dutch manpages translation update | Frans Spiesschaert | |
Closes: #921941 Reviewed-By: Debian L10n Dutch <debian-l10n-dutch@lists.debian.org> | |||
2019-02-10 | Fix various typos in the documentation | Jakub Wilk | |
2019-02-07 | json-hooks-protocol: The "pin" field is optional | Julian Andres Klode | |
2019-02-04 | Release 1.8.0~rc21.8.0_rc2 | Julian Andres Klode | |
2019-02-04 | Release 1.8.0~rc11.8.0_rc1 | Julian Andres Klode | |
2019-01-27 | Add a "reinstall" command as an alias for "install --reinstall". | Josh Triplett | |
aptitude has a similar "reinstall" command for precedent. | |||
2019-01-23 | Release 1.8.0~beta11.8.0_beta1 | Julian Andres Klode | |
2019-01-22 | Merge tag '1.8.0_alpha3.1' | Julian Andres Klode | |
apt Debian release 1.8.0~alpha3.1 | |||
2019-01-22 | Release 1.8.0~alpha3.11.8.0_alpha3.1 | Julian Andres Klode | |
2019-01-22 | doc/apt-verbatim.ent: Debian buster is stable | Julian Andres Klode | |
Move everything up one "old", and change testing to be bullseye. | |||
2019-01-22 | doc/apt-verbatim.ent: Point ubuntu-codename to disco | Julian Andres Klode | |
LP: #1812696 | |||
2019-01-10 | apt-mark: Introduce minimize-manual | Julian Andres Klode | |
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-22 | Dutch manpages translation update | Frans Spiesschaert | |
Closes: #916358 | |||
2018-12-22 | French manpages translation update | Jean-Pierre Giraud | |
Closes: #915952 | |||
2018-12-18 | Release 1.8.0~alpha31.8.0_alpha3 | Julian Andres Klode | |
2018-12-10 | Merge branch 'pu/dpkg-path' into 'master' | Julian Andres Klode | |
Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkg See merge request apt-team/apt!38 |