summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2010-03-19add a missing non-const & Accessors to the Iterator classDavid Kalnischkies1-0/+1
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies27-861/+1756
2010-03-18Readd the FindPkg() method implementation used in the singleArch days toDavid Kalnischkies2-2/+36
2010-03-18generate "negative" dependencies against all architectures of a packageDavid Kalnischkies1-3/+16
2010-03-18Fix a segfault in the version merger introduced in the previous patch:David Kalnischkies1-1/+1
2010-03-17* apt-pkg/pkgcachegen.cc:David Kalnischkies1-17/+11
2010-03-14* apt-pkg/depcache.cc:David Kalnischkies4-20/+41
2010-03-14Ensure that for each all package at least one pseudopackage is installedDavid Kalnischkies1-9/+68
2010-03-13* apt-pkg/deb/debversion.cc:David Kalnischkies1-2/+16
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies3-1/+44
2010-03-12* cmdline/apt-get.ccDavid Kalnischkies1-1/+2
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-7/+9
2010-03-03fix memory leak in getLanguages() by closing the directory after checkingDavid Kalnischkies1-0/+1
2010-03-01fix compiler error if compiled with -std=c++0xDavid Kalnischkies1-5/+5
2010-03-01We need to kill also pseudo packages which have no dependency, noDavid Kalnischkies2-12/+66
2010-03-01Remove and Unpack operations should not be ignored for pseudo packages -David Kalnischkies2-9/+15
2010-02-28Create Pins for all group members instead of only for native architectureDavid Kalnischkies1-19/+22
2010-02-28Fix the PkgFileIterator Constructor which defaults to the wrong value.David Kalnischkies1-1/+2
2010-02-27Enable the AutoRemover to talk "Multi-Arch" by marking all pseudoDavid Kalnischkies2-65/+109
2010-02-27* apt-pkg/contrib/mmap.{h,cc}:David Kalnischkies2-11/+64
2010-02-26move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()David Kalnischkies2-0/+13
2010-02-18fix crash when LANGUAGE is not setMichael Vogt1-1/+2
2010-02-18merge from the lp:~donkult/apt/sid branchMichael Vogt7-42/+158
2010-02-18* [BREAK] merged lp:~mvo/apt/historyMichael Vogt6-21/+99
2010-02-18Change the package index Info methods to allow apt-cache policy to beMichael Vogt3-6/+19
2010-02-18we break the ABI, so let use increase the ABI number :)David Kalnischkies1-1/+1
2010-02-18doesn't use a default separator in ExplodeString (halfway losted in merge)David Kalnischkies1-1/+1
2010-02-18criss-cross merge with my sid branchDavid Kalnischkies2-11/+12
2010-02-18* aptconfiguration.cc:David Kalnischkies2-7/+76
2010-02-18dd support for the LANGUAGE environment variableDavid Kalnischkies4-33/+80
2010-02-18* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-1/+1
2010-02-17merged from debian-sidMichael Vogt19-197/+364
2010-02-15* aptconfiguration.cc:David Kalnischkies2-7/+76
2010-02-14Add support for the LANGUAGE environment variableDavid Kalnischkies3-34/+61
2010-02-14Pseudo() doesn't work in the Cache generation step as the check if onlyDavid Kalnischkies1-1/+2
2010-02-13* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-1/+1
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies28-770/+1455
2010-02-13merge with debian-sidDavid Kalnischkies3-25/+34
2010-02-12In SingleArch environments we don't need the arch "all" pseudo packageDavid Kalnischkies3-4/+10
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies10-17/+124
2010-02-11Arch() on a MultiArch:all version should return "all" to be compatibleDavid Kalnischkies1-1/+10
2010-02-11Add Multi-Arch: allowed support by creating an implicit provide ofDavid Kalnischkies2-1/+10
2010-02-10Foreign Versions add an implicit Provides to the other packages in the groupDavid Kalnischkies3-24/+42
2010-02-10Create implicit dependencies needed for Multi-Arch handlingDavid Kalnischkies1-7/+24
2010-02-10Pre-MultiArch a package which depends on a package with architecture "all"David Kalnischkies3-11/+110
2010-02-07fix progress reporting while reading extended_states fileDavid Kalnischkies1-3/+3
2010-02-07Drop the Arch information from the Version structure as we can getDavid Kalnischkies6-7/+12
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt8-17/+11
2010-01-31* cmdline/acqprogress.cc:Michael Vogt2-23/+16
2010-01-30cleanup the error header a bit by moving the printf-macros outDavid Kalnischkies2-23/+16