ntk/apt.git
11 years agoreleasing version 0.9.7.5 0.9.7.5
Michael Vogt [Tue, 11 Sep 2012 16:07:34 +0000 (18:07 +0200)]
releasing version 0.9.7.5

11 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Tue, 11 Sep 2012 12:32:24 +0000 (14:32 +0200)]
merged from lp:~donkult/apt/sid

11 years ago* apt-pkg/pkgcachegen.cc:
David Kalnischkies [Sun, 9 Sep 2012 19:22:54 +0000 (21:22 +0200)]
* apt-pkg/pkgcachegen.cc:
  - do not create 'native' (or now 'none') package structures as a side
    effect of description translation parsing as it pollutes the cache

11 years agohandle packages without a mandatory architecture (debian-policy §5.3)
David Kalnischkies [Sun, 9 Sep 2012 14:03:52 +0000 (16:03 +0200)]
handle packages without a mandatory architecture (debian-policy §5.3)
by introducing a pseudo-architecture 'none' so that the small group of
users with these packages can get right of them without introducing too
much hassle for other users (Closes: #686346)

11 years agoPortuguese (Américo Monteiro) (Closes: #686975)
bubulle@debian.org [Sat, 8 Sep 2012 17:01:36 +0000 (19:01 +0200)]
Portuguese (Américo Monteiro) (Closes: #686975)

11 years agoapt-pkg/aptconfiguration.h: fix compiler error
Michael Vogt [Tue, 4 Sep 2012 13:34:39 +0000 (15:34 +0200)]
apt-pkg/aptconfiguration.h: fix compiler error

11 years agomerged lp:~donkult/apt/sid
Michael Vogt [Tue, 4 Sep 2012 12:49:41 +0000 (14:49 +0200)]
merged lp:~donkult/apt/sid

11 years agoreport the package name with architecture in the "no file" error message
David Kalnischkies [Mon, 3 Sep 2012 11:03:02 +0000 (13:03 +0200)]
report the package name with architecture in the "no file" error message

11 years agounpack versions only in case a different version from the package
David Kalnischkies [Mon, 3 Sep 2012 10:42:22 +0000 (12:42 +0200)]
unpack versions only in case a different version from the package
and avoid re-unpack otherwise (Closes: #670900)

11 years ago* apt-pkg/cdrom.cc:
David Kalnischkies [Mon, 3 Sep 2012 10:28:19 +0000 (12:28 +0200)]
* apt-pkg/cdrom.cc:
  - copy only configured translation files from a CD-ROM and not all
    available translation files preventing new installs with d-i from
    being initialized with all translations (Closes: #678227)
  - handle Components in the reduction for the source.list as multi-arch CDs
    otherwise create duplicated source entries (e.g. "wheezy main main")

11 years ago - do not create duplicated flat-archive CD-ROM sources for foreign
David Kalnischkies [Mon, 3 Sep 2012 10:26:34 +0000 (12:26 +0200)]
  - do not create duplicated flat-archive CD-ROM sources for foreign
    architectures on multi-arch CD-ROMs
  - do not warn about files which have a record in the Release file, but
    are not present on the CD to mirror the behavior of the other methods
    and to allow uncompressed indexes to be dropped without scaring users
  - handle Components in the reduction for the source.list as multi-arch CDs

11 years ago* apt-pkg/cdrom.cc:
David Kalnischkies [Sun, 2 Sep 2012 19:32:40 +0000 (21:32 +0200)]
* apt-pkg/cdrom.cc:
  - handle Components in the reduction for the source.list as multi-arch cds
    otherwise create duplicated source entries (e.g. "wheezy main main")

11 years ago* apt-pkg/indexcopy.cc:
David Kalnischkies [Sun, 2 Sep 2012 16:31:07 +0000 (18:31 +0200)]
* apt-pkg/indexcopy.cc:
  - do not create duplicated flat-archive cdrom sources for foreign
    architectures on multi-arch cdroms

11 years ago* Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435)
KURASAWA Nozomu [Thu, 30 Aug 2012 20:29:51 +0000 (22:29 +0200)]
* Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435)

11 years ago* doc/apt_preferences.5.xml:
David Kalnischkies [Thu, 30 Aug 2012 11:06:33 +0000 (13:06 +0200)]
* doc/apt_preferences.5.xml:
  - use the correct interval (x <= P < y) for pin value documentation as
    these are the intervals used by the code (Closes: #685989)

11 years ago* debian/control:
Raphael Geissert [Thu, 30 Aug 2012 10:30:26 +0000 (12:30 +0200)]
* debian/control:
  - let libapt-pkg break apt < 0.9.4 to ensure that the installed http-
    method supports the new redirection-style, thanks to Raphael Geissert
    for reporting & testing (Closes: #685192)

11 years ago* apt-pkg/packagemanager.cc:
David Kalnischkies [Thu, 30 Aug 2012 10:21:32 +0000 (12:21 +0200)]
* apt-pkg/packagemanager.cc:
  - unpack versions in case a different version from the package
    is currently in unpack state to recover from broken system states
    (like different file in M-A:same package and other dpkg errors)

11 years agoJapanese (KURASAWA Nozomu) (Closes: #684435)
bubulle@debian.org [Fri, 10 Aug 2012 05:53:28 +0000 (07:53 +0200)]
Japanese (KURASAWA Nozomu) (Closes: #684435)

11 years agoreleasing version 0.9.7.4 0.9.7.4
Michael Vogt [Mon, 6 Aug 2012 15:53:58 +0000 (17:53 +0200)]
releasing version 0.9.7.4

11 years agomerged from david
Michael Vogt [Mon, 6 Aug 2012 13:53:50 +0000 (15:53 +0200)]
merged from david

11 years agodisable the display of the error messages for DoInstall if DoBuildDep
David Kalnischkies [Sun, 5 Aug 2012 23:09:07 +0000 (01:09 +0200)]
disable the display of the error messages for DoInstall if DoBuildDep
is calling the helper (enabled by enforcing failure reporting)

11 years ago* apt-pkg/cdrom.cc:
David Kalnischkies [Sun, 5 Aug 2012 12:16:24 +0000 (14:16 +0200)]
* apt-pkg/cdrom.cc:
  - do not link() but rename() the cdroms.list to cdroms.list~ as a backup
    to ensure that apt-cdrom can be run multiple times (Closes: #676302)

11 years ago* apt-pkg/indexcopy.cc:
David Kalnischkies [Sun, 5 Aug 2012 10:36:46 +0000 (12:36 +0200)]
* apt-pkg/indexcopy.cc:
  - do not use atomic writing if the target is /dev/null as we don't want
    to replace it, not even automically. (Closes: #683410)

11 years agoensure that the right architecture is used for cross-dependencies in
David Kalnischkies [Sun, 5 Aug 2012 10:23:59 +0000 (12:23 +0200)]
ensure that the right architecture is used for cross-dependencies in
cases we have to choose a provider by defaulting on host-arch
instead of build-arch

11 years agoimprove the check for purely virtuals as provided packages aren't
David Kalnischkies [Sat, 4 Aug 2012 19:37:41 +0000 (21:37 +0200)]
improve the check for purely virtuals as provided packages aren't
purely virtual and shouldn't error out cause of that

11 years ago* doc/apt-verbatim.ent:
David Kalnischkies [Sat, 4 Aug 2012 10:52:49 +0000 (12:52 +0200)]
* doc/apt-verbatim.ent:
  - denote 'wheezy' as stable codename and 'jessie' as testing codename
    in the documentation in preparation for release

11 years ago* cmdline/apt-get.cc:
David Kalnischkies [Sat, 4 Aug 2012 09:04:52 +0000 (11:04 +0200)]
* cmdline/apt-get.cc:
  - error out on (unsatisfiable) build-deps on purly virtual packages
    instead of ignoring these dependencies; thanks to Johannes Schauer
    for the detailed report! (Closes: #683786)

11 years ago* apt-pkg/contrib/fileutl.cc:
David Kalnischkies [Sat, 4 Aug 2012 08:39:27 +0000 (10:39 +0200)]
* apt-pkg/contrib/fileutl.cc:
  - remove _POSIX_SYNCHRONIZED_IO guard in FileFd::Sync() around fsync
    as this guard is only needed for fdatasync and not defined on hurd

11 years agomove the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard there
David Kalnischkies [Sat, 4 Aug 2012 08:24:47 +0000 (10:24 +0200)]
move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard there
it is used for the msync call

11 years agoapt-pkg/contrib/mmap.cc:
Pino Toscano [Sat, 4 Aug 2012 08:20:30 +0000 (10:20 +0200)]
apt-pkg/contrib/mmap.cc:
- guard only the msync call with _POSIX_SYNCHRONIZED_IO rather
  than also the fallback code as it breaks APT on hurd since 0.9.7.3
  as the fallback is now always used on non-linux (Closes: #683354)

11 years agoPolish manpages translation (Closes: #683109)
Robert Luberda [Sat, 4 Aug 2012 08:07:59 +0000 (10:07 +0200)]
Polish manpages translation (Closes: #683109)

11 years agoPolish program translation (Michał Kułach)
Michał Kułach [Sat, 4 Aug 2012 08:02:37 +0000 (10:02 +0200)]
Polish program translation (Michał Kułach)

11 years agomerged from david 0.9.7.3
Michael Vogt [Fri, 27 Jul 2012 17:18:59 +0000 (19:18 +0200)]
merged from david

11 years agofor filesystems not supporting mmap'ing a file we need to use a
David Kalnischkies [Tue, 24 Jul 2012 15:22:25 +0000 (17:22 +0200)]
for filesystems not supporting mmap'ing a file we need to use a
SyncToFd dummy just as we did for compressed files in 0.9.5

11 years agotrigger the usage of the fallback code for kfreebsd also in the
David Kalnischkies [Tue, 24 Jul 2012 14:19:56 +0000 (16:19 +0200)]
trigger the usage of the fallback code for kfreebsd also in the
second (filebased) constructor of DynamicMMap (Closes: #677704)

11 years ago* apt-pkg/contrib/mmap.cc:
David Kalnischkies [Fri, 20 Jul 2012 11:12:25 +0000 (13:12 +0200)]
* apt-pkg/contrib/mmap.cc:
  - refer to APT::Cache-Start in case the growing failed as if -Limit is
    really the offender it will be noted in a previous error message.

11 years ago* apt-pkg/packagemanager.cc:
David Kalnischkies [Wed, 18 Jul 2012 11:48:46 +0000 (13:48 +0200)]
* apt-pkg/packagemanager.cc:
  - do not segfault if nothing can be configured to statisfy
    a pre-depends (e.g. in a pre-depends loop) (Closes: #681958)

11 years agocleanup the changelog entry for the previous release (0.9.7.2)
David Kalnischkies [Wed, 18 Jul 2012 09:47:12 +0000 (11:47 +0200)]
cleanup the changelog entry for the previous release (0.9.7.2)

11 years ago* apt-pkg/cacheset.cc:
David Kalnischkies [Wed, 18 Jul 2012 09:46:36 +0000 (11:46 +0200)]
* apt-pkg/cacheset.cc:
  - handle :all and :native correctly as architectures again
    in the commandline parsing (regression in 0.9.7)

11 years agofix two markup-typos in the spanish manpage translation
David Kalnischkies [Wed, 18 Jul 2012 09:19:38 +0000 (11:19 +0200)]
fix two markup-typos in the spanish manpage translation

11 years agoSpanish; (Omar Campagne). Closes: #681566
bubulle@debian.org [Sat, 14 Jul 2012 15:51:23 +0000 (09:51 -0600)]
Spanish; (Omar Campagne). Closes: #681566

11 years agoCzech (Miroslav Kure). Closes: #680758
bubulle@debian.org [Sat, 14 Jul 2012 15:47:35 +0000 (09:47 -0600)]
Czech (Miroslav Kure). Closes: #680758

11 years agoreleasing version 0.9.7.2 0.9.7.2
Michael Vogt [Fri, 13 Jul 2012 20:06:59 +0000 (22:06 +0200)]
releasing version 0.9.7.2

11 years agodoc/po/fr.po: fix xml error
Michael Vogt [Fri, 13 Jul 2012 19:32:51 +0000 (21:32 +0200)]
doc/po/fr.po: fix xml error

11 years agomerged from donkult
Michael Vogt [Fri, 13 Jul 2012 19:05:25 +0000 (21:05 +0200)]
merged from donkult

11 years ago* apt-pkg/cachefilter.cc:
David Kalnischkies [Thu, 12 Jul 2012 18:39:59 +0000 (20:39 +0200)]
* apt-pkg/cachefilter.cc:
  - remove architecture-specific arch to tuple expansion-rules as they lead
    to the same tuples for different architectures (e.g. linux-arm for arm,
    armel and armhf) while the dpkg-architecture code uses triples which
    are different (in the first part, which we omit in our tuples), so e.g.
    build-dep restrictions for armel ended up effecting armhf as well

11 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Tue, 10 Jul 2012 08:50:38 +0000 (10:50 +0200)]
merged from lp:~donkult/apt/sid

11 years ago* apt-pkg/deb/deblistparser.cc:
David Kalnischkies [Mon, 9 Jul 2012 15:42:25 +0000 (17:42 +0200)]
* apt-pkg/deb/deblistparser.cc:
  - negative dependencies need to apply to all architectures,
    but those with a specific architecture only apply to this one

11 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Mon, 9 Jul 2012 06:24:46 +0000 (08:24 +0200)]
merged from lp:~donkult/apt/sid

11 years agoPortuguese program translation (Miguel Figueiredo) (Closes: #680616)
Miguel Figueiredo [Sat, 7 Jul 2012 13:01:23 +0000 (15:01 +0200)]
Portuguese program translation (Miguel Figueiredo) (Closes: #680616)

11 years ago* apt-pkg/clean.cc:
David Kalnischkies [Thu, 5 Jul 2012 06:59:52 +0000 (08:59 +0200)]
* apt-pkg/clean.cc:
  - run autoclean against pkg:arch and not always against pkg:native as
    this removes valid cache entries (Closes: #679371)

11 years agoA few other errors spotted by Phil Kern
bubulle@debian.org [Thu, 5 Jul 2012 03:09:30 +0000 (21:09 -0600)]
A few other errors spotted by Phil Kern

11 years agoGood suggestion by Phil Kern
bubulle@debian.org [Thu, 5 Jul 2012 02:43:09 +0000 (20:43 -0600)]
Good suggestion by Phil Kern

11 years agoFrench manpages translation update
bubulle@debian.org [Thu, 5 Jul 2012 02:25:27 +0000 (20:25 -0600)]
French manpages translation update

11 years ago* cmdline/apt-mark.cc:
David Kalnischkies [Wed, 4 Jul 2012 21:54:48 +0000 (23:54 +0200)]
* cmdline/apt-mark.cc:
  - arch:all packages are treated as arch:native packages, but dpkg
    expects pkg:all for selections, so use the arch of the installed
    version instead of the package structure if possible.
    Thanks to Stepan Golosunov for the report! (Closes: #680041)

11 years ago* ftparchive/writer.cc:
David Kalnischkies [Wed, 4 Jul 2012 20:50:09 +0000 (22:50 +0200)]
* ftparchive/writer.cc:
  - handle the APT::FTPArchive::Packages::SHA512 option correctly instead
    of overriding SHA256, thanks Christian Marillat! (Closes: #680252)

11 years ago* debian/apt.cron.daily:
David Kalnischkies [Wed, 4 Jul 2012 20:46:06 +0000 (22:46 +0200)]
* debian/apt.cron.daily:
  - do not try to backup extended_states file if it doesn't
    exist (Closes: #680287)

11 years agoDanish program translation (Joe Dalton) (Closes: #680119)
Joe Dalton [Wed, 4 Jul 2012 20:36:18 +0000 (22:36 +0200)]
Danish program translation (Joe Dalton) (Closes: #680119)

11 years agoFrench (Christian Perrier)
bubulle@debian.org [Tue, 3 Jul 2012 19:57:15 +0000 (13:57 -0600)]
French (Christian Perrier)

11 years agoGerman manpage translation (Chris Leick)
Chris Leick [Sun, 1 Jul 2012 20:35:47 +0000 (22:35 +0200)]
German manpage translation (Chris Leick)

11 years agoRussian program translation (Yuri Kozlov) (Closes: #679599)
Yuri Kozlov [Sun, 1 Jul 2012 06:33:26 +0000 (08:33 +0200)]
Russian program translation (Yuri Kozlov) (Closes: #679599)

11 years agoJapanese program translation (Kenshi Muto) (Closes: #679662)
Kenshi Muto [Sun, 1 Jul 2012 06:25:17 +0000 (08:25 +0200)]
Japanese program translation (Kenshi Muto) (Closes: #679662)

11 years agoGreek program translation (Θανάσης Νάτσης)
Θανάσης Νάτσης [Sun, 1 Jul 2012 06:22:04 +0000 (08:22 +0200)]
Greek program translation (Θανάσης Νάτσης)

11 years agomerged from donkult 0.9.7.1
Michael Vogt [Fri, 29 Jun 2012 13:14:44 +0000 (15:14 +0200)]
merged from donkult

11 years agomerged from donkult
Michael Vogt [Fri, 29 Jun 2012 12:06:40 +0000 (14:06 +0200)]
merged from donkult

11 years ago* debian/control:
David Kalnischkies [Fri, 29 Jun 2012 11:52:52 +0000 (13:52 +0200)]
* debian/control:
  - demote debiandoc-sgml to Build-Depends-Indep
* doc/makefile:
  - separate translation building of debiandoc from manpages
    so that we don't need to build debiandoc for binary packages

11 years agoSlovak program translation (Ivan Masár) (Closes: #679448)
Ivan Masár [Thu, 28 Jun 2012 20:38:51 +0000 (22:38 +0200)]
Slovak program translation (Ivan Masár) (Closes: #679448)

11 years agofinish Slovenian program translation (Andrej Znidarsic)
Andrej Znidarsic [Thu, 28 Jun 2012 10:16:45 +0000 (12:16 +0200)]
finish Slovenian program translation (Andrej Znidarsic)

11 years agoGerman programn translation (Holger Wansing) (Closes: #679314)
Holger Wansing [Thu, 28 Jun 2012 10:11:13 +0000 (12:11 +0200)]
German programn translation (Holger Wansing) (Closes: #679314)

11 years ago* debian/control:
David Kalnischkies [Wed, 27 Jun 2012 17:13:10 +0000 (19:13 +0200)]
* debian/control:
  - libapt-{pkg,inst} packages should be in section 'libs' instead
    of 'admin' as by ftp-master override request in #677596

11 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Wed, 27 Jun 2012 09:59:41 +0000 (11:59 +0200)]
merged from lp:~donkult/apt/sid

11 years agofix two simple spelling issues found by Christian Perrier,
David Kalnischkies [Wed, 27 Jun 2012 09:21:56 +0000 (11:21 +0200)]
fix two simple spelling issues found by Christian Perrier,
updating all po's, but as it is a simple transformation no re-call
and instead deal with them on merge

11 years agoSlovenian program translation (Andrej Znidarsic)
Andrej Znidarsic [Wed, 27 Jun 2012 08:19:34 +0000 (10:19 +0200)]
Slovenian program translation (Andrej Znidarsic)

11 years agoItalian program translation (Milo Casagrande)
Milo Casagrande [Wed, 27 Jun 2012 07:57:33 +0000 (09:57 +0200)]
Italian program translation (Milo Casagrande)

11 years agomerged from donkult
Michael Vogt [Tue, 26 Jun 2012 11:49:55 +0000 (13:49 +0200)]
merged from donkult

11 years agoFrench translation update
bubulle@debian.org [Mon, 25 Jun 2012 17:58:47 +0000 (19:58 +0200)]
French translation update

11 years agoHungarian program translation (Gabor Kelemen)
Gabor Kelemen [Mon, 25 Jun 2012 16:27:05 +0000 (18:27 +0200)]
Hungarian program translation (Gabor Kelemen)

11 years agoBulgarian program translation (Damyan Ivanov) (Closes: #678983)
Damyan Ivanov [Mon, 25 Jun 2012 16:20:12 +0000 (18:20 +0200)]
Bulgarian program translation (Damyan Ivanov) (Closes: #678983)

11 years agomake update-po
Michael Vogt [Mon, 25 Jun 2012 07:22:55 +0000 (09:22 +0200)]
make update-po

11 years agoreleasing version 0.9.7 0.9.7
Michael Vogt [Tue, 19 Jun 2012 15:06:49 +0000 (17:06 +0200)]
releasing version 0.9.7

11 years agomerged from donkult
Michael Vogt [Tue, 19 Jun 2012 11:56:39 +0000 (13:56 +0200)]
merged from donkult

11 years ago* cmdline/apt-get.cc:
David Kalnischkies [Mon, 18 Jun 2012 11:19:47 +0000 (13:19 +0200)]
* cmdline/apt-get.cc:
  - print a friendly message in 'download' if a package can't be
    downloaded (Closes: #677887)

11 years ago* buildlib/configure.mak:
David Kalnischkies [Mon, 18 Jun 2012 10:33:53 +0000 (12:33 +0200)]
* buildlib/configure.mak:
  - print a message detailing how to get config.guess and config.sub
    in case they are not in /usr/share/misc (Closes: #677312)

11 years agodo not dereference the storage for the unique strings as the pointer can
David Kalnischkies [Sat, 16 Jun 2012 17:55:43 +0000 (19:55 +0200)]
do not dereference the storage for the unique strings as the pointer can
change at the time of writing the strings, so first store it temporary
and then save the index in the (possibily new) pointer location

11 years agoFix previous commit: Do not call memset() if realloc() returned NULL.
Julian Andres Klode [Sat, 16 Jun 2012 13:23:06 +0000 (15:23 +0200)]
Fix previous commit: Do not call memset() if realloc() returned NULL.

11 years agoZero out the new memory allocated with realloc().
Julian Andres Klode [Sat, 16 Jun 2012 12:38:09 +0000 (14:38 +0200)]
Zero out the new memory allocated with realloc().

11 years ago* apt-pkg/contrib/mmap.cc:
Julian Andres Klode [Sat, 16 Jun 2012 12:35:15 +0000 (14:35 +0200)]
* apt-pkg/contrib/mmap.cc:
  - Fix the Fallback option to work correctly, by not calling
    realloc() on a map mapped by mmap(), and by using malloc
    and friends instead of new[].

11 years ago* apt-pkg/pkgcache.cc:
David Kalnischkies [Thu, 14 Jun 2012 17:40:12 +0000 (19:40 +0200)]
* apt-pkg/pkgcache.cc:
  - do a string comparision for architecture checking in IsMultiArchImplicit
    as 'unique' strings in the pkgcache aren't unique (Closes: #677454)

11 years ago* apt-pkg/pkgcachegen.cc:
Daniel Hartwig [Thu, 14 Jun 2012 17:14:55 +0000 (19:14 +0200)]
* apt-pkg/pkgcachegen.cc:
  - always reset _error->StackCount in MakeStatusCache (Closes: #677175)

11 years agoadd two tests for architecture specifications
David Kalnischkies [Thu, 14 Jun 2012 17:07:15 +0000 (19:07 +0200)]
add two tests for architecture specifications

11 years ago* apt-pkg/cacheset.cc:
David Kalnischkies [Thu, 14 Jun 2012 17:03:37 +0000 (19:03 +0200)]
* apt-pkg/cacheset.cc:
  - add PackageContainerInterface::FromGroup to support
    architecture specifications with wildcards on the commandline

11 years ago* apt-pkg/deb/deblistparser.cc:
David Kalnischkies [Thu, 14 Jun 2012 16:48:23 +0000 (18:48 +0200)]
* apt-pkg/deb/deblistparser.cc:
  - use PackageArchitectureMatchesSpecification filter
* apt-pkg/cachefilter.cc:
  - add PackageArchitectureMatchesSpecification (Closes: #672603)

11 years ago* deb/deblistparser.cc:
David Kalnischkies [Thu, 14 Jun 2012 13:46:49 +0000 (15:46 +0200)]
* deb/deblistparser.cc:
  - ensure that mixed positive/negative architecture wildcards
    are handled in the same way as dpkg handles them

11 years agoadd a testcase for #675449, which i forgot to commit
David Kalnischkies [Tue, 12 Jun 2012 13:40:56 +0000 (15:40 +0200)]
add a testcase for #675449, which i forgot to commit

11 years agoreleasing version 0.9.6 0.9.6
Michael Vogt [Mon, 11 Jun 2012 14:51:43 +0000 (16:51 +0200)]
releasing version 0.9.6

11 years agomerged from donkult
Michael Vogt [Mon, 11 Jun 2012 12:56:11 +0000 (14:56 +0200)]
merged from donkult

11 years agoadd a few tests to check that arch-specific qualifiers work
David Kalnischkies [Mon, 11 Jun 2012 00:17:17 +0000 (02:17 +0200)]
add a few tests to check that arch-specific qualifiers work

11 years ago* apt-pkg/deb/deblistparser.cc:
Thibaut Girka [Mon, 11 Jun 2012 00:06:40 +0000 (02:06 +0200)]
* apt-pkg/deb/deblistparser.cc:
  - add support for arch-specific qualifiers in dependencies

11 years ago* apt-pkg/cacheiterators.h:
David Kalnischkies [Sun, 10 Jun 2012 23:31:27 +0000 (01:31 +0200)]
* apt-pkg/cacheiterators.h:
  - add an IsMultiArchImplicit() method for Dep- and PrvIterator

11 years agocheck build-dep candidate if install is forbidden
David Kalnischkies [Sun, 10 Jun 2012 22:16:51 +0000 (00:16 +0200)]
check build-dep candidate if install is forbidden