summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | criss-cross merge with my sid branchDavid Kalnischkies2010-02-182-11/+12
| | |\ \ \
| | * | | | * doc/apt_preferences.5.xml:David Kalnischkies2010-02-172-1/+11
| | * | | | add a note about the uncomplete toolchain to sound a bit more scaryDavid Kalnischkies2010-02-171-0/+7
| | * | | | * debian/control:David Kalnischkies2010-02-162-1/+3
| | * | | | * aptconfiguration.cc:David Kalnischkies2010-02-155-9/+105
| | * | | | * buildlib/apti18n.h.in, po/makefile:David Kalnischkies2010-02-154-5/+13
| | * | | | Activate support of :any and stuff in apt-get build-dep as we haveDavid Kalnischkies2010-02-152-3/+4
| | * | | | Add support for the LANGUAGE environment variableDavid Kalnischkies2010-02-144-48/+108
| | * | | | Pseudo() doesn't work in the Cache generation step as the check if onlyDavid Kalnischkies2010-02-141-1/+2
| | * | | | - add --arch option for apt-ftparchive packages and contents commandsDavid Kalnischkies2010-02-135-24/+34
| | * | | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-02-132-1/+4
| | * | | | [BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies2010-02-1333-799/+1634
| | |\ \ \ \
| | | * | | | Add a more or less useful README file for everything related to MultiArchDavid Kalnischkies2010-02-132-1/+108
| | | * | | | In SingleArch environments we don't need the arch "all" pseudo packageDavid Kalnischkies2010-02-124-4/+13
| | | * | | | Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies2010-02-1212-20/+137
| | | * | | | Arch() on a MultiArch:all version should return "all" to be compatibleDavid Kalnischkies2010-02-111-1/+10
| | | * | | | display the architecture of the package if it is not the defaultDavid Kalnischkies2010-02-112-26/+53
| | | * | | | Add Multi-Arch: allowed support by creating an implicit provide ofDavid Kalnischkies2010-02-112-1/+10
| | | * | | | Foreign Versions add an implicit Provides to the other packages in the groupDavid Kalnischkies2010-02-103-24/+42
| | | * | | | Create implicit dependencies needed for Multi-Arch handlingDavid Kalnischkies2010-02-101-7/+24
| | | * | | | Pre-MultiArch a package which depends on a package with architecture "all"David Kalnischkies2010-02-103-11/+110
| | | * | | | Drop the Arch information from the Version structure as we can getDavid Kalnischkies2010-02-076-7/+12
| | | * | | | Split ListParser::NewDepends into two methods to use these new methodDavid Kalnischkies2009-12-276-40/+176
| | | * | | | merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies2009-12-2318-214/+394
| | | * | | | Implement the first step toward Multi-Arch by setting up a GroupDavid Kalnischkies2009-12-197-70/+267
| | | * | | | mark the Error/Warning method as __coldDavid Kalnischkies2009-12-191-4/+5
| | | * | | | add optional gcc features as deprecated, unused and (un)likelyDavid Kalnischkies2009-12-191-0/+22
| | | * | | | Refactor the cache iterators by using a common base classDavid Kalnischkies2009-12-093-418/+320
| * | | | | | Fix a segfault in the version merger introduced in the previous patch:David Kalnischkies2010-03-181-1/+1
| * | | | | | The language directories for manpage building are nowDavid Kalnischkies2010-03-171-9/+3
| * | | | | | * apt-pkg/pkgcachegen.cc:David Kalnischkies2010-03-172-17/+15
| * | | | | | * doc/makefile, doc/*:David Kalnischkies2010-03-159-71/+17
| * | | | | | * apt-pkg/depcache.cc:David Kalnischkies2010-03-145-20/+44
| * | | | | | * debian/control:David Kalnischkies2010-03-142-1/+4
| * | | | | | merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies2010-03-1416-4033/+5097
| |\ \ \ \ \ \
| * | | | | | | * apt-pkg/deb/debversion.cc:David Kalnischkies2010-03-137-246/+207
| * | | | | | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-03-126-1/+92
| * | | | | | | * cmdline/apt-get.ccDavid Kalnischkies2010-03-123-2/+8
| * | | | | | | * cmdline/apt-get.cc:David Kalnischkies2010-03-123-1/+22
| * | | | | | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-03-122-7/+11
| * | | | | | | fix memory leak in getLanguages() by closing the directory after checkingDavid Kalnischkies2010-03-031-0/+1
| * | | | | | | ignore the autogenerated files and directories in abicheck/David Kalnischkies2010-03-021-0/+9
| * | | | | | | * doc/apt_preferences.5.xml:David Kalnischkies2010-03-022-0/+6
| * | | | | | | * apt-pkg/contrib/mmap.{h,cc}:David Kalnischkies2010-02-273-11/+68
| * | | | | | | * debian/control:David Kalnischkies2010-02-262-3/+2
| * | | | | | | * cmdline/apt-mark:David Kalnischkies2010-02-252-0/+6
| * | | | | | | "Switch" to dpkg-source 3.0 (native) formatDavid Kalnischkies2010-02-192-0/+7
* | | | | | | | ftparchive/apt-ftparchive.cc: Include apt-pkg/init.h.Julian Andres Klode2010-03-261-0/+1
* | | | | | | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-03-266-5/+31
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt2010-03-162-0/+6