Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | revamp all tools help messages | David Kalnischkies | |
The general idea is: A small paragraph on the tool itself as a description, a list of the most used (!= all) commands available in the tool, a remark where to find more information on the tool and its commands (aka: in the manpage) and finally a common block referring to even more manpages. In exchange options are completely omitted from the output as well as deprecated or obscure commands. (Better) Information about them is available in the manpages anyway and the few options which were listed before were also the least interesting ones (-o -c -q and co are hardly of interest for someone totally new looking to find info by asking for help and anyone with a bit of experience doesn't need this short list. Those would need a list of options applying to the command they call, but they are too numerous and command specific to list them sanely in this context. | |||
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 | |||
2015-08-12 | po-fixups: fill Project-Id-Version and Encoding correctly | Guillem Jover | |
Closes: 612996 | |||
2015-03-16 | properly implement pkgRecord::Parser for *.deb files | David Kalnischkies | |
Implementing FileName() works for most cases for us, but other frontends might need more and even for us its not very stable as the normal Jump() implementation is pretty bad on a deb file and produce errors on its own at times. So, replacing this makeshift with a complete implementation by mostly just shuffling code around. | |||
2014-12-23 | release 1.0.9.51.0.9.5 | David Kalnischkies | |
2014-12-22 | French manpages translation update | Jean-Pierre Giraud | |
Closes: 771967 | |||
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-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-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-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-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-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-05-08 | refresh translations | Michael Vogt | |
2013-04-09 | Complete translation | bubulle@debian.org | |
2013-04-09 | Reformat PO file | bubulle@debian.org | |
2013-04-09 | Fix typo | bubulle@debian.org | |
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-13 | doc/po/fr.po: fix xml error | Michael Vogt | |
2012-07-04 | A few other errors spotted by Phil Kern | bubulle@debian.org | |
2012-07-04 | Good suggestion by Phil Kern | bubulle@debian.org | |
2012-07-04 | French manpages translation update | bubulle@debian.org | |
2012-07-03 | French (Christian Perrier) | bubulle@debian.org | |