Date:2010-09-29 04:51:31 (13 years 6 months ago)
Author:Xiangfu Liu
Commit:afa0c1b5f2f1798177b09ee2bfaff8dcf7b8993a
Message: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>
Files: debian/get-orig-source.sh (1 diff)

Change Details

debian/get-orig-source.sh
88
99: ${VERSION=201007}
1010
11mkdir -p debian-orig-source
12trap 'rm -fr debian-orig-source xburst-tools_${VERSION}.tar.bz2 || exit 1' EXIT INT TERM
13
1411[ -f xburst-tools_${VERSION}.tar.bz2 ] || \
1512    wget http://projects.qi-hardware.com/media/upload/xburst-tools/files/xburst-tools_${VERSION}.tar.bz2
1613
17tar -jxf xburst-tools_${VERSION}.tar.bz2 -C debian-orig-source
18rm -rf debian-orig-source/debian
19cd debian-orig-source && tar -czf ../../xburst-tools_${VERSION}.orig.tar.gz . && cd ..
20
21rm -fr debian-orig-source xburst-tools_${VERSION}.tar.bz2
14mv xburst-tools_${VERSION}.tar.bz2 ../xburst-tools_${VERSION}.orig.tar.bz2

Archive Download the corresponding diff file



interactive