summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-10merged from lp:~mvo/apt/mvo (that has all the changes from ↵Michael Vogt
debian-experimental2) and resolved a bunch of conflicts
2011-11-10merged from http://bzr.debian.org/bzr/apt/apt/debian-experimental2Michael Vogt
2011-11-10merged from lp:~donkult/apt/experimentalMichael Vogt
2011-11-03* apt-pkg/deb/deblistparser.cc:David Kalnischkies
- M-A: foreign packages provide for other archs, too
2011-10-31do not enter an endless loop for (essential) pre-dependency loopsDavid Kalnischkies
2011-10-30* apt-pkg/contrib/sha2_internal.cc:David Kalnischkies
- use a pointer-union to peace gcc strict-aliasing warning
2011-10-30merge with my debian-sid branchDavid Kalnischkies
2011-10-20merged from donkultMichael Vogt
2011-10-20merged from donkultMichael Vogt
2011-10-20doc/apt-key.8.xml: Ubuntu specific documentation changes (LP: #445903)Michael Vogt
2011-10-19releasing version 0.8.16~exp5ubuntu14.1Michael Vogt
2011-10-19releasing version 0.8.16~exp5ubuntu14Michael Vogt
2011-10-17* algorithms.cc:David Kalnischkies
- show a debug why a package was kept by ResolveByKeep()
2011-10-17* apt-pkg/packagemanager.cc:David Kalnischkies
- do not fail on unpacked packages in SmartUnPack, just don't shedule them for unpack, but do all checks and configure them
2011-10-17create "real" testcases out of the tests for chrisDavid Kalnischkies
2011-10-14* apt-pkg/pkgcachegen.cc:Michael Vogt
- refactor MergeList by creating -Group, -Package and -Version specialist - share description list between "same" versions (LP: #868977) This also means that descriptions are shared across archives now. * apt-pkg/pkgcache.cc: - always prefer "en" over "" for "en"-language regardless of cache-order (LP: #868977)
2011-10-14* apt-pkg/pkgcache.cc:Michael Vogt
- always prefer "en" over "" for "en"-language regardless of cache-order (LP: #868977)
2011-10-14cherry pick 2184.1.18Michael Vogt
2011-10-14cherry pick -r 2184.1.15..2184.1.18 from debian-experimental2Michael Vogt
2011-10-14releasing version 0.8.16~exp7Michael Vogt
2011-10-14merged lp:~donkult/apt/experimentalMichael Vogt
2011-10-14releasing version 0.8.15.90.8.15.9Michael Vogt
2011-10-14merged from lp:~donkult/apt/sidMichael Vogt
2011-10-12* apt-pkg/pkgcache.cc:David Kalnischkies
- always prefer "en" over "" for "en"-language regardless of cache-order
2011-10-12add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies
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.
2011-10-12use one string to construct the error message instead of using multipleDavid Kalnischkies
just with different debugging information at the end
2011-10-12a version can have only a single md5 for descriptions, so we can optimizeDavid Kalnischkies
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
2011-10-11share description list between "same" versions (LP: #868977)David Kalnischkies
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies
- refactor MergeList by creating -Group, -Package and -Version specialist
2011-10-11run apt-get download in quiet mode as it messes with output otherwiseDavid Kalnischkies
2011-10-11run integration tests on my new amd64 box without failuresDavid Kalnischkies
2011-10-11fix compiler warning about signed comparision on amd64, tooDavid Kalnischkies
2011-10-06releasing version 0.8.16~exp5ubuntu13Michael Vogt
2011-10-06* cmdline/apt-key:Michael Vogt
- fix apt-key net-update, thanks to Marc Deslauriers and Adam Conrad for the code review (LP: #857472)
2011-10-05* doc/apt.conf.5.xml:David Kalnischkies
- apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
2011-10-05merge with current debian apt/sidDavid Kalnischkies
2011-10-05cherrypick from my apt/experimental branchDavid Kalnischkies
* 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)
2011-10-05* apt-pkg/deb/debmetaindex.cc:David Kalnischkies
- 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)
2011-10-05cmdline/apt-key: use MASTER instead of MASTER_KEYRING as the former is the ↵Michael Vogt
argument of the function
2011-10-05cmdline/apt-key: fix --check-sigs to ensure that the signature can verify ↵Michael Vogt
and also add master keyring to ensure that we can actually verify the signature
2011-10-05push local changesMichael Vogt
2011-10-05cmdline/apt-key: use --output instead of the the pipe and import, thanks to ↵Michael Vogt
mdeslaur and infinity for the code review
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies
2011-10-05cmdline/apt-key: move ADDED into the right place, thanks to Marc DeslauriersMichael Vogt
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt
- 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)
2011-10-04test/integration/test-apt-key-net-update: improve test to test for empty ↵Michael Vogt
keyring/correct keys
2011-10-04export/import keys one-by-oneMichael Vogt
2011-10-04use update-apt-xapian-index -u on armelAdam Conrad
2011-10-04cmdline/apt-key: use --verify-sigs instead of --list-sigsMichael Vogt
2011-10-04* apt-pkg/policy.cc:David Kalnischkies
- accept generic release pin expressions again in -t (Closes: #644166)