Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-24 | after this consider providing packages (if it is not a versioned dep) | David Kalnischkies | |
2011-07-24 | move the detection for installed versions up as it is the easiest case | David Kalnischkies | |
2011-07-24 | first round of reorder code without changing result | David Kalnischkies | |
2011-07-24 | buildconflicts effect all architectures | David Kalnischkies | |
2011-07-23 | you want to be nice and quote a filename just to be reminded by gpg | David Kalnischkies | |
that it doesn't like that… remove superficial quoting to fix apt-key | |||
2011-07-22 | merged from donkult | Michael Vogt | |
2011-07-22 | merged from the mvo branch | Michael Vogt | |
2011-07-22 | * cmdline/apt-get.cc: | Michael Vogt | |
- fix missing download progress in apt-get download | |||
2011-07-16 | do not require unused partial dirs in 'source' (Closes: #633510) | David Kalnischkies | |
2011-07-16 | * cmdline/apt-key: | David Kalnischkies | |
- use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596) * debian/apt.postinst: - remove /etc/apt/secring.gpg if it is an empty file | |||
2011-07-15 | merged from http://bzr.debian.org/bzr/apt/apt/debian-sid | Michael Vogt | |
2011-07-14 | replace the last standing double's with long long | David Kalnischkies | |
2011-07-14 | * cmdline/apt-get.cc: | David Kalnischkies | |
- add an --assume-no option for testing to say 'no' to everything | |||
2011-07-06 | * cmdline/apt-get.cc: | David Kalnischkies | |
- restore all important dependencies for garbage packages (LP: #806274) | |||
2011-06-30 | merged from debian-sid | Michael Vogt | |
2011-06-30 | * doc/makefile: | Michael Vogt | |
- create doxygen directory to avoid depending on magic (Closes: #628799) * cmdline/apt-key: - explicitly state that net-update is not supported if no url is set - require to be root for add, rm, update and net-update - clarify update vs. net-update in different distros (Closes: #632043) * debian/apt.symbols: - forgot 'mips' in the list for all architecture dependent symbols - comment out gcc-4.5 specific symbols as gcc-4.6 is now default - the symbol for PrintStatus() is architecture dependent * apt-pkg/policy.cc: - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! - Defaults is a vector of Pin not of PkgPin - ensure that only the first specific stanza for a package is used - save all stanzas which had no effect in Unmatched - allow package:architecure in Package: | |||
2011-06-29 | require to be root for add, rm, update and net-update | David Kalnischkies | |
2011-06-29 | * cmdline/apt-key: | David Kalnischkies | |
- explicitly state that net-update is not supported if no url is set | |||
2011-06-29 | merge lp:~mvo/apt/abi-break | Michael Vogt | |
2011-06-08 | merge lp:~mvo/apt/sha512-template to add support for sha512 | Michael Vogt | |
2011-05-28 | * cmdline/apt-config.cc: | David Kalnischkies | |
- show Acquire::Languages and APT::Architectures settings in 'dump' (Closes: 626739) | |||
2011-05-17 | * cmdline/apt-get.cc: | David Kalnischkies | |
- do not discard the error messages from the resolver and instead only show the general 'Broken packages' message if nothing else | |||
2011-05-17 | rename option APT::Solver::Name to simply APT::Solver | David Kalnischkies | |
2011-05-17 | * Implement EDSP in libapt-pkg so that all front-ends which | David Kalnischkies | |
use the internal resolver can now be used also with external ones as the usage is hidden in between the old API * provide two edsp solvers in apt-utils: - 'dump' to quickly output a complete scenario and - 'apt' to use the internal as an external resolver | |||
2011-05-11 | convert a lot of places to use IsNegative instead of checking by hand | David Kalnischkies | |
for the three different dependencies | |||
2011-05-07 | implement correct error reporting | David Kalnischkies | |
2011-05-03 | add a tiny dump solver to quickly output a scenario | David Kalnischkies | |
2011-05-03 | add a --solver option to apt-get | David Kalnischkies | |
2011-05-03 | work on requests with the correct upgrade/dist-upgrade/else resolver | David Kalnischkies | |
2011-05-02 | implement optional Progress report in EDSP | David Kalnischkies | |
2011-04-26 | provide a 'dpkg --set-selections' wrapper to set/release holds | David Kalnischkies | |
2011-04-25 | add scenario command to output a complete or limited scenario | David Kalnischkies | |
2011-04-21 | * cmdline/apt-get.cc: | David Kalnischkies | |
- deprecate mostly undocumented 'markauto' in favor of 'apt-mark' * cmdline/apt-cache.cc: - deprecate mostly undocumented 'showauto' in favor of 'apt-mark' | |||
2011-04-21 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- reimplement apt-mark in c++ | |||
2011-04-19 | set hint flags for the problem resolver according to request | David Kalnischkies | |
2011-04-16 | fix a bunch of cppcheck warnings/errors based on a patch by | David Kalnischkies | |
Niels Thykier, thanks! (Closes: #622805) | |||
2011-04-13 | * cmdline/apt-get.cc: | Julian Andres Klode | |
- Do not install recommends for build-dep (Closes: #454479) (LP: #245273) | |||
2011-04-02 | disable the error discarding as it destroyes the error reporting about | David Kalnischkies | |
failures with external solvers for now as long as i can't see a reason for it | |||
2011-04-01 | add a small wrapper to use the internal apt solver as an external one | David Kalnischkies | |
2011-03-29 | be able to disable resolver with APT::Get::CallResolver and disable | David Kalnischkies | |
auto installation with APT::Get::AutoSolving | |||
2011-03-28 | be able to disable resolver with APT::Get::AutoSolving | David Kalnischkies | |
2011-03-26 | * cmdline/apt-get.cc: | David Kalnischkies | |
- do not show simulation notice for non-root commands (Closes: #619072) | |||
2011-03-08 | Remove the "pseudopackage" handling of Architecture: all packages for | David Kalnischkies | |
Multi-Arch; instead, Arch: all packages only satisfy dependencies for the native arch, except where the Arch: all package is declared Multi-Arch: foreign. (Closes: #613584) This has the sideeffect that arch:all packages internally show up as coming from the native arch - so packages with the architecture "all" doesn't exist any longer in the pkgcache | |||
2011-03-07 | * cmdline/apt-get.cc: | David Kalnischkies | |
- reinstall dependencies of reinstalled "garbage" (Closes: #617257) | |||
2011-02-25 | add sha512 support in the client now as well | Michael Vogt | |
2011-02-15 | * cmdline/apt-get.cc: | David Kalnischkies | |
- don't remove new dependencies of garbage packages (Closes: #613420) | |||
2011-02-09 | * cmdline/apt-get.cc: | David Kalnischkies | |
- add --install-suggests option (Closes: #473089) | |||
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-07 | implement --print-uris for download command | David Kalnischkies | |
2011-02-07 | implement download-only for changelog command which downloads the | David Kalnischkies | |
changelog to the file $PKGNAME.changelog in the current directory |