mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-06 15:08:13 +08:00
18 lines
323 B
Bash
Executable file
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
|