Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-01 | * debian/apt.cron.daily: | Michael Vogt | |
- source /etc/default/locale (if available) so that the apt-get update cron job fetches the right translated package descriptions | |||
2010-09-21 | doc/examples/configure-index: | Michael Vogt | |
- add info on debug::acquire::cdrom | |||
2010-09-10 | apt-pkg/contrib/cdromutl.cc: do not take Buf.f_bfree into account on ↵ | Michael Vogt | |
writable media | |||
2010-09-10 | apt-pkg/contrib/cdromutl.cc: style fixes (thanks to David for his code-review) | Michael Vogt | |
2010-09-10 | * apt-pkg/contrib/cdromutl.cc: | Michael Vogt | |
- if apt-cdrom is used on writable media (like usb-sticks), do not use the root directory to identify the medium (as all changes there change the ident id). Use the .disk directory instead | |||
2010-09-07 | do not replace /dev/null when running in APT::CDROM::NoAct | Michael Vogt | |
mode (LP: #612666), thanks to Colin Watson | |||
2010-09-03 | apt-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-03 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2010-09-02 | do the right thing(TM) even if the (unfinished) testcase is named | David Kalnischkies | |
skip-* instead of test-* to avoid calling him with run-tests | |||
2010-09-02 | check for length of Data to avoid the validness of | David 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-02 | show only the basename of the running test | David Kalnischkies | |
2010-09-02 | set the quiet value for apt-cache so the tests will actually see | David 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-02 | add wrapper around dpkg to be able to use it easily in the tests | David Kalnischkies | |
2010-08-31 | apt-pkg/algorithms.cc: show debug output only if debug option is given | Michael Vogt | |
2010-08-31 | apt-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-31 | apt-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-30 | doc/po/fr.po: fix xml errors in the fr translation | Michael Vogt | |
2010-08-30 | merged lp:~donkult/apt/sid | Michael 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-29 | Korean (Changwoo Ryu). Closes: #594809 | bubulle@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-28 | remove useless GetInitialize method | David Kalnischkies | |
2010-08-28 | remove death code by removing unused GetInitialize | David Kalnischkies | |
2010-08-28 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- apply SilentlyIgnore also on files without an extension | |||
2010-08-28 | Portuguese (Miguel Figueiredo). Closes: #594668 | bubulle@debian.org | |
2010-08-28 | Corrected Bulgarian translation | bubulle@debian.org | |
2010-08-27 | Updated Italian translation | bubulle@debian.org | |
2010-08-27 | Bulgarian (Damyan Ivanov). Closes: #594627 | bubulle@debian.org | |
2010-08-27 | * Simplified Chinese (Aron Xu). Closes: #594458 | bubulle@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-25 | show in madison command again also source packages (LP: #614589) | Michael Vogt | |
2010-08-25 | show in madison command again also source packages (LP: #614589) | David Kalnischkies | |
2010-08-25 | Asturian (maacub). Closes: #594303 | bubulle@debian.org | |
2010-08-25 | Italian (Milo Casagrande). Closes: #594238 | bubulle@debian.org | |
2010-08-25 | Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265 | bubulle@debian.org | |
2010-08-25 | Swedish (Daniel Nylander). Closes: #594241 | bubulle@debian.org | |
2010-08-25 | Slovak (Ivan Masár). Closes: #594255 | bubulle@debian.org | |
2010-08-25 | Move typo fix to 0.8.1 entry | bubulle@debian.org | |
2010-08-25 | Fix from Florentin Duneau review | bubulle@debian.org | |
2010-08-25 | Open new changelog entry. Move Thai and Russian translations there | bubulle@debian.org | |
2010-08-24 | po/LINGUAS: remove en_GB | Michael Vogt | |
2010-08-24 | configure.in: drop en_GB from configure.in now that it got deleted from po/ | Michael Vogt | |
2010-08-24 | Drop en_GB translation as per request of Neil Williams | bubulle@debian.org | |
2010-08-24 | Russian (Yuri Kozlov). Closes: #594232 | bubulle@debian.org | |
2010-08-24 | Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki | bubulle@debian.org | |
Closes: #594211 | |||
2010-08-24 | Thai translation completed | bubulle@debian.org | |
2010-08-24 | French translation completed | bubulle@debian.org | |