ntk/apt.git
12 years ago* apt-pkg/cacheiterators.h:
David Kalnischkies [Thu, 19 Jan 2012 17:42:57 +0000 (18:42 +0100)]
* apt-pkg/cacheiterators.h:
  - 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)

12 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Thu, 19 Jan 2012 15:28:20 +0000 (16:28 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - fix segfault on pkg removal

12 years agoreleasing version 0.8.16~exp11
Michael Vogt [Thu, 19 Jan 2012 13:12:12 +0000 (14:12 +0100)]
releasing version 0.8.16~exp11

12 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Thu, 19 Jan 2012 12:46:09 +0000 (13:46 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - redirect out/input of dpkg --assert-multi-arch to /dev/null
  - if multi-arch is detected ensure that pkg:all is reported as pkg:all

12 years agoif multi-arch is detected ensure that pkg:all is reported as pkg:all
David Kalnischkies [Thu, 19 Jan 2012 12:12:14 +0000 (13:12 +0100)]
if multi-arch is detected ensure that pkg:all is reported as pkg:all

Versions with arch:all are added to the package with the native arch,
so we can't rely on Pkg.Arch() for the architecture

12 years ago* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies [Thu, 19 Jan 2012 11:40:38 +0000 (12:40 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - redirect out/input of dpkg --assert-multi-arch to /dev/null

12 years agoreleasing version 0.8.16~exp10
Michael Vogt [Thu, 19 Jan 2012 08:00:56 +0000 (09:00 +0100)]
releasing version 0.8.16~exp10

12 years ago* apt-pkg/contrib/fileutl.h:
Michael Vogt [Wed, 18 Jan 2012 09:27:15 +0000 (10:27 +0100)]
* apt-pkg/contrib/fileutl.h:
  - 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:

12 years ago* apt-pkg/aptconfiguration.cc:
Michael Vogt [Wed, 18 Jan 2012 09:24:43 +0000 (10:24 +0100)]
* apt-pkg/aptconfiguration.cc:
  - 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

12 years ago* apt-pkg/contrib/fileutils.h:
Michael Vogt [Wed, 18 Jan 2012 09:22:39 +0000 (10:22 +0100)]
* apt-pkg/contrib/fileutils.h:
  - fix segfault from python-apt testsuite

12 years ago* apt-pkg/contrib/fileutl.h:
David Kalnischkies [Tue, 17 Jan 2012 23:51:03 +0000 (00:51 +0100)]
* apt-pkg/contrib/fileutl.h:
  - 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…

12 years agoimprove error reporting in case of errors in combination with zlib
David Kalnischkies [Tue, 17 Jan 2012 23:40:38 +0000 (00:40 +0100)]
improve error reporting in case of errors in combination with zlib

12 years agomerge with lp:~mvo/apt
David Kalnischkies [Tue, 17 Jan 2012 23:37:19 +0000 (00:37 +0100)]
merge with lp:~mvo/apt

12 years ago* apt-pkg/contrib/fileutils.h:
Michael Vogt [Mon, 16 Jan 2012 21:19:54 +0000 (22:19 +0100)]
* apt-pkg/contrib/fileutils.h:
  - fix segfault from python-apt testsuite

12 years agomerged from debian-experimental2
Michael Vogt [Mon, 16 Jan 2012 21:17:23 +0000 (22:17 +0100)]
merged from debian-experimental2

12 years agomerged from lp:~donkult/apt/experimental/
Michael Vogt [Fri, 13 Jan 2012 16:35:44 +0000 (17:35 +0100)]
merged from lp:~donkult/apt/experimental/

12 years agoadd Closes tag for the --show-foreign newline change
David Kalnischkies [Fri, 13 Jan 2012 16:31:16 +0000 (17:31 +0100)]
add Closes tag for the --show-foreign newline change

12 years ago* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies [Fri, 13 Jan 2012 16:30:17 +0000 (17:30 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - check if dpkg supports multiarch with --assert-multi-arch
    and if it does be always explicit about the architecture

12 years agofactor out the detection of self-conflicts into Dep::IsIgnorable
David Kalnischkies [Fri, 13 Jan 2012 14:45:08 +0000 (15:45 +0100)]
factor out the detection of self-conflicts into Dep::IsIgnorable

12 years ago* apt-pkg/pkgcache.cc:
David Kalnischkies [Fri, 13 Jan 2012 11:48:41 +0000 (12:48 +0100)]
* apt-pkg/pkgcache.cc:
  - ignore implicit conflicts on providers in AllTarget, too

12 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Wed, 11 Jan 2012 17:05:15 +0000 (18:05 +0100)]
* apt-pkg/depcache.cc:
  - implicit conflicts (for multiarch) are supposed to conflict
    only with real packages, not with virtual providers

12 years ago/var/apt/cache is in reality /var/cache/apt
Sergio Cipolla [Tue, 10 Jan 2012 12:43:23 +0000 (13:43 +0100)]
/var/apt/cache is in reality /var/cache/apt

12 years agomerge with debian-sid
David Kalnischkies [Tue, 10 Jan 2012 12:39:35 +0000 (13:39 +0100)]
merge with debian-sid

12 years agoas Size() can be quiet expensive for compressed files lets store the result
David Kalnischkies [Tue, 10 Jan 2012 11:05:12 +0000 (12:05 +0100)]
as Size() can be quiet expensive for compressed files lets store the result

12 years agoHungarian (Gabor Kelemen). Closes: #655238
bubulle@debian.org [Mon, 9 Jan 2012 19:04:05 +0000 (20:04 +0100)]
Hungarian (Gabor Kelemen). Closes: #655238

12 years agoRussian (Yuri Kozlov). Closes: #654844
bubulle@debian.org [Sat, 7 Jan 2012 06:17:15 +0000 (07:17 +0100)]
Russian (Yuri Kozlov). Closes: #654844

12 years agoreleasing version 0.8.16~exp9
Michael Vogt [Thu, 5 Jan 2012 20:04:08 +0000 (21:04 +0100)]
releasing version 0.8.16~exp9

12 years agog++ 4.7 fixes
Michael Vogt [Mon, 2 Jan 2012 14:15:54 +0000 (15:15 +0100)]
g++ 4.7 fixes

12 years agog++ 4.7 fixes
Michael Vogt [Mon, 2 Jan 2012 14:08:58 +0000 (15:08 +0100)]
g++ 4.7 fixes

12 years agoSlovak (Ivan Masar). Closes: #652985
bubulle@debian.org [Thu, 22 Dec 2011 21:51:18 +0000 (22:51 +0100)]
Slovak (Ivan Masar). Closes: #652985

12 years agomerged from lp:~donkult/apt/sid/
Michael Vogt [Tue, 20 Dec 2011 13:56:17 +0000 (14:56 +0100)]
merged from lp:~donkult/apt/sid/

12 years agomerged from lp:~donkult/apt/sid/
Michael Vogt [Tue, 20 Dec 2011 13:55:19 +0000 (14:55 +0100)]
merged from lp:~donkult/apt/sid/

12 years agomerged from debian-sid
Michael Vogt [Mon, 19 Dec 2011 13:40:28 +0000 (14:40 +0100)]
merged from debian-sid

12 years agomerged from lp:~donkult/apt/experimental
Michael Vogt [Mon, 19 Dec 2011 13:22:05 +0000 (14:22 +0100)]
merged from lp:~donkult/apt/experimental

12 years agomerged from lp:~donkult/apt/experimental
Michael Vogt [Mon, 19 Dec 2011 13:07:51 +0000 (14:07 +0100)]
merged from lp:~donkult/apt/experimental

12 years agoimplement the fallback method of rred by using the FileFd and the included
David Kalnischkies [Sun, 18 Dec 2011 00:22:04 +0000 (01:22 +0100)]
implement the fallback method of rred by using the FileFd and the included
ReadLine instead of accessing the files directly with fgets()

12 years agousage of Skipping in pipes can't work, so we ignore-read instead
David Kalnischkies [Sun, 18 Dec 2011 00:21:20 +0000 (01:21 +0100)]
usage of Skipping in pipes can't work, so we ignore-read instead
Also, read only one char in each step of ReadLine instead of back-"seeking"

12 years agotry to avoid direct usage of .Fd() if possible and do read()s and co
David Kalnischkies [Sat, 17 Dec 2011 22:53:31 +0000 (23:53 +0100)]
try to avoid direct usage of .Fd() if possible and do read()s and co
on the FileFd instead

12 years agokeep track of where we are in a filedescriptor so we can use it as Tell()
David Kalnischkies [Sat, 17 Dec 2011 16:31:47 +0000 (17:31 +0100)]
keep track of where we are in a filedescriptor so we can use it as Tell()
information if we are working on a pipe which can't seek

12 years agotry seeking on fds opened with OpenDescriptor before giving up
David Kalnischkies [Thu, 15 Dec 2011 23:04:52 +0000 (00:04 +0100)]
try seeking on fds opened with OpenDescriptor before giving up

12 years agorefactor compressor calling so that we don't (need to) export ExecCompressor
David Kalnischkies [Thu, 15 Dec 2011 22:38:38 +0000 (23:38 +0100)]
refactor compressor calling so that we don't (need to) export ExecCompressor
anymore and therefore are also able to drop quiet a bit of duplicated code

12 years agoDutch (Jeroen Schot). Closes: #652230
bubulle@debian.org [Thu, 15 Dec 2011 19:34:20 +0000 (20:34 +0100)]
Dutch (Jeroen Schot). Closes: #652230

12 years agoatleast libapt should announce to itself that it is clean…
David Kalnischkies [Thu, 15 Dec 2011 08:13:21 +0000 (09:13 +0100)]
atleast libapt should announce to itself that it is clean…
(and be it if it tries to announce that…)

12 years agoremove the second usage instance of ExecCompressor in ftparchive
David Kalnischkies [Wed, 14 Dec 2011 21:35:03 +0000 (22:35 +0100)]
remove the second usage instance of ExecCompressor in ftparchive
by again using the FileFd directly

12 years agouse FileFd instead of forking the compression childs by hand
David Kalnischkies [Wed, 14 Dec 2011 21:11:43 +0000 (22:11 +0100)]
use FileFd instead of forking the compression childs by hand

12 years ago* apt-pkg/aptconfiguration.cc:
David Kalnischkies [Wed, 14 Dec 2011 11:32:53 +0000 (12:32 +0100)]
* apt-pkg/aptconfiguration.cc:
  - parse dpkg --print-foreign-architectures correctly in
    case archs are separated by newline instead of space, too.

12 years agoallow Open() and OpenDescriptor() to be called with a Compressor
David Kalnischkies [Tue, 13 Dec 2011 22:48:14 +0000 (23:48 +0100)]
allow Open() and OpenDescriptor() to be called with a Compressor

12 years agonote to myself: In case you rename something, make sure that you have
David Kalnischkies [Tue, 13 Dec 2011 00:43:28 +0000 (01:43 +0100)]
note to myself: In case you rename something, make sure that you have
renamed it everywhere as otherwise stuff "magically" starts to fail…

Fixes commit 2209 as the mixture of #define names generates a lovely
compilable but non-functional mixture of gzip usage…

12 years agorevert 2184.1.3: forward declaration instead of headers
David Kalnischkies [Tue, 13 Dec 2011 00:22:38 +0000 (01:22 +0100)]
revert 2184.1.3: forward declaration instead of headers

The breakage is just to big for now, so guard the change with
#ifndef APT_8_CLEANER_HEADERS and be nice to library users

12 years agorevert 2184.1.2: do not pollute namespace in headers
David Kalnischkies [Mon, 12 Dec 2011 23:54:37 +0000 (00:54 +0100)]
revert 2184.1.2: do not pollute namespace in headers

The breakage is just to big for now, so guard the change with
#ifndef APT_8_CLEANER_HEADERS and be nice to library users

12 years agoAllow the FileFd to use an external Compressor to uncompress a given file
David Kalnischkies [Mon, 12 Dec 2011 23:17:30 +0000 (00:17 +0100)]
Allow the FileFd to use an external Compressor to uncompress a given file
internally so that it is exported and can be used like a "normal"
uncompressed file with FileFd

This allows us to hide th zlib usage in the implementation and use gzip
instead if we don't have zlib builtin (the same for other compressors).

The code includes quiet a few FIXME's so while all tests are working
it shouldn't be used just yet outside of libapt as it might break.

12 years ago - add a ReadLine method
David Kalnischkies [Sun, 11 Dec 2011 18:46:59 +0000 (19:46 +0100)]
  - add a ReadLine method
  - drop the explicit export of gz-compression handling

12 years agouse different compression types in the test now that we support them
David Kalnischkies [Sun, 11 Dec 2011 12:08:21 +0000 (13:08 +0100)]
use different compression types in the test now that we support them

12 years agoadd a testcase for FindPackages() to better validate that cdrom should work.
David Kalnischkies [Sun, 11 Dec 2011 01:55:20 +0000 (02:55 +0100)]
add a testcase for FindPackages() to better validate that cdrom should work.
Unfortunately it's hard to do an automated integration test with cd, so we
test this method in isolation which tries to find Indexes and dropping
of duplications with DropRepeats()

12 years ago* apt-pkg/cdrom.cc:
David Kalnischkies [Sun, 11 Dec 2011 00:30:45 +0000 (01:30 +0100)]
* apt-pkg/cdrom.cc:
  - support InRelease files on cdrom

12 years agouse fileutl exists-functions instead of doing the stat'ing by hand
David Kalnischkies [Sat, 10 Dec 2011 23:58:35 +0000 (00:58 +0100)]
use fileutl exists-functions instead of doing the stat'ing by hand

12 years agostrip the extension of the translation file before storing it in the list
David Kalnischkies [Sat, 10 Dec 2011 23:41:50 +0000 (00:41 +0100)]
strip the extension of the translation file before storing it in the list
(regression from compression rewrite; found by Steve McIntyre, thanks!)

12 years ago* apt-pkg/contrib/fileutl.{h,cc}:
David Kalnischkies [Sat, 10 Dec 2011 19:03:49 +0000 (20:03 +0100)]
* apt-pkg/contrib/fileutl.{h,cc}:
  - implement a ModificationTime method for FileFd

12 years agoenable FileFd to guess the compressor based on the filename if requested or
David Kalnischkies [Sat, 10 Dec 2011 18:31:36 +0000 (19:31 +0100)]
enable FileFd to guess the compressor based on the filename if requested or
to search for compressed silbings of the given filename and use this guessing
instead of hardcoding Gzip compression

12 years ago* cmdline/apt-config.cc:
David Kalnischkies [Sat, 10 Dec 2011 16:35:54 +0000 (17:35 +0100)]
* cmdline/apt-config.cc:
  - dump the APT::Compressor settings correctly and completely

12 years ago* doc/po/de.po:
Michael Basse (michael-alpha-unix) [Tue, 6 Dec 2011 15:56:10 +0000 (16:56 +0100)]
* doc/po/de.po:
  - apply typo-fix from Michael Basse, thanks! (LP: #900770)

12 years agoensure that we exit instead of proceed in execution after the trap
David Kalnischkies [Wed, 30 Nov 2011 15:37:09 +0000 (16:37 +0100)]
ensure that we exit instead of proceed in execution after the trap
(the execution leads to hard failures anyway)

12 years agosplit up the OpenMode into OpenMode and CompressionMode and
David Kalnischkies [Tue, 29 Nov 2011 11:14:31 +0000 (12:14 +0100)]
split up the OpenMode into OpenMode and CompressionMode and
provide ReadOnly, WriteOnly and ReadWrite as flags alongside
the additional flags as decompression will be one-way later,
but certain parts really depend on Write* openmodes being
ReadWrite opens, so we will have to fail for those.

12 years agorevert libapt-common addition because of http://lists.debian.org/debian-devel/2011...
Michael Vogt [Mon, 28 Nov 2011 11:07:55 +0000 (12:07 +0100)]
revert libapt-common addition because of lists.debian.org/debian-devel/2011/11/msg00742.html

12 years agouse getCompressors() instead of getCompressorTypes() and use it everywhere
David Kalnischkies [Wed, 23 Nov 2011 23:53:47 +0000 (00:53 +0100)]
use getCompressors() instead of getCompressorTypes() and use it everywhere
to replace hardcoding of compressiontypes and compressors

12 years agofix another hickup in the changelog
David Kalnischkies [Wed, 23 Nov 2011 18:48:07 +0000 (19:48 +0100)]
fix another hickup in the changelog

12 years agofactored out the decompressor code in IndexCopy::CopyPackages() and
Steve McIntyre [Wed, 23 Nov 2011 18:34:58 +0000 (19:34 +0100)]
factored out the decompressor code in IndexCopy::CopyPackages() and
TranslationsCopy::CopyTranslations() into a single common function

12 years agofixup changelog
Michael Vogt [Wed, 23 Nov 2011 10:04:24 +0000 (11:04 +0100)]
fixup changelog

12 years agomerged from lp:~donkult/apt/experimental
Michael Vogt [Wed, 23 Nov 2011 09:58:44 +0000 (10:58 +0100)]
merged from lp:~donkult/apt/experimental

12 years agomerged lp:~mvo/apt/convert-to-multiarch-lib-thanks-colin
Michael Vogt [Wed, 23 Nov 2011 09:46:56 +0000 (10:46 +0100)]
merged lp:~mvo/apt/convert-to-multiarch-lib-thanks-colin

12 years ago* cmdline/apt-get.cc:
David Kalnischkies [Wed, 23 Nov 2011 08:54:17 +0000 (09:54 +0100)]
* cmdline/apt-get.cc:
  - 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

12 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Tue, 22 Nov 2011 23:49:45 +0000 (00:49 +0100)]
* apt-pkg/depcache.cc:
  - 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

12 years agofix the operator++ implementations in the cachesets
David Kalnischkies [Tue, 22 Nov 2011 20:54:32 +0000 (21:54 +0100)]
fix the operator++ implementations in the cachesets

12 years ago* apt-pkg/cdrom.cc:
Michael Vogt [Tue, 22 Nov 2011 17:59:28 +0000 (18:59 +0100)]
* apt-pkg/cdrom.cc:
  - use aptconfiguration to get the supported compression types

12 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Tue, 22 Nov 2011 12:25:27 +0000 (13:25 +0100)]
merged from lp:~donkult/apt/sid

12 years agofix remaining rename
Michael Vogt [Tue, 22 Nov 2011 10:34:01 +0000 (11:34 +0100)]
fix remaining rename

12 years agorename .install to .install.in when needed
Michael Vogt [Tue, 22 Nov 2011 10:20:33 +0000 (11:20 +0100)]
rename .install to .install.in when needed

12 years agomerged libapt multiarch enable patch from Colin Watson, many thanks!
Michael Vogt [Tue, 22 Nov 2011 09:41:25 +0000 (10:41 +0100)]
merged libapt multiarch enable patch from Colin Watson, many thanks!

12 years agoapt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #649451)
Julian Andres Klode [Mon, 21 Nov 2011 17:53:29 +0000 (18:53 +0100)]
apt-pkg/cdrom.cc: Accept .bz2, .xz files in addition to .gz files (Closes: #649451)

12 years ago* German manpage translation update
Chris Leick [Sun, 20 Nov 2011 17:11:56 +0000 (18:11 +0100)]
* German manpage translation update
* doc/*.xml:
  - find and fix a bunch of misspellings

12 years ago* doc/manpage-style.xml:
David Kalnischkies [Sun, 20 Nov 2011 16:12:15 +0000 (17:12 +0100)]
* doc/manpage-style.xml:
  - put <brackets> around email addresses

12 years ago - provide a {Package,Version}List similar to {Package,Version}Set
David Kalnischkies [Fri, 11 Nov 2011 15:03:40 +0000 (16:03 +0100)]
  - provide a {Package,Version}List similar to {Package,Version}Set
* 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)

12 years agomerged from http://bzr.debian.org/bzr/apt/apt/debian-experimental2
Michael Vogt [Thu, 10 Nov 2011 15:32:52 +0000 (16:32 +0100)]
merged from bzr.debian.org/bzr/apt/apt/debian-experimental2

12 years agomerged from lp:~donkult/apt/experimental
Michael Vogt [Thu, 10 Nov 2011 15:10:55 +0000 (16:10 +0100)]
merged from lp:~donkult/apt/experimental

12 years ago* apt-pkg/cacheset.cc:
David Kalnischkies [Wed, 9 Nov 2011 16:22:57 +0000 (17:22 +0100)]
* apt-pkg/cacheset.cc:
  - make the cachesets real containers which can embedding any container
    to be able to use the same interface regardless of set or list usage

12 years ago* apt-pkg/deb/deblistparser.cc:
David Kalnischkies [Thu, 3 Nov 2011 14:41:14 +0000 (09:41 -0500)]
* apt-pkg/deb/deblistparser.cc:
  - M-A: foreign packages provide for other archs, too

12 years agodo not enter an endless loop for (essential) pre-dependency loops
David Kalnischkies [Mon, 31 Oct 2011 19:36:05 +0000 (14:36 -0500)]
do not enter an endless loop for (essential) pre-dependency loops

12 years ago* apt-pkg/contrib/sha2_internal.cc:
David Kalnischkies [Sun, 30 Oct 2011 19:17:09 +0000 (14:17 -0500)]
* apt-pkg/contrib/sha2_internal.cc:
  - use a pointer-union to peace gcc strict-aliasing warning

12 years agomerge with my debian-sid branch
David Kalnischkies [Sun, 30 Oct 2011 18:48:05 +0000 (13:48 -0500)]
merge with my debian-sid branch

12 years agoFrench translation update
bubulle@debian.org [Mon, 24 Oct 2011 23:50:03 +0000 (05:20 +0530)]
French translation update

12 years agomerged from donkult
Michael Vogt [Thu, 20 Oct 2011 09:45:44 +0000 (11:45 +0200)]
merged from donkult

12 years agomerged from donkult
Michael Vogt [Thu, 20 Oct 2011 09:44:44 +0000 (11:44 +0200)]
merged from donkult

12 years ago* algorithms.cc:
David Kalnischkies [Mon, 17 Oct 2011 14:41:54 +0000 (16:41 +0200)]
* algorithms.cc:
  - show a debug why a package was kept by ResolveByKeep()

12 years ago* apt-pkg/packagemanager.cc:
David Kalnischkies [Mon, 17 Oct 2011 09:22:45 +0000 (11:22 +0200)]
* apt-pkg/packagemanager.cc:
  - do not fail on unpacked packages in SmartUnPack, just don't
    shedule them for unpack, but do all checks and configure them

12 years agocreate "real" testcases out of the tests for chris
David Kalnischkies [Mon, 17 Oct 2011 09:21:12 +0000 (11:21 +0200)]
create "real" testcases out of the tests for chris

12 years agoreleasing version 0.8.16~exp7
Michael Vogt [Fri, 14 Oct 2011 12:05:03 +0000 (14:05 +0200)]
releasing version 0.8.16~exp7

12 years agomerged lp:~donkult/apt/experimental
Michael Vogt [Fri, 14 Oct 2011 11:55:50 +0000 (13:55 +0200)]
merged lp:~donkult/apt/experimental

12 years agoreleasing version 0.8.15.9 0.8.15.9
Michael Vogt [Fri, 14 Oct 2011 11:27:49 +0000 (13:27 +0200)]
releasing version 0.8.15.9

12 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Fri, 14 Oct 2011 09:54:12 +0000 (11:54 +0200)]
merged from lp:~donkult/apt/sid

12 years ago* apt-pkg/pkgcache.cc:
David Kalnischkies [Wed, 12 Oct 2011 20:28:46 +0000 (22:28 +0200)]
* apt-pkg/pkgcache.cc:
  - always prefer "en" over "" for "en"-language regardless of cache-order