summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/aptconfiguration.cc:Michael Vogt2012-01-182-3/+10
|\ | | | | | | | | | | | | | | - parse dpkg --print-foreign-architectures correctly in case archs are separated by newline instead of space, too. (Closes: #655590) * Slovak (Ivan Masar). Closes: #652985 * Russian (Yuri Kozlov). Closes: #654844 * Hungarian (Gabor Kelemen). Closes: #655238
| * add Closes tag for the --show-foreign newline changeDavid Kalnischkies2012-01-131-1/+2
| |
| * /var/apt/cache is in reality /var/cache/aptSergio Cipolla2012-01-101-1/+1
| |
| * merge with debian-sidDavid Kalnischkies2012-01-101-1/+9
| |\
| | * Hungarian (Gabor Kelemen). Closes: #655238bubulle@debian.org2012-01-091-0/+1
| | |
| | * Russian (Yuri Kozlov). Closes: #654844bubulle@debian.org2012-01-071-0/+1
| | |
| | * Slovak (Ivan Masar). Closes: #652985bubulle@debian.org2011-12-221-1/+2
| | |
| * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-12-141-1/+4
| | | | | | | | | | | | - parse dpkg --print-foreign-architectures correctly in case archs are separated by newline instead of space, too.
* | | * apt-pkg/contrib/fileutils.h:Michael Vogt2012-01-181-1/+5
|\ \ \ | | | | | | | | - fix segfault from python-apt testsuite
| * | | * apt-pkg/contrib/fileutils.h:Michael Vogt2012-01-161-0/+4
|/ / / | | | | | | - fix segfault from python-apt testsuite
* | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-131-1/+4
| | | | | | | | | | | | - check if dpkg supports multiarch with --assert-multi-arch and if it does be always explicit about the architecture
* | | * apt-pkg/pkgcache.cc:David Kalnischkies2012-01-131-1/+3
| | | | | | | | | - ignore implicit conflicts on providers in AllTarget, too
* | | * apt-pkg/depcache.cc:David Kalnischkies2012-01-111-0/+9
| | | | | | | | | | | | - implicit conflicts (for multiarch) are supposed to conflict only with real packages, not with virtual providers
* | | releasing version 0.8.16~exp9Michael Vogt2012-01-051-5/+3
| | |
* | | g++ 4.7 fixesMichael Vogt2012-01-021-0/+3
|\ \ \
| * | | g++ 4.7 fixesMichael Vogt2012-01-021-0/+3
| | | |
* | | | merged from lp:~donkult/apt/sid/Michael Vogt2011-12-201-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | merged from lp:~donkult/apt/sid/ Michael Vogt2011-12-201-1/+3
| |\ \ \
| | * | | * doc/po/de.po:Michael Basse (michael-alpha-unix)2011-12-061-1/+3
| | | | | | | | | | | | | | | | | | | | - apply typo-fix from Michael Basse, thanks! (LP: #900770)
* | | | | merged from debian-sidMichael Vogt2011-12-191-0/+18
|\| | | |
| * | | | Dutch (Jeroen Schot). Closes: #652230bubulle@debian.org2011-12-151-0/+3
| | |_|/ | |/| |
| * | | merged from lp:~donkult/apt/sidMichael Vogt2011-11-221-2/+9
| |\| |
| | * | * German manpage translation updateChris Leick2011-11-201-1/+6
| | | | | | | | | | | | | | | | | | | | * doc/*.xml: - find and fix a bunch of misspellings
| | * | * doc/manpage-style.xml:David Kalnischkies2011-11-201-2/+4
| |/ / | | | | | | - put <brackets> around email addresses
* | | merged from lp:~donkult/apt/experimentalMichael Vogt2011-12-191-12/+14
|\ \ \
| * | | - add a ReadLine methodDavid Kalnischkies2011-12-111-1/+3
| | | | | | | | | | | | - drop the explicit export of gz-compression handling
| * | | * apt-pkg/cdrom.cc:David Kalnischkies2011-12-111-1/+3
| | | | | | | | | | | | - support InRelease files on cdrom
| * | | * apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies2011-12-101-2/+3
| | | | | | | | | | | | - implement a ModificationTime method for FileFd
| * | | * cmdline/apt-config.cc:David Kalnischkies2011-12-101-4/+7
| | | | | | | | | | | | - dump the APT::Compressor settings correctly and completely
| * | | fix another hickup in the changelogDavid Kalnischkies2011-11-231-8/+2
| | | |
* | | | revert libapt-common addition because of ↵Michael Vogt2011-11-284-29/+5
|/ / / | | | | | | | | | http://lists.debian.org/debian-devel/2011/11/msg00742.html
* | | fixup changelogMichael Vogt2011-11-231-13/+15
| | |
* | | merged from lp:~donkult/apt/experimentalMichael Vogt2011-11-231-1/+13
|\ \ \
| * | | * cmdline/apt-get.cc:David Kalnischkies2011-11-231-1/+4
| | | | | | | | | | | | | | | | - ignore foreign architectures if we check if a provides has only one resolver as it's basically the same for the user, so no need to choose
| * | | * apt-pkg/depcache.cc:David Kalnischkies2011-11-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - prefer native providers over foreigns even if the chain is foreign The code preferred real over virtual packages and based on priorities. This is changed in so far that a real package from any arch is preferred over any virtual provider and if priorities doesn't help in choosing the best provider we choose it based on architectures
| * | | - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies2011-11-111-1/+5
| | | | | | | | | | | | | | | | | | | | * cmdline/apt-{get,cache,mark}.cc: - use Lists instead of Sets if input order should be preserved for commands accepting lists of packages, e.g. policy (Closes: #625960)
| * | | * apt-pkg/cacheset.cc:David Kalnischkies2011-11-091-1/+4
| | |/ | |/| | | | | | | - make the cachesets real containers which can embedding any container to be able to use the same interface regardless of set or list usage
* | | merged lp:~mvo/apt/convert-to-multiarch-lib-thanks-colinMichael Vogt2011-11-2310-17/+57
|\ \ \
| * | | fix remaining renameMichael Vogt2011-11-221-0/+0
| | | |
| * | | rename .install to .install.in when neededMichael Vogt2011-11-222-0/+0
| | | |
| * | | merged libapt multiarch enable patch from Colin Watson, many thanks!Michael Vogt2011-11-227-15/+58
| | | |
* | | | * apt-pkg/cdrom.cc:Michael Vogt2011-11-221-0/+5
|/ / / | | | | | | - use aptconfiguration to get the supported compression types
* / / apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: ↵Julian Andres Klode2011-11-211-0/+7
|/ / | | | | | | #649451)
* | * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-11-031-1/+3
| | | | | | - M-A: foreign packages provide for other archs, too
* | do not enter an endless loop for (essential) pre-dependency loopsDavid Kalnischkies2011-10-311-1/+2
| |
* | * apt-pkg/contrib/sha2_internal.cc:David Kalnischkies2011-10-301-1/+3
| | | | | | - use a pointer-union to peace gcc strict-aliasing warning
* | merge with my debian-sid branchDavid Kalnischkies2011-10-301-0/+63
|\|
| * * algorithms.cc:David Kalnischkies2011-10-171-0/+8
| | | | | | - show a debug why a package was kept by ResolveByKeep()
| * releasing version 0.8.15.9Michael Vogt2011-10-141-2/+2
| |
| * * doc/apt.conf.5.xml:David Kalnischkies2011-10-051-1/+3
| | | | | | - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)