r2303: Autocommit for make-debian
[clsql.git] / debian / make-debian.sh
1 #!/bin/bash -e
2
3 bdeb clsql -bc -bp $*
4
5 exit 0