summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-17releasing version 0.8.11.50.8.11.5Michael Vogt
2011-02-17merged from lp:~donkult/apt/sidMichael Vogt
2011-02-17* apt-pkg/depcache.cc:David Kalnischkies
- party revert fix in 0.8.11.2 which marked all packages as manual installed if the FromUser bit is set in the MarkInstall call. The default for this bit is true and aptitude depends on the old behavior so the package is only marked as manual if its not marked ("old" behavior) or if automatic installation is enabled - which aptitude disables always (see also #613775)
2011-02-16Refresh PO filesbubulle@debian.org
2011-02-16* Add missing dot in French translation of manpages. Merci, Olivierbubulle@debian.org
Humbert. * French translation update * French manpages translation update
2011-02-16releasing version 0.8.11.40.8.11.4Michael Vogt
2011-02-16merged from donkult and fix dashishMichael Vogt
2011-02-15* cmdline/apt-get.cc:David Kalnischkies
- don't remove new dependencies of garbage packages (Closes: #613420)
2011-02-15test/integration/: remove a bunch of "local" statements from the ↵Michael Vogt
shellscript, keep tests running even on failure but log failures
2011-02-15merged from lp:~donkult/apt/sidMichael Vogt
2011-02-15* apt-pkg/contrib/error.cc:David Kalnischkies
- ensure that va_list is not invalid in second try
2011-02-14releasing version 0.8.11.30.8.11.3Michael Vogt
2011-02-14merged from lp:~donkult/apt/sidMichael Vogt
2011-02-14* apt-pkg/contrib/fileutl.cc:David Kalnischkies
- really detect bigendian machines by including config.h, so we can really (Closes: #612986) * apt-pkg/contrib/mmap.cc: - Base has as 'valid' failure states 0 and -1 so add a simple validData method to check for failure states
2011-02-14releasing version 0.8.11.20.8.11.2Michael Vogt
2011-02-14doc/po/*: refreshedMichael Vogt
2011-02-14merged from lp:~donkult/apt/sidMichael Vogt
2011-02-14use inttypes to avoid suprises with different type sizesDavid Kalnischkies
2011-02-13* apt-pkg/contrib/fileutl.cc:David Kalnischkies
- reorder the loaded filesize bytes for big endian (Closes: #612986) Thanks to Jörg Sommer for the detailed analyse!
2011-02-13update size of dynamic MMap as we write in from the outsideDavid Kalnischkies
2011-02-12* apt-pkg/contrib/mmap.cc:David Kalnischkies
- do not try to free the mapping if its is unset
2011-02-12* methods/rred.cc:David Kalnischkies
- read patch into MMap only if we work on uncompressed patches
2011-02-11* apt-pkg/depcache.cc:David Kalnischkies
- mark a package which was requested to be installed on commandline always as manual regardless if it is already marked or not as the marker could be lost later by the removal of rdepends (Closes: #612557)
2011-02-10use apt-mark instead of hand-mangling with the extended_states fileDavid Kalnischkies
2011-02-10merged from lp:~mvo/apt/mvoMichael Vogt
2011-02-10* merged lp:~evfool/apt/fix641673:Michael Vogt
* merged lp:~evfool/apt/fix418552: - Grammar fix for bug LP: #418552, thanks to Robert Roth
2011-02-10* merged lp:~evfool/apt/fix641673Michael Vogt
- String-fix in the source and the translations for the grammatical mistake reported in bug LP: #641673, thanks to Robert Roth
2011-02-09* cmdline/apt-get.cc:David Kalnischkies
- add --install-suggests option (Closes: #473089)
2011-02-09releasing version 0.8.11.10.8.11.1Michael Vogt
2011-02-09debian/apt-utils.symbols: fix symbol instead of removing itMichael Vogt
2011-02-09debian/apt-utils.symbols: remove gcc-4.4 specific symbol to make it build againMichael Vogt
2011-02-09merged from lp:~donkult/apt/sidMichael Vogt
2011-02-08* debian/apt.symbols:David Kalnischkies
- add more arch dependent symbols
2011-02-08[ Stefan Lippers-Hollmann ]Stefan Lippers-Hollmann
* cmdline/apt-key: - fix root test which prevented setting of trustdb-name which lets gpg fail if it adds/remove keys from trusted.gpg as it tries to open the (maybe) not existent /root/.gnupg
2011-02-08releasing version 0.8.110.8.11Michael Vogt
2011-02-08merged lp:~donkult/apt/sidMichael Vogt
2011-02-08update apt.symbols file to reflect 0.8.11 releaseDavid Kalnischkies
2011-02-08po/*: make update-poMichael Vogt
2011-02-08debian/changelog, debian/NEWS: prepare uploadMichael Vogt
2011-02-08merged lp:~donkult/apt/sidMichael Vogt
2011-02-08merged from lp:~mvo/apt/mvo (which is really lp:~donkult/apt/sid with some ↵Michael Vogt
updated comments ;)
2011-02-08merged from lp:~donkult/apt/sidMichael Vogt
2011-02-07a notice is printed for ignored files (Closes: #597615)David Kalnischkies
2011-02-07* apt-pkg/contrib/error.cc:David Kalnischkies
- remove 400 char size limit of error messages (LP: #365611)
2011-02-07rename changelog and autoremove testfile to indicate better what is testedDavid Kalnischkies
2011-02-07implement --print-uris for download commandDavid Kalnischkies
2011-02-07implement download-only for changelog command which downloads theDavid Kalnischkies
changelog to the file $PKGNAME.changelog in the current directory
2011-02-07implement --print-uris support for changelog commandDavid Kalnischkies
2011-02-07test changelogs locally instead of depending on an online serviceDavid Kalnischkies
2011-02-07always do removes first and set not installed remove packagesDavid Kalnischkies
on hold to prevent temporary installation later (Closes: #549968)