aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-10-04 08:20:45 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-10-05 22:31:27 +0000
commitf545a18ccde29cac917e61a0669844ca0eabea63 (patch)
tree39cbdea7caf389adab4b8e8a23fd2beeec146b48 /pbuilderrc
parent015fe5bc9e7f373013b16b18f09f109646af1787 (diff)
downloadpbuilder-f545a18ccde29cac917e61a0669844ca0eabea63.tar
pbuilder-f545a18ccde29cac917e61a0669844ca0eabea63.tar.gz
Make the debdelta implementation more rubost and document the new options in the manpages
Diffstat (limited to 'pbuilderrc')
-rw-r--r--pbuilderrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/pbuilderrc b/pbuilderrc
index fddb6eb..069009e 100644
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -26,7 +26,7 @@ BUILDRESULT=/var/cache/pbuilder/result/
# components on Debian use "main contrib non-free" and on Ubuntu "main
# restricted universe multiverse"
COMPONENTS="main"
-#specify the cache for APT
+#specify the cache for APT
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"
REMOVEPACKAGES=""
@@ -74,6 +74,10 @@ export APTGETOPT=()
# Option to pass to aptitude always.
export APTITUDEOPT=()
+# Whether to use debdelta or not. If "yes" debdelta will be installed in the
+# chroot
+DEBDELTA=no
+
#Command-line option passed on to dpkg-buildpackage.
#DEBBUILDOPTS="-IXXX -iXXX"
DEBBUILDOPTS=""