summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * debian/apt-utils.links:David Kalnischkies2012-05-252-1/+3
| | | | - the internal resolver 'apt' is now directly installed in /usr/lib/apt/solvers, so don't instruct dh to create a broken link
* * doc/apt-cdrom.8.xml:Justin B Rye2012-05-251-0/+2
| | | | - correct disc vs. disk issues
* * doc/apt-cdrom.8.xml:Justin B Rye2012-05-251-0/+3
| | | | - replace CDROM with the proper CD-ROM in text
* * cmdline/apt-get.cc:David Kalnischkies2012-05-241-0/+9
| | | | - do not show 'list of broken packages' header if no package is broken as it happens e.g. for external resolver errors
* releasing version 0.9.5.1Michael Vogt2012-05-241-2/+2
|
* * doc/apt-cache.8.xml:Justin B Rye2012-05-241-1/+1
| | | | - three small rewordings for better english sentences
* * doc/apt-cache.8.xml:Justin B Rye2012-05-241-0/+3
| | | | - fix a typo as well as adding missing literal markup
* * doc/*.xml:Justin B Rye2012-05-241-0/+6
| | | | | - remove 'GNU/Linux' from 'Debian systems' strings as Debian has more systems than just GNU/Linux nowadays
* use docbook DTD 4.5 instead of 4.2 to have valid docsDavid Kalnischkies2012-05-231-0/+1
|
* * doc/*.xml:David Kalnischkies2012-05-231-0/+3
| | | | - mark even more stuff as untranslateable and improve the markup here and there (no real text change)
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-221-0/+8
| | | | - dup() given compressed fd in OpenDescriptor if AutoClose is disabled as otherwise gzclose() and co will close it
* releasing version 0.9.5Michael Vogt2012-05-221-2/+2
|
* * proofreading of the manpage potDavid Kalnischkies2012-05-221-0/+4
| | | * German manpage translation update (Closes: #673294)
* * debian/rules:David Kalnischkies2012-05-212-2/+6
| | | | - move internal-solver as 'apt' to his friend dump-solver in /usr/lib/apt/solvers to avoid writing a manpage for it
* * debian/control:David Kalnischkies2012-05-212-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
* * apt-pkg/contrib/mmap.cc:David Kalnischkies2012-05-211-0/+4
| | | | | - 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)
* * buildlib/inttypes.h.in:David Kalnischkies2012-05-211-0/+3
| | | | - remove inttypes.h compatibility as providing such a c99 types compatibility conflicts with the usage of c99 type long long
* * buildlib/podomain.mak:David Kalnischkies2012-05-211-0/+9
| | | | - ensure that all sources end up in the srclist so that we don't forget to extract half of the translation strings
* merge fix from david for warning during xml buildMichael Vogt2012-05-211-2/+2
|
* merged updated de.po, thanks to Holger Wansing (closes: #672466)Michael Vogt2012-05-211-1/+3
|
* * ftparchive/writer.cc:David Kalnischkies2012-05-211-0/+2
| | | - include Contents-* files in Release files (Closes: #673647)
* in <term> mark all options with <option> and mark <term><option>David Kalnischkies2012-05-211-0/+2
| | | as untranslated for po4a removing ~200 unless "translateable" strings
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-05-201-0/+3
| | | | - longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages
* * doc/*.xml:David Kalnischkies2012-05-201-0/+3
| | | | - 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 Kalnischkies2012-05-191-0/+2
| | | - do not run into loop on new-pre-depends-breaks (Closes: #673536)
* * doc/po/de.po:Chris Leick2012-05-191-0/+2
| | | | - updated german manpage translation by Chris Leick, thanks!
* * doc/makefile:David Kalnischkies2012-05-171-0/+3
| | | | - 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++11David Kalnischkies2012-05-171-3/+1
|
* * cmdline/apt-get.cc:David Kalnischkies2012-05-161-0/+6
| | | | | - use the host architecture, not the build architecture for matching of [architecture restrictions] in Build-Depends (Closes: #672927) *
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-161-0/+3
| | | | - 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 Vollmer2012-05-151-0/+4
| | | | - fix memory leak of Flags in pkgSimulate by a proper destructor
* * methods/http.cc:David Kalnischkies2012-05-151-0/+4
| | | | | - 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 Geissert2012-05-141-0/+3
| | | | - generate an equal sign also for the first arch (Closes: #669142)
* * apt-pkg/acquire*.cc:Raphael Geissert2012-05-141-0/+7
| | | | | | | - 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 Kalnischkies2012-05-141-0/+2
| | | - factor out into private Dequeue() to fix access to deleted pointer
* * debian/control:David Kalnischkies2012-05-142-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 buildingDavid Kalnischkies2012-05-142-4/+12
| | | - make apt and apt-utils packages depend on manpages instead of full doc
* * debian/rules:David Kalnischkies2012-05-122-1/+3
| | | - apt-utils packages manpages, so it should depend on build-doc
* * prepare-release:David Kalnischkies2012-05-121-0/+2
| | | - apt-inst version isn't apt versions, so don't override variable
* * Makefile, buildlib/*.mak:David Kalnischkies2012-05-121-0/+2
| | | - reshuffle dependencies so that parallel building seems to work
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-05-122-1/+9
| | | | - 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.3Michael Vogt2012-05-111-2/+2
|
* * apt-inst/deb/debfile.h:David Kalnischkies2012-05-101-0/+3
| | | | - 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 Kalnischkies2012-05-101-0/+3
| | | | - factor out of ListUpdate a AcquireUpdate to be able to provide your own pkgAcquire fetcher to the wrapper
* ensure that d is set before accessing itDavid Kalnischkies2012-05-101-0/+1
|
* ensure that in error conditions the Fail flag is setDavid Kalnischkies2012-05-101-0/+1
|
* collect zombie (de)compressor processes on reopenDavid Kalnischkies2012-05-101-0/+1
|
* ensure that we do init d only once and especially not with its ownDavid Kalnischkies2012-05-091-0/+3
| | | | content as this causes some "interesting" hickups resulting in segfaults as it seems (Closes: #554387, #670979)
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-05-091-0/+2
| | | - use NULL instead of "" for no (un)compress parameters
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-091-1/+3
| | | - check that the fd which are closed are valid