summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merged from lp:~donkult/apt/sidMichael Vogt2010-04-0179-2907/+15642
|\
| * Userinfo is urlencoded in URIs (RFC 3986)David Kalnischkies2010-03-313-6/+22
| * try version match in FindSrc first exact than fuzzy (LP: #551178)David Kalnischkies2010-03-302-11/+22
| * convert some tabs to spaces to respect the style guideDavid Kalnischkies2010-03-302-99/+109
| * rename ExplodeString to VectorizeStringDavid Kalnischkies2010-03-304-6/+6
| * Group packages in the same group together in the package listDavid Kalnischkies2010-03-302-21/+22
| * replace every call to toupper with one to our own tolower_asciiDavid Kalnischkies2010-03-305-46/+44
| * remove wrong pin-priority is optional remark (Closes: #574944)David Kalnischkies2010-03-272-4/+1
| * origin can be used to match a hostname (Closes: #352667)David Kalnischkies2010-03-262-2/+10
| * * doc/po/de.po:David Kalnischkies2010-03-262-46/+25
| * * doc/apt_preferences.5.xml:David Kalnischkies2010-03-262-1/+2
| * Switch the TranslationWriter to use MultiCompress to be able to generateDavid Kalnischkies2010-03-264-18/+33
| * Inclusion of Long Descriptions in the Packages files can be set nowDavid Kalnischkies2010-03-262-6/+32
| * * ftparchive/writer.cc:David Kalnischkies2010-03-224-10/+110
| * Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies2010-03-212-3/+15
| * add a missing \n to pl translation i had removed previously by accidentDavid Kalnischkies2010-03-191-1/+1
| * first-time build the translated manpages and remove the directoriesDavid Kalnischkies2010-03-191-5/+2
| * add a missing non-const & Accessors to the Iterator classDavid Kalnischkies2010-03-191-0/+1
| * modify and clarify the comments for the translation placeholders a bitDavid Kalnischkies2010-03-1910-77/+144
| * merge with debian-sid to get new pl-manpageDavid Kalnischkies2010-03-194-649/+2453
| |\
| * | add translation of the manpages to PT (portuguese)David Kalnischkies2010-03-192-0/+11091
| * | merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies2010-03-1832-949/+1982
| |\ \
| | * | Readd the FindPkg() method implementation used in the singleArch days toDavid Kalnischkies2010-03-182-2/+36
| | * | generate "negative" dependencies against all architectures of a packageDavid Kalnischkies2010-03-181-3/+16
| | * | Ensure that for each all package at least one pseudopackage is installedDavid Kalnischkies2010-03-141-9/+68
| | * | fix compiler error if compiled with -std=c++0xDavid Kalnischkies2010-03-011-5/+5
| | * | We need to kill also pseudo packages which have no dependency, noDavid Kalnischkies2010-03-012-12/+66
| | * | Remove and Unpack operations should not be ignored for pseudo packages -David Kalnischkies2010-03-012-9/+15
| | * | Create Pins for all group members instead of only for native architectureDavid Kalnischkies2010-02-281-19/+22
| | * | Fix the PkgFileIterator Constructor which defaults to the wrong value.David Kalnischkies2010-02-281-1/+2
| | * | Enable the AutoRemover to talk "Multi-Arch" by marking all pseudoDavid Kalnischkies2010-02-272-65/+109
| | * | move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()David Kalnischkies2010-02-264-77/+75
| | * | doesn't use a default separator in ExplodeString (halfway losted in merge)David Kalnischkies2010-02-181-1/+1
| | * | 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