17 lines
408 B
Bash
17 lines
408 B
Bash
#! /bin/bash -ex
|
|
|
|
## @id $Id$
|
|
|
|
## Resolve Debian Build Dependencies
|
|
## Installs all the required packages
|
|
## Call: ./resolve-builddeps 'name of build schroot'
|
|
## e.g. call: ./resolve-builddeps trusty_amd64
|
|
|
|
## 1 2 3 4 5 6 7 8
|
|
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
|
|
|
SUDO="$*"
|
|
|
|
./bootstrap -c
|
|
|
|
for p in $( |