hstr/bin/deb-build.sh
2013-12-25 23:56:18 +01:00

11 lines
258 B
Bash
Executable file

#!/bin/bash
rm -vf *.*~
# copy hstr/ source code to a work directory and run this script to create DEB package
cd ..
bzr commit -m "Sync."
bzr builddeb -- -us -uc
bzr builddeb -S && cd ../build-area && pbuilder-dist raring build hh_0.7-0ubuntu1.dsc
# eof