Stow restructuring

This commit is contained in:
Marcel Kapfer 2022-02-25 16:22:57 +01:00
parent 685e4dbe8b
commit 097cbd1c6d
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
53 changed files with 62 additions and 205 deletions

20
debian/pbuilder vendored
View file

@ -1,20 +0,0 @@
AUTO_DEBSIGN="${AUTO_DEBSIGN:-no}"
PDEBUILD_PBUILDER=cowbuilder
HOOKDIR="/var/cache/pbuilder/hooks"
MIRRORSITE="http://deb.debian.org/debian/"
#APTCACHE=/var/cache/pbuilder/aptcache
APTCACHE=/var/cache/apt/archives
#BUILDRESULT=/var/cache/pbuilder/result/
BUILDRESULT=../
EXTRAPACKAGES="ccache lintian libeatmydata1"
# enable to use libeatmydata1 for pbuilder
#export LD_PRELOAD=${LD_PRELOAD+$LD_PRELOAD:}libeatmydata.so
# enable ccache for pbuilder
export PATH="/usr/lib/ccache${PATH+:$PATH}"
export CCACHE_DIR="/var/cache/pbuilder/ccache"
BINDMOUNTS="${CCACHE_DIR}"
# parallel make
DEBBUILDOPTS=-j4