Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-05 | make the specify order of packages irrelevant (half-close #196021) | David Kalnischkies | |
2010-07-04 | prefer the Policy if it is built instead of the DepCache and | David Kalnischkies | |
if DepCache is not available as fallback built the Policy | |||
2010-07-03 | reorder classes a bit and make TryToInstallBuildDep use them | David Kalnischkies | |
2010-07-03 | Refactor TryToInstall to look a bit saner by splitting the Remove | David Kalnischkies | |
and the Virtual packages part out of the loop. The function still exists unchanged as TryToInstallBuildDep through for the BuildDep installation method | |||
2010-07-02 | add a ConstructedBy member to the PackageSet which can be used by the | David Kalnischkies | |
e.g. FromString to tell the caller if the string was an exact match or found by regex or task. The two later ones can match packages for which we want to ignore failures in the VersionSet | |||
2010-06-29 | if the package has no installed & candidate but is virtual see if only | David Kalnischkies | |
one package provides it - if it is only one use this package instead | |||
2010-06-29 | rename AddSelectedVersion() to a better public FromPackage() | David Kalnischkies | |
2010-06-29 | for install, do all installs first and then the removes and vice versa | David Kalnischkies | |
2010-06-28 | - factor out code to get a single package FromName() | David Kalnischkies | |
- check in Grouped* first without modifier interpretation | |||
2010-06-26 | - only print errors if all tries to get a package by string failed | David Kalnischkies | |
* | |||
2010-06-26 | give the APT::Cache::Generate option her effect back | David Kalnischkies | |
2010-06-26 | do not override the user set quiet setting even if the target is not a tty | David Kalnischkies | |
2010-06-25 | print all messages if the application is in an interactive run | David Kalnischkies | |
2010-06-22 | Use an abstract helper for error handling and output | David Kalnischkies | |
instead of doing this directly in the CacheSets. With this method an application like apt-get can change the behavior of the CacheSets to his liking. It can for example easily keep track of how packages were added to the set: by names or with regex's… | |||
2010-06-19 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use the cachsets in the install commands | |||
2010-06-19 | get packages by task^ with FromTask() | David Kalnischkies | |
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies | |
- doesn't include it in the library for now as it is too volatile | |||
2010-06-09 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2010-06-09 | * merge the remaining Ubuntu change: | Michael Vogt | |
- on gpg verification failure warn and restore the last known good state - on failure display the IP of the server (useful for servers that use round robin DNS) - support Original-Maintainer in RewritePackageOrder - enable cdrom autodetection via libudev by default - show messsage about Vcs in use when apt-get source is run for packages maintained in a Vcs - better support transitional packages with mark auto-installed. when the transitional package is in "oldlibs" the new package is not marked auto installed (same is true for section metapackages) - provide new "deb mirror://archive.foo/mirrors.list sid main" method expects a list of mirrors (generated on the server e.g. via geoip) and will use that, including cycle on failure - write apport crash file on package failure (disabled by default on debian until apport is available) - support mirror failure reporting (disabled by default on debian) | |||
2010-06-09 | * apt-pkg/pkgcache.h: | David Kalnischkies | |
- switch {,Install-}Size to unsigned long long - deal with long long, not with int to remove 2GB Limit (LP: #250909) - deprecate AddSize with Multiplier as it is unused and switch to boolean instead to handle the sizes more gracefully. - switch i{Download,Usr}Size from double to (un)signed long long * cmdline/apt-get.cc: - use unsigned long long instead of double to store values it gets | |||
2010-06-06 | use the GroupedFromCommandLine() method in the dotty and xvcg command | David Kalnischkies | |
to get all the funky features in less lines | |||
2010-06-05 | do not fail if an unrelated error is pending in DisplayRecord() | David Kalnischkies | |
2010-06-05 | accept package versions in the unmet command | David Kalnischkies | |
2010-06-05 | apt-cache show --no-all-versions should issues the Candidate | David Kalnischkies | |
2010-06-05 | Don't increase the commandline parameter in the library but in the | David Kalnischkies | |
application to be really generic. | |||
2010-06-05 | add --target-release option (Closes: #115520) | David Kalnischkies | |
2010-06-05 | Add a option to apt-cache policy to additionally init the DepCache before | David Kalnischkies | |
starting to get the package informations. This is useful e.g. for debugging the MultiArchKiller. | |||
2010-06-05 | use pkgCacheFile and the new CacheSets all over the place | David Kalnischkies | |
2010-06-04 | Switch away from the now deprecated methods for Cache building | David Kalnischkies | |
2010-06-03 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use unsigned long long instead of double to store values it gets | |||
2010-06-02 | cmdline/apt-report-mirror-failure: port to latest python-apt | Michael Vogt | |
2010-05-31 | rename packageset into cacheset while it is not too late | David Kalnischkies | |
2010-05-31 | * cmdline/apt-cache.cc: | David Kalnischkies | |
- make the search multiarch compatible by using GrpIterator instead | |||
2010-05-31 | i managed to commit broken code… which (at least in my mind) worked | David Kalnischkies | |
yesterday. Strange… anyway only small fixes. | |||
2010-05-31 | move cmdline parsing from apt-cache to new FromCommandLine method | David Kalnischkies | |
2010-05-30 | move regex magic from apt-get to new FromRegEx method | David Kalnischkies | |
2010-05-24 | - show at the end of the install process a list of disappeared packages | David Kalnischkies | |
* apt-pkg/packagemanager.h: - export info about disappeared packages with GetDisappearedPackages() | |||
2010-05-14 | handle multiple --{tar,diff,dsc}-only options correctly | David Kalnischkies | |
2010-05-06 | merge with debian-experimental-ma | David Kalnischkies | |
2010-05-06 | don't suggest held packages as they are installed (Closes: #578135) | David Kalnischkies | |
2010-05-04 | Move the showauto command to apt-cache and sort output. | Julian Andres Klode | |
* cmdline/apt-cache.cc: - Add a showauto command to apt-cache. - Add apt-get markauto and unmarkauto commands. | |||
2010-05-04 | * doc/files.sgml: | Michael Vogt | |
- sync documentation with status quo, regarding files/directories in use, extended_states and uri schemes. * doc/cache.sgml: - drop the file in favor of inplace documentation with doxygen * apt-pkg/pkgcache.h: - enhance the Groups ABI by providing a ID as the other structs does - check also the size of the Group struct then checking for the others | |||
2010-05-04 | rerun dpkg-source in source if --fix-broken is given (Closes: #576752) | David Kalnischkies | |
2010-05-04 | cmdline/apt-get.cc: Add apt-get markauto, showauto and unmarkauto commands. | Julian Andres Klode | |
2010-05-04 | use GroupCount for package names in stats and add a package struct line | David Kalnischkies | |
2010-05-04 | merged from davids branch | Michael Vogt | |
2010-04-24 | set also "all" to this version for pseudo packages in TryToChangeVer | David Kalnischkies | |
2010-04-24 | show non-candidates as fallback for virtual packages (Closes: #578385) | David Kalnischkies | |
2010-04-23 | * cmdline/apt-cache.cc: | David Kalnischkies | |
- align Installed and Candidate Version in policy so they can be compared easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657) | |||
2010-04-21 | replace backticks with single quote in broken packages message. | David Kalnischkies | |
Thanks to Jari Aalto for spotting & patching! (Closes: #577168) |