Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure that the cache-directories are really directories before | David Kalnischkies | 2012-02-18 | 1 | -2/+2 |
| | | | | trying to get a list of included files from them | ||||
* | * apt-pkg/indexrecords.cc: | David Kalnischkies | 2012-02-18 | 2 | -2/+7 |
| | | | - do not create empty Entries as a sideeffect of Lookup() | ||||
* | * apt-pkg/cachefile.cc: | David Kalnischkies | 2012-02-11 | 4 | -1/+112 |
| | | | - clean up lost atomic cachefiles with 'clean' (Closes: #650513) | ||||
* | just in case: correct the header-guard for https to not match http | David Kalnischkies | 2012-02-11 | 1 | -2/+2 |
| | |||||
* | remove the arbitrary MAXLEN limit for response lines (Closes: #658346) | David Kalnischkies | 2012-02-11 | 4 | -10/+3 |
| | |||||
* | save the universe by not printing messages about apport if a package | David Kalnischkies | 2012-02-11 | 2 | -1/+9 |
| | | | with this name is not installed (Closes: #619646) | ||||
* | fix the hold-testcase as it has problems with 'foreign' operations | David Kalnischkies | 2012-02-11 | 5 | -83/+18 |
| | |||||
* | correctly ignore already (un)hold packages | David Kalnischkies | 2012-02-11 | 3 | -4/+14 |
| | |||||
* | * cmdline/apt-mark.cc: | David Kalnischkies | 2012-02-10 | 2 | -18/+115 |
| | | | - detect if dpkg has multiarch support before calling --set-selections | ||||
* | Fix the testcases to work with and configure dpkg correctly in a | David Kalnischkies | 2012-02-10 | 2 | -23/+64 |
| | | | | | | | | | multi-arch environment It's not a complete and the "fixed" test is fixed more like a hack as we have communication problems with dpkg if dpkg and APT disagree on the interpretation of the native architecture, see also: http://lists.debian.org/debian-dpkg/2012/02/msg00051.html | ||||
* | ensure that architectures are not added multiple times | David Kalnischkies | 2012-02-10 | 2 | -2/+5 |
| | |||||
* | call dpkg --assert-multi-arch with execvp instead of execv | David Kalnischkies | 2012-02-09 | 3 | -4/+5 |
| | |||||
* | rework previous patch to avoid changing the inline code | Michael Vogt | 2012-02-03 | 2 | -4/+6 |
| | |||||
* | * apt-pkg/contrib/fileutl.h: | Michael Vogt | 2012-02-03 | 2 | -1/+6 |
|\ | | | | | - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode | ||||
| * | * apt-pkg/contrib/fileutl.h: | Michael Vogt | 2012-02-03 | 2 | -1/+6 |
| | | | | | | - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode | ||||
* | | Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to | Michael Vogt | 2012-01-31 | 2 | -2/+4 |
| | | | | | | handle compressed files again (LP: #924182, closes: #658096) | ||||
* | | merged from lp:~mvo/apt/mvo | Michael Vogt | 2012-01-31 | 2 | -2/+41 |
|\| | |||||
| * | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2012-01-30 | 2 | -2/+41 |
| | | | | | | | | - fix crash when a package is in removed but residual config state (LP: #923807) | ||||
| * | merged from donkult | Michael Vogt | 2012-01-30 | 32 | -1646/+2281 |
| |\ | |||||
* | \ | merged from lp:~donkult/apt/experimental/ | Michael Vogt | 2012-01-31 | 15 | -84/+409 |
|\ \ \ | | |/ | |/| | |||||
| * | | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2012-01-30 | 2 | -9/+60 |
| | | | | | | | | | - chroot if needed before calling dpkg --print-foreign-architectures | ||||
| * | | * methods/http{s,}.cc: | David Kalnischkies | 2012-01-30 | 3 | -2/+31 |
| | | | | | | | | | | | | | | | - if a file without an extension is requested send an 'Accept: text/*' header to avoid that the server chooses unsupported compressed files in a content-negotation attempt (Closes: #657560) | ||||
| * | | * apt-pkg/contrib/configuration.cc: | David Kalnischkies | 2012-01-30 | 3 | -3/+20 |
| | | | | | | | | | | | | | | | - do not stop parent transversal in FindDir if the value is empty See http://lists.debian.org/deity/2012/01/msg00053.html , too. | ||||
| * | | * apt-pkg/depcache.cc: | David Kalnischkies | 2012-01-29 | 3 | -12/+60 |
| | | | | | | | | | | | | - if a M-A:same package is marked for reinstall, mark all it's installed silbings for reinstallation as well (LP: #859188) | ||||
| * | | * apt-pkg/algorithms.cc: | Colin Watson | 2012-01-29 | 3 | -17/+19 |
| | | | | | | | | | | | | | | | - use a signed int instead of short for score calculation as upgrades become so big now that it can overflow (Closes: #657732, LP: #917173) | ||||
| * | | add the testcase i wrote for revno 2209.1.2, to ensure that breaks on | David Kalnischkies | 2012-01-29 | 1 | -0/+56 |
| | | | | | | | | | | | | not-installed versions are ignored while searching for breakage loops | ||||
| * | | add a very simple testcases for the previous commited fix for | David Kalnischkies | 2012-01-29 | 1 | -0/+51 |
| | | | | | | | | | | | | Breaks handling in algorithms.cc by Colin Watson | ||||
| * | | * apt-pkg/algorithms.cc: | Colin Watson | 2012-01-29 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | - don't break out of the main-resolver loop for Breaks to deal with all of them in a single iteration (Closes: #657695, LP: #922485) | ||||
| * | | * cmdline/apt-get.cc: | Steve Langasek | 2012-01-29 | 3 | -28/+78 |
| | | | | | | | | | | | | | | | - for cross-build-dependencies M-A: none should be DEB_HOST_ARCH, not DEB_BUILD_ARCH (Closes: #646288) | ||||
| * | | ensure that dpkg binary doesn't have the chroot-directory prefixed | David Kalnischkies | 2012-01-29 | 2 | -2/+13 |
| | | | |||||
| * | | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | 2012-01-29 | 2 | -17/+23 |
|/ / | | | | | - chroot if needed before dpkg --assert-multi-arch | ||||
* | | releasing version 0.8.16~exp12 | Michael Vogt | 2012-01-24 | 1 | -1/+1 |
| | | |||||
* | | merged from bzr+ssh://bazaar.launchpad.net/~donkult/apt/experimental/ | Michael Vogt | 2012-01-20 | 10 | -36/+79 |
|\ \ | |||||
| * | | * test/libapt/run-tests: | David Kalnischkies | 2012-01-20 | 2 | -4/+5 |
| | | | | | | | | | | | | - hurd doesn't have dmesg yet and we don't really need it either, so use with $0 a more stable data source for hashsumming | ||||
| * | | * test/libapt/globalerror_test.cc: | Pino Toscano | 2012-01-20 | 2 | -3/+11 |
| | | | | | | | | | | | | | | | - errno 0 has a different strerror on hurd, so generate the expected message dynamically instead of hardcoding 'Success' (Closes: #656530) | ||||
| * | | fix a few esoteric cppcheck errors/warnings/infos | David Kalnischkies | 2012-01-20 | 4 | -5/+17 |
| | | | |||||
| * | | fix typos in comments reported by the lintian in very-picky-modes | David Kalnischkies | 2012-01-20 | 1 | -5/+5 |
| | | | |||||
| * | | * methods/https.cc: | David Kalnischkies | 2012-01-19 | 2 | -6/+10 |
| | | | | | | | | | | | | | | | - use curls list append instead of appending Range and If-Range by hand which generates malformed requests, thanks Mel Collins for the hint! (Closes: #646381) | ||||
| * | | apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835) | David Kalnischkies | 2012-01-19 | 2 | -3/+4 |
| | | | |||||
| * | | * debian/rules: | David Kalnischkies | 2012-01-19 | 2 | -2/+7 |
| | | | | | | | | | | | | - apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by Moritz Muehlenhoff, thanks! (Closes: #653504) | ||||
| * | | * debian/control: | David Kalnischkies | 2012-01-19 | 2 | -11/+14 |
| | | | | | | | | | | | | - remove APT from the short descriptions as lintian doesn't like it and it doesn't transport any information for a reader anyway | ||||
| * | | * apt-pkg/packagemanager.cc: | David Kalnischkies | 2012-01-19 | 2 | -2/+11 |
| | | | | | | | | | | | | - ignore breaks on not-installed versions while searching for breakage loops as we don't have to avoid them | ||||
* | | | merged from lp:~donkult/apt/experimental/ | Michael Vogt | 2012-01-19 | 7 | -13/+36 |
|\| | | |||||
| * | | * apt-pkg/cacheiterators.h: | David Kalnischkies | 2012-01-19 | 7 | -13/+36 |
|/ / | | | | | | | | | | | | | | | | | - 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) | ||||
* | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2012-01-19 | 2 | -1/+13 |
| | | | | | | - fix segfault on pkg removal | ||||
* | | releasing version 0.8.16~exp11 | Michael Vogt | 2012-01-19 | 1 | -1/+1 |
| | | |||||
* | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2012-01-19 | 3 | -3/+52 |
|\ \ | | | | | | | | | | - redirect out/input of dpkg --assert-multi-arch to /dev/null - if multi-arch is detected ensure that pkg:all is reported as pkg:all | ||||
| * | | if multi-arch is detected ensure that pkg:all is reported as pkg:all | David Kalnischkies | 2012-01-19 | 3 | -2/+30 |
| | | | | | | | | | | | | Versions with arch:all are added to the package with the native arch, so we can't rely on Pkg.Arch() for the architecture | ||||
| * | | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | 2012-01-19 | 3 | -2/+23 |
|/ / | | | | | - redirect out/input of dpkg --assert-multi-arch to /dev/null | ||||
* | | releasing version 0.8.16~exp10 | Michael Vogt | 2012-01-19 | 1 | -3/+3 |
| | |