- .pbuilderrc:

  COMPONENTS="main restricted universe multiverse"

  OTHERMIRROR="deb [trusted=yes] file:///${HOME}/pbuilder/deps ./"
  HOOKDIR="${HOME}/pbuilder/hook.d"
  BINDMOUNTS="${HOME}/pbuilder/deps"

  EXTRAPACKAGES="apt-utils"

- pbuilder/hook.d/D70setupdeps: hook to create a Packages file for the
  packages in pbuilder/deps

- pbuilder-dist trusty create --override-config --othermirror "deb [trusted=yes] file:///${HOME}/pbuilder/deps ./"

  The OTHERMIRROR setting in .pbuilderrc is overridden by pbuilder-dist!

- scripts:

  config.sh: basic configuration variables

  create_debdir.sh <package> <tag> <version> <distribution>:
     create the Debian-conformant source directory and .orig.tar.bz2
     in the build area
  build.sh <package> <tag> <version> <distribution> <debuild options...>:
     call create_debdir.sh and then debuild
  build_all.sh <distribution>:
     build all packages for the given distribution
  pbuilder_all.sh <distribution>:
     build the existing source packages with pbuilder-dist. The qtkeychain
     packages are copied to pbuilder/deps so that nextcloud-client could be
     built properly
  pbuild_all.sh <distribution>:
     build the source packages with build_all.sh and then all
     pbuilder_all.sh
