diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-04 08:20:45 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-05 22:31:27 +0000 |
commit | f545a18ccde29cac917e61a0669844ca0eabea63 (patch) | |
tree | 39cbdea7caf389adab4b8e8a23fd2beeec146b48 /pbuilderrc | |
parent | 015fe5bc9e7f373013b16b18f09f109646af1787 (diff) | |
download | pbuilder-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-- | pbuilderrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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="" |