~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/packaging/build-packages.sh

MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
fi
10
10
 
11
11
for DISTRO in $UBUNTU_RELEASES; do
12
 
    (cd "packaging-$DISTRO" && bzr builddeb -S)
 
12
    (cd "$PACKAGE-$DISTRO" && bzr builddeb -S)
13
13
done