Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * buildlib/podomain.mak: | David Kalnischkies | 2012-05-21 | 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 | ||||
* | releasing version 0.9.4 | Michael Vogt | 2012-05-21 | 10 | -1369/+1414 |
| | |||||
* | merge fix from david for warning during xml build | Michael Vogt | 2012-05-21 | 3 | -3/+3 |
| | |||||
* | merged updated de.po, thanks to Holger Wansing (closes: #672466) | Michael Vogt | 2012-05-21 | 2 | -253/+312 |
| | |||||
* | merged from David, uncommited the previous i18n commit first as its part of ↵ | Michael Vogt | 2012-05-21 | 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 | ||||
| * | * ftparchive/writer.cc: | David Kalnischkies | 2012-05-21 | 2 | -0/+3 |
| | | | | | | - include Contents-* files in Release files (Closes: #673647) | ||||
| * | add also <refentryinfo> to the list of unstranslated tags for po4a | David Kalnischkies | 2012-05-21 | 13 | -1985/+1754 |
| | | |||||
| * | auto-generate the correct <date> translation | David Kalnischkies | 2012-05-21 | 25 | -1619/+1566 |
| | | |||||
| * | print warnings in release script if xml-linting fails | David Kalnischkies | 2012-05-21 | 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. | ||||
| * | remove the mode-line from apt.ent to save them from being "translated" | David Kalnischkies | 2012-05-21 | 10 | -434/+387 |
| | | |||||
| * | add <refname> and <refentrytitle> to the untranslated list | David Kalnischkies | 2012-05-21 | 10 | -614/+59 |
| | | |||||
| * | in <term> mark all options with <option> and mark <term><option> | David Kalnischkies | 2012-05-21 | 21 | -14232/+1721 |
| | | | | | | as untranslated for po4a removing ~200 unless "translateable" strings | ||||
| * | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2012-05-20 | 5 | -6/+38 |
| | | | | | | | | - longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages | ||||
| * | move the creation of the manpage-style.xsl file to the rest of the | David Kalnischkies | 2012-05-20 | 2 | -4/+6 |
| | | | | | | | | | | manpage building instead of doing it at setup time, so we can properly depend on it | ||||
| * | * doc/*.xml: | David Kalnischkies | 2012-05-20 | 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) | ||||
| * | * apt-pkg/packagemanager.cc: | David Kalnischkies | 2012-05-19 | 3 | -1/+26 |
| | | | | | | - do not run into loop on new-pre-depends-breaks (Closes: #673536) | ||||
| * | * doc/po/de.po: | Chris Leick | 2012-05-19 | 2 | -470/+50 |
| | | | | | | | | - updated german manpage translation by Chris Leick, thanks! | ||||
| * | fix authenificated→authenticated typo in sources.list manpage | Chris Leick | 2012-05-19 | 10 | -21/+21 |
| | | |||||
| * | * doc/makefile: | David Kalnischkies | 2012-05-17 | 4 | -1/+7 |
| | | | | | | | | - build manpages with the correct l10n.gentext.default.language setting to get the correct section titles provided by docbook | ||||
| * | add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11 | David Kalnischkies | 2012-05-17 | 3 | -5/+3 |
| | | |||||
| * | * cmdline/apt-get.cc: | David Kalnischkies | 2012-05-16 | 4 | -26/+61 |
| | | | | | | | | | | - use the host architecture, not the build architecture for matching of [architecture restrictions] in Build-Depends (Closes: #672927) * | ||||
| * | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2012-05-16 | 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 | ||||
| * | * apt-pkg/algorithms.cc: | Marius Vollmer | 2012-05-15 | 3 | -0/+11 |
| | | | | | | | | - fix memory leak of Flags in pkgSimulate by a proper destructor | ||||
| * | * methods/http.cc: | David Kalnischkies | 2012-05-15 | 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) | ||||
| * | * methods/mirror.cc: | Raphael Geissert | 2012-05-14 | 2 | -1/+4 |
| | | | | | | | | - generate an equal sign also for the first arch (Closes: #669142) | ||||
| * | adapt manual testcase to check redirects of dists/, too | David Kalnischkies | 2012-05-14 | 1 | -5/+7 |
| | | |||||
| * | * apt-pkg/acquire*.cc: | Raphael Geissert | 2012-05-14 | 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 | ||||
| * | * apt-pkg/acquire-methods.cc: | David Kalnischkies | 2012-05-14 | 3 | -13/+15 |
| | | | | | | - factor out into private Dequeue() to fix access to deleted pointer | ||||
| * | * debian/control: | David Kalnischkies | 2012-05-14 | 2 | -2/+6 |
| | | | | | | | | - move doxygen and debiandoc-sgml to Build-Depends-Indep as docs are no longer build in the same target as the manpages | ||||
| * | - separate manpages from the rest of the doc building | David Kalnischkies | 2012-05-14 | 7 | -17/+36 |
| | | | | | | - make apt and apt-utils packages depend on manpages instead of full doc | ||||
| * | * debian/rules: | David Kalnischkies | 2012-05-12 | 2 | -1/+3 |
| | | | | | | - apt-utils packages manpages, so it should depend on build-doc | ||||
| * | * prepare-release: | David Kalnischkies | 2012-05-12 | 2 | -3/+5 |
| | | | | | | - apt-inst version isn't apt versions, so don't override variable | ||||
| * | * Makefile, buildlib/*.mak: | David Kalnischkies | 2012-05-12 | 5 | -13/+17 |
| | | | | | | - reshuffle dependencies so that parallel building seems to work | ||||
| * | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | 2012-05-12 | 3 | -3/+11 |
|/ | | | | - make IsDuplicatedDescription static so that it is really private as we don't need a symbol for it as it is not in a header | ||||
* | releasing version 0.9.3 | Michael Vogt | 2012-05-11 | 11 | -72/+330 |
| | |||||
* | merged from david | Michael Vogt | 2012-05-11 | 11 | -78/+222 |
|\ | |||||
| * | add a manually runable library action to help in maintaining the symbols files | David Kalnischkies | 2012-05-11 | 1 | -3/+26 |
| | | |||||
| * | * apt-inst/deb/debfile.h: | David Kalnischkies | 2012-05-10 | 2 | -0/+7 |
| | | | | | | | | - readd 'md5.h' to the uncleaned header includes to make qapt build against us again unchanged to unblock transition (Closes: #669163) | ||||
| * | * apt-pkg/algorithms.cc: | David Kalnischkies | 2012-05-10 | 3 | -12/+32 |
| | | | | | | | | - factor out of ListUpdate a AcquireUpdate to be able to provide your own pkgAcquire fetcher to the wrapper | ||||
| * | add a small wrapper to call gdb in the framework setting | David Kalnischkies | 2012-05-10 | 1 | -0/+4 |
| | | |||||
| * | ensure that d is set before accessing it | David Kalnischkies | 2012-05-10 | 2 | -41/+51 |
| | | |||||
| * | fix calling style of FileFd (no functional change) | David Kalnischkies | 2012-05-10 | 1 | -3/+3 |
| | | |||||
| * | ensure that in error conditions the Fail flag is set | David Kalnischkies | 2012-05-10 | 2 | -3/+47 |
| | | |||||
| * | we don't need zlib (anymore) in rred so don't include it | David Kalnischkies | 2012-05-10 | 1 | -1/+0 |
| | | |||||
| * | collect zombie (de)compressor processes on reopen | David Kalnischkies | 2012-05-10 | 2 | -1/+15 |
| | | |||||
| * | ensure that we do init d only once and especially not with its own | David Kalnischkies | 2012-05-09 | 2 | -5/+9 |
| | | | | | | | | content as this causes some "interesting" hickups resulting in segfaults as it seems (Closes: #554387, #670979) | ||||
| * | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2012-05-09 | 2 | -3/+5 |
| | | | | | | - use NULL instead of "" for no (un)compress parameters | ||||
| * | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2012-05-09 | 2 | -4/+10 |
| | | | | | | - check that the fd which are closed are valid | ||||
| * | * apt-pkg/acquire-worker.cc: | YOSHINO Yoshihito | 2012-05-07 | 2 | -4/+15 |
| | | | | | | | | | | | | - revert the use of FileFd::Write in OutFdReady as we don't want error reports about EAGAIN here as we retry later. Thanks to YOSHINO Yoshihito for the report. (Closes: #671721) | ||||
* | | merged from david | Michael Vogt | 2012-05-11 | 13 | -21/+91 |
|\| |