1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 08:29:41 +02:00

use the original bz2 file as the orig.tar.bz2, do not repackage it,

since the upstream file use bz2 as the package method.

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-09-29 10:51:31 +08:00
parent 29778e8f81
commit afa0c1b5f2

View File

@ -8,14 +8,7 @@ set -e
: ${VERSION=201007}
mkdir -p debian-orig-source
trap 'rm -fr debian-orig-source xburst-tools_${VERSION}.tar.bz2 || exit 1' EXIT INT TERM
[ -f xburst-tools_${VERSION}.tar.bz2 ] || \
wget http://projects.qi-hardware.com/media/upload/xburst-tools/files/xburst-tools_${VERSION}.tar.bz2
tar -jxf xburst-tools_${VERSION}.tar.bz2 -C debian-orig-source
rm -rf debian-orig-source/debian
cd debian-orig-source && tar -czf ../../xburst-tools_${VERSION}.orig.tar.gz . && cd ..
rm -fr debian-orig-source xburst-tools_${VERSION}.tar.bz2
mv xburst-tools_${VERSION}.tar.bz2 ../xburst-tools_${VERSION}.orig.tar.bz2