Explorar o código

set APT::Sources::Use-Deb822 to default false for now

Michael Vogt %!s(int64=12) %!d(string=hai) anos
pai
achega
655af1e137
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apt-pkg/sourcelist.cc

+ 1 - 1
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)