summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-28Corrected Bulgarian translationbubulle@debian.org1-10/+4
2010-08-27Updated Italian translationbubulle@debian.org1-17/+18
2010-08-27Bulgarian (Damyan Ivanov). Closes: #594627bubulle@debian.org2-166/+220
2010-08-27* Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org4-450/+318
* Portuguese (Américo Monteiro)
2010-08-27* apt-pkg/depcache.cc:David Kalnischkies2-2/+14
- now that apt-get purge works on 'rc' packages let the MarkDelete pass this purge forward to the non-pseudo package for pseudos
2010-08-26* cmdline/apt-get.cc:David Kalnischkies2-21/+26
- remove direct calls of ReadMainList and use the wrapper instead to protect us from useless re-reads and two-times notice display
2010-08-25show in madison command again also source packages (LP: #614589)Michael Vogt2-6/+15
2010-08-25show in madison command again also source packages (LP: #614589)David Kalnischkies2-6/+15
2010-08-25Asturian (maacub). Closes: #594303bubulle@debian.org2-478/+518
2010-08-25Italian (Milo Casagrande). Closes: #594238bubulle@debian.org2-120/+140
2010-08-25Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265bubulle@debian.org2-173/+199
2010-08-25Swedish (Daniel Nylander). Closes: #594241bubulle@debian.org2-95/+121
2010-08-25Slovak (Ivan Masár). Closes: #594255bubulle@debian.org2-151/+126
2010-08-25Move typo fix to 0.8.1 entrybubulle@debian.org1-4/+4
2010-08-25Fix from Florentin Duneau reviewbubulle@debian.org1-1/+2
2010-08-25Open new changelog entry. Move Thai and Russian translations therebubulle@debian.org1-2/+8
2010-08-24po/LINGUAS: remove en_GBMichael Vogt1-1/+1
2010-08-24configure.in: drop en_GB from configure.in now that it got deleted from po/Michael Vogt1-1/+1
2010-08-24Drop en_GB translation as per request of Neil Williamsbubulle@debian.org1-3334/+0
2010-08-24Russian (Yuri Kozlov). Closes: #594232bubulle@debian.org2-109/+140
2010-08-24Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org46-45/+49
Closes: #594211
2010-08-24Thai translation completedbubulle@debian.org1-0/+1
2010-08-24French translation completedbubulle@debian.org1-40/+40
2010-08-24merged from debian-experimental-ma0.8.0Michael Vogt39-115/+4121
2010-08-23Update PO(T) filesbubulle@debian.org2-306/+190
2010-08-23French manpages translation updatebubulle@debian.org2-170/+149
2010-08-23Update PO(T) filesbubulle@debian.org44-1271/+3768
2010-08-23releasing version 0.8.0~pre2Michael Vogt1-2/+2
2010-08-23merged from lp:~donkult/apt/sidMichael Vogt27-48/+3945
2010-08-22Change the translation of mmapbubulle@debian.org1-9/+12
2010-08-22French translation updatebubulle@debian.org2-93/+119
2010-08-21* apt-pkg/acquire-item.cc:David Kalnischkies7-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.
2010-08-21* methods/http.cc:David Kalnischkies2-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
2010-08-20* apt-pkg/deb/dpkgpm.cc:David Kalnischkies4-10/+108
- use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical
2010-08-19sign the created Release files with our own dummy key "Joe Sixpack"David Kalnischkies3-3/+12
2010-08-19* apt-pkg/deb/debsystem.cc:David Kalnischkies2-2/+4
- set dir::state::status based at least on dir
2010-08-19* ftparchive/writer.cc:David Kalnischkies2-2/+4
- init valid-until correctly to prevent garbage entering Release file
2010-08-19* apt-pkg/init.cc:David Kalnischkies4-5/+9
- set the default values for dir::etc::trusted options correctly
2010-08-18setup the environment correctly for dpkg, tooDavid Kalnischkies1-6/+13
2010-08-18extend the magic which creates the test archive by using FileLists toDavid Kalnischkies1-28/+91
ship the build packages in the correct distribution and section
2010-08-18add proper MSGLEVEL handling by overriding methods dynamicDavid Kalnischkies1-5/+31
2010-08-18implement the first round of automated dummy package building andDavid Kalnischkies4-10/+125
archive building
2010-08-18* debian/apt.cron.daily:David Kalnischkies2-1/+12
- create backups for our extended_states file (Closes: #593430)
2010-08-18merge with debian-experimental-ma to get the final 0.8.0~pre1David Kalnischkies1-6/+12
2010-08-16* methods/bzip2.cc:David Kalnischkies2-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
2010-08-16* apt-pkg/contrib/strutl.cc:David Kalnischkies2-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
2010-08-15add finally my very small testcase for the conkeror problem resultingDavid Kalnischkies3-0/+3219
in the FixByInstall code we currently "experiment" with
2010-08-14do not unconditional print the new debugoutput for "FixByInstall"David Kalnischkies1-1/+2
2010-08-14fix testcase framework to test correctly for virtual packagesDavid Kalnischkies1-4/+4
2010-08-14add a small script to automate the task of creating Packages and statusDavid Kalnischkies2-1/+38
files for tests with "real" problems