]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.cc
implement BuildProfileSpec support as dpkg has in 1.17.2
[apt.git] / apt-pkg / deb / debsrcrecords.cc
index ce55ccd1f03e298b8f9e1fba8a3130bc5e22f61b..90182b4a4bf64b283c5e317379db997359b0786e 100644 (file)
@@ -90,7 +90,7 @@ bool debSrcRecordParser::BuildDepends(std::vector<pkgSrcRecords::Parser::BuildDe
       while (1)
       {
          Start = debListParser::ParseDepends(Start, Stop, 
-                    rec.Package,rec.Version,rec.Op,true, StripMultiArch);
+                    rec.Package,rec.Version,rec.Op,true,StripMultiArch,true);
         
          if (Start == 0) 
             return _error->Error("Problem parsing dependency: %s", fields[I]);