Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.4~beta31.4_beta3 | Julian Andres Klode | 2017-01-05 | 10 | -11/+11 |
| | |||||
* | expand -f to --fix-broken in error messages | David Kalnischkies | 2016-12-31 | 10 | -29/+151 |
| | | | | | | | | | | | | | | | | | | | | Users end up believing that this is a --force mode as -f is common for that, but apt doesn't have such a mode and --fix-broken is really not about forcing something but actually trying to fix the breakage which tends to be the result of a user forcing something on its system via low-level forced dpkg calls. Example: The "common" pattern of "dpkg -i ./foo.deb; apt install -f" is nowadays far better dealt with via "apt install ./foo.deb". And while at it the two places handing out this suggestion are changed to use the same strings to avoid needless translation work in the future and the suggestion uses 'apt' instead of 'apt-get' as this will be run interactively by a user, so its a good opportunity to showcase what we can do and will allow us to be more helpful to the user. Closes: #709092 Thanks: Kristian Glass for initial patch! | ||||
* | Dutch manpages translation update | Frans Spiesschaert | 2016-12-31 | 1 | -14/+20 |
| | | | | Closes: #849235 | ||||
* | releasing package apt version 1.4~beta2 | Julian Andres Klode | 2016-12-08 | 10 | -11/+11 |
| | |||||
* | Release 1.4~beta11.4_beta1 | Julian Andres Klode | 2016-11-25 | 10 | -150/+404 |
| | |||||
* | document which keyring formats are supported by apt-key | David Kalnischkies | 2016-11-25 | 10 | -12/+12 |
| | | | | | | | | | * the good old 'simple' keyring format * the ascii armored variant since 1.4 Not supported is the (new in gpg 2.1) keybox format. Closes: 844724 | ||||
* | German translation proof read by Helge Kreutzmann | Chris Leick | 2016-11-15 | 1 | -172/+177 |
| | |||||
* | unfuzzy various strings in manpage po's | David Kalnischkies | 2016-11-11 | 10 | -917/+772 |
| | | | | | | | No need to ask translators to deal with typo fixes in english text, adding new items to long existing lists and 'literals'. Gbp-Dch: Ignore | ||||
* | fix three typos in sources & manpages | Chris Leick | 2016-11-09 | 10 | -33/+30 |
| | |||||
* | Dutch manpages translation update | Frans Spiesschaert | 2016-11-02 | 1 | -247/+197 |
| | | | | Closes: #840757 | ||||
* | fix invalid XML in German manpage translation | James Clarke | 2016-11-02 | 1 | -1/+1 |
| | | | | Gbp-Dch: Ignore | ||||
* | Updated German documentation translation | Chris Leick | 2016-10-29 | 1 | -1311/+915 |
| | |||||
* | Release 1.3.11.3.1 | Julian Andres Klode | 2016-10-04 | 10 | -33/+34 |
| | |||||
* | Japanese manpages translation update | victory | 2016-10-04 | 1 | -745/+187 |
| | |||||
* | Release 1.31.3 | Julian Andres Klode | 2016-09-20 | 10 | -11/+11 |
| | |||||
* | Release 1.3~rc41.3_rc4 | Julian Andres Klode | 2016-09-02 | 10 | -11/+11 |
| | |||||
* | Release 1.3~rc31.3_rc3 | Julian Andres Klode | 2016-08-30 | 10 | -11/+11 |
| | |||||
* | Switch documentation from httpredir.d.o to deb.d.o | Julian Andres Klode | 2016-08-29 | 10 | -143/+143 |
| | | | | | The CDN service deb.d.o is more reliable than the http redirector, so switch to it for our examples. | ||||
* | Release 1.3~rc21.3_rc2 | Julian Andres Klode | 2016-08-17 | 10 | -11/+411 |
| | |||||
* | Release 1.3~rc11.3_rc1 | Julian Andres Klode | 2016-08-11 | 10 | -1676/+1311 |
| | | | | | | | | This commit looks heavy. Most of that comes from the fact that the ordering of files in the translations changed with the switch to CMake. I could have gone the extra mile to figure out the original ordering and replicate it, but I have chosen to re-order everything by file and line number, as that's easier. | ||||
* | doc/po: Adjust translations for programmatic typo fix | Julian Andres Klode | 2016-08-11 | 10 | -10/+10 |
| | | | | | | This enhances commit b9e6db821a6ddbc5bf6a90c80c296d4e91283a63. Gbp-Dch: ignore | ||||
* | releasing package apt version 1.3~pre3+cmake21.3_pre3+cmake2 | Julian Andres Klode | 2016-08-06 | 10 | -11/+11 |
| | |||||
* | doc: Fix fuzzy string regression | Julian Andres Klode | 2016-08-06 | 10 | -42/+44 |
| | | | | | | | | Commit b559d4846018c3adac362c6f1d0d697956586208 updated the documentation to refer to apt.systemd.daily instead of the apt cron job, introducing fuzzy strings in all the translations. Gbp-Dch: ignore | ||||
* | Release 1.3~pre31.3_pre3 | Julian Andres Klode | 2016-08-04 | 10 | -11/+11 |
| | |||||
* | Release 1.3~pre21.3_pre2 | Julian Andres Klode | 2016-07-08 | 10 | -11/+11 |
| | | | | | Yes, we might still add new features to 1.3 or break some more stuff. Stay tuned! | ||||
* | Release 1.3~pre11.3_pre1 | Julian Andres Klode | 2016-07-07 | 10 | -389/+590 |
| | |||||
* | Release 1.3~exp31.3_exp3 | Julian Andres Klode | 2016-06-22 | 10 | -330/+1069 |
| | | | | Quite a huge churn of new strings. | ||||
* | Release 1.3~exp21.3_exp2 | Julian Andres Klode | 2016-06-11 | 10 | -477/+1190 |
| | |||||
* | fix two typos in apt.conf & apt-cache manpage | David Kalnischkies | 2016-05-24 | 10 | -30/+30 |
| | | | | | Reported-By: lintian: spelling-error-in-manpage Git-Dch: Ignore | ||||
* | Release 1.3~exp11.3_exp1 | Julian Andres Klode | 2016-05-11 | 10 | -143/+305 |
| | |||||
* | Release 1.2.111.2.11 | Julian Andres Klode | 2016-04-25 | 10 | -11/+11 |
| | |||||
* | releasing package apt version 1.2.101.2.10 | Michael Vogt | 2016-04-05 | 10 | -11/+11 |
| | |||||
* | Release 1.2.91.2.9 | Julian Andres Klode | 2016-03-27 | 10 | -11/+11 |
| | |||||
* | Release 1.2.81.2.8 | Julian Andres Klode | 2016-03-24 | 10 | -11/+11 |
| | |||||
* | Japanese manpage translation update | Takuma Yamada | 2016-03-24 | 1 | -676/+667 |
| | | | | Closes: 818950 | ||||
* | Release 1.2.71.2.7 | Julian Andres Klode | 2016-03-15 | 10 | -11/+11 |
| | |||||
* | Dutch manpages translation update | Frans Spiesschaert | 2016-03-08 | 1 | -724/+824 |
| | | | | Closes: 817062 | ||||
* | Release 1.2.61.2.6 | Julian Andres Klode | 2016-03-07 | 10 | -11/+11 |
| | |||||
* | Release 1.2.51.2.5 | Julian Andres Klode | 2016-03-06 | 10 | -11/+11 |
| | |||||
* | Release 1.2.41.2.4 | Julian Andres Klode | 2016-02-27 | 10 | -11/+11 |
| | |||||
* | Release 1.2.31.2.3 | Julian Andres Klode | 2016-02-10 | 10 | -11/+11 |
| | | | | | Build system messed up the 1.2.2 commit by not updating the .po files properly, so they are now. | ||||
* | Release 1.2.21.2.2 | Julian Andres Klode | 2016-02-04 | 10 | -11/+11 |
| | |||||
* | Release 1.2.11.2.1 | Julian Andres Klode | 2016-01-25 | 10 | -11/+11 |
| | |||||
* | Release 1.21.2 | Julian Andres Klode | 2016-01-15 | 10 | -11/+11 |
| | |||||
* | change debian related entities to a more explicit name | David Kalnischkies | 2016-01-14 | 10 | -877/+913 |
| | | | | Git-Dch: Ignore | ||||
* | Release 1.2~exp11.2_exp1 | Julian Andres Klode | 2016-01-08 | 10 | -11/+11 |
| | |||||
* | Italian manpages translation update | Beatrice Torracca | 2016-01-02 | 1 | -649/+706 |
| | | | | Closes: 809522 | ||||
* | Release 1.1.101.1.10 | Julian Andres Klode | 2015-12-30 | 10 | -11/+11 |
| | |||||
* | fix 3 typos/omissions in apt.conf(5) | Beatrice Torracca | 2015-12-27 | 10 | -138/+148 |
| | | | | Closes: 809160 | ||||
* | Release 1.1.91.1.9 | Julian Andres Klode | 2015-12-27 | 10 | -11/+11 |
| |