Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | merged from the debian-sid branch | Michael Vogt | |
2012-06-27 | fix two simple spelling issues found by Christian Perrier, | David Kalnischkies | |
updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge | |||
2012-06-26 | merge previous security upload | Michael Vogt | |
2012-06-18 | * cmdline/apt-get.cc: | David Kalnischkies | |
- print a friendly message in 'download' if a package can't be downloaded (Closes: #677887) | |||
2012-06-14 | add extra paranoia against subkey attacks (and a regression test), LP: ↵ | Michael Vogt | |
#1013128, thanks to jdstrand and mdeslaur and Geori Guinski | |||
2012-06-11 | Merge version 0.9.6 from Debian | Steve Langasek | |
2012-06-11 | merged from donkult | Michael Vogt | |
2012-06-11 | check build-dep candidate if install is forbidden | David Kalnischkies | |
2012-06-10 | * cmdline/apt-get.cc: | Thibaut Girka | |
- complain correctly about :any build-dep on M-A:none packages | |||
2012-06-10 | show 'bzr branch' as 'bzr get' is deprecated (LP: #1011032) | David Kalnischkies | |
2012-06-10 | * cmdline/apt-get.cc: | Daniel Hartwig | |
- print URIs for all changelogs in case of --print-uris, thanks to Daniel Hartwig for the patch! (Closes: #674897) | |||
2012-06-06 | * cmdline/apt-key: | Michael Vogt | |
- do not hardcode /etc but use Dir::Etc instead | |||
2012-05-24 | * cmdline/apt-get.cc: | David Kalnischkies | |
- do not show 'list of broken packages' header if no package is broken as it happens e.g. for external resolver errors | |||
2012-05-22 | merged (and resolved a bunch of conflicts) of the debian-sid branch | Michael Vogt | |
2012-05-16 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use the host architecture, not the build architecture for matching of [architecture restrictions] in Build-Depends (Closes: #672927) * | |||
2012-05-05 | ensure that apti18n.h is included last as advertised (Closes: #671623) | David Kalnischkies | |
2012-04-22 | * cmdline/apt-config.cc: | David Kalnischkies | |
- make it possible to limit dump to a subtree - implement --empty and --format option for dump | |||
2012-04-16 | * cmdline/apt-get.cc: | David Kalnischkies | |
- if pkgCacheFile::Generate is disabled in 'update' don't remove the caches (and don't try to open them) | |||
2012-04-12 | merged r1972 from lp:~paolorotolo/apt/fix-for-967393 | Michael Vogt | |
2012-04-12 | merged r1970 lp:~vorlon/apt/lp.968828 | Michael Vogt | |
2012-04-11 | * cmdline/apt-get.cc: | David Kalnischkies | |
- print list of autoremoves in alphabetical order (Closes: #639008) | |||
2012-04-05 | For cross-build-dependencies, Architecture: all packages should be | Steve Langasek | |
treated as implicitly Multi-Arch: foreign, because either they *are* M-A: foreign when used as a build-dependency, or they need to be updated to not be Architecture: all; and since cross-build-deps are new functionality in apt, we can safely make this change without breaking existing systems. Closes: #666772. | |||
2012-04-05 | * cmdline/apt-get.cc: | Bogdan Purcareata | |
- distinguish information about 'apt-get autoremove' based on the number of auto-removed packages both before and after the list of packages (Closes: #665833) | |||
2012-03-29 | don't treat build-depends-indep as cross-build-dependencies; we should | Steve Langasek | |
always install the host arch versions. LP: #968828. | |||
2012-03-22 | * debian/apt-utils.install: | David Kalnischkies | |
- ship the ftparchive, apt-extractemplates and apt-sortpkgs locales in the apt-utils package instead of the apt package | |||
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies | |
to the more standard PACKAGE_VERSION and make it work in every file | |||
2012-03-13 | cherry pick 2217.1.26 (cppcheck fixes) | Michael Vogt | |
2012-03-05 | fix "(style) The scope of the variable 'count' can be reduced" | David Kalnischkies | |
2012-03-04 | fix a bunch of cppcheck "(warning) Member variable '<#>' is not | David Kalnischkies | |
initialized in the constructor." messages (no functional change) | |||
2012-02-25 | * cmdline/apt-cache.cc: | David Kalnischkies | |
- correct --pre-depends option by using dash consistently (LP: #940837) | |||
2012-02-18 | improve 'error' message for packages which are only referenced | David Kalnischkies | |
e.g. in a Depends line and are now requested for removal | |||
2012-02-18 | * cmdline/apt-get.cc: | David Kalnischkies | |
- if a package can't be removed as it is not installed, suggest to the user an (installed) multiarch silbing with 'Did you mean?' | |||
2012-02-11 | fix the hold-testcase as it has problems with 'foreign' operations | David Kalnischkies | |
2012-02-11 | correctly ignore already (un)hold packages | David Kalnischkies | |
2012-02-10 | * cmdline/apt-mark.cc: | David Kalnischkies | |
- detect if dpkg has multiarch support before calling --set-selections | |||
2012-01-29 | * cmdline/apt-get.cc: | Steve Langasek | |
- for cross-build-dependencies M-A: none should be DEB_HOST_ARCH, not DEB_BUILD_ARCH (Closes: #646288) | |||
2012-01-28 | Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH. | Steve Langasek | |
Closes: #646288. | |||
2012-01-28 | Multi-Arch: none build-deps should be DEB_HOST_ARCH, not DEB_BUILD_ARCH. | Steve Langasek | |
Closes: #646288. | |||
2012-01-28 | fix an inverted check on build-deps: we were accidentally checking for | Steve Langasek | |
host-arch packages whenever the build-dep *did* include a colon, instead of when it didn't. | |||
2012-01-24 | merged from experimental | Michael Vogt | |
2012-01-20 | fix a few esoteric cppcheck errors/warnings/infos | David Kalnischkies | |
2012-01-19 | * apt-pkg/cacheiterators.h: | David Kalnischkies | |
- return the correct version arch for all+foreign, too The flag is interpreted at a few other places in different styles so this commit ensures that the flag check is consistent everywhere (checking for Same in flag style is a bit too much as it isn't used in combination with others anyway, but who knows and just for consistency) | |||
2012-01-05 | merged from debian-experimental2 | Michael Vogt | |
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2011-12-19 | merged from debian-experimental2 | Michael Vogt | |
2011-12-15 | atleast libapt should announce to itself that it is clean… | David Kalnischkies | |
(and be it if it tries to announce that…) | |||
2011-12-10 | enable FileFd to guess the compressor based on the filename if requested or | David Kalnischkies | |
to search for compressed silbings of the given filename and use this guessing instead of hardcoding Gzip compression | |||
2011-12-10 | * cmdline/apt-config.cc: | David Kalnischkies | |
- dump the APT::Compressor settings correctly and completely | |||
2011-11-23 | merged from debian-experimental | Michael Vogt | |