hstr/dist/deb.sh

19 lines
323 B
Bash
Raw Normal View History

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