| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
- do not create empty Entries as a sideeffect of Lookup()
|
|
|
| |
- clean up lost atomic cachefiles with 'clean' (Closes: #650513)
|
| |
|
| |
|
|
|
| |
with this name is not installed (Closes: #619646)
|
| |
|
| |
|
|
|
| |
- detect if dpkg has multiarch support before calling --set-selections
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|\
| |
| | |
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
|
| |
| |
| | |
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
|
| |
| |
| | |
handle compressed files again (LP: #924182, closes: #658096)
|
|\| |
|
| |
| |
| |
| | |
- fix crash when a package is in removed but residual config state
(LP: #923807)
|
| |\ |
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | | |
- chroot if needed before calling dpkg --print-foreign-architectures
|
| | |
| | |
| | |
| | |
| | | |
- 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)
|
| | |
| | |
| | |
| | |
| | | |
- do not stop parent transversal in FindDir if the value is empty
See http://lists.debian.org/deity/2012/01/msg00053.html , too.
|
| | |
| | |
| | |
| | | |
- if a M-A:same package is marked for reinstall, mark all it's installed
silbings for reinstallation as well (LP: #859188)
|
| | |
| | |
| | |
| | |
| | | |
- use a signed int instead of short for score calculation as upgrades
become so big now that it can overflow (Closes: #657732, LP: #917173)
|
| | |
| | |
| | |
| | | |
not-installed versions are ignored while searching for breakage loops
|
| | |
| | |
| | |
| | | |
Breaks handling in algorithms.cc by Colin Watson
|
| | |
| | |
| | |
| | |
| | | |
- 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)
|
| | |
| | |
| | |
| | |
| | | |
- for cross-build-dependencies M-A: none should be DEB_HOST_ARCH,
not DEB_BUILD_ARCH (Closes: #646288)
|
| | | |
|
|/ /
| |
| | |
- chroot if needed before dpkg --assert-multi-arch
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
- 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
|
| | |
| | |
| | |
| | |
| | | |
- errno 0 has a different strerror on hurd, so generate the expected
message dynamically instead of hardcoding 'Success' (Closes: #656530)
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
- 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 patch to enable usage of hardning CPPFLAGS and LDFLAGS by
Moritz Muehlenhoff, thanks! (Closes: #653504)
|
| | |
| | |
| | |
| | | |
- remove APT from the short descriptions as lintian doesn't like it
and it doesn't transport any information for a reader anyway
|
| | |
| | |
| | |
| | | |
- ignore breaks on not-installed versions while searching for
breakage loops as we don't have to avoid them
|
|\| | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
- 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)
|
| |
| |
| | |
- fix segfault on pkg removal
|
| | |
|
|\ \
| | |
| | |
| | | |
- 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
|
| | |
| | |
| | |
| | | |
Versions with arch:all are added to the package with the native arch,
so we can't rely on Pkg.Arch() for the architecture
|
|/ /
| |
| | |
- redirect out/input of dpkg --assert-multi-arch to /dev/null
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
- 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:
|