From 85e5869ab820ab36c73e4ccdb9b7723a2a75d919 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Sat, 11 May 2013 12:06:17 +0200 Subject: [PATCH] ENH: Tons of build options. --- neurodebian.cfg | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/neurodebian.cfg b/neurodebian.cfg index c8cdc1a..cea165b 100644 --- a/neurodebian.cfg +++ b/neurodebian.cfg @@ -112,10 +112,42 @@ source extracts filenames = upstream README.Debian copyright #debian backport maintainer = some guy #ubuntu backport maintainer = some other guy +# what command to use for package building: pbuilder or cowbuilder +builder = pbuilder + +# directory configurations +# directory for storing build chroots +chroot basedir = ~/chroots +# base directory for builds are performed +build basedir = ~/build +# directory for placing built package in +result directory = ~/built_deb +debian result directory = ~/built_deb/debian +nd+debian result directory = ~/built_deb/neurodebian +nd+ubuntu result directory = ~/built_deb/neurodebian +# directory for condor batch build log files +condor logdir = ~/condorlog +# directory for caching downloaded packages. If this is empty, not caching is +# done (useful if something like apt-cacher is in place). +aptcache = + +# what architectures to build for +architectures = amd64 i386 + +# architecture to be used for building arch 'all' packages +archall architecture = amd64 + +# additional options for dpkg-buildpackage +# do not use this for -sa, -B and friends: the 'build_pkg' command has a +# --source-include option for this +#debbuild options = + # Maintainer setting for backported packages backport maintainer = NeuroDebian Maintainers + # sed expression for modifying the control file of backported packages backport modify control = s/\(^Depends:\) */\1 neurodebian-popularity-contest, /g + # space-separate list of source package name for which to NOT apply the control # modification expression backport modify control blacklist = fslmeta -- 2.39.2