pbuilder meldet mir:
Hier der code dieses Hook-Scripts.I: user script /var/cache/pbuilder/build//19498/tmp/hooks/B90lintian starting
/tmp/hooks/B90lintian: 9: Bad substitution
Code: Alles auswählen
$ cat /usr/share/doc/pbuilder/examples/B90lintian
#!/bin/sh
set -e
install_packages() {
apt-get -y "${APTGETOPT[@]}" install "$@"
}
install_packages lintian
echo "+++ lintian output +++"
su -c "lintian -I --show-overrides /tmp/buildd/*.changes" - pbuilder
# use this version if you don't want lintian to fail the build
#su -c "lintian -I --show-overrides /tmp/buildd/*.changes; :" - pbuilder
echo "+++ end of lintian output +++"
thx i