Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-24 | releasing version 0.9.5.10.9.5.1 | Michael Vogt | 3 | -5/+5 | |
2012-05-24 | merged from david | Michael Vogt | 11 | -532/+649 | |
2012-05-24 | * doc/apt-cache.8.xml: | Justin B Rye | 11 | -78/+186 | |
- three small rewordings for better english sentences | |||||
2012-05-24 | merged from David | Michael Vogt | 35 | -3944/+2248 | |
2012-05-24 | * doc/apt-cache.8.xml: | Justin B Rye | 11 | -464/+473 | |
- fix a typo as well as adding missing literal markup | |||||
2012-05-24 | * doc/*.xml: | Justin B Rye | 21 | -138/+143 | |
- remove 'GNU/Linux' from 'Debian systems' strings as Debian has more systems than just GNU/Linux nowadays | |||||
2012-05-24 | finially do the post-processing of the po's for all non-de | David Kalnischkies | 7 | -3180/+1672 | |
languages, too, to reduce the amount of fuzzies in them | |||||
2012-05-23 | use docbook DTD 4.5 instead of 4.2 to have valid docs | David Kalnischkies | 14 | -26/+27 | |
2012-05-23 | * doc/*.xml: | David Kalnischkies | 13 | -598/+385 | |
- mark even more stuff as untranslateable and improve the markup here and there (no real text change) | |||||
2012-05-22 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2 | -4/+23 | |
- dup() given compressed fd in OpenDescriptor if AutoClose is disabled as otherwise gzclose() and co will close it | |||||
2012-05-22 | releasing version 0.9.50.9.5 | Michael Vogt | 10 | -13/+21 | |
2012-05-22 | merged from David | Michael Vogt | 2 | -562/+292 | |
2012-05-22 | merged from david | Michael Vogt | 15 | -167/+49 | |
2012-05-22 | * proofreading of the manpage pot | David Kalnischkies | 2 | -562/+292 | |
* German manpage translation update (Closes: #673294) | |||||
2012-05-21 | Merge my tree and the remote tree (no change, I guess) | bubulle@debian.org | 0 | -0/+0 | |
2012-05-21 | * debian/rules: | David Kalnischkies | 2 | -2/+6 | |
- move internal-solver as 'apt' to his friend dump-solver in /usr/lib/apt/solvers to avoid writing a manpage for it | |||||
2012-05-21 | * debian/control: | David Kalnischkies | 2 | -2/+5 | |
- moving debiandoc-sgml to Build-Depends-Indep was one step too much for the buildds as we still build two sgml files in arch:any | |||||
2012-05-21 | * apt-pkg/contrib/mmap.cc: | David Kalnischkies | 2 | -0/+5 | |
- have a dummy SyncToFd around in case of ReadOnly access to a compressed file as we otherwise on Close() do not delete[] the char buffer but munmap() it… (Closes: #673815) | |||||
2012-05-21 | * buildlib/inttypes.h.in: | David Kalnischkies | 8 | -140/+4 | |
- remove inttypes.h compatibility as providing such a c99 types compatibility conflicts with the usage of c99 type long long | |||||
2012-05-21 | whatever this script did, it didn't for a long long time | David Kalnischkies | 1 | -14/+0 | |
(it creates changelog from cvs) | |||||
2012-05-21 | apply the correct metadata (package, version, mail) to all pot and po files | David Kalnischkies | 5 | -6/+17 | |
2012-05-21 | * buildlib/podomain.mak: | David Kalnischkies | 2 | -3/+12 | |
- ensure that all sources end up in the srclist so that we don't forget to extract half of the translation strings | |||||
2012-05-21 | releasing version 0.9.40.9.4 | Michael Vogt | 10 | -1369/+1414 | |
2012-05-21 | merge fix from david for warning during xml build | Michael Vogt | 3 | -3/+3 | |
2012-05-21 | merged updated de.po, thanks to Holger Wansing (closes: #672466) | Michael Vogt | 2 | -253/+312 | |
2012-05-21 | merged from David, uncommited the previous i18n commit first as its part of ↵ | Michael Vogt | 62 | -19493/+6897 | |
the merge from David already but for some reason bzr is confused and gives a gazillion of conflicts in doc/po/de.po without the uncommit first | |||||
2012-05-21 | * ftparchive/writer.cc: | David Kalnischkies | 2 | -0/+3 | |
- include Contents-* files in Release files (Closes: #673647) | |||||
2012-05-21 | add also <refentryinfo> to the list of unstranslated tags for po4a | David Kalnischkies | 13 | -1985/+1754 | |
2012-05-21 | auto-generate the correct <date> translation | David Kalnischkies | 25 | -1619/+1566 | |
2012-05-21 | print warnings in release script if xml-linting fails | David Kalnischkies | 1 | -0/+5 | |
The build was successful, so it doesn't seem to be a problem per-se, but it is a good idea to correct these errors non-the-less. | |||||
2012-05-21 | remove the mode-line from apt.ent to save them from being "translated" | David Kalnischkies | 10 | -434/+387 | |
2012-05-21 | add <refname> and <refentrytitle> to the untranslated list | David Kalnischkies | 10 | -614/+59 | |
2012-05-21 | in <term> mark all options with <option> and mark <term><option> | David Kalnischkies | 21 | -14232/+1721 | |
as untranslated for po4a removing ~200 unless "translateable" strings | |||||
2012-05-20 | German updated (Chris Leick). Closes: #673410 | bubulle@debian.org | 2 | -487/+71 | |
2012-05-20 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 5 | -6/+38 | |
- longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages | |||||
2012-05-20 | move the creation of the manpage-style.xsl file to the rest of the | David Kalnischkies | 2 | -4/+6 | |
manpage building instead of doing it at setup time, so we can properly depend on it | |||||
2012-05-20 | * doc/*.xml: | David Kalnischkies | 17 | -3617/+4610 | |
- add a few translator notes and reword some paragraphs to ensure that translators and users alike can better understand them (Closes: #669409) | |||||
2012-05-19 | * apt-pkg/packagemanager.cc: | David Kalnischkies | 3 | -1/+26 | |
- do not run into loop on new-pre-depends-breaks (Closes: #673536) | |||||
2012-05-19 | * doc/po/de.po: | Chris Leick | 2 | -470/+50 | |
- updated german manpage translation by Chris Leick, thanks! | |||||
2012-05-19 | fix authenificated→authenticated typo in sources.list manpage | Chris Leick | 10 | -21/+21 | |
2012-05-17 | * doc/makefile: | David Kalnischkies | 4 | -1/+7 | |
- build manpages with the correct l10n.gentext.default.language setting to get the correct section titles provided by docbook | |||||
2012-05-17 | add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11 | David Kalnischkies | 3 | -5/+3 | |
2012-05-16 | * cmdline/apt-get.cc: | David Kalnischkies | 4 | -26/+61 | |
- use the host architecture, not the build architecture for matching of [architecture restrictions] in Build-Depends (Closes: #672927) * | |||||
2012-05-16 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2 | -24/+44 | |
- ensure that we close compressed fds, wait for forks and such even if the FileFd itself is set to not autoclose the given Fd | |||||
2012-05-15 | * apt-pkg/algorithms.cc: | Marius Vollmer | 3 | -0/+11 | |
- fix memory leak of Flags in pkgSimulate by a proper destructor | |||||
2012-05-15 | * methods/http.cc: | David Kalnischkies | 3 | -8/+11 | |
- after many years of pointless discussions disable http/1.1 pipelining by default as many webservers and proxies seem to be unable to conform to specification must's (rfc2616 section 8.1.2.2) (LP: #996151) | |||||
2012-05-14 | * methods/mirror.cc: | Raphael Geissert | 2 | -1/+4 | |
- generate an equal sign also for the first arch (Closes: #669142) | |||||
2012-05-14 | adapt manual testcase to check redirects of dists/, too | David Kalnischkies | 1 | -5/+7 | |
2012-05-14 | * apt-pkg/acquire*.cc: | Raphael Geissert | 5 | -21/+63 | |
- handle redirections in the worker with the right method instead of in the method the redirection occured in (Closes: #668111) * methods/http.cc: - forbid redirects to change protocol | |||||
2012-05-14 | * apt-pkg/acquire-methods.cc: | David Kalnischkies | 3 | -13/+15 | |
- factor out into private Dequeue() to fix access to deleted pointer |