diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:37 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:37 +0000 |
commit | fb0ee66e0bc8a2ae176d3b10da49fcf31c66b838 (patch) | |
tree | 4b93d061779d23f09b5976c0fd01e3031d5238a5 /doc/examples | |
parent | 803fafcbaa2fe4e1c49249e589d50f892b1b2424 (diff) |
Added compile and unpack support to apt-get
Author: jgg
Date: 1999-04-19 06:03:09 GMT
Added compile and unpack support to apt-get
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/apt.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 93426736a..a295e59ea 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -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 |