summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/algorithms.cc:Colin Watson2012-01-293-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 onDavid Kalnischkies2012-01-291-0/+56
| | | | not-installed versions are ignored while searching for breakage loops
* add a very simple testcases for the previous commited fix forDavid Kalnischkies2012-01-291-0/+51
| | | | Breaks handling in algorithms.cc by Colin Watson
* * apt-pkg/algorithms.cc:Colin Watson2012-01-292-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 Langasek2012-01-293-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 prefixedDavid Kalnischkies2012-01-292-2/+13
|
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-292-17/+23
| | | - chroot if needed before dpkg --assert-multi-arch
* releasing version 0.8.16~exp12Michael Vogt2012-01-241-1/+1
|
* merged from bzr+ssh://bazaar.launchpad.net/~donkult/apt/experimental/Michael Vogt2012-01-2010-36/+79
|\
| * * test/libapt/run-tests:David Kalnischkies2012-01-202-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 Toscano2012-01-202-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/infosDavid Kalnischkies2012-01-204-5/+17
| |
| * fix typos in comments reported by the lintian in very-picky-modesDavid Kalnischkies2012-01-201-5/+5
| |
| * * methods/https.cc:David Kalnischkies2012-01-192-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 Kalnischkies2012-01-192-3/+4
| |
| * * debian/rules:David Kalnischkies2012-01-192-2/+7
| | | | | | | | - apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by Moritz Muehlenhoff, thanks! (Closes: #653504)
| * * debian/control:David Kalnischkies2012-01-192-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 Kalnischkies2012-01-192-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 Vogt2012-01-197-13/+36
|\|
| * * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-197-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 Vogt2012-01-192-1/+13
| | | - fix segfault on pkg removal
* releasing version 0.8.16~exp11Michael Vogt2012-01-191-1/+1
|
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-193-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:allDavid Kalnischkies2012-01-193-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 Kalnischkies2012-01-193-2/+23
|/ | | - redirect out/input of dpkg --assert-multi-arch to /dev/null
* releasing version 0.8.16~exp10Michael Vogt2012-01-191-3/+3
|
* * apt-pkg/contrib/fileutl.h:Michael Vogt2012-01-183-8/+23
|\ | | | | | | | | - store the offset in the internal fd before calculate size of the zlib-handled file to jump back to this place again * apt-pkg/contrib/fileutl.h:
| * * apt-pkg/contrib/fileutl.h:David Kalnischkies2012-01-182-3/+8
| | | | | | | | | | | | | | | | | | - store the offset in the internal fd before calculate size of the zlib-handled file to jump back to this place again It jumped back to the position of the content - which is wrong as the internal fd is compressed and even reseting to the beginning of the file doesn't work as zlib uses an internal buffer, so while we might haven't read anything yet zlib might have done so already…
| * improve error reporting in case of errors in combination with zlibDavid Kalnischkies2012-01-182-6/+16
| |
| * merge with lp:~mvo/aptDavid Kalnischkies2012-01-182-1/+5
| |\
* | \ * apt-pkg/aptconfiguration.cc:Michael Vogt2012-01-187-1508/+1676
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | - parse dpkg --print-foreign-architectures correctly in case archs are separated by newline instead of space, too. (Closes: #655590) * Slovak (Ivan Masar). Closes: #652985 * Russian (Yuri Kozlov). Closes: #654844 * Hungarian (Gabor Kelemen). Closes: #655238
| * | | add Closes tag for the --show-foreign newline changeDavid Kalnischkies2012-01-131-1/+2
| | | |
| * | | /var/apt/cache is in reality /var/cache/aptSergio Cipolla2012-01-101-1/+1
| | | |
| * | | merge with debian-sidDavid Kalnischkies2012-01-106-1885/+2156
| |\ \ \
| | * | | Hungarian (Gabor Kelemen). Closes: #655238bubulle@debian.org2012-01-092-837/+923
| | | | |
| | * | | Russian (Yuri Kozlov). Closes: #654844bubulle@debian.org2012-01-072-382/+412
| | | | |
| | * | | Slovak (Ivan Masar). Closes: #652985bubulle@debian.org2011-12-222-286/+316
| | | | |
| * | | | * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-12-143-2/+23
| | | | | | | | | | | | | | | | | | | | - parse dpkg --print-foreign-architectures correctly in case archs are separated by newline instead of space, too.
* | | | | * apt-pkg/contrib/fileutils.h:Michael Vogt2012-01-182-2/+6
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | - fix segfault from python-apt testsuite
| * | | * apt-pkg/contrib/fileutils.h:Michael Vogt2012-01-162-1/+5
| | | | | | | | | | | | - fix segfault from python-apt testsuite
| * | | merged from debian-experimental2Michael Vogt2012-01-16120-2086/+4071
| |\ \ \ | |/ / / |/| | |
* | | | merged from lp:~donkult/apt/experimental/Michael Vogt2012-01-139-39/+220
|\ \ \ \
| * | | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-133-22/+109
| | | | | | | | | | | | | | | | | | | | - check if dpkg supports multiarch with --assert-multi-arch and if it does be always explicit about the architecture
| * | | | factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies2012-01-134-27/+39
| | | | |
| * | | | * apt-pkg/pkgcache.cc:David Kalnischkies2012-01-133-9/+34
| | | | | | | | | | | | | | | - ignore implicit conflicts on providers in AllTarget, too
| * | | | * apt-pkg/depcache.cc:David Kalnischkies2012-01-113-5/+60
| | | | | | | | | | | | | | | | | | | | - implicit conflicts (for multiarch) are supposed to conflict only with real packages, not with virtual providers
| * | | | as Size() can be quiet expensive for compressed files lets store the resultDavid Kalnischkies2012-01-101-3/+5
|/ / / /
* | | | releasing version 0.8.16~exp9Michael Vogt2012-01-051-5/+3
| | | |
* | | | g++ 4.7 fixesMichael Vogt2012-01-023-0/+6
|\| | |
| * | | g++ 4.7 fixesMichael Vogt2012-01-023-0/+6
| | | |