/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.11.1 by Lukáš Lalinský
Initial import
1
#!/bin/bash
3649.4.1 by John Arbash Meinel
Merge in Lukáš's helper scripts.
2
# A helper script to build packages for the various distributions
0.11.1 by Lukáš Lalinský
Initial import
3
3649.4.1 by John Arbash Meinel
Merge in Lukáš's helper scripts.
4
for DISTRO in $UBUNTU_RELEASES; do
5
    (cd "packaging-$DISTRO" && bzr builddeb -S)
0.11.1 by Lukáš Lalinský
Initial import
6
done