summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-28* apt-pkg/contrib/configuration.cc:David Kalnischkies
- fix autoremove by using correct config-option name and don't make faulty assumptions in error handling (Closes: #594689)
2010-08-28remove useless GetInitialize methodDavid Kalnischkies
2010-08-28remove death code by removing unused GetInitializeDavid Kalnischkies
2010-08-28* apt-pkg/contrib/fileutl.cc:David Kalnischkies
- apply SilentlyIgnore also on files without an extension
2010-08-27* apt-pkg/depcache.cc:David Kalnischkies
- 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 Kalnischkies
- 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)David Kalnischkies
2010-08-25Asturian (maacub). Closes: #594303bubulle@debian.org
2010-08-25Italian (Milo Casagrande). Closes: #594238bubulle@debian.org
2010-08-25Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265bubulle@debian.org
2010-08-25Swedish (Daniel Nylander). Closes: #594241bubulle@debian.org
2010-08-25Slovak (Ivan Masár). Closes: #594255bubulle@debian.org
2010-08-25Move typo fix to 0.8.1 entrybubulle@debian.org
2010-08-25Fix from Florentin Duneau reviewbubulle@debian.org
2010-08-25Open new changelog entry. Move Thai and Russian translations therebubulle@debian.org
2010-08-24po/LINGUAS: remove en_GBMichael Vogt
2010-08-24configure.in: drop en_GB from configure.in now that it got deleted from po/Michael Vogt
2010-08-24Drop en_GB translation as per request of Neil Williamsbubulle@debian.org
2010-08-24Russian (Yuri Kozlov). Closes: #594232bubulle@debian.org
2010-08-24Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org
Closes: #594211
2010-08-24Thai translation completedbubulle@debian.org
2010-08-24French translation completedbubulle@debian.org
2010-08-24merged from debian-experimental-ma0.8.0Michael Vogt
2010-08-23Update PO(T) filesbubulle@debian.org
2010-08-23French manpages translation updatebubulle@debian.org
2010-08-23Update PO(T) filesbubulle@debian.org
2010-08-23releasing version 0.8.0~pre2Michael Vogt
2010-08-23merged from lp:~donkult/apt/sidMichael Vogt
2010-08-22Change the translation of mmapbubulle@debian.org
2010-08-22French translation updatebubulle@debian.org
2010-08-21* apt-pkg/acquire-item.cc:David Kalnischkies
- 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 Kalnischkies
- 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 Kalnischkies
- 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 Kalnischkies
2010-08-19* apt-pkg/deb/debsystem.cc:David Kalnischkies
- set dir::state::status based at least on dir
2010-08-19* ftparchive/writer.cc:David Kalnischkies
- init valid-until correctly to prevent garbage entering Release file
2010-08-19* apt-pkg/init.cc:David Kalnischkies
- set the default values for dir::etc::trusted options correctly
2010-08-18setup the environment correctly for dpkg, tooDavid Kalnischkies
2010-08-18extend the magic which creates the test archive by using FileLists toDavid Kalnischkies
ship the build packages in the correct distribution and section
2010-08-18add proper MSGLEVEL handling by overriding methods dynamicDavid Kalnischkies
2010-08-18implement the first round of automated dummy package building andDavid Kalnischkies
archive building
2010-08-18* debian/apt.cron.daily:David Kalnischkies
- create backups for our extended_states file (Closes: #593430)
2010-08-18merge with debian-experimental-ma to get the final 0.8.0~pre1David Kalnischkies
2010-08-16* methods/bzip2.cc:David Kalnischkies
- 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 Kalnischkies
- 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 Kalnischkies
in the FixByInstall code we currently "experiment" with
2010-08-14do not unconditional print the new debugoutput for "FixByInstall"David Kalnischkies
2010-08-14fix testcase framework to test correctly for virtual packagesDavid Kalnischkies
2010-08-14add a small script to automate the task of creating Packages and statusDavid Kalnischkies
files for tests with "real" problems
2010-08-13releasing version 0.8.0~pre1Michael Vogt