#!/bin/sh DIST=${DIST:-sid} DISTRIBUTION=${DIST} BASEPATH="/var/cache/pbuilder/${DIST}.cow" MIRRORSITE="http://ftp.de.debian.org/debian" COMPONENTS="main contrib non-free" HOOKDIR="${HOME}/.pbuilder/hooks.d/" REMOVEPACKAGES="" if [ "${DIST}" = "stable-bpo" ]; then DISTRIBUTION=stable EXTRAPACKAGES="${EXTRAPACKAGES} debian-backports-keyring lintian" # OTHERMIRROR="deb http://security.debian.org/ lenny/updates main | deb http://www.backports.org/debian lenny-backports main" fi BUILDRESULT="${HOME}/tmp/pbuilder" if [ ! -d "${BUILDRESULT}" ]; then mkdir -p "${BUILDRESULT}" fi