]> git.saurik.com Git - apt.git/commitdiff
set APT::Sources::Use-Deb822 to default false for now
authorMichael Vogt <mvo@debian.org>
Fri, 24 Jan 2014 22:17:30 +0000 (23:17 +0100)
committerMichael Vogt <mvo@debian.org>
Fri, 24 Jan 2014 22:17:30 +0000 (23:17 +0100)
apt-pkg/sourcelist.cc

index bbc514f5bbfea60be776b9e9502bde6f9de6089e..ac326d157e76e08a8841630fdf478698b1215bd9 100644 (file)
@@ -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)