]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.cc
add dpkg::source-options for dpkg-source invocation
[apt.git] / apt-pkg / deb / deblistparser.cc
index 02b9cb239b15d59393726ef70227d18ccf1911ce..28c898542db054710961de78668bdbfbfabdd60c 100644 (file)
@@ -108,7 +108,7 @@ unsigned char debListParser::ParseMultiArch(bool const showErrors)  /*{{{*/
 {
    unsigned char MA;
    string const MultiArch = Section.FindS("Multi-Arch");
-   if (MultiArch.empty() == true)
+   if (MultiArch.empty() == true || MultiArch == "no")
       MA = pkgCache::Version::None;
    else if (MultiArch == "same") {
       if (ArchitectureAll() == true)