summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-191-1/+5
| | | | | | | | | - return the correct version arch for all+foreign, too The flag is interpreted at a few other places in different styles so this commit ensures that the flag check is consistent everywhere (checking for Same in flag style is a bit too much as it isn't used in combination with others anyway, but who knows and just for consistency)
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-191-0/+8
| | | - fix segfault on pkg removal
* releasing version 0.8.16~exp11Michael Vogt2012-01-191-1/+1
|
* if multi-arch is detected ensure that pkg:all is reported as pkg:allDavid Kalnischkies2012-01-191-1/+2
| | | | Versions with arch:all are added to the package with the native arch, so we can't rely on Pkg.Arch() for the architecture
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-191-0/+8
| | | - redirect out/input of dpkg --assert-multi-arch to /dev/null
* releasing version 0.8.16~exp10Michael Vogt2012-01-191-3/+3
|
* * apt-pkg/contrib/fileutl.h:Michael Vogt2012-01-181-1/+4
|\ | | | | | | | | - store the offset in the internal fd before calculate size of the zlib-handled file to jump back to this place again * apt-pkg/contrib/fileutl.h:
| * * apt-pkg/contrib/fileutl.h:David Kalnischkies2012-01-181-2/+5
| | | | | | | | | | | | | | | | | | - store the offset in the internal fd before calculate size of the zlib-handled file to jump back to this place again It jumped back to the position of the content - which is wrong as the internal fd is compressed and even reseting to the beginning of the file doesn't work as zlib uses an internal buffer, so while we might haven't read anything yet zlib might have done so already…
* | * apt-pkg/aptconfiguration.cc:Michael Vogt2012-01-181-2/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | - 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
| | |
| * | 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
* | | - 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
| | |
* | | 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-231-1/+7
|\ \ \
| * | | merged libapt multiarch enable patch from Colin Watson, many thanks!Michael Vogt2011-11-221-0/+9
| | | |
* | | | * 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
|\|