tzwrapper.cc: fixed use of iterator after erase
[barry.git] / maintainer / barrylocal
blobc5b29c36bd9753bfb41641bb47b1a6f64309f7d0
2 # This script is run from the top level scripts.  You can rely on
3 # the following environment variables being set:
5 #    $BARRYTARBALL  - relative path to the release source tarball (bz2)
6 #    $BARRYTARBASE  - basename of the source tarball (bz2)
7 #    $BARRYBUILDDIR - directory where results are stored
10 set -e
13 # Build the local DEB's
15 ./save.sh /tmp/barrylb22/results $BARRYBUILDDIR/squeeze squeeze \
16         ./make-deb.sh "$BARRYTARBALL" \
17                 "fakeroot -- debian/rules binary os22-binary" \
18                 /usr/src /tmp/barrylb22
22 # Cleanup
24 rm -rf /usr/src/binarybuild
25 rm -rf /tmp/barrylb22