summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-22releasing version 0.9.50.9.5Michael Vogt
2012-05-22merged from DavidMichael Vogt
2012-05-22merged from davidMichael Vogt
2012-05-22* proofreading of the manpage potDavid Kalnischkies
* German manpage translation update (Closes: #673294)
2012-05-21Merge my tree and the remote tree (no change, I guess)bubulle@debian.org
2012-05-21* debian/rules:David Kalnischkies
- 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
- 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
- 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
- remove inttypes.h compatibility as providing such a c99 types compatibility conflicts with the usage of c99 type long long
2012-05-21whatever this script did, it didn't for a long long timeDavid Kalnischkies
(it creates changelog from cvs)
2012-05-21apply the correct metadata (package, version, mail) to all pot and po filesDavid Kalnischkies
2012-05-21* buildlib/podomain.mak:David Kalnischkies
- ensure that all sources end up in the srclist so that we don't forget to extract half of the translation strings
2012-05-21releasing version 0.9.40.9.4Michael Vogt
2012-05-21merge fix from david for warning during xml buildMichael Vogt
2012-05-21merged updated de.po, thanks to Holger Wansing (closes: #672466)Michael Vogt
2012-05-21merged from David, uncommited the previous i18n commit first as its part of ↵Michael Vogt
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
- include Contents-* files in Release files (Closes: #673647)
2012-05-21add also <refentryinfo> to the list of unstranslated tags for po4aDavid Kalnischkies
2012-05-21auto-generate the correct <date> translationDavid Kalnischkies
2012-05-21print warnings in release script if xml-linting failsDavid Kalnischkies
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-21remove the mode-line from apt.ent to save them from being "translated"David Kalnischkies
2012-05-21add <refname> and <refentrytitle> to the untranslated listDavid Kalnischkies
2012-05-21in <term> mark all options with <option> and mark <term><option>David Kalnischkies
as untranslated for po4a removing ~200 unless "translateable" strings
2012-05-20German updated (Chris Leick). Closes: #673410bubulle@debian.org
2012-05-20* apt-pkg/aptconfiguration.cc:David Kalnischkies
- longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages
2012-05-20move the creation of the manpage-style.xsl file to the rest of theDavid Kalnischkies
manpage building instead of doing it at setup time, so we can properly depend on it
2012-05-20* doc/*.xml:David Kalnischkies
- 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
- do not run into loop on new-pre-depends-breaks (Closes: #673536)
2012-05-19* doc/po/de.po:Chris Leick
- updated german manpage translation by Chris Leick, thanks!
2012-05-19fix authenificated→authenticated typo in sources.list manpageChris Leick
2012-05-17* doc/makefile:David Kalnischkies
- build manpages with the correct l10n.gentext.default.language setting to get the correct section titles provided by docbook
2012-05-17add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11David Kalnischkies
2012-05-16* cmdline/apt-get.cc:David Kalnischkies
- 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
- 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
- fix memory leak of Flags in pkgSimulate by a proper destructor
2012-05-15* methods/http.cc:David Kalnischkies
- 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
- generate an equal sign also for the first arch (Closes: #669142)
2012-05-14adapt manual testcase to check redirects of dists/, tooDavid Kalnischkies
2012-05-14* apt-pkg/acquire*.cc:Raphael Geissert
- 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
- factor out into private Dequeue() to fix access to deleted pointer
2012-05-14* debian/control:David Kalnischkies
- move doxygen and debiandoc-sgml to Build-Depends-Indep as docs are no longer build in the same target as the manpages
2012-05-14 - separate manpages from the rest of the doc buildingDavid Kalnischkies
- make apt and apt-utils packages depend on manpages instead of full doc
2012-05-12* debian/rules:David Kalnischkies
- apt-utils packages manpages, so it should depend on build-doc
2012-05-12* prepare-release:David Kalnischkies
- apt-inst version isn't apt versions, so don't override variable
2012-05-12* Makefile, buildlib/*.mak:David Kalnischkies
- reshuffle dependencies so that parallel building seems to work
2012-05-12* apt-pkg/pkgcachegen.cc:David Kalnischkies
- 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
2012-05-11releasing version 0.9.30.9.3Michael Vogt
2012-05-11merged from davidMichael Vogt
2012-05-11merged from davidMichael Vogt
2012-05-11add a manually runable library action to help in maintaining the symbols filesDavid Kalnischkies