Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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] | ||||
* | | Add support for /etc/apt/auth.conf.d/*.conf (netrcparts) | Julian Andres Klode | 2018-12-04 | 2 | -1/+7 |
|/ | | | | | | | | | This allows us to install matching auth files for sources.list.d files, for example; very useful. This converts aptmethod's authfd from one FileFd to a vector of pointers to FileFd, as FileFd cannot be copied, and move operators are hard. | ||||
* | Allow setting Referer header for http method | David Kalnischkies | 2018-11-25 | 1 | -0/+1 |
| | | | | | | Not needed for common interactions, but for some download-file interactions it could be useful to set a specific referer as some servers do not serve requested files otherwise. | ||||
* | Release 1.8.0~alpha21.8.0_alpha2 | Julian Andres Klode | 2018-11-13 | 2 | -3/+3 |
| | |||||
* | Release 1.8.0~alpha11.8.0_alpha1 | Julian Andres Klode | 2018-11-12 | 10 | -94/+276 |
| | |||||
* | Fix typos encountered while updating de translation | Chris Leick | 2018-10-30 | 14 | -47/+44 |
| | |||||
* | German manpage translation update | Chris Leick | 2018-10-30 | 2 | -900/+965 |
| | | | | Reviewed-By: Helge Kreutzmann <debian@helgefjell.de> | ||||
* | Dutch manpage translation update | Frans Spiesschaert | 2018-10-30 | 2 | -31/+93 |
| | | | | Closes: #912022 | ||||
* | Merge branch 'feature/subkeys' into 'master' | Julian Andres Klode | 2018-10-14 | 1 | -12/+17 |
|\ | | | | | | | | | Support subkeys and multiple keyrings in Signed-By options See merge request apt-team/apt!27 | ||||
| * | Support multiple keyrings in sources.list Signed-By | David Kalnischkies | 2018-09-11 | 1 | -12/+17 |
| | | | | | | | | | | | | | | A user can specify multiple fingerprints for a while now, so its seems counter-intuitive to support only one keyring, especially if this isn't really checked or enforced and while unlikely mixtures of both should work properly, too, instead of a kinda random behaviour. | ||||
* | | Merge branch 'master' into 'master' | Julian Andres Klode | 2018-10-14 | 1 | -1/+6 |
|\ \ | | | | | | | | | | | | | apt-get.8: mention --only-source in 'source' and 'build-dep' description See merge request apt-team/apt!24 | ||||
| * | | clarification | Damyan Ivanov | 2018-09-12 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | do not suggest that 'source' and 'build-dep' arguments are binary package names only | ||||
| * | | apt-get.8: mention --only-source in 'source' and 'build-dep' description | Damyan Ivanov | 2018-08-09 | 1 | -1/+5 |
| | | | |||||
* | | | Default to https: scheme for fetching Debian changelogs | Ben Hutchings | 2018-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes: #910941 | ||||
* | | | Release 1.7.01.7.0 | Julian Andres Klode | 2018-10-07 | 20 | -35/+35 |
| | | | |||||
* | | | Show APT::Compressor example in apt.conf(5) | David Kalnischkies | 2018-09-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Including a block-element like informalexample in a para is legal, but the documentation of the para tag hints that some processing systems may have difficulties handling this – so lets just move it out of the block and be happy as it is (again?) displayed. Closes: #909712 | ||||
* | | | Release 1.7.0~rc21.7.0_rc2 | Julian Andres Klode | 2018-09-20 | 6 | -7/+7 |
| | | | |||||
* | | | Release 1.7.0~rc1 to unstable1.7.0_rc1 | Julian Andres Klode | 2018-09-18 | 6 | -7/+7 |
| |/ |/| | |||||
* | | Release 1.7.0~alpha31.7.0_alpha3 | Julian Andres Klode | 2018-08-20 | 6 | -7/+7 |
|/ | |||||
* | Release 1.7.0~alpha21.7.0_alpha2 | Julian Andres Klode | 2018-07-09 | 6 | -25/+23 |
| | |||||
* | Release 1.7.0~alpha11.7.0_alpha1 | Julian Andres Klode | 2018-06-25 | 6 | -7/+7 |
| | |||||
* | Dutch manpage translation update | Frans Spiesschaert | 2018-06-02 | 1 | -232/+467 |
| | | | | Closes: #900602 | ||||
* | Lower default timeout from 120s to 30s | Julian Andres Klode | 2018-05-24 | 1 | -3/+3 |
| | | | | | 120s is an insanely high default time out, lower it to 30s to make things a bit nicer. | ||||
* | use 127.0.0.1 instead of localhost as default Tor proxy | David Kalnischkies | 2018-05-11 | 12 | -27/+27 |
| | | | | | | This shouldn't make a practical difference for most people, but for edge cases it avoids DNS lookups and additionally prevents us from perfoming unneeded SRV requests, too. | ||||
* | po: Drop boilerplate in initial comments | David Kalnischkies | 2018-05-10 | 1 | -2/+1 |
| | | | | | | | | The boilerplate stems from automatic processing of these files as most (with the exception of po/nl.po) are one-off (partial) translations from years past. Gbp-Dch: Ignore | ||||
* | Remove obsolete RCS keywords | Guillem Jover | 2018-05-07 | 1 | -1/+0 |
| | | | | Prompted-by: Jakub Wilk <jwilk@debian.org> | ||||
* | move special READMEs into doc/ and format as md | David Kalnischkies | 2018-05-05 | 7 | -96/+359 |
| | | | | | | The formatting is very basic and more should probably be done, but we at least get the files out of the root directory which in case of the various READMEs was confusing salsa which one display as (central) README. | ||||
* | Fix various typos reported by spellcheckers | David Kalnischkies | 2018-05-05 | 13 | -26/+26 |
| | | | | | Reported-By: codespell & spellintian Gbp-Dch: Ignore | ||||
* | Release 1.7.0~alpha0 to experimental1.7.0_alpha0 | Julian Andres Klode | 2018-04-18 | 14 | -40/+269 |
| | |||||
* | mention mirror method in sources.list | David Kalnischkies | 2018-04-15 | 2 | -0/+17 |
| | | | | Closes: 679580 | ||||
* | Release 1.6~rc11.6_rc1 | Julian Andres Klode | 2018-04-15 | 15 | -16/+21 |
| | |||||
* | French man pages translation | jean-pierre giraud | 2018-04-15 | 1 | -275/+555 |
| | | | | | | [jak: Fix invalid empty line] Closes: #895117 |