| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- make the cachesets real containers which can embedding any container
to be able to use the same interface regardless of set or list usage
|
|
|
| |
- M-A: foreign packages provide for other archs, too
|
| |
|
|
|
| |
- use a pointer-union to peace gcc strict-aliasing warning
|
|\ |
|
| |\ |
|
| |/
| |
| | |
- show a debug why a package was kept by ResolveByKeep()
|
| | |
|
| |\ |
|
| | |
| | |
| | | |
- apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
|
| | |\
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- fix buffersize in bytes2hex
* ftparchive/cachedb.cc:
- make buffer fully dynamic (thanks to Colin Watson)
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* apt-pkg/deb/debmetaindex.cc:
- none is a separator, not a language: no need for Index (Closes: #624218)
* apt-pkg/aptconfiguration.cc:
- do not builtin languages only if none is forced (Closes: #643787)
|
| | | |
| | | |
| | | | |
- accept generic release pin expressions again in -t (Closes: #644166)
|
| | | |
| | | |
| | | | |
- silently ignore *.orig and *.save files by default
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- use std::vector instead of fixed size arrays to store args and
multiarch-packagename strings
- load the dpkg base arguments only one time and reuse them later
* cmdline/apt-get.cc:
- follow Provides in the evaluation of saving candidates, too, for
statisfying garbage package dependencies (Closes: #640590)
* apt-pkg/algorithms.cc:
- if a package is garbage, don't try to save it with FixByInstall
|
| | | |
| | | |
| | | |
| | | |
| | | | |
if the archive is signed, but the signature can't be checked
as the key is missing (debbugs #597301 - fix in r2105)
|
| | |/
| | |
| | |
| | | |
- change wording of autoremove description as suggested
by Robert Simmons, thanks! (Closes: #641490)
|
| |/ |
|
| | |
|
| |
| |
| |
| | |
- fix double delete (LP: #848907)
- ignore only the invalid regexp instead of all options
|
| |\
| | |
| | |
| | | |
- output list of virtual package providers to c1out in -q=1
instead of /dev/null to unbreak sbuild (LP: #816155)
|
| |/
| |
| |
| | |
- output list of virtual package providers to c1out in -q=1
instead of /dev/null to unbreak sbuild (LP: #816155)
|
| |
| |
| |
| | |
- do not fail on unpacked packages in SmartUnPack, just don't
shedule them for unpack, but do all checks and configure them
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | | |
- always prefer "en" over "" for "en"-language regardless of cache-order
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
struct is created and not at the end of the cache generation
This allows us to be independent from the configured architectures for
these kind of conflicts, we get natural progress for free and
only the needed dependencies are in th respective binary cache.
|
| | |
| | |
| | |
| | | |
just with different debugging information at the end
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
the merging with this knowledge a bit and by correctly sharing the lists
we only need to have a single description list for possibly many different
versions. This also means that description translations are shared between
different sources
|
| | | |
|
| | |
| | |
| | | |
- refactor MergeList by creating -Group, -Package and -Version specialist
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
- none is a separator, not a language: no need for Index (Closes: #624218)
* apt-pkg/aptconfiguration.cc:
- do not builtin languages only if none is forced (Closes: #643787)
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- fix double delete (LP: #848907)
- ignore only the invalid regexp instead of all options
* apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
- fix fetching language information by adding OptionalSubIndexTarget
* methods/https.cc:
- cleanup broken downloads properly
* ftparchive/cachedb.cc:
- fix buffersize in bytes2hex
* apt-pkg/deb/deblistparser.cc:
- fix crash when the dynamic mmap needs to be grown in
LoadReleaseInfo (LP: #854090)
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
- fix buffersize in bytes2hex
|
| | | |
| | | |
| | | | |
- cleanup broken downloads properly
|
| | | |
| | | |
| | | | |
- fix fetching language information by adding OptionalSubIndexTarget
|
| | | |
| | | |
| | | |
| | | | |
- fix double delete (LP: #848907)
- ignore only the invalid regexp instead of all options
|
| | | |
| | | |
| | | | |
- remove the limit of 400 Binaries for a source package (Closes: #622110)
|