Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | split up help messages for simpler reuse | David Kalnischkies | |
That is one huge commit with busy work only: Help messages used to be one big translateable string, which is a pain for translators and hard to reuse for us. This change there 'explodes' this single string into new string for each documented string trying hard to split up the translated messages as well. This actually restores many translations as previously adding a single command made all of the bug message fuzzy. The splitup also highlighted that its easy to forget a line, duplicate one and similar stuff. Git-Dch: Ignore | |||
2015-10-20 | releasing 1.1~exp141.1_exp14 | Michael Vogt | |
2015-10-05 | Run "./prepare-release pre-export" | Michael Vogt | |
Git-dch: ignore | |||
2015-09-11 | releasing package apt version 1.1~exp121.1.exp12 | Michael Vogt | |
2015-08-27 | Release 1.11~exp111.1.exp11 | Julian Andres Klode | |
2015-08-24 | releasing package apt version 1.1~exp101.1.exp10 | Michael Vogt | |
2015-08-14 | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into ↵ | Julian Andres Klode | |
debian/experimental | |||
2015-08-13 | Accept --upgradeable as synonym for --upgradable | Julian Andres Klode | |
It's a tiny diff, so why not? But no need to document it. Closes: #787846 | |||
2015-08-12 | use a=experimental instead n=experimental in pin documentation | Johannes Schauer | |
Closes: 783343 | |||
2014-11-06 | Run ./prepare-release pre-export | Michael Vogt | |
Git-dch: ignore | |||
2014-09-14 | Updated German documentation translation | Chris Leick | |
2014-08-28 | releasing 1.0.71.0.7 | Michael Vogt | |
2014-07-10 | prepare 1.0.6 | Michael Vogt | |
2014-07-08 | doc: Unfuzzy DocBook translations | Guillem Jover | |
2014-06-25 | redo two typo fixes lost in German update collision | David Kalnischkies | |
In 037fada40db175e95f44c0cb039474c6dc518963 two typos were fixed which collided with an update ongoing for German po which was committed in 48388911a734ed9ce10ab05043fadba3eed09a1f, so this commit just merges the first commit again. Git-Dch: Ignore | |||
2014-06-19 | German translation reviewed by Erik Pfannenstein | Chris Leick | |
2014-06-18 | releasing package apt version 1.0.51.0.5 | Michael Vogt | |
2014-06-18 | add missing comma in SEE ALSO of apt-secure manpage | Konstantin Manna | |
Closes: 748506 | |||
2014-06-18 | fix two german manpage spelling mistakes | Konstantin Manna | |
Closes: 751635 | |||
2014-06-17 | Updated translation of german documentation | Chris Leick | |
2014-05-05 | prepare release 1.0.31.0.3 | Michael Vogt | |
2014-04-25 | prepare release 1.0.21.0.2 | Michael Vogt | |
2014-04-10 | prepare 1.0.1 release1.0.1 | Michael Vogt | |
2014-04-01 | prepare release | Michael Vogt | |
2014-04-01 | refresh po/pot and unfuzzy apt-extracttemplate change | Michael Vogt | |
2014-03-15 | Updated German doc translation | Chris Leick | |
2014-03-14 | prepare 0.9.16 release0.9.16 | Michael Vogt | |
2014-02-28 | releasing package apt version 0.9.15.50.9.15.5 | Michael Vogt | |
2014-02-23 | releasing package apt version 0.9.15.40.9.15.4 | Michael Vogt | |
2014-02-20 | releasing package apt version 0.9.15.3 | Michael Vogt | |
2014-02-13 | releasing package apt version 0.9.15.20.9.15.2 | Michael Vogt | |
2014-02-06 | releasing package apt version 0.9.15.1 | Michael Vogt | |
2014-01-26 | Trivian unfuzzies of the German po4a translation | Chris Leick | |
2014-01-26 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework | |||
2014-01-25 | releasing package apt version 0.9.150.9.15 | Michael Vogt | |
2014-01-24 | releasing package apt version 0.9.14.3~exp50.9.14.3.exp5 | Michael Vogt | |
2014-01-24 | make update-po | Michael Vogt | |
2014-01-24 | update german manpage translation | Chris Leick | |
2014-01-22 | releasing package apt version 0.9.14.3~exp4 | Michael Vogt | |
2014-01-18 | releasing package apt version 0.9.14.3~exp30.9.14.3.exp3 | Michael Vogt | |
2013-12-29 | prepare release0.9.14.2 | Michael Vogt | |
2013-12-07 | really release 0.9.140.9.14 | Michael Vogt | |
2013-11-30 | add a vendor specific file to have configurable entities | David Kalnischkies | |
manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later. | |||
2013-06-13 | fix file location for configure-index.gz in apt.conf(5) | David Kalnischkies | |
Closes: #711921 | |||
2013-04-02 | merged lp:~mvo/apt/fix-inrelease5 | Michael Vogt | |
2012-08-30 | * doc/apt_preferences.5.xml: | David Kalnischkies | |
- use the correct interval (x <= P < y) for pin value documentation as these are the intervals used by the code (Closes: #685989) | |||
2012-07-01 | German manpage translation (Chris Leick) | Chris Leick | |
2012-06-09 | * ftparchive/apt-ftparchive.cc: | David Kalnischkies | |
- default to putting the Contents-* files below $(SECTION) as apt-file expects them there - thanks Martin-Éric Racine! (Closes: #675827) | |||
2012-06-09 | updating <date> tags and the po files for the manpages | David Kalnischkies | |
2012-06-09 | * doc/apt.conf.5.xml: | Justin B Rye | |
- review and fix typo, grammar and style issues - rephrase APT::Immediate-Configuration and many others |