summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-07releasing version 0.8.30.8.3Michael Vogt
2010-09-07merged from lp:~donkult/apt/sidMichael Vogt
2010-09-07* ftparchive/apt-ftparchive.cc:David Kalnischkies
- ensure that BinDirectory as well as Tree settings get the correct default FileMode setting (Closes: #595922)
2010-09-07Japanese (KURASAWA Nozomu). Closes: #595862bubulle@debian.org
2010-09-07* apt-pkg/indexcopy.cc:Michael Vogt
- only use trusted.gpg.d directory if it exists - do not replace /dev/null when running in APT::CDROM::NoAct mode (LP: #612666), thanks to Colin Watson
2010-09-07do not replace /dev/null when running in APT::CDROM::NoActMichael Vogt
mode (LP: #612666), thanks to Colin Watson
2010-09-07releasing version 0.8.20.8.2Michael Vogt
2010-09-06merged from lp:~donkult/apt/sidMichael Vogt
2010-09-06rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeededDavid Kalnischkies
to give a better indication what this method will do if called.
2010-09-06* methods/{gzip,bzip2}.cc:David Kalnischkies
- empty files can never be valid archives (Closes: #595691)
2010-09-05Spanish (Omar Campagne). Closes: #595557bubulle@debian.org
2010-09-04* cmdline/apt-key:David Kalnischkies
- support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files
2010-09-04* apt-pkg/indexcopy.cc:David Kalnischkies
- support really still the APT::GPGV::TrustedKeyring setting, as it breaks d-i badly otherwise (Closes: #595428)
2010-09-03apt-pkg/indexcopy.cc: include trustedFile (if it exists)Michael Vogt
2010-09-03* apt-pkg/indexcopy.cc:Michael Vogt
- only use trusted.gpg.d directory if it exists
2010-09-03update the version number to the upcoming 0.8.2 andDavid Kalnischkies
bump the release version of the library also
2010-09-03merge with official v0.8.1David Kalnischkies
2010-09-03releasing version 0.8.10.8.1Michael Vogt
2010-09-03merged from lp:~donkult/apt/sidMichael Vogt
2010-09-02* Norwegian Bokmål (Hans Nordhaug). Closes: #595182bubulle@debian.org
* Danish (Joe Hansen). Closes: #595176 * Catalan (Agustí Grau). Closes: #595234
2010-09-02do the right thing(TM) even if the (unfinished) testcase is namedDavid Kalnischkies
skip-* instead of test-* to avoid calling him with run-tests
2010-09-02check for length of Data to avoid the validness ofDavid Kalnischkies
Pin: origin " (no error displayed). We already know in this method that Data is at least one char long, so we avoid the length counting as long as the string doesn't start with "
2010-09-02show only the basename of the running testDavid Kalnischkies
2010-09-02set the quiet value for apt-cache so the tests will actually seeDavid Kalnischkies
the notices as they will not be shown otherwise
2010-09-02* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
- create Dir::Log if needed to support /var/log as tmpfs or similar, inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239) Easily done by moving a private method from pkgAcquire into the public area of fileutl.cc to be able to use it also in here
2010-09-02add wrapper around dpkg to be able to use it easily in the testsDavid Kalnischkies
2010-08-31French translation fixedbubulle@debian.org
2010-08-31apt-pkg/algorithms.cc: show debug output only if debug option is givenMichael Vogt
2010-08-31apt-pkg/algorithms.cc: if a package was added to the kill list via a ↵Michael Vogt
DpkgBreaks, make sure to break in the loop (just like for a conflict)
2010-08-31apt-pkg/algorithms.cc: in the case of conflicts/breaks against a Provide ↵Michael Vogt
Start.AllTarget() returns all non-canidates as well, we want to filter them out
2010-08-30doc/po/fr.po: fix xml errors in the fr translationMichael Vogt
2010-08-30merged lp:~donkult/apt/sidMichael Vogt
2010-08-30* apt-pkg/versionmatch.cc:David Kalnischkies
- let the pin origin actually work as advertised in the manpage which means "" are optional and pinning a local archive does work - even if it is a non-flat archive (Closes: #594435)
2010-08-29Korean (Changwoo Ryu). Closes: #594809bubulle@debian.org
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-28Portuguese (Miguel Figueiredo). Closes: #594668bubulle@debian.org
2010-08-28Corrected Bulgarian translationbubulle@debian.org
2010-08-27Updated Italian translationbubulle@debian.org
2010-08-27Bulgarian (Damyan Ivanov). Closes: #594627bubulle@debian.org
2010-08-27* Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org
* Portuguese (Américo Monteiro)
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)Michael Vogt
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