summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-03-23 01:54:52 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-03-23 01:54:52 +0100
commit889c669b8819d62c91528440300613d31167c915 (patch)
treec241d2e3d718c385aa0f090263a28bc6785e02e5 /apt-pkg/deb/deblistparser.h
parentdfc2b1be9e4e4b500b87df16c21ba85f59d8a587 (diff)
* apt-pkg/deb/deblistparser.h:
- enable StripMultiArch by default for ParseDepends
Diffstat (limited to 'apt-pkg/deb/deblistparser.h')
-rw-r--r--apt-pkg/deb/deblistparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/deblistparser.h b/apt-pkg/deb/deblistparser.h
index 4bc1bd93c..06ea73291 100644
--- a/apt-pkg/deb/deblistparser.h
+++ b/apt-pkg/deb/deblistparser.h
@@ -69,7 +69,7 @@ class debListParser : public pkgCacheGenerator::ListParser
static const char *ParseDepends(const char *Start,const char *Stop,
string &Package,string &Ver,unsigned int &Op,
bool const &ParseArchFlags = false,
- bool const &StripMultiArch = false);
+ bool const &StripMultiArch = true);
static const char *ConvertRelation(const char *I,unsigned int &Op);
debListParser(FileFd *File, string const &Arch = "");