hstr/dist/deb.sh
2013-12-26 09:26:11 +01:00

18 lines
323 B
Bash
Executable file

#!/bin/bash
mv -vf ../debian ../..
./dist.sh
cd ../..
mv hstr ${HH}
tar zcf ${HH}.tgz ${HH}
bzr dh-make hh 0.7 ${HH}.tgz
cd hh
rm -rvf debian
cp -vrf ../debian .
bzr commit -m "Initial commit of Debian packaging."
bzr builddeb -- -us -uc
bzr builddeb -S
cd ../build-area
pbuilder-dist raring build ${HHRELEASE}.dsc
# eof