]> git.saurik.com Git - apt.git/blobdiff - doc/examples/apt.conf
Added compile and unpack support to apt-get
[apt.git] / doc / examples / apt.conf
index 93426736a166631e8be6f4f7802fb40f563ff1a1..a295e59eaff4e7a3f9018b03338620a7dfca37d8 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.31 1999/04/11 21:23:10 jgg Exp $
+// $Id: apt.conf,v 1.32 1999/04/19 06:03:09 jgg Exp $
 /* This file is an index of all APT configuration directives. It should
    NOT actually be used as a real config file, though it is a completely
    valid file.
@@ -32,6 +32,7 @@ APT
      Show-Upgraded "false";
      No-Upgrade "false";
      Print-URIs "false";
+     Compile "false";
   };
 
   Cache 
@@ -139,6 +140,8 @@ Dir
      methods "/usr/lib/apt/methods/";
      gzip "/bin/gzip";
      dpkg "/usr/bin/dpkg";
+     dpkg-source "/usr/bin/dpkg-source";
+     dpkg-buildpackage "/usr/bin/dpkg-buildpackage"
      apt-get "/usr/bin/apt-get";
      apt-cache "/usr/bin/apt-cache";
   };
@@ -164,6 +167,9 @@ DPkg
    
    // Prevents daemons from getting cwd as something mountable (default)
    Run-Directory "/";
+   
+   // Build options for apt-get source --compile
+   Build-Options "-b -uc";
 }
 
 /* Options you can set to see some debugging text They corrispond to names