summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* apt-key errors out nicely if wget is not installed (Closes: #545754)David Kalnischkies2010-01-022-1/+10
|
* remove the horrible outdated share/*-archive.gpg files and all there tracesDavid Kalnischkies2010-01-025-7/+3
| | | | | We already depend on the proper keyring so we don't need to ship our own version which isn't used anyway.
* fix a typo in the apt.conf manpage spotted by lintianDavid Kalnischkies2010-01-021-1/+1
| | | | W: apt: spelling-error-in-manpage usr/share/man/man5/apt.conf.5.gz enviroment environment
* fix another mistake spotted by lintian:David Kalnischkies2010-01-021-2/+2
| | | | I: apt: spelling-error-in-binary ./usr/lib/libapt-pkg-libc6.9-6.so.4.8.0 Alot A lot
* Fix the following gcc-4.5 buildfailure in pkgcache.cc by following the ↵David Kalnischkies2010-01-021-1/+1
| | | | | | | | suggestion: pkgcache.cc: In member function ‘const char* pkgCache::PkgIterator::CandVersion() const’: pkgcache.cc:301:51: error: cannot call constructor ‘pkgPolicy::pkgPolicy’ directly pkgcache.cc:301:51: note: for a function-style cast, remove the redundant ‘::pkgPolicy’
* let all packages depend on David Kalnischkies2010-01-022-4/+8
|
* add configuration PDiffs::Limit-options (FileLimit and SizeLimit) toDavid Kalnischkies2010-01-024-15/+64
| | | | not download too many or too big patches (Closes: #554349)
* bzrignore the now linked config.{guess,sub} filesDavid Kalnischkies2010-01-011-0/+2
|
* fix some warning from the buildtools in tools.m4 and configure.inDavid Kalnischkies2010-01-013-9/+11
|
* instruct debiandoc to build files with utf-8 encodingDavid Kalnischkies2010-01-013-2/+4
|
* remove translatable marker from the "%4i %s\n" string in apt-cache.ccDavid Kalnischkies2010-01-013-8/+5
|
* update german manpage translation by Chris LeickDavid Kalnischkies2010-01-012-401/+747
|
* Chris Leick spot & fix various typos in all manpagesDavid Kalnischkies2010-01-015-13/+16
|
* merge with lp:~mvo/apt/debian-sid to get updated frenchDavid Kalnischkies2010-01-012-117/+243
|\
| * French translation updatebubulle@debian.org2009-12-291-55/+156
| |
| * Yet more Frenchbubulle@debian.org2009-12-231-11/+49
| |
| * Review by Philippe bataillerbubulle@debian.org2009-12-221-26/+10
| |
| * French translation updatebubulle@debian.org2009-12-201-24/+18
| |
| * French translation updatebubulle@debian.org2009-12-191-7/+13
| |
* | merge with lp:~mvo/apt/sid to get the finale 0.7.25 stateDavid Kalnischkies2009-12-2212-206/+189
|\|
| * French translation updatebubulle@debian.org2009-12-161-61/+35
| |
| * releasing version 0.7.25Michael Vogt2009-12-151-2/+2
| |
| * merge segfault fix from Mario Sanchez Prada, many thanksMichael Vogt2009-12-142-1/+4
| | | | | | (closes: #561109)
| * doc/sources.list.5.xml: merge typo fixesMichael Vogt2009-12-141-2/+2
| |\
| | * fix two other typos - this time in sources.list.5.xml:David Kalnischkies2009-12-141-2/+2
| | | | | | | | | | | | | | | * recongnizable --> recognizable * maintain --> maintains
| * | apt-inst/makefile: include libversion.makMichael Vogt2009-12-141-0/+3
| | |
| * | merged patches from david (many thanks)Michael Vogt2009-12-1420-285/+619
| |\|
| | * fix to other oddities observed by Chris Leick while translatingDavid Kalnischkies2009-12-122-3/+6
| | | | | | | | | | | | | | | | | | in doc/apt-get.8.xml, namely: - change equivalent "for" to "to the" (purge command) - clarify --fix-broken sentence about specifying packages
| | * decrease the libapt-inst major version again to 1.1 as the increaseDavid Kalnischkies2009-12-121-1/+1
| | | | | | | | | | | | was a backport error and is not needed (and destroys our non-abi-break hack)
| | * remove informalexample tag which hides the programlisting in theDavid Kalnischkies2009-12-122-2/+4
| | | | | | | | | | | | | | | tree section of the apt-ftparchive manpage, thanks Chris Leick for noticing it!
| | * refactor the current changelog a bitDavid Kalnischkies2009-12-121-9/+9
| | |
| | * revert this commit as fast as possible (aka next ABI break)David Kalnischkies2009-12-124-15/+22
| | | | | | | | | | | | | | | | | | This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear...
| | * fix the backport of the https methods as they would require an ABI breakDavid Kalnischkies2009-12-111-3/+3
| | | | | | | | | | | | otherwise in the Configuration class.
| | * fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies2009-12-117-9/+12
| | | | | | | | | | | | thanks Karl Goetz! (Closes: #558757)
| | * check cache size even if we do nothing else otherwise in apt.cron.daily,David Kalnischkies2009-12-112-1/+8
| | | | | | | | | | | | thanks Francesco Poli for patch(s) and patience! (Closes: #459344)
| | * add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien JarnoDavid Kalnischkies2009-12-112-0/+3
| | | | | | | | | | | | in his response to Bernhard R. Link's patch, thanks! (Closes: #505020)
| | * add https options which default to the ones from http for the httpsDavid Kalnischkies2009-12-114-67/+76
| | | | | | | | | | | | | | | method as this is more sane than using only the http options without a possibility to override these for https.
| | * add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies2009-12-115-3/+18
| | | | | | | | | | | | thanks Timothy J. Miller! (Closes: #355782)
| | * Backport rred patches from my own sid branch to the 0.7.25 branchDavid Kalnischkies2009-12-112-184/+468
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rewrite and refactor rred method to be able to handle even big (>30 MB) patches (Closes: #554349) and hardening the method itself by using more constants and a return value which can't be misinterpreted as linenumber * Finally adope the patch from Morten Hustveit <morten@debian.org> to be able to optional use mmaps and iovec to increase patch speed - but as this increase memory usage we can always fall back to the "old" method which doesn't depend on mmaps.
| * | French translation updatebubulle@debian.org2009-12-121-58/+51
| | |
| * | * apt-pkg/init.h:Michael Vogt2009-12-102-1/+5
| | | | | | | | | - add compatibilty with old ABI name until the next ABI break
* | | merge Michaels wonderful "fix" for the currently unwanted ABI BreakDavid Kalnischkies2009-12-102-1/+5
|\ \ \ | | |/ | |/|
| * | * apt-pkg/init.h:Michael Vogt2009-12-102-1/+5
| |/ | | | | - add compatibilty with old ABI name until the next ABI break
* | merge again with lp:~mvo/debian-sidDavid Kalnischkies2009-12-109-1117/+1425
|\|
| * merged -r 1898..1899 from lp:~donkult/apt/sidMichael Vogt2009-12-109-1145/+1952
| |
* | merge with lp:~mvo/apt/debian-sid : move all my ABI break changesDavid Kalnischkies2009-12-1031-2697/+2641
|\| | | | | | | to the "new" 0.7.26 version
| * merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt2009-12-10122-14532/+48881
| |\
| | * merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt2009-12-1051-6147/+8300
| | |
| | * merged -r 1920..1922 from lp:~donkult/apt/sidMichael Vogt2009-12-105-4/+43
| | |
| | * merged -r 1918..1919 from lp:~donkult/apt/sidMichael Vogt2009-12-102-3/+6
| | |