diff --git a/shells/fish/conf.d/60-debian.fish b/shells/fish/conf.d/60-debian.fish index 61b9684..07a7649 100644 --- a/shells/fish/conf.d/60-debian.fish +++ b/shells/fish/conf.d/60-debian.fish @@ -35,3 +35,13 @@ end if test -z $DEBEMAIL set -Ux DEBEMAIL "opensource@mmk2410.org" end + +# pbuilder customization + +set -x PDEBUILD_PBUILDER cowbuild +set -x HOOKDIR /var/cache/pbuilder/hooks +set -x MIRRORSITE http://httpredir.debian.org/debian/ +set -x APTCACHE /var/cache/apt/archives +set -x BUILDRESULT ../ +set -x EXTRAPACKAGES lintian +set -x DEBBUILDOPTS -j4