pkgCache::PkgIterator Pkg;
// Cross-Building?
- if (StripMultiArch == false)
+ if (StripMultiArch == false && D->Type != pkgSrcRecords::Parser::BuildDependIndep)
{
size_t const colon = D->Package.find(":");
if (colon != string::npos &&
number of auto-removed packages both before and after the list
of packages (Closes: #665833)
+ [ Steve Langasek ]
+ * don't treat build-depends-indep as cross-build-dependencies; we should
+ always install the host arch versions. LP: #968828.
+
-- Michael Vogt <mvo@debian.org> Wed, 11 Apr 2012 17:53:39 +0200
apt (0.8.16~exp13) experimental; urgency=low