]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-source.cc
default to --no-check for dpkg-source call
[apt.git] / apt-private / private-source.cc
index 3b10399d3b2c29654870575e2140ab503eb1df99..68935d97dc4a85e051d7bd6b71d16bd4552e6c95 100644 (file)
@@ -520,7 +520,7 @@ bool DoSource(CommandLine &CmdL)
       else
       {
         // Call dpkg-source
       else
       {
         // Call dpkg-source
-        std::string const sourceopts = _config->Find("DPkg::Source-Options", "-x");
+        std::string const sourceopts = _config->Find("DPkg::Source-Options", "--no-check -x");
         std::string S;
         strprintf(S, "%s %s %s",
               _config->Find("Dir::Bin::dpkg-source","dpkg-source").c_str(),
         std::string S;
         strprintf(S, "%s %s %s",
               _config->Find("Dir::Bin::dpkg-source","dpkg-source").c_str(),