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