summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Corrected Bulgarian translationbubulle@debian.org2010-08-281-10/+4
|
* Updated Italian translationbubulle@debian.org2010-08-271-17/+18
|
* Bulgarian (Damyan Ivanov). Closes: #594627bubulle@debian.org2010-08-272-166/+220
|
* * Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org2010-08-274-450/+318
| | | * Portuguese (Américo Monteiro)
* show in madison command again also source packages (LP: #614589)Michael Vogt2010-08-252-6/+15
|\
| * show in madison command again also source packages (LP: #614589)David Kalnischkies2010-08-252-6/+15
|/
* Asturian (maacub). Closes: #594303bubulle@debian.org2010-08-252-478/+518
|
* Italian (Milo Casagrande). Closes: #594238bubulle@debian.org2010-08-252-120/+140
|
* Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265bubulle@debian.org2010-08-252-173/+199
|
* Swedish (Daniel Nylander). Closes: #594241bubulle@debian.org2010-08-252-95/+121
|
* Slovak (Ivan Masár). Closes: #594255bubulle@debian.org2010-08-252-151/+126
|
* Move typo fix to 0.8.1 entrybubulle@debian.org2010-08-251-4/+4
|
* Fix from Florentin Duneau reviewbubulle@debian.org2010-08-251-1/+2
|
* Open new changelog entry. Move Thai and Russian translations therebubulle@debian.org2010-08-251-2/+8
|
* po/LINGUAS: remove en_GBMichael Vogt2010-08-241-1/+1
|
* configure.in: drop en_GB from configure.in now that it got deleted from po/Michael Vogt2010-08-241-1/+1
|
* Drop en_GB translation as per request of Neil Williamsbubulle@debian.org2010-08-241-3334/+0
|
* Russian (Yuri Kozlov). Closes: #594232bubulle@debian.org2010-08-242-109/+140
|
* Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org2010-08-2446-45/+49
| | | Closes: #594211
* Thai translation completedbubulle@debian.org2010-08-241-0/+1
|
* French translation completedbubulle@debian.org2010-08-241-40/+40
|
* merged from debian-experimental-maMichael Vogt2010-08-2439-115/+4121
|\
| * releasing version 0.8.0~pre2Michael Vogt2010-08-231-2/+2
| |
| * merged from lp:~donkult/apt/sidMichael Vogt2010-08-2327-48/+3945
| |\
| | * * apt-pkg/acquire-item.cc:David Kalnischkies2010-08-217-19/+303
| | | | | | | | | | | | | | | | | | | | | - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses Add also 2 testcases: one to test pdiffs in general and one to test the handling of compressed indexes.
| | * * methods/http.cc:David Kalnischkies2010-08-212-3/+13
| | | | | | | | | | | | | | | - some http servers violate HTTP1.1 by not issuing a Reason-Phrase (or at least a space after the code) especially for 200, but lets be nice and ignore it as we don't need the reason in general
| | * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-08-204-10/+108
| | | | | | | | | | | | | | | - use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical
| | * sign the created Release files with our own dummy key "Joe Sixpack"David Kalnischkies2010-08-193-3/+12
| | |
| | * * apt-pkg/deb/debsystem.cc:David Kalnischkies2010-08-192-2/+4
| | | | | | | | | - set dir::state::status based at least on dir
| | * * ftparchive/writer.cc:David Kalnischkies2010-08-192-2/+4
| | | | | | | | | - init valid-until correctly to prevent garbage entering Release file
| | * * apt-pkg/init.cc:David Kalnischkies2010-08-194-5/+9
| | | | | | | | | - set the default values for dir::etc::trusted options correctly
| | * setup the environment correctly for dpkg, tooDavid Kalnischkies2010-08-181-6/+13
| | |
| | * extend the magic which creates the test archive by using FileLists toDavid Kalnischkies2010-08-181-28/+91
| | | | | | | | | | | | ship the build packages in the correct distribution and section
| | * add proper MSGLEVEL handling by overriding methods dynamicDavid Kalnischkies2010-08-181-5/+31
| | |
| | * implement the first round of automated dummy package building andDavid Kalnischkies2010-08-184-10/+125
| | | | | | | | | | | | archive building
| | * * debian/apt.cron.daily:David Kalnischkies2010-08-182-1/+12
| | | | | | | | | - create backups for our extended_states file (Closes: #593430)
| | * merge with debian-experimental-ma to get the final 0.8.0~pre1David Kalnischkies2010-08-181-6/+12
| | |\ | | |/ | |/|
| * | releasing version 0.8.0~pre1Michael Vogt2010-08-131-2/+2
| | |
| * | * apt-pkg/pkgcache.cc:Michael Vogt2010-08-132-2/+5
| |\ \ | | | | | | | | - fix LongDesc handling in LANG=C environment
| * \ \ - let the problem resolver install packages to fix or-groupsMichael Vogt2010-08-133-15/+39
| |\ \ \ | | | | | | | | | | | | | | | as a needed remove nuked another or-member (helps for #591882) - purge packages in 'rc' state, thanks Rogier! (Closes: #150831)
| * \ \ \ * Swedish translation update. Closes: #592366Michael Vogt2010-08-1258-26112/+33939
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge of the debian-expermental-ma branch * refresh po/pot files in doc/ and po/ * apt-pkg/algorithms.cc: - change the debug outputs to display also arch of the package and version dependencies information * cmdline/apt-get.cc: - let APT::Get::Arch-Only in build-dep default to false again (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report! * Swedish translation update. Closes: #592366
| | | | | * * methods/bzip2.cc:David Kalnischkies2010-08-162-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix error checking for read in case of failing bzip2/lzma/whatever Spotted by -Wextra: bzip2.cc: In member function ‘virtual bool Bzip2Method::Fetch(pkgAcqMethod::FetchItem*)’: bzip2.cc:108:19: warning: comparison of unsigned expression < 0 is always false bzip2.cc:111:19: warning: comparison of unsigned expression < 0 is always false
| | | | | * * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-08-162-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix error checking for vsnprintf in its safe variant Spotted by -Wextra: contrib/strutl.cc: In function 'char* safe_snprintf(char*, char*, const char*, ...)': contrib/strutl.cc:1172:14: warning: comparison of unsigned expression < 0 is always false
| | | | | * add finally my very small testcase for the conkeror problem resultingDavid Kalnischkies2010-08-153-0/+3219
| | | | | | | | | | | | | | | | | | | | | | | | in the FixByInstall code we currently "experiment" with
| | | | | * do not unconditional print the new debugoutput for "FixByInstall"David Kalnischkies2010-08-141-1/+2
| | | | | |
| | | | | * fix testcase framework to test correctly for virtual packagesDavid Kalnischkies2010-08-141-4/+4
| | | | | |
| | | | | * add a small script to automate the task of creating Packages and statusDavid Kalnischkies2010-08-142-1/+38
| | | | |/ | | | | | | | | | | | | | | | files for tests with "real" problems
| | | | * * apt-pkg/pkgcache.cc:David Kalnischkies2010-08-132-2/+5
| | | |/ | | | | | | | | - fix LongDesc handling in LANG=C environment
| | | * * apt-pkg/algorithms.cc:David Kalnischkies2010-08-132-12/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - let the problem resolver install packages to fix or-groups as a needed remove nuked another or-member (helps for #591882) The resolver sometimes need to break or-groups because he need to remove the previous satisfier as a result of a breaks/conflicts. In such broken or-groups he now tries to install a non-installed non-deleted member of the or-group to statisfy it again. This move is dangerous as it introduces the possibility of a bunch of "new" broken breaks/conflicts on the new statisfier or its dependencies and we don't know about them beforehand. We also don't have the infrastructure to undo the decision later, so we just do it and pray! For now a test option is provided to disable this behavior on the fly to test if the situation is worse: pkgProblemResolver::FixByInstall
| | | * purge packages in 'rc' state, thanks Rogier! (Closes: #150831)David Kalnischkies2010-08-122-3/+7
| | |/