From: Michael Vogt Date: Fri, 24 Jan 2014 22:17:30 +0000 (+0100) Subject: set APT::Sources::Use-Deb822 to default false for now X-Git-Tag: 0.9.14.3.exp5~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/655af1e137385aa41c5505edc350111e9f8762ca?ds=inline;hp=--cc set APT::Sources::Use-Deb822 to default false for now --- 655af1e137385aa41c5505edc350111e9f8762ca diff --git a/apt-pkg/sourcelist.cc b/apt-pkg/sourcelist.cc index bbc514f5b..ac326d157 100644 --- a/apt-pkg/sourcelist.cc +++ b/apt-pkg/sourcelist.cc @@ -297,7 +297,7 @@ bool pkgSourceList::Read(string File) /* */ bool pkgSourceList::ReadAppend(string File) { - if (_config->FindB("APT::Sources::Use-Deb822", true) == true) + if (_config->FindB("APT::Sources::Use-Deb822", false) == true) { int lines_parsed =ParseFileDeb822(File); if (lines_parsed < 0)