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