summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/cachefile.cc:David Kalnischkies2012-02-111-1/+3
| | | - clean up lost atomic cachefiles with 'clean' (Closes: #650513)
* remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies2012-02-111-1/+2
|
* save the universe by not printing messages about apport if a packageDavid Kalnischkies2012-02-111-1/+3
| | | with this name is not installed (Closes: #619646)
* correctly ignore already (un)hold packagesDavid Kalnischkies2012-02-111-1/+2
|
* * cmdline/apt-mark.cc:David Kalnischkies2012-02-101-1/+3
| | | - detect if dpkg has multiarch support before calling --set-selections
* ensure that architectures are not added multiple timesDavid Kalnischkies2012-02-101-1/+2
|
* call dpkg --assert-multi-arch with execvp instead of execvDavid Kalnischkies2012-02-091-2/+3
|
* * apt-pkg/contrib/fileutl.h:Michael Vogt2012-02-031-0/+2
|\ | | | | - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
| * * apt-pkg/contrib/fileutl.h:Michael Vogt2012-02-031-0/+2
| | | | | | - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
* | Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations toMichael Vogt2012-01-311-0/+2
|/ | | handle compressed files again (LP: #924182, closes: #658096)
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-301-0/+5
| | | | - fix crash when a package is in removed but residual config state (LP: #923807)
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-01-301-1/+3
| | | - chroot if needed before calling dpkg --print-foreign-architectures
* * methods/http{s,}.cc:David Kalnischkies2012-01-301-1/+5
| | | | | - 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 Kalnischkies2012-01-301-1/+3
| | | | | - 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 Kalnischkies2012-01-291-1/+4
| | | | - 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 Watson2012-01-291-1/+3
| | | | | - use a signed int instead of short for score calculation as upgrades become so big now that it can overflow (Closes: #657732, LP: #917173)
* * apt-pkg/algorithms.cc:Colin Watson2012-01-291-1/+6
| | | | | - 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-291-2/+7
| | | | | - 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-291-1/+2
|
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-291-0/+8
| | | - chroot if needed before dpkg --assert-multi-arch
* releasing version 0.8.16~exp12Michael Vogt2012-01-241-1/+1
|
* * test/libapt/run-tests:David Kalnischkies2012-01-201-1/+4
| | | | - 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-201-1/+6
| | | | | - errno 0 has a different strerror on hurd, so generate the expected message dynamically instead of hardcoding 'Success' (Closes: #656530)
* * methods/https.cc:David Kalnischkies2012-01-191-1/+5
| | | | | - 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-191-1/+4
| | | | - ignore breaks on not-installed versions while searching for breakage loops as we don't have to avoid them
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-191-1/+5
| | | | | | | | | - 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-191-0/+8
| | | - fix segfault on pkg removal
* releasing version 0.8.16~exp11Michael Vogt2012-01-191-1/+1
|
* if multi-arch is detected ensure that pkg:all is reported as pkg:allDavid Kalnischkies2012-01-191-1/+2
| | | | 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-191-0/+8
| | | - 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-181-1/+4
|\ | | | | | | | | - 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-181-2/+5
| | | | | | | | | | | | | | | | | | - 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…
* | * apt-pkg/aptconfiguration.cc:Michael Vogt2012-01-182-3/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | - 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-101-1/+9
| |\ \
| | * | Hungarian (Gabor Kelemen). Closes: #655238bubulle@debian.org2012-01-091-0/+1
| | | |
| | * | Russian (Yuri Kozlov). Closes: #654844bubulle@debian.org2012-01-071-0/+1
| | | |
| | * | Slovak (Ivan Masar). Closes: #652985bubulle@debian.org2011-12-221-1/+2
| | | |
| * | | * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-12-141-1/+4
| | | | | | | | | | | | | | | | - 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-181-1/+5
|\ \ \ \ | | |_|/ | |/| | - fix segfault from python-apt testsuite
| * | | * apt-pkg/contrib/fileutils.h:Michael Vogt2012-01-161-0/+4
|/ / / | | | | | | - fix segfault from python-apt testsuite
* | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-131-1/+4
| | | | | | | | | | | | - check if dpkg supports multiarch with --assert-multi-arch and if it does be always explicit about the architecture
* | | * apt-pkg/pkgcache.cc:David Kalnischkies2012-01-131-1/+3
| | | | | | | | | - ignore implicit conflicts on providers in AllTarget, too
* | | * apt-pkg/depcache.cc:David Kalnischkies2012-01-111-0/+9
| | | | | | | | | | | | - implicit conflicts (for multiarch) are supposed to conflict only with real packages, not with virtual providers
* | | releasing version 0.8.16~exp9Michael Vogt2012-01-051-5/+3
| | |