Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-02 | and last but not least: convert pt_BR to po4a | David Kalnischkies | |
2009-11-02 | convert pl to use po4a-style manpage translation | David Kalnischkies | |
2009-11-02 | convert es translation to be also a po4a translation | David Kalnischkies | |
2009-11-01 | convert it translation to po4a | David Kalnischkies | |
2009-11-01 | disable addendum for sgml-files as we have no valid file until now | David Kalnischkies | |
Will be reenabled after Translators provide such a file. | |||
2009-10-29 | remove generated sgml files (if we really had build them) | David Kalnischkies | |
2009-10-29 | remove unneeded doc/ja/manpage.links (left over from the ja-po4a-patch) | David Kalnischkies | |
2009-10-29 | merge the german translations from lp:~mvo/apt/debian-sid | David Kalnischkies | |
* remerge the de-manpage in as it has some Ümläüte problems * fixing the buildprocess for de by adding some boilerplate addendums * correcting some syntaxbreaking typos and rebuild all manpage langs | |||
2009-10-29 | correct various errors, typos and oddities in the manpages | David Kalnischkies | |
Patch by Chris Leick which closes his on bug. Thanks! * doc/ various manpages: - correct various errors, typos and oddities (Closes: #552535) * doc/apt-secure.8.xml: - replace literal with emphasis tags in Archive configuration | |||
2009-10-28 | fix some man page section numbers form programs referenced in the manpages | David Kalnischkies | |
including dpkg and dselect which are in 1 instead of 8. | |||
2009-10-28 | remove (outdated) config.{sub,guess} and use the ones provided | David Kalnischkies | |
by the new added build-dependency autotools-dev instead | |||
2009-10-28 | German translation of manpages | bubulle@debian.org | |
2009-10-28 | remove unneeded control field duplications as lintian suggests it | David Kalnischkies | |
2009-10-28 | refactor the buildsystem to extract library versions from one file, | David Kalnischkies | |
so it is not needed to change x-files to just increase a version number (because this is far to easy to forget one of the files, which will not result in failures or is bad in general, but is inconsitent.) | |||
2009-10-24 | Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249) | David Kalnischkies | |
Backported from lp:~mvo/apt/debian-experimental Based on patch by Eugene V. Lyubimkin | |||
2009-10-24 | Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2 | David Kalnischkies | |
Backported from lp:~mvo/apt/debian-experimental Patch by Eugene V. Lyubimkin | |||
2009-10-21 | German translation completed | bubulle@debian.org | |
2009-10-20 | * methods/connect.cc: | David Kalnischkies | |
- display also strerror of "wicked" getaddrinfo errors | |||
2009-10-20 | only warn if (free) space can't be determined as it overflows the struct | David Kalnischkies | |
as this prevents e.g. download operations on large RAIDs (Closes: #522238) | |||
2009-10-20 | Fix revno 1831.1.13 as i forget to add the definition to config.h.in | David Kalnischkies | |
[cmdline/apt-get.cc] check for availability ofstatfs.f_type Patch from Robert Millan, thanks! (Closes: #509313) | |||
2009-10-19 | German translation update | bubulle@debian.org | |
2009-10-19 | add more description to the manpage for the Immediate-Configuration and | David Kalnischkies | |
change another message to be also translatable. | |||
2009-10-19 | rewrite FindSrc() in cmdline/apt-get.cc to fix some bugs, including: | David Kalnischkies | |
* cmdline/apt-get.cc: - source should displays his final pkg pick (Closes: #249383, #550952) - source doesn't need the complete version for match (Closes: #245250) - source ignores versions/releases if not available (Closes: #377424) | |||
2009-10-18 | correct apt-mark showauto synopsis, thanks Andrew Schulman (Closes: #551440) | David Kalnischkies | |
2009-10-16 | add a message which will be displayed if xsltproc does respect the -o | David Kalnischkies | |
flag again and a manual mv to the correct name is no longer needed. (used in the buildprocess of po4a manpages) | |||
2009-10-14 | update po(t)s of all languages and fix a simple docbook-warning in | David Kalnischkies | |
the fr.po by adding a contrib tag to apt.team in apt.ent | |||
2009-10-14 | fix compiler warning: suggest parentheses around && within || in cachedb | David Kalnischkies | |
2009-10-14 | merge Julians changes from lp:~mvo/apt/debian-sid | David Kalnischkies | |
2009-10-13 | add a note about the possibility to support more URI types by installing | David Kalnischkies | |
some apt-transport-methods packages, e.g. https and debtorrent. | |||
2009-10-12 | methods/https.cc: Add support for authentication using netrc (Closes: #518473), | Julian Andres Klode | |
patch by Jussi Hakala <jussi.hakala@hut.fi>. | |||
2009-10-11 | Merge configuration format simplification from jak branch | Julian Andres Klode | |
2009-10-01 | improve the documentation and errormessages regarding a failing | David Kalnischkies | |
immediate configuration as the old message was quite a bit scare and uninformative. | |||
2009-10-01 | add a log of the changes made to debian/changelog | David Kalnischkies | |
2009-10-01 | backout revno 1875 - as this aggressive immediate propergation is something ↵ | David Kalnischkies | |
we want sometimes | |||
2009-10-01 | add guide.sgml and offline.sgml to the "translatable with po4a"-group | David Kalnischkies | |
Fix also the buildsystem for building the coresponding docs from these two files if they are exist for this language so we don't need to change the makefiles for ja and fr - and can also use the same simple makefiles for it and pl which ship these files as not-yet-with-po4a-translated (and currently no man page translation.) | |||
2009-09-30 | move the it translation of the guide to its own subdirectory | David Kalnischkies | |
for consitents and sake of the universe reasons | |||
2009-09-29 | * apt-pkg/packagemanager.cc: | Michael Vogt | |
- fix overly aggressive immediate config propergation (thanks to David Kalnischkies) | |||
2009-09-28 | doc/apt.conf.5.xml: Deprecate #include, we have apt.conf.d nowadays which ↵ | Julian Andres Klode | |
should be sufficient. | |||
2009-09-27 | French translation completed | bubulle@debian.org | |
2009-09-27 | Update PO files | bubulle@debian.org | |
2009-09-27 | Polish translation update | bubulle@debian.org | |
2009-09-26 | Enable Lithuanian translations | bubulle@debian.org | |
2009-09-26 | Enable Asturian translations | bubulle@debian.org | |
2009-09-26 | Fix some typos from #479997 | bubulle@debian.org | |
2009-09-26 | French translation update | bubulle@debian.org | |
2009-09-26 | Fix typo | bubulle@debian.org | |
2009-09-26 | Fix typo | bubulle@debian.org | |
2009-09-26 | doc/apt.conf.5.xml: Restrict option names to alphanumerical characters and ↵ | Julian Andres Klode | |
"/-:._+". | |||
2009-09-26 | doc/apt.conf.5.xml: Start deprecating stuff. | Julian Andres Klode | |
- Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash). | |||
2009-09-26 | Disable hebrew on translator's request | bubulle@debian.org | |